Uses of Class
org.hl7.fhir.dstu2.model.Substance.SubstanceIngredientComponent
-
Packages that use Substance.SubstanceIngredientComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Substance.SubstanceIngredientComponent Modifier and Type Method Description protected voidJsonParser. composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element)protected voidXmlParser. composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element)protected voidJsonParser. composeSubstanceSubstanceIngredientComponentInner(Substance.SubstanceIngredientComponent element) -
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return Substance.SubstanceIngredientComponent Modifier and Type Method Description Substance.SubstanceIngredientComponentSubstance. addIngredient()Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. copy()Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setQuantity(Ratio value)Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setSubstance(Reference value)Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setSubstanceTarget(Substance value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type Substance.SubstanceIngredientComponent Modifier and Type Method Description SubstanceSubstance. addIngredient(Substance.SubstanceIngredientComponent t)
-