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.Total
ExplanationOfBenefit.Total.Builder. build()
Build theExplanationOfBenefit.Total
Methods in com.ibm.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.Total Modifier and Type Method Description 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.Builder
ExplanationOfBenefit.Total.Builder. from(ExplanationOfBenefit.Total total)
ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. total(ExplanationOfBenefit.Total... total)
Categorized monetary totals for the adjudication.protected void
ExplanationOfBenefit.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.Builder
ExplanationOfBenefit.Builder. total(Collection<ExplanationOfBenefit.Total> total)
Categorized monetary totals for the adjudication.
-