Uses of Class
com.ibm.fhir.model.resource.ClaimResponse.Insurance
-
Packages that use ClaimResponse.Insurance Package Description com.ibm.fhir.model.resource -
-
Uses of ClaimResponse.Insurance in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ClaimResponse.Insurance Modifier and Type Method Description ClaimResponse.Insurance
ClaimResponse.Insurance.Builder. build()
Build theClaimResponse.Insurance
Methods in com.ibm.fhir.model.resource that return types with arguments of type ClaimResponse.Insurance Modifier and Type Method Description List<ClaimResponse.Insurance>
ClaimResponse. getInsurance()
Financial instruments for reimbursement for the health care products and services specified on the claim.Methods in com.ibm.fhir.model.resource with parameters of type ClaimResponse.Insurance Modifier and Type Method Description protected ClaimResponse.Insurance.Builder
ClaimResponse.Insurance.Builder. from(ClaimResponse.Insurance insurance)
ClaimResponse.Builder
ClaimResponse.Builder. insurance(ClaimResponse.Insurance... insurance)
Financial instruments for reimbursement for the health care products and services specified on the claim.protected void
ClaimResponse.Insurance.Builder. validate(ClaimResponse.Insurance insurance)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ClaimResponse.Insurance Modifier and Type Method Description ClaimResponse.Builder
ClaimResponse.Builder. insurance(Collection<ClaimResponse.Insurance> insurance)
Financial instruments for reimbursement for the health care products and services specified on the claim.
-