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