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