Uses of Class
org.linuxforhealth.fhir.model.resource.ClaimResponse.Total
-
Packages that use ClaimResponse.Total Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClaimResponse.Total in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClaimResponse.Total Modifier and Type Method Description ClaimResponse.TotalClaimResponse.Total.Builder. build()Build theClaimResponse.TotalMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ClaimResponse.Total Modifier and Type Method Description java.util.List<ClaimResponse.Total>ClaimResponse. getTotal()Categorized monetary totals for the adjudication.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ClaimResponse.Total Modifier and Type Method Description protected ClaimResponse.Total.BuilderClaimResponse.Total.Builder. from(ClaimResponse.Total total)ClaimResponse.BuilderClaimResponse.Builder. total(ClaimResponse.Total... total)Categorized monetary totals for the adjudication.protected voidClaimResponse.Total.Builder. validate(ClaimResponse.Total total)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ClaimResponse.Total Modifier and Type Method Description ClaimResponse.BuilderClaimResponse.Builder. total(java.util.Collection<ClaimResponse.Total> total)Categorized monetary totals for the adjudication.
-