
Uses of Class
org.hl7.fhir.dstu3.model.OperationOutcome
Packages that use OperationOutcome
-
Uses of OperationOutcome in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return OperationOutcomeModifier and TypeMethodDescriptionprotected OperationOutcome
JsonParser.parseOperationOutcome
(com.google.gson.JsonObject json) protected OperationOutcome
XmlParser.parseOperationOutcome
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type OperationOutcomeModifier and TypeMethodDescriptionprotected void
JsonParser.composeOperationOutcome
(String name, OperationOutcome element) protected void
RdfParser.composeOperationOutcome
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, OperationOutcome element, int index) protected void
XmlParser.composeOperationOutcome
(String name, OperationOutcome element) protected void
XmlParser.composeOperationOutcomeElements
(OperationOutcome element) protected void
JsonParser.composeOperationOutcomeInner
(OperationOutcome element) protected boolean
XmlParser.parseOperationOutcomeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome res) JsonParser.parseOperationOutcomeOperationOutcomeIssueComponent
(com.google.gson.JsonObject json, OperationOutcome owner) XmlParser.parseOperationOutcomeOperationOutcomeIssueComponent
(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) protected boolean
XmlParser.parseOperationOutcomeOperationOutcomeIssueComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner, OperationOutcome.OperationOutcomeIssueComponent res) protected void
JsonParser.parseOperationOutcomeOperationOutcomeIssueComponentProperties
(com.google.gson.JsonObject json, OperationOutcome owner, OperationOutcome.OperationOutcomeIssueComponent res) protected void
JsonParser.parseOperationOutcomeProperties
(com.google.gson.JsonObject json, OperationOutcome res) -
Uses of OperationOutcome in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as OperationOutcomeModifier and TypeFieldDescriptionprotected OperationOutcome
MessageHeader.MessageHeaderResponseComponent.detailsTarget
The actual object that is the target of the reference (Full details of any issues found in the message.)Fields in org.hl7.fhir.dstu3.model with type parameters of type OperationOutcomeModifier and TypeFieldDescriptionprotected List
<OperationOutcome> GuidanceResponse.evaluationMessageTarget
The actual objects that are the target of the reference (Messages resulting from the evaluation of the artifact or artifacts.Methods in org.hl7.fhir.dstu3.model that return OperationOutcomeModifier and TypeMethodDescriptionOperationOutcome.addIssue
(OperationOutcome.OperationOutcomeIssueComponent t) OperationOutcome.copy()
MessageHeader.MessageHeaderResponseComponent.getDetailsTarget()
OperationOutcome.setIssue
(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue) protected OperationOutcome
OperationOutcome.typedCopy()
Methods in org.hl7.fhir.dstu3.model with parameters of type OperationOutcomeModifier and TypeMethodDescriptionMessageHeader.MessageHeaderResponseComponent.setDetailsTarget
(OperationOutcome value) -
Uses of OperationOutcome in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type OperationOutcomeModifier and TypeMethodDescriptionOperationOutcomeUtilities.convertToIssue
(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op) static String
ResourceUtilities.getErrorDescription
(OperationOutcome error) static boolean
ResourceUtilities.isAnError
(OperationOutcome error)