Uses of Class
org.hl7.fhir.r5.model.Ingredient.IngredientSubstanceStrengthComponent
-
Uses of Ingredient.IngredientSubstanceStrengthComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseIngredientSubstanceStrengthComponent
(com.google.gson.JsonObject json) XmlParser.parseIngredientSubstanceStrengthComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeIngredientSubstanceStrengthComponent
(String name, Ingredient.IngredientSubstanceStrengthComponent element) protected void
RdfParser.composeIngredientSubstanceStrengthComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Ingredient.IngredientSubstanceStrengthComponent element, int index) protected void
XmlParser.composeIngredientSubstanceStrengthComponent
(String name, Ingredient.IngredientSubstanceStrengthComponent element) protected void
XmlParser.composeIngredientSubstanceStrengthComponentElements
(Ingredient.IngredientSubstanceStrengthComponent element) protected void
JsonParser.composeIngredientSubstanceStrengthComponentProperties
(Ingredient.IngredientSubstanceStrengthComponent element) protected boolean
XmlParser.parseIngredientSubstanceStrengthComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ingredient.IngredientSubstanceStrengthComponent res) protected void
JsonParser.parseIngredientSubstanceStrengthComponentProperties
(com.google.gson.JsonObject json, Ingredient.IngredientSubstanceStrengthComponent res) -
Uses of Ingredient.IngredientSubstanceStrengthComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionIngredient.IngredientSubstanceComponent.strength
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.Modifier and TypeMethodDescriptionIngredient.IngredientSubstanceStrengthComponent.addCountry
(CodeableConcept t) Ingredient.IngredientSubstanceStrengthComponent.addReferenceStrength
(Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent t) Ingredient.IngredientSubstanceComponent.addStrength()
Ingredient.IngredientSubstanceStrengthComponent.copy()
Ingredient.IngredientSubstanceComponent.getStrengthFirstRep()
Ingredient.IngredientSubstanceStrengthComponent.setBasis
(CodeableConcept value) Ingredient.IngredientSubstanceStrengthComponent.setConcentration
(DataType value) Ingredient.IngredientSubstanceStrengthComponent.setCountry
(List<CodeableConcept> theCountry) Ingredient.IngredientSubstanceStrengthComponent.setMeasurementPoint
(String value) Ingredient.IngredientSubstanceStrengthComponent.setMeasurementPointElement
(StringType value) Ingredient.IngredientSubstanceStrengthComponent.setPresentation
(DataType value) Ingredient.IngredientSubstanceStrengthComponent.setReferenceStrength
(List<Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent> theReferenceStrength) Ingredient.IngredientSubstanceStrengthComponent.setTextConcentration
(String value) Ingredient.IngredientSubstanceStrengthComponent.setTextConcentrationElement
(StringType value) Ingredient.IngredientSubstanceStrengthComponent.setTextPresentation
(String value) Ingredient.IngredientSubstanceStrengthComponent.setTextPresentationElement
(StringType value) Modifier and TypeMethodDescriptionIngredient.IngredientSubstanceComponent.addStrength
(Ingredient.IngredientSubstanceStrengthComponent t) void
Ingredient.IngredientSubstanceStrengthComponent.copyValues
(Ingredient.IngredientSubstanceStrengthComponent dst) Modifier and TypeMethodDescriptionIngredient.IngredientSubstanceComponent.setStrength
(List<Ingredient.IngredientSubstanceStrengthComponent> theStrength)