Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.Total
-
Packages that use ExplanationOfBenefit.Total Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExplanationOfBenefit.Total in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.Total Modifier and Type Method Description ExplanationOfBenefit.Total
ExplanationOfBenefit.Total.Builder. build()
Build theExplanationOfBenefit.Total
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type ExplanationOfBenefit.Total Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. total(java.util.Collection<ExplanationOfBenefit.Total> total)
Categorized monetary totals for the adjudication.
-