Uses of Class
org.linuxforhealth.fhir.model.resource.Coverage.CostToBeneficiary
-
Packages that use Coverage.CostToBeneficiary Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Coverage.CostToBeneficiary in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Coverage.CostToBeneficiary Modifier and Type Method Description Coverage.CostToBeneficiary
Coverage.CostToBeneficiary.Builder. build()
Build theCoverage.CostToBeneficiary
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Coverage.CostToBeneficiary Modifier and Type Method Description java.util.List<Coverage.CostToBeneficiary>
Coverage. getCostToBeneficiary()
A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Coverage.CostToBeneficiary Modifier and Type Method Description Coverage.Builder
Coverage.Builder. costToBeneficiary(Coverage.CostToBeneficiary... costToBeneficiary)
A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.protected Coverage.CostToBeneficiary.Builder
Coverage.CostToBeneficiary.Builder. from(Coverage.CostToBeneficiary costToBeneficiary)
protected void
Coverage.CostToBeneficiary.Builder. validate(Coverage.CostToBeneficiary costToBeneficiary)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Coverage.CostToBeneficiary Modifier and Type Method Description Coverage.Builder
Coverage.Builder. costToBeneficiary(java.util.Collection<Coverage.CostToBeneficiary> costToBeneficiary)
A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.
-