Uses of Class
org.hl7.fhir.r4.model.MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent
-
Packages that use MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent Modifier and Type Method Description protected MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponentJsonParser. parseMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponent(com.google.gson.JsonObject json, MedicationKnowledge owner)protected MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponentXmlParser. parseMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) -
Uses of MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent Modifier and Type Field Description protected List<MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent>MedicationKnowledge. medicineClassificationCategorization of the medication within a formulary or classification system.Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent Modifier and Type Method Description List<MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent>MedicationKnowledge. getMedicineClassification()Methods in org.hl7.fhir.r4.model with parameters of type MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. addMedicineClassification(MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent t)voidMedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent. copyValues(MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. setMedicineClassification(List<MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent> theMedicineClassification)
-