| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils | |
| org.hl7.fhir.r4.utils.client |
| Modifier and Type | Method and Description |
|---|---|
protected OperationOutcome |
JsonParser.parseOperationOutcome(com.google.gson.JsonObject json) |
protected OperationOutcome |
XmlParser.parseOperationOutcome(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Field and Description |
|---|---|
protected 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 Type | Field and Description |
|---|---|
protected 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 Type | Method and Description |
|---|---|
OperationOutcome |
GuidanceResponse.addEvaluationMessageTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
OperationOutcome |
OperationOutcome.addIssue(OperationOutcome.OperationOutcomeIssueComponent t) |
OperationOutcome |
OperationOutcome.copy() |
OperationOutcome |
MessageHeader.MessageHeaderResponseComponent.getDetailsTarget() |
OperationOutcome |
OperationOutcome.setIssue(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue) |
protected OperationOutcome |
OperationOutcome.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<OperationOutcome> |
GuidanceResponse.getEvaluationMessageTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationOutcome.copyValues(OperationOutcome dst) |
MessageHeader.MessageHeaderResponseComponent |
MessageHeader.MessageHeaderResponseComponent.setDetailsTarget(OperationOutcome value) |
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome |
EOperationOutcome.getOutcome() |
| Modifier and Type | Method and Description |
|---|---|
static OperationOutcome.OperationOutcomeIssueComponent |
OperationOutcomeUtilities.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) |
| Constructor and Description |
|---|
EOperationOutcome(OperationOutcome outcome) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Resource> |
FHIRToolingClient.validate(Class<T> resourceClass,
T resource,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationOutcome> |
EFhirClientException.getServerErrors()
Method returns all OperationOutcome server errors that are
associated with this exception.
|
| Constructor and Description |
|---|
EFhirClientException(OperationOutcome serverError)
Generate EFhirClientException indicating the cause of the exception
along with any OperationOutcome server error the server may have generated.
|
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.
|
| Constructor and Description |
|---|
EFhirClientException(String message,
List<OperationOutcome> serverErrors) |
Copyright © 2014–2021 Health Level 7. All rights reserved.