Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.TotalComponent
-
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected void
JsonParser.composeExplanationOfBenefitTotalComponent
(String name, ExplanationOfBenefit.TotalComponent element) protected void
RdfParser.composeExplanationOfBenefitTotalComponent
(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.TotalComponent element, int index) 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) -
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.TotalComponent> ExplanationOfBenefit.total
Categorized monetary totals for the adjudication.Modifier and TypeMethodDescriptionExplanationOfBenefit.addTotal()
ExplanationOfBenefit.TotalComponent.copy()
ExplanationOfBenefit.getTotalFirstRep()
ExplanationOfBenefit.TotalComponent.setCategory
(CodeableConcept value) Modifier and TypeMethodDescriptionExplanationOfBenefit.addTotal
(ExplanationOfBenefit.TotalComponent t) void
ExplanationOfBenefit.TotalComponent.copyValues
(ExplanationOfBenefit.TotalComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.setTotal
(List<ExplanationOfBenefit.TotalComponent> theTotal)