
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.TotalComponentJsonParser.parseExplanationOfBenefitTotalComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) protected ExplanationOfBenefit.TotalComponentXmlParser.parseExplanationOfBenefitTotalComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) Methods in org.hl7.fhir.r4.formats with parameters of type ExplanationOfBenefit.TotalComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExplanationOfBenefitTotalComponent(String name, ExplanationOfBenefit.TotalComponent element) protected voidRdfParser.composeExplanationOfBenefitTotalComponent(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.composeExplanationOfBenefitTotalComponentInner(ExplanationOfBenefit.TotalComponent element) protected booleanXmlParser.parseExplanationOfBenefitTotalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.TotalComponent res) protected voidJsonParser.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.totalCategorized 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) voidExplanationOfBenefit.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)