Uses of Class
org.hl7.fhir.dstu2.model.Substance.SubstanceInstanceComponent
-
Packages that use Substance.SubstanceInstanceComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Substance.SubstanceInstanceComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Substance.SubstanceInstanceComponent Modifier and Type Method Description protected Substance.SubstanceInstanceComponentJsonParser. parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json, Substance owner)protected Substance.SubstanceInstanceComponentXmlParser. parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Substance.SubstanceInstanceComponent Modifier and Type Method Description protected voidJsonParser. composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element)protected voidXmlParser. composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element)protected voidJsonParser. composeSubstanceSubstanceInstanceComponentInner(Substance.SubstanceInstanceComponent element) -
Uses of Substance.SubstanceInstanceComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Substance.SubstanceInstanceComponent Modifier and Type Field Description protected List<Substance.SubstanceInstanceComponent>Substance. instanceSubstance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.Methods in org.hl7.fhir.dstu2.model that return Substance.SubstanceInstanceComponent Modifier and Type Method Description Substance.SubstanceInstanceComponentSubstance. addInstance()Substance.SubstanceInstanceComponentSubstance.SubstanceInstanceComponent. copy()Substance.SubstanceInstanceComponentSubstance.SubstanceInstanceComponent. setExpiry(Date value)Substance.SubstanceInstanceComponentSubstance.SubstanceInstanceComponent. setExpiryElement(DateTimeType value)Substance.SubstanceInstanceComponentSubstance.SubstanceInstanceComponent. setIdentifier(Identifier value)Substance.SubstanceInstanceComponentSubstance.SubstanceInstanceComponent. setQuantity(SimpleQuantity value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Substance.SubstanceInstanceComponent Modifier and Type Method Description List<Substance.SubstanceInstanceComponent>Substance. getInstance()Methods in org.hl7.fhir.dstu2.model with parameters of type Substance.SubstanceInstanceComponent Modifier and Type Method Description SubstanceSubstance. addInstance(Substance.SubstanceInstanceComponent t)
-