
Uses of Class
org.hl7.fhir.r5.model.Medication.MedicationIngredientComponent
Packages that use Medication.MedicationIngredientComponent
-
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionprotected Medication.MedicationIngredientComponentJsonParser.parseMedicationIngredientComponent(com.google.gson.JsonObject json) protected Medication.MedicationIngredientComponentXmlParser.parseMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element) protected voidRdfParser.composeMedicationIngredientComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Medication.MedicationIngredientComponent element, int index) protected voidXmlParser.composeMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element) protected voidXmlParser.composeMedicationIngredientComponentElements(Medication.MedicationIngredientComponent element) protected voidJsonParser.composeMedicationIngredientComponentProperties(Medication.MedicationIngredientComponent element) protected booleanXmlParser.parseMedicationIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication.MedicationIngredientComponent res) protected voidJsonParser.parseMedicationIngredientComponentProperties(com.google.gson.JsonObject json, Medication.MedicationIngredientComponent res) -
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Medication.MedicationIngredientComponentModifier and TypeFieldDescriptionprotected List<Medication.MedicationIngredientComponent> Medication.ingredientIdentifies a particular constituent of interest in the product.Methods in org.hl7.fhir.r5.model that return Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionMedication.addIngredient()Medication.MedicationIngredientComponent.copy()Medication.getIngredientFirstRep()Medication.MedicationIngredientComponent.setIsActive(boolean value) Medication.MedicationIngredientComponent.setIsActiveElement(BooleanType value) Medication.MedicationIngredientComponent.setItem(CodeableReference value) Medication.MedicationIngredientComponent.setStrength(DataType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Medication.MedicationIngredientComponentMethods in org.hl7.fhir.r5.model with parameters of type Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionMedication.addIngredient(Medication.MedicationIngredientComponent t) voidMedication.MedicationIngredientComponent.copyValues(Medication.MedicationIngredientComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionMedication.setIngredient(List<Medication.MedicationIngredientComponent> theIngredient)