Uses of Class
org.hl7.fhir.dstu3.model.Medication.MedicationIngredientComponent
-
Packages that use Medication.MedicationIngredientComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model that return Medication.MedicationIngredientComponent Modifier and Type Method Description Medication.MedicationIngredientComponentMedication. addIngredient()Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. copy()Medication.MedicationIngredientComponentMedication. getIngredientFirstRep()Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setAmount(Ratio value)Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setIsActive(boolean value)Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setIsActiveElement(BooleanType value)Medication.MedicationIngredientComponentMedication.MedicationIngredientComponent. setItem(Type value)Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type Medication.MedicationIngredientComponent Modifier and Type Method Description MedicationMedication. addIngredient(Medication.MedicationIngredientComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Medication.MedicationIngredientComponent Modifier and Type Method Description MedicationMedication. setIngredient(List<Medication.MedicationIngredientComponent> theIngredient)
-