Uses of Class
org.hl7.fhir.dstu2.model.Substance.SubstanceIngredientComponent
Packages that use Substance.SubstanceIngredientComponent
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionprotected 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.SubstanceIngredientComponentModifier and TypeFieldDescriptionprotected List<Substance.SubstanceIngredientComponent>Substance.ingredientA substance can be composed of other substances.Methods in org.hl7.fhir.dstu2.model that return Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.addIngredient()Substance.SubstanceIngredientComponent.copy()Substance.SubstanceIngredientComponent.setQuantity(Ratio value)Substance.SubstanceIngredientComponent.setSubstance(Reference value)Substance.SubstanceIngredientComponent.setSubstanceTarget(Substance value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Substance.SubstanceIngredientComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Substance.SubstanceIngredientComponentModifier and TypeMethodDescriptionSubstance.addIngredient(Substance.SubstanceIngredientComponent t)