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.Total
ClaimResponse.Total.Builder. build()
Build theClaimResponse.Total
Methods 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.Builder
ClaimResponse.Total.Builder. from(ClaimResponse.Total total)
ClaimResponse.Builder
ClaimResponse.Builder. total(ClaimResponse.Total... total)
Categorized monetary totals for the adjudication.protected void
ClaimResponse.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.Builder
ClaimResponse.Builder. total(java.util.Collection<ClaimResponse.Total> total)
Categorized monetary totals for the adjudication.
-