
Uses of Class
org.hl7.fhir.r5.model.OperationOutcome
Packages that use OperationOutcome
Package
Description
-
Uses of OperationOutcome in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.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.composeOperationOutcomeProperties
(OperationOutcome element) protected boolean
XmlParser.parseOperationOutcomeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome res) protected void
JsonParser.parseOperationOutcomeProperties
(com.google.gson.JsonObject json, OperationOutcome res) -
Uses of OperationOutcome in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return OperationOutcomeModifier and TypeMethodDescriptionOperationOutcome.addIssue
(OperationOutcome.OperationOutcomeIssueComponent t) OperationOutcome.copy()
OperationOutcome.setIssue
(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue) protected OperationOutcome
OperationOutcome.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type OperationOutcome -
Uses of OperationOutcome in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type OperationOutcomeModifier and TypeMethodDescriptionvoid
OperationOutcomeRenderer.describe
(org.hl7.fhir.utilities.xhtml.XhtmlNode x, OperationOutcome oo) OperationOutcomeRenderer.display
(OperationOutcome oo) static String
OperationOutcomeRenderer.toString
(OperationOutcome oo) -
Uses of OperationOutcome in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return OperationOutcomeModifier and TypeMethodDescriptionstatic OperationOutcome
OperationOutcomeUtilities.createOutcome
(List<org.hl7.fhir.utilities.validation.ValidationMessage> messages) static OperationOutcome
OperationOutcomeUtilities.createOutcomeSimple
(List<org.hl7.fhir.utilities.validation.ValidationMessage> messages) EOperationOutcome.getOutcome()
static OperationOutcome
OperationOutcomeUtilities.outcomeFromTextError
(String text) Methods in org.hl7.fhir.r5.utils with parameters of type OperationOutcomeModifier and TypeMethodDescriptionOperationOutcomeUtilities.convertToIssue
(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op) OperationOutcomeUtilities.convertToIssueSimple
(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op) static String
ResourceUtilities.getErrorDescription
(OperationOutcome error) static boolean
ResourceUtilities.isAnError
(OperationOutcome error) Constructors in org.hl7.fhir.r5.utils with parameters of type OperationOutcome -
Uses of OperationOutcome in org.hl7.fhir.r5.utils.client
Methods in org.hl7.fhir.r5.utils.client that return OperationOutcomeModifier and TypeMethodDescriptionEFhirClientException.getServerError()
<T extends Resource>
OperationOutcomeConstructors in org.hl7.fhir.r5.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, String message, OperationOutcome serverError, Exception cause) 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. -
Uses of OperationOutcome in org.hl7.fhir.r5.utils.client.network
Methods in org.hl7.fhir.r5.utils.client.network with parameters of type OperationOutcomeModifier 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