Uses of Class
org.hl7.fhir.r4.model.MedicationKnowledge.MedicationKnowledgeIngredientComponent
-
Packages that use MedicationKnowledge.MedicationKnowledgeIngredientComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicationKnowledge.MedicationKnowledgeIngredientComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Method Description protected MedicationKnowledge.MedicationKnowledgeIngredientComponentJsonParser. parseMedicationKnowledgeMedicationKnowledgeIngredientComponent(com.google.gson.JsonObject json, MedicationKnowledge owner)protected MedicationKnowledge.MedicationKnowledgeIngredientComponentXmlParser. parseMedicationKnowledgeMedicationKnowledgeIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) -
Uses of MedicationKnowledge.MedicationKnowledgeIngredientComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Field Description protected List<MedicationKnowledge.MedicationKnowledgeIngredientComponent>MedicationKnowledge. ingredientIdentifies a particular constituent of interest in the product.Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Method Description List<MedicationKnowledge.MedicationKnowledgeIngredientComponent>MedicationKnowledge. getIngredient()Methods in org.hl7.fhir.r4.model with parameters of type MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. addIngredient(MedicationKnowledge.MedicationKnowledgeIngredientComponent t)voidMedicationKnowledge.MedicationKnowledgeIngredientComponent. copyValues(MedicationKnowledge.MedicationKnowledgeIngredientComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. setIngredient(List<MedicationKnowledge.MedicationKnowledgeIngredientComponent> theIngredient)
-