Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Plan.SpecificCost
-
Packages that use InsurancePlan.Plan.SpecificCost Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Plan.SpecificCost in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Plan.SpecificCost Modifier and Type Method Description InsurancePlan.Plan.SpecificCost
InsurancePlan.Plan.SpecificCost.Builder. build()
Build theInsurancePlan.Plan.SpecificCost
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Plan.SpecificCost Modifier and Type Method Description java.util.List<InsurancePlan.Plan.SpecificCost>
InsurancePlan.Plan. getSpecificCost()
Costs associated with the coverage provided by the product.Methods in org.linuxforhealth.fhir.model.resource with parameters of type InsurancePlan.Plan.SpecificCost Modifier and Type Method Description protected InsurancePlan.Plan.SpecificCost.Builder
InsurancePlan.Plan.SpecificCost.Builder. from(InsurancePlan.Plan.SpecificCost specificCost)
InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. specificCost(InsurancePlan.Plan.SpecificCost... specificCost)
Costs associated with the coverage provided by the product.protected void
InsurancePlan.Plan.SpecificCost.Builder. validate(InsurancePlan.Plan.SpecificCost specificCost)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Plan.SpecificCost Modifier and Type Method Description InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. specificCost(java.util.Collection<InsurancePlan.Plan.SpecificCost> specificCost)
Costs associated with the coverage provided by the product.
-