Uses of Class
org.hl7.fhir.r5.model.OperationOutcome
-
Packages that use OperationOutcome Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers org.hl7.fhir.r5.utils org.hl7.fhir.r5.utils.client org.hl7.fhir.r5.utils.client.network -
-
Uses of OperationOutcome in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return OperationOutcome Modifier and Type Method Description protected OperationOutcomeJsonParser. parseOperationOutcome(com.google.gson.JsonObject json)protected OperationOutcomeXmlParser. parseOperationOutcome(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type OperationOutcome Modifier and Type Method Description protected voidJsonParser. composeOperationOutcome(String name, OperationOutcome element)protected voidRdfParser. composeOperationOutcome(org.hl7.fhir.utilities.turtle.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. composeOperationOutcomeProperties(OperationOutcome element)protected booleanXmlParser. parseOperationOutcomeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome res)protected voidJsonParser. 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 OperationOutcome Modifier and Type Method Description OperationOutcomeOperationOutcome. addIssue(OperationOutcome.OperationOutcomeIssueComponent t)OperationOutcomeOperationOutcome. copy()OperationOutcomeOperationOutcome. setIssue(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue)protected OperationOutcomeOperationOutcome. typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type OperationOutcome Modifier and Type Method Description voidOperationOutcome. copyValues(OperationOutcome dst) -
Uses of OperationOutcome in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type OperationOutcome Modifier and Type Method Description voidOperationOutcomeRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, OperationOutcome oo)StringOperationOutcomeRenderer. display(OperationOutcome oo)booleanOperationOutcomeRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, OperationOutcome op)static StringOperationOutcomeRenderer. toString(OperationOutcome oo) -
Uses of OperationOutcome in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return OperationOutcome Modifier and Type Method Description static OperationOutcomeOperationOutcomeUtilities. createOutcome(List<org.hl7.fhir.utilities.validation.ValidationMessage> messages)OperationOutcomeEOperationOutcome. getOutcome()Methods in org.hl7.fhir.r5.utils with parameters of type OperationOutcome Modifier and Type Method Description static OperationOutcome.OperationOutcomeIssueComponentOperationOutcomeUtilities. convertToIssue(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op)static StringResourceUtilities. getErrorDescription(OperationOutcome error)static booleanResourceUtilities. isAnError(OperationOutcome error)Constructors in org.hl7.fhir.r5.utils with parameters of type OperationOutcome Constructor Description EOperationOutcome(OperationOutcome outcome) -
Uses of OperationOutcome in org.hl7.fhir.r5.utils.client
Methods in org.hl7.fhir.r5.utils.client that return OperationOutcome Modifier and Type Method Description <T extends Resource>
OperationOutcomeFHIRToolingClient. validate(Class<T> resourceClass, T resource, String id)Methods in org.hl7.fhir.r5.utils.client that return types with arguments of type OperationOutcome Modifier and Type Method Description List<OperationOutcome>EFhirClientException. getServerErrors()Method returns all OperationOutcome server errors that are associated with this exception.Constructors in org.hl7.fhir.r5.utils.client with parameters of type OperationOutcome Constructor Description EFhirClientException(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.Constructor parameters in org.hl7.fhir.r5.utils.client with type arguments of type OperationOutcome Constructor Description EFhirClientException(String message, List<OperationOutcome> serverErrors) -
Uses of OperationOutcome in org.hl7.fhir.r5.utils.client.network
Methods in org.hl7.fhir.r5.utils.client.network with parameters of type OperationOutcome Modifier and Type Method Description protected static booleanFhirRequestBuilder. hasError(OperationOutcome oo)Returns true if any of theOperationOutcome.OperationOutcomeIssueComponentwithin the providedOperationOutcomehave anOperationOutcome.IssueSeverityofOperationOutcome.IssueSeverity.ERRORorOperationOutcome.IssueSeverity.FATAL
-