
Uses of Class
org.hl7.fhir.r4.model.Substance.SubstanceIngredientComponent
Packages that use Substance.SubstanceIngredientComponent
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionprotected Substance.SubstanceIngredientComponentJsonParser.parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json, Substance owner) protected Substance.SubstanceIngredientComponentXmlParser.parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) Methods in org.hl7.fhir.r4.formats with parameters of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) protected voidRdfParser.composeSubstanceSubstanceIngredientComponent(Turtle.Complex parent, String parentType, String name, Substance.SubstanceIngredientComponent element, int index) protected voidXmlParser.composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) protected voidXmlParser.composeSubstanceSubstanceIngredientComponentElements(Substance.SubstanceIngredientComponent element) protected voidJsonParser.composeSubstanceSubstanceIngredientComponentInner(Substance.SubstanceIngredientComponent element) protected booleanXmlParser.parseSubstanceSubstanceIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance owner, Substance.SubstanceIngredientComponent res) protected voidJsonParser.parseSubstanceSubstanceIngredientComponentProperties(com.google.gson.JsonObject json, Substance owner, Substance.SubstanceIngredientComponent res) -
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.addIngredient()Substance.SubstanceIngredientComponent.copy()Substance.getIngredientFirstRep()Substance.SubstanceIngredientComponent.setQuantity(Ratio value) Substance.SubstanceIngredientComponent.setSubstance(Type value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Substance.SubstanceIngredientComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.setIngredient(List<Substance.SubstanceIngredientComponent> theIngredient)