| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ClaimResponse.AdjudicationComponent |
JsonParser.parseClaimResponseAdjudicationComponent(com.google.gson.JsonObject json,
ClaimResponse owner) |
protected ClaimResponse.AdjudicationComponent |
XmlParser.parseClaimResponseAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeClaimResponseAdjudicationComponent(String name,
ClaimResponse.AdjudicationComponent element) |
protected void |
XmlParser.composeClaimResponseAdjudicationComponent(String name,
ClaimResponse.AdjudicationComponent element) |
protected void |
XmlParser.composeClaimResponseAdjudicationComponentElements(ClaimResponse.AdjudicationComponent element) |
protected void |
JsonParser.composeClaimResponseAdjudicationComponentInner(ClaimResponse.AdjudicationComponent element) |
protected boolean |
XmlParser.parseClaimResponseAdjudicationComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner,
ClaimResponse.AdjudicationComponent res) |
protected void |
JsonParser.parseClaimResponseAdjudicationComponentProperties(com.google.gson.JsonObject json,
ClaimResponse owner,
ClaimResponse.AdjudicationComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.adjudication
The adjudication results which are presented at the header level rather than at the line-item or add-item levels.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemComponent.adjudication
If this item is a group then the values here are a summary of the adjudication of the detail items.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemDetailComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.SubDetailComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemDetailComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemSubDetailComponent.adjudication
The adjudication results.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemDetailComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.SubDetailComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemDetailComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemSubDetailComponent.getAdjudication() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.addAdjudication(ClaimResponse.AdjudicationComponent t) |
ClaimResponse.ItemComponent |
ClaimResponse.ItemComponent.addAdjudication(ClaimResponse.AdjudicationComponent t) |
ClaimResponse.ItemDetailComponent |
ClaimResponse.ItemDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t) |
ClaimResponse.SubDetailComponent |
ClaimResponse.SubDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t) |
ClaimResponse.AddedItemComponent |
ClaimResponse.AddedItemComponent.addAdjudication(ClaimResponse.AdjudicationComponent t) |
ClaimResponse.AddedItemDetailComponent |
ClaimResponse.AddedItemDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t) |
ClaimResponse.AddedItemSubDetailComponent |
ClaimResponse.AddedItemSubDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t) |
Copyright © 2014–2019 University Health Network. All rights reserved.