| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ClaimResponse.TotalComponent |
JsonParser.parseClaimResponseTotalComponent(com.google.gson.JsonObject json,
ClaimResponse owner) |
protected ClaimResponse.TotalComponent |
XmlParser.parseClaimResponseTotalComponent(org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeClaimResponseTotalComponent(String name,
ClaimResponse.TotalComponent element) |
protected void |
XmlParser.composeClaimResponseTotalComponent(String name,
ClaimResponse.TotalComponent element) |
protected void |
XmlParser.composeClaimResponseTotalComponentElements(ClaimResponse.TotalComponent element) |
protected void |
JsonParser.composeClaimResponseTotalComponentInner(ClaimResponse.TotalComponent element) |
protected boolean |
XmlParser.parseClaimResponseTotalComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner,
ClaimResponse.TotalComponent res) |
protected void |
JsonParser.parseClaimResponseTotalComponentProperties(com.google.gson.JsonObject json,
ClaimResponse owner,
ClaimResponse.TotalComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimResponse.TotalComponent> |
ClaimResponse.total
Categorized monetary totals for the adjudication.
|
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse.TotalComponent |
ClaimResponse.addTotal() |
ClaimResponse.TotalComponent |
ClaimResponse.TotalComponent.copy() |
ClaimResponse.TotalComponent |
ClaimResponse.getTotalFirstRep() |
ClaimResponse.TotalComponent |
ClaimResponse.TotalComponent.setAmount(Money value) |
ClaimResponse.TotalComponent |
ClaimResponse.TotalComponent.setCategory(CodeableConcept value) |
| Modifier and Type | Method and Description |
|---|---|
List<ClaimResponse.TotalComponent> |
ClaimResponse.getTotal() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.addTotal(ClaimResponse.TotalComponent t) |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setTotal(List<ClaimResponse.TotalComponent> theTotal) |
Copyright © 2014–2019 University Health Network. All rights reserved.