Uses of Class
com.ibm.fhir.model.resource.MedicationKnowledge.Cost
-
Packages that use MedicationKnowledge.Cost Package Description com.ibm.fhir.model.resource -
-
Uses of MedicationKnowledge.Cost in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicationKnowledge.Cost Modifier and Type Method Description MedicationKnowledge.CostMedicationKnowledge.Cost.Builder. build()Build theMedicationKnowledge.CostMethods in com.ibm.fhir.model.resource that return types with arguments of type MedicationKnowledge.Cost Modifier and Type Method Description java.util.List<MedicationKnowledge.Cost>MedicationKnowledge. getCost()The price of the medication.Methods in com.ibm.fhir.model.resource with parameters of type MedicationKnowledge.Cost Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. cost(MedicationKnowledge.Cost... cost)The price of the medication.protected MedicationKnowledge.Cost.BuilderMedicationKnowledge.Cost.Builder. from(MedicationKnowledge.Cost cost)protected voidMedicationKnowledge.Cost.Builder. validate(MedicationKnowledge.Cost cost)Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicationKnowledge.Cost Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. cost(java.util.Collection<MedicationKnowledge.Cost> cost)The price of the medication.
-