Uses of Class
com.ibm.fhir.model.resource.MedicationKnowledge.MedicineClassification
-
Packages that use MedicationKnowledge.MedicineClassification Package Description com.ibm.fhir.model.resource -
-
Uses of MedicationKnowledge.MedicineClassification in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicationKnowledge.MedicineClassification Modifier and Type Method Description MedicationKnowledge.MedicineClassificationMedicationKnowledge.MedicineClassification.Builder. build()Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicationKnowledge.MedicineClassification Modifier and Type Method Description List<MedicationKnowledge.MedicineClassification>MedicationKnowledge. getMedicineClassification()Categorization of the medication within a formulary or classification system.Methods in com.ibm.fhir.model.resource with parameters of type MedicationKnowledge.MedicineClassification Modifier and Type Method Description protected MedicationKnowledge.MedicineClassification.BuilderMedicationKnowledge.MedicineClassification.Builder. from(MedicationKnowledge.MedicineClassification medicineClassification)MedicationKnowledge.BuilderMedicationKnowledge.Builder. medicineClassification(MedicationKnowledge.MedicineClassification... medicineClassification)Categorization of the medication within a formulary or classification system.Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicationKnowledge.MedicineClassification Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. medicineClassification(Collection<MedicationKnowledge.MedicineClassification> medicineClassification)Categorization of the medication within a formulary or classification system.
-