Uses of Class
com.ibm.fhir.model.resource.ClaimResponse.Total
-
Packages that use ClaimResponse.Total Package Description com.ibm.fhir.model.resource -
-
Uses of ClaimResponse.Total in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ClaimResponse.Total Modifier and Type Method Description ClaimResponse.Total
ClaimResponse.Total.Builder. build()
Build theClaimResponse.Total
Methods in com.ibm.fhir.model.resource that return types with arguments of type ClaimResponse.Total Modifier and Type Method Description List<ClaimResponse.Total>
ClaimResponse. getTotal()
Categorized monetary totals for the adjudication.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type ClaimResponse.Total Modifier and Type Method Description ClaimResponse.Builder
ClaimResponse.Builder. total(Collection<ClaimResponse.Total> total)
Categorized monetary totals for the adjudication.
-