
Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.TotalComponent
Packages that use ExplanationOfBenefit.TotalComponent
-
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExplanationOfBenefit.TotalComponentModifier 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) Methods in org.hl7.fhir.r4.formats with parameters of type ExplanationOfBenefit.TotalComponentModifier 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
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.TotalComponentModifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.TotalComponent> ExplanationOfBenefit.total
Categorized monetary totals for the adjudication.Methods in org.hl7.fhir.r4.model that return ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addTotal()
ExplanationOfBenefit.TotalComponent.copy()
ExplanationOfBenefit.getTotalFirstRep()
ExplanationOfBenefit.TotalComponent.setCategory
(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ExplanationOfBenefit.TotalComponentMethods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addTotal
(ExplanationOfBenefit.TotalComponent t) void
ExplanationOfBenefit.TotalComponent.copyValues
(ExplanationOfBenefit.TotalComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setTotal
(List<ExplanationOfBenefit.TotalComponent> theTotal)