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.InsuranceClaimResponse.Insurance.Builder. build()Build theClaimResponse.InsuranceMethods 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.BuilderClaimResponse.Insurance.Builder. from(ClaimResponse.Insurance insurance)ClaimResponse.BuilderClaimResponse.Builder. insurance(ClaimResponse.Insurance... insurance)Financial instruments for reimbursement for the health care products and services specified on the claim.protected voidClaimResponse.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.BuilderClaimResponse.Builder. insurance(Collection<ClaimResponse.Insurance> insurance)Financial instruments for reimbursement for the health care products and services specified on the claim.
-