
Uses of Class
org.hl7.fhir.r4.model.OperationOutcome
Packages that use OperationOutcome
Package
Description
-
Uses of OperationOutcome in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type OperationOutcomeModifier and TypeMethodDescriptionprotected voidJsonParser.composeOperationOutcome(String name, OperationOutcome element) protected voidRdfParser.composeOperationOutcome(Turtle.Complex parent, String parentType, String name, OperationOutcome element, int index) protected voidXmlParser.composeOperationOutcome(String name, OperationOutcome element) protected voidXmlParser.composeOperationOutcomeElements(OperationOutcome element) protected voidJsonParser.composeOperationOutcomeInner(OperationOutcome element) protected booleanXmlParser.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 booleanXmlParser.parseOperationOutcomeOperationOutcomeIssueComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner, OperationOutcome.OperationOutcomeIssueComponent res) protected voidJsonParser.parseOperationOutcomeOperationOutcomeIssueComponentProperties(com.google.gson.JsonObject json, OperationOutcome owner, OperationOutcome.OperationOutcomeIssueComponent res) protected voidJsonParser.parseOperationOutcomeProperties(com.google.gson.JsonObject json, OperationOutcome res) -
Uses of OperationOutcome in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.)Fields in org.hl7.fhir.r4.model with type parameters of type OperationOutcomeModifier and TypeFieldDescriptionprotected List<OperationOutcome> GuidanceResponse.evaluationMessageTargetThe actual objects that are the target of the reference (Messages resulting from the evaluation of the artifact or artifacts.Methods in org.hl7.fhir.r4.model that return OperationOutcomeModifier and TypeMethodDescriptionOperationOutcome.addIssue(OperationOutcome.OperationOutcomeIssueComponent t) OperationOutcome.copy()MessageHeader.MessageHeaderResponseComponent.getDetailsTarget()OperationOutcome.setIssue(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue) protected OperationOutcomeOperationOutcome.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type OperationOutcomeModifier and TypeMethodDescriptionvoidOperationOutcome.copyValues(OperationOutcome dst) MessageHeader.MessageHeaderResponseComponent.setDetailsTarget(OperationOutcome value) -
Uses of OperationOutcome in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return OperationOutcomeModifier and TypeMethodDescriptionEOperationOutcome.getOutcome()static OperationOutcomeOperationOutcomeUtilities.outcomeFromTextError(String text) Methods in org.hl7.fhir.r4.utils with parameters of type OperationOutcomeModifier and TypeMethodDescriptionOperationOutcomeUtilities.convertToIssue(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op) booleanNarrativeGenerator.generate(NarrativeGenerator.ResourceContext rcontext, OperationOutcome op) This generate is optimised for the build tool in that it tracks the source extension.static StringResourceUtilities.getErrorDescription(OperationOutcome error) static booleanResourceUtilities.isAnError(OperationOutcome error) Constructors in org.hl7.fhir.r4.utils with parameters of type OperationOutcome -
Uses of OperationOutcome in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client that return OperationOutcomeModifier and TypeMethodDescription<T extends Resource>
OperationOutcome<T extends Resource>
OperationOutcomeMethods in org.hl7.fhir.r4.utils.client that return types with arguments of type OperationOutcomeModifier and TypeMethodDescriptionEFhirClientException.getServerErrors()Method returns all OperationOutcome server errors that are associated with this exception.Constructors in org.hl7.fhir.r4.utils.client with parameters of type OperationOutcomeModifierConstructorDescriptionEFhirClientException(int code, 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(int code, OperationOutcome serverError) Generate EFhirClientException indicating the cause of the exception along with any OperationOutcome server error the server may have generated.Constructor parameters in org.hl7.fhir.r4.utils.client with type arguments of type OperationOutcomeModifierConstructorDescriptionEFhirClientException(int code, String message, List<OperationOutcome> serverErrors) -
Uses of OperationOutcome in org.hl7.fhir.r4.utils.client.network
Methods in org.hl7.fhir.r4.utils.client.network with parameters of type OperationOutcomeModifier and TypeMethodDescriptionprotected static booleanFhirRequestBuilder.hasError(OperationOutcome oo) Returns true if any of theOperationOutcome.OperationOutcomeIssueComponentwithin the providedOperationOutcomehave anOperationOutcome.IssueSeverityofOperationOutcome.IssueSeverity.ERRORorOperationOutcome.IssueSeverity.FATAL