Uses of Class
org.hl7.fhir.r4.model.OperationOutcome
Package
Description
-
Uses of OperationOutcome in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected OperationOutcome
JsonParser.parseOperationOutcome
(com.google.gson.JsonObject json) protected OperationOutcome
XmlParser.parseOperationOutcome
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeOperationOutcome
(String name, OperationOutcome element) protected void
RdfParser.composeOperationOutcome
(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.r4.model
Modifier 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.)Modifier 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.Modifier and TypeMethodDescriptionGuidanceResponse.addEvaluationMessageTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadOperationOutcome.addIssue
(OperationOutcome.OperationOutcomeIssueComponent t) OperationOutcome.copy()
MessageHeader.MessageHeaderResponseComponent.getDetailsTarget()
OperationOutcome.setIssue
(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue) protected OperationOutcome
OperationOutcome.typedCopy()
Modifier and TypeMethodDescriptionGuidanceResponse.getEvaluationMessageTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionvoid
OperationOutcome.copyValues
(OperationOutcome dst) MessageHeader.MessageHeaderResponseComponent.setDetailsTarget
(OperationOutcome value) -
Uses of OperationOutcome in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionOperationOutcomeUtilities.convertToIssue
(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op) boolean
NarrativeGenerator.generate
(NarrativeGenerator.ResourceContext rcontext, OperationOutcome op) This generate is optimised for the build tool in that it tracks the source extension.static String
ResourceUtilities.getErrorDescription
(OperationOutcome error) static boolean
ResourceUtilities.isAnError
(OperationOutcome error) -
Uses of OperationOutcome in org.hl7.fhir.r4.utils.client
Modifier and TypeMethodDescriptionEFhirClientException.getServerErrors()
Method returns all OperationOutcome server errors that are associated with this exception.ModifierConstructorDescriptionEFhirClientException
(String message, OperationOutcome serverError) Generate EFhirClientException which include a message indicating the cause of the exception along with any OperationOutcome server error that may have resulted.EFhirClientException
(OperationOutcome serverError) Generate EFhirClientException indicating the cause of the exception along with any OperationOutcome server error the server may have generated.ModifierConstructorDescriptionEFhirClientException
(String message, List<OperationOutcome> serverErrors) -
Uses of OperationOutcome in org.hl7.fhir.r4.utils.client.network
Modifier and TypeMethodDescriptionprotected static boolean
FhirRequestBuilder.hasError
(OperationOutcome oo) Returns true if any of theOperationOutcome.OperationOutcomeIssueComponent
within the providedOperationOutcome
have anOperationOutcome.IssueSeverity
ofOperationOutcome.IssueSeverity.ERROR
orOperationOutcome.IssueSeverity.FATAL