Uses of Class
org.hl7.fhir.r4.model.Substance.SubstanceIngredientComponent
-
Packages that use Substance.SubstanceIngredientComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Substance.SubstanceIngredientComponent Modifier and Type Method Description protected Substance.SubstanceIngredientComponentJsonParser. parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json, Substance owner)protected Substance.SubstanceIngredientComponentXmlParser. parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) -
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Substance.SubstanceIngredientComponent Modifier and Type Field Description protected List<Substance.SubstanceIngredientComponent>Substance. ingredientA substance can be composed of other substances.Methods in org.hl7.fhir.r4.model that return Substance.SubstanceIngredientComponent Modifier and Type Method Description Substance.SubstanceIngredientComponentSubstance. addIngredient()Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. copy()Substance.SubstanceIngredientComponentSubstance. getIngredientFirstRep()Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setQuantity(Ratio value)Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setSubstance(Type value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Substance.SubstanceIngredientComponent Modifier and Type Method Description List<Substance.SubstanceIngredientComponent>Substance. getIngredient()Methods in org.hl7.fhir.r4.model with parameters of type Substance.SubstanceIngredientComponent Modifier and Type Method Description SubstanceSubstance. addIngredient(Substance.SubstanceIngredientComponent t)voidSubstance.SubstanceIngredientComponent. copyValues(Substance.SubstanceIngredientComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Substance.SubstanceIngredientComponent Modifier and Type Method Description SubstanceSubstance. setIngredient(List<Substance.SubstanceIngredientComponent> theIngredient)
-