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.InsuranceClaim.Insurance.Builder. build()Build theClaim.InsuranceMethods 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.BuilderClaim.Insurance.Builder. from(Claim.Insurance insurance)Claim.BuilderClaim.Builder. insurance(Claim.Insurance... insurance)Financial instruments for reimbursement for the health care products and services specified on the claim.protected voidClaim.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.BuilderClaim.Builder. insurance(java.util.Collection<Claim.Insurance> insurance)Financial instruments for reimbursement for the health care products and services specified on the claim.
-