Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationKnowledge.MedicineClassification
-
Packages that use MedicationKnowledge.MedicineClassification Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationKnowledge.MedicineClassification in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationKnowledge.MedicineClassification Modifier and Type Method Description MedicationKnowledge.MedicineClassificationMedicationKnowledge.MedicineClassification.Builder. build()Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MedicationKnowledge.MedicineClassification Modifier and Type Method Description java.util.List<MedicationKnowledge.MedicineClassification>MedicationKnowledge. getMedicineClassification()Categorization of the medication within a formulary or classification system.Methods in org.linuxforhealth.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.protected voidMedicationKnowledge.MedicineClassification.Builder. validate(MedicationKnowledge.MedicineClassification medicineClassification)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MedicationKnowledge.MedicineClassification Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. medicineClassification(java.util.Collection<MedicationKnowledge.MedicineClassification> medicineClassification)Categorization of the medication within a formulary or classification system.
-