Uses of Class
org.hl7.fhir.r4.model.Substance.SubstanceInstanceComponent
Package | Description |
---|---|
org.hl7.fhir.r4.formats | |
org.hl7.fhir.r4.model |
-
Uses of Substance.SubstanceInstanceComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Substance.SubstanceInstanceComponent Modifier and Type Method Description protected Substance.SubstanceInstanceComponent
JsonParser. parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json, Substance owner)
protected Substance.SubstanceInstanceComponent
XmlParser. parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner)
-
Uses of Substance.SubstanceInstanceComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Substance.SubstanceInstanceComponent Modifier and Type Field Description protected List<Substance.SubstanceInstanceComponent>
Substance. instance
Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.Methods in org.hl7.fhir.r4.model that return Substance.SubstanceInstanceComponent Modifier and Type Method Description Substance.SubstanceInstanceComponent
Substance. addInstance()
Substance.SubstanceInstanceComponent
Substance.SubstanceInstanceComponent. copy()
Substance.SubstanceInstanceComponent
Substance. getInstanceFirstRep()
Substance.SubstanceInstanceComponent
Substance.SubstanceInstanceComponent. setExpiry(Date value)
Substance.SubstanceInstanceComponent
Substance.SubstanceInstanceComponent. setExpiryElement(DateTimeType value)
Substance.SubstanceInstanceComponent
Substance.SubstanceInstanceComponent. setIdentifier(Identifier value)
Substance.SubstanceInstanceComponent
Substance.SubstanceInstanceComponent. setQuantity(Quantity value)
Methods in org.hl7.fhir.r4.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.r4.model with parameters of type Substance.SubstanceInstanceComponent Modifier and Type Method Description Substance
Substance. addInstance(Substance.SubstanceInstanceComponent t)
void
Substance.SubstanceInstanceComponent. copyValues(Substance.SubstanceInstanceComponent dst)
Method parameters in org.hl7.fhir.r4.model with type arguments of type Substance.SubstanceInstanceComponent Modifier and Type Method Description Substance
Substance. setInstance(List<Substance.SubstanceInstanceComponent> theInstance)