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.Insurance
ClaimResponse.Insurance.Builder. build()
Build theClaimResponse.Insurance
Methods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type ClaimResponse.Insurance Modifier and Type Method Description ClaimResponse.Builder
ClaimResponse.Builder. insurance(java.util.Collection<ClaimResponse.Insurance> insurance)
Financial instruments for reimbursement for the health care products and services specified on the claim.
-