Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductIngredientComponent
-
Packages that use Medication.MedicationProductIngredientComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Medication.MedicationProductIngredientComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Medication.MedicationProductIngredientComponent Modifier and Type Method Description protected Medication.MedicationProductIngredientComponentJsonParser. parseMedicationMedicationProductIngredientComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationProductIngredientComponentXmlParser. parseMedicationMedicationProductIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Medication.MedicationProductIngredientComponent Modifier and Type Method Description protected voidJsonParser. composeMedicationMedicationProductIngredientComponent(String name, Medication.MedicationProductIngredientComponent element)protected voidXmlParser. composeMedicationMedicationProductIngredientComponent(String name, Medication.MedicationProductIngredientComponent element)protected voidJsonParser. composeMedicationMedicationProductIngredientComponentInner(Medication.MedicationProductIngredientComponent element) -
Uses of Medication.MedicationProductIngredientComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Medication.MedicationProductIngredientComponent Modifier and Type Field Description protected List<Medication.MedicationProductIngredientComponent>Medication.MedicationProductComponent. ingredientIdentifies a particular constituent of interest in the product.Methods in org.hl7.fhir.dstu2.model that return Medication.MedicationProductIngredientComponent Modifier and Type Method Description Medication.MedicationProductIngredientComponentMedication.MedicationProductComponent. addIngredient()Medication.MedicationProductIngredientComponentMedication.MedicationProductIngredientComponent. copy()Medication.MedicationProductIngredientComponentMedication.MedicationProductIngredientComponent. setAmount(Ratio value)Medication.MedicationProductIngredientComponentMedication.MedicationProductIngredientComponent. setItem(Reference value)Medication.MedicationProductIngredientComponentMedication.MedicationProductIngredientComponent. setItemTarget(Resource value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Medication.MedicationProductIngredientComponent Modifier and Type Method Description List<Medication.MedicationProductIngredientComponent>Medication.MedicationProductComponent. getIngredient()Methods in org.hl7.fhir.dstu2.model with parameters of type Medication.MedicationProductIngredientComponent Modifier and Type Method Description Medication.MedicationProductComponentMedication.MedicationProductComponent. addIngredient(Medication.MedicationProductIngredientComponent t)
-