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