Uses of Class
com.ibm.fhir.model.resource.ExplanationOfBenefit.Total
-
Packages that use ExplanationOfBenefit.Total Package Description com.ibm.fhir.model.resource -
-
Uses of ExplanationOfBenefit.Total in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExplanationOfBenefit.Total Modifier and Type Method Description ExplanationOfBenefit.TotalExplanationOfBenefit.Total.Builder. build()Build theExplanationOfBenefit.TotalMethods in com.ibm.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.Total Modifier and Type Method Description java.util.List<ExplanationOfBenefit.Total>ExplanationOfBenefit. getTotal()Categorized monetary totals for the adjudication.Methods in com.ibm.fhir.model.resource with parameters of type ExplanationOfBenefit.Total Modifier and Type Method Description protected ExplanationOfBenefit.Total.BuilderExplanationOfBenefit.Total.Builder. from(ExplanationOfBenefit.Total total)ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. total(ExplanationOfBenefit.Total... total)Categorized monetary totals for the adjudication.protected voidExplanationOfBenefit.Total.Builder. validate(ExplanationOfBenefit.Total total)Method parameters in com.ibm.fhir.model.resource with type arguments of type ExplanationOfBenefit.Total Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. total(java.util.Collection<ExplanationOfBenefit.Total> total)Categorized monetary totals for the adjudication.
-