Uses of Class
org.hl7.fhir.dstu2.model.OperationOutcome
-
Packages that use OperationOutcome Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils org.hl7.fhir.dstu2.utils.client -
-
Uses of OperationOutcome in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type OperationOutcome Modifier and Type Method Description protected voidJsonParser. composeOperationOutcome(String name, OperationOutcome element)protected voidXmlParser. composeOperationOutcome(String name, OperationOutcome element)protected voidJsonParser. composeOperationOutcomeInner(OperationOutcome element)protected OperationOutcome.OperationOutcomeIssueComponentJsonParser. parseOperationOutcomeOperationOutcomeIssueComponent(com.google.gson.JsonObject json, OperationOutcome owner)protected OperationOutcome.OperationOutcomeIssueComponentXmlParser. parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) -
Uses of OperationOutcome in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as OperationOutcome Modifier and Type Field Description protected OperationOutcomeMessageHeader.MessageHeaderResponseComponent. detailsTargetThe actual object that is the target of the reference (Full details of any issues found in the message.)Methods in org.hl7.fhir.dstu2.model that return OperationOutcome Modifier and Type Method Description OperationOutcomeOperationOutcome. addIssue(OperationOutcome.OperationOutcomeIssueComponent t)OperationOutcomeOperationOutcome. copy()OperationOutcomeMessageHeader.MessageHeaderResponseComponent. getDetailsTarget()protected OperationOutcomeOperationOutcome. typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type OperationOutcome Modifier and Type Method Description MessageHeader.MessageHeaderResponseComponentMessageHeader.MessageHeaderResponseComponent. setDetailsTarget(OperationOutcome value) -
Uses of OperationOutcome in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return OperationOutcome Modifier and Type Method Description OperationOutcomeEOperationOutcome. getOutcome()Methods in org.hl7.fhir.dstu2.utils with parameters of type OperationOutcome Modifier and Type Method Description static OperationOutcome.OperationOutcomeIssueComponentOperationOutcomeUtilities. convertToIssue(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op)voidNarrativeGenerator. generate(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.dstu2.utils with parameters of type OperationOutcome Constructor Description EOperationOutcome(OperationOutcome outcome) -
Uses of OperationOutcome in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.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.dstu2.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.dstu2.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.dstu2.utils.client with type arguments of type OperationOutcome Constructor Description EFhirClientException(String message, List<OperationOutcome> serverErrors)
-