Uses of Class
org.hl7.fhir.r4.model.Medication.MedicationIngredientComponent
Packages that use Medication.MedicationIngredientComponent
-
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionprotected Medication.MedicationIngredientComponentJsonParser.parseMedicationMedicationIngredientComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationIngredientComponentXmlParser.parseMedicationMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner)Methods in org.hl7.fhir.r4.formats with parameters of type Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element)protected voidRdfParser.composeMedicationMedicationIngredientComponent(Turtle.Complex parent, String parentType, String name, Medication.MedicationIngredientComponent element, int index)protected voidXmlParser.composeMedicationMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element)protected voidXmlParser.composeMedicationMedicationIngredientComponentElements(Medication.MedicationIngredientComponent element)protected voidJsonParser.composeMedicationMedicationIngredientComponentInner(Medication.MedicationIngredientComponent element)protected booleanXmlParser.parseMedicationMedicationIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationIngredientComponent res)protected voidJsonParser.parseMedicationMedicationIngredientComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationIngredientComponent res) -
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.setStrength(Ratio value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Medication.MedicationIngredientComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type Medication.MedicationIngredientComponentModifier and TypeMethodDescriptionMedication.setIngredient(List<Medication.MedicationIngredientComponent> theIngredient)