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