Uses of Class
org.linuxforhealth.fhir.model.resource.ClaimResponse.Insurance
-
Packages that use ClaimResponse.Insurance Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClaimResponse.Insurance in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClaimResponse.Insurance Modifier and Type Method Description ClaimResponse.InsuranceClaimResponse.Insurance.Builder. build()Build theClaimResponse.InsuranceMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ClaimResponse.Insurance Modifier and Type Method Description java.util.List<ClaimResponse.Insurance>ClaimResponse. getInsurance()Financial instruments for reimbursement for the health care products and services specified on the claim.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type ClaimResponse.Insurance Modifier and Type Method Description ClaimResponse.BuilderClaimResponse.Builder. insurance(java.util.Collection<ClaimResponse.Insurance> insurance)Financial instruments for reimbursement for the health care products and services specified on the claim.
-