Uses of Class
org.hl7.fhir.r4.model.Medication.MedicationIngredientComponent
-
Packages that use Medication.MedicationIngredientComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Medication.MedicationIngredientComponent Modifier and Type Method Description protected Medication.MedicationIngredientComponentJsonParser. parseMedicationMedicationIngredientComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationIngredientComponentXmlParser. parseMedicationMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) -
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Medication.MedicationIngredientComponent Modifier and Type Field Description protected List<Medication.MedicationIngredientComponent>Medication. ingredientIdentifies a particular constituent of interest in the product.Methods in org.hl7.fhir.r4.model that return Medication.MedicationIngredientComponent Modifier and Type Method Description Medication.MedicationIngredientComponentMedication. addIngredient()Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. copy()Medication.MedicationIngredientComponentMedication. getIngredientFirstRep()Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setIsActive(boolean value)Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setIsActiveElement(BooleanType value)Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setItem(Type value)Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setStrength(Ratio value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Medication.MedicationIngredientComponent Modifier and Type Method Description List<Medication.MedicationIngredientComponent>Medication. getIngredient()Methods in org.hl7.fhir.r4.model with parameters of type Medication.MedicationIngredientComponent Modifier and Type Method Description MedicationMedication. addIngredient(Medication.MedicationIngredientComponent t)voidMedication.MedicationIngredientComponent. copyValues(Medication.MedicationIngredientComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Medication.MedicationIngredientComponent Modifier and Type Method Description MedicationMedication. setIngredient(List<Medication.MedicationIngredientComponent> theIngredient)
-