| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ClaimResponse.ErrorComponent |
JsonParser.parseClaimResponseErrorComponent(com.google.gson.JsonObject json,
ClaimResponse owner) |
protected ClaimResponse.ErrorComponent |
XmlParser.parseClaimResponseErrorComponent(org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimResponse.ErrorComponent> |
ClaimResponse.error
Errors encountered during the processing of the adjudication.
|
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse.ErrorComponent |
ClaimResponse.addError() |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.copy() |
ClaimResponse.ErrorComponent |
ClaimResponse.getErrorFirstRep() |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setCode(CodeableConcept value) |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setDetailSequence(int value) |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setDetailSequenceElement(PositiveIntType value) |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setItemSequence(int value) |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setItemSequenceElement(PositiveIntType value) |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setSubDetailSequence(int value) |
ClaimResponse.ErrorComponent |
ClaimResponse.ErrorComponent.setSubDetailSequenceElement(PositiveIntType value) |
| Modifier and Type | Method and Description |
|---|---|
List<ClaimResponse.ErrorComponent> |
ClaimResponse.getError() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.addError(ClaimResponse.ErrorComponent t) |
void |
ClaimResponse.ErrorComponent.copyValues(ClaimResponse.ErrorComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setError(List<ClaimResponse.ErrorComponent> theError) |
Copyright © 2014–2021 Health Level 7. All rights reserved.