Uses of Class
org.hl7.fhir.dstu2016may.model.OperationOutcome.OperationOutcomeIssueComponent
-
Packages that use OperationOutcome.OperationOutcomeIssueComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description protected voidJsonParser. composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element)protected voidRdfParser. composeOperationOutcomeOperationOutcomeIssueComponent(RdfGenerator.Complex parent, String parentType, String name, OperationOutcome.OperationOutcomeIssueComponent element, int index)protected voidXmlParser. composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element)protected voidJsonParser. composeOperationOutcomeOperationOutcomeIssueComponentInner(OperationOutcome.OperationOutcomeIssueComponent element) -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description OperationOutcomeOperationOutcome. addIssue(OperationOutcome.OperationOutcomeIssueComponent t)
-