
Uses of Class
org.hl7.fhir.dstu2.model.OperationOutcome
Packages that use OperationOutcome
-
Uses of OperationOutcome in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return OperationOutcomeModifier and TypeMethodDescriptionprotected OperationOutcomeJsonParser.parseOperationOutcome(com.google.gson.JsonObject json) protected OperationOutcomeXmlParser.parseOperationOutcome(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type OperationOutcomeModifier and TypeMethodDescriptionprotected voidJsonParser.composeOperationOutcome(String name, OperationOutcome element) protected voidXmlParser.composeOperationOutcome(String name, OperationOutcome element) protected voidJsonParser.composeOperationOutcomeInner(OperationOutcome element) JsonParser.parseOperationOutcomeOperationOutcomeIssueComponent(com.google.gson.JsonObject json, OperationOutcome owner) XmlParser.parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) -
Uses of OperationOutcome in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as OperationOutcomeModifier and TypeFieldDescriptionprotected OperationOutcomeMessageHeader.MessageHeaderResponseComponent.detailsTargetThe actual object that is the target of the reference (Full details of any issues found in the message.)Methods in org.hl7.fhir.dstu2.model that return OperationOutcomeModifier and TypeMethodDescriptionOperationOutcome.addIssue(OperationOutcome.OperationOutcomeIssueComponent t) OperationOutcome.copy()MessageHeader.MessageHeaderResponseComponent.getDetailsTarget()protected OperationOutcomeOperationOutcome.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type OperationOutcomeModifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setDetailsTarget(OperationOutcome value)