Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.TotalComponent
-
Packages that use ExplanationOfBenefit.TotalComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExplanationOfBenefit.TotalComponent Modifier and Type Method Description protected ExplanationOfBenefit.TotalComponentJsonParser. parseExplanationOfBenefitTotalComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.TotalComponentXmlParser. parseExplanationOfBenefitTotalComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) -
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.TotalComponent Modifier and Type Field Description protected List<ExplanationOfBenefit.TotalComponent>ExplanationOfBenefit. totalCategorized monetary totals for the adjudication.Methods in org.hl7.fhir.r4.model that return ExplanationOfBenefit.TotalComponent Modifier and Type Method Description ExplanationOfBenefit.TotalComponentExplanationOfBenefit. addTotal()ExplanationOfBenefit.TotalComponentExplanationOfBenefit.TotalComponent. copy()ExplanationOfBenefit.TotalComponentExplanationOfBenefit. getTotalFirstRep()ExplanationOfBenefit.TotalComponentExplanationOfBenefit.TotalComponent. setAmount(Money value)ExplanationOfBenefit.TotalComponentExplanationOfBenefit.TotalComponent. setCategory(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ExplanationOfBenefit.TotalComponent Modifier and Type Method Description List<ExplanationOfBenefit.TotalComponent>ExplanationOfBenefit. getTotal()Methods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.TotalComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. addTotal(ExplanationOfBenefit.TotalComponent t)voidExplanationOfBenefit.TotalComponent. copyValues(ExplanationOfBenefit.TotalComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.TotalComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. setTotal(List<ExplanationOfBenefit.TotalComponent> theTotal)
-