Uses of Class
org.hl7.fhir.r4b.model.MedicationKnowledge.MedicationKnowledgeIngredientComponent
-
Packages that use MedicationKnowledge.MedicationKnowledgeIngredientComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of MedicationKnowledge.MedicationKnowledgeIngredientComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Method Description protected MedicationKnowledge.MedicationKnowledgeIngredientComponentJsonParser. parseMedicationKnowledgeIngredientComponent(com.google.gson.JsonObject json)protected MedicationKnowledge.MedicationKnowledgeIngredientComponentXmlParser. parseMedicationKnowledgeIngredientComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicationKnowledge.MedicationKnowledgeIngredientComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type MedicationKnowledge.MedicationKnowledgeIngredientComponent Modifier and Type Method Description MedicationKnowledgeMedicationKnowledge. setIngredient(List<MedicationKnowledge.MedicationKnowledgeIngredientComponent> theIngredient)
-