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.CostToBeneficiaryCoverage.CostToBeneficiary.Builder. build()Build theCoverage.CostToBeneficiaryMethods 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.BuilderCoverage.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.BuilderCoverage.CostToBeneficiary.Builder. from(Coverage.CostToBeneficiary costToBeneficiary)protected voidCoverage.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.BuilderCoverage.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.
-