
Uses of Class
org.hl7.fhir.r5.model.Substance.SubstanceIngredientComponent
Packages that use Substance.SubstanceIngredientComponent
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionprotected Substance.SubstanceIngredientComponentJsonParser.parseSubstanceIngredientComponent(com.google.gson.JsonObject json) protected Substance.SubstanceIngredientComponentXmlParser.parseSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) protected voidRdfParser.composeSubstanceIngredientComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Substance.SubstanceIngredientComponent element, int index) protected voidXmlParser.composeSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) protected voidXmlParser.composeSubstanceIngredientComponentElements(Substance.SubstanceIngredientComponent element) protected voidJsonParser.composeSubstanceIngredientComponentProperties(Substance.SubstanceIngredientComponent element) protected booleanXmlParser.parseSubstanceIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance.SubstanceIngredientComponent res) protected voidJsonParser.parseSubstanceIngredientComponentProperties(com.google.gson.JsonObject json, Substance.SubstanceIngredientComponent res) -
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Substance.SubstanceIngredientComponentModifier and TypeFieldDescriptionprotected List<Substance.SubstanceIngredientComponent> Substance.ingredientA substance can be composed of other substances.Methods in org.hl7.fhir.r5.model that return Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.addIngredient()Substance.SubstanceIngredientComponent.copy()Substance.getIngredientFirstRep()Substance.SubstanceIngredientComponent.setQuantity(Ratio value) Substance.SubstanceIngredientComponent.setSubstance(DataType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Substance.SubstanceIngredientComponentMethods in org.hl7.fhir.r5.model with parameters of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.addIngredient(Substance.SubstanceIngredientComponent t) voidSubstance.SubstanceIngredientComponent.copyValues(Substance.SubstanceIngredientComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.setIngredient(List<Substance.SubstanceIngredientComponent> theIngredient)