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