Uses of Class
org.hl7.fhir.dstu2.model.OperationOutcome.OperationOutcomeIssueComponent
-
Packages that use OperationOutcome.OperationOutcomeIssueComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description protected OperationOutcome.OperationOutcomeIssueComponentJsonParser. parseOperationOutcomeOperationOutcomeIssueComponent(com.google.gson.JsonObject json, OperationOutcome owner)protected OperationOutcome.OperationOutcomeIssueComponentXmlParser. parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description protected voidJsonParser. composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element)protected voidXmlParser. composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element)protected voidJsonParser. composeOperationOutcomeOperationOutcomeIssueComponentInner(OperationOutcome.OperationOutcomeIssueComponent element) -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Field Description protected List<OperationOutcome.OperationOutcomeIssueComponent>OperationOutcome. issueAn error, warning or information message that results from a system action.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description List<OperationOutcome.OperationOutcomeIssueComponent>OperationOutcome. getIssue()Methods in org.hl7.fhir.dstu2.model with parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description OperationOutcomeOperationOutcome. addIssue(OperationOutcome.OperationOutcomeIssueComponent t) -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description static OperationOutcome.OperationOutcomeIssueComponentOperationOutcomeUtilities. convertToIssue(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op)
-