
Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.TotalComponent
Packages that use ExplanationOfBenefit.TotalComponent
-
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionprotected ExplanationOfBenefit.TotalComponentJsonParser.parseExplanationOfBenefitTotalComponent(com.google.gson.JsonObject json) protected ExplanationOfBenefit.TotalComponentXmlParser.parseExplanationOfBenefitTotalComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeExplanationOfBenefitTotalComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.TotalComponent element, int index) protected voidXmlParser.composeExplanationOfBenefitTotalComponent(String name, ExplanationOfBenefit.TotalComponent element) protected voidXmlParser.composeExplanationOfBenefitTotalComponentElements(ExplanationOfBenefit.TotalComponent element) protected voidJsonParser.composeTotalComponent(String name, ExplanationOfBenefit.TotalComponent element) protected voidJsonParser.composeTotalComponentProperties(ExplanationOfBenefit.TotalComponent element) protected booleanXmlParser.parseExplanationOfBenefitTotalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit.TotalComponent res) protected voidJsonParser.parseExplanationOfBenefitTotalComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit.TotalComponent res) -
Uses of ExplanationOfBenefit.TotalComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ExplanationOfBenefit.TotalComponentModifier and TypeFieldDescriptionprotected List<ExplanationOfBenefit.TotalComponent> ExplanationOfBenefit.totalCategorized monetary totals for the adjudication.Methods in org.hl7.fhir.r5.model that return ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addTotal()ExplanationOfBenefit.TotalComponent.copy()ExplanationOfBenefit.getTotalFirstRep()ExplanationOfBenefit.TotalComponent.setCategory(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ExplanationOfBenefit.TotalComponentMethods in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addTotal(ExplanationOfBenefit.TotalComponent t) voidExplanationOfBenefit.TotalComponent.copyValues(ExplanationOfBenefit.TotalComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setTotal(List<ExplanationOfBenefit.TotalComponent> theTotal)