Uses of Class
com.ibm.fhir.model.resource.Substance.Instance
-
Packages that use Substance.Instance Package Description com.ibm.fhir.model.resource -
-
Uses of Substance.Instance in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Substance.Instance Modifier and Type Method Description Substance.Instance
Substance.Instance.Builder. build()
Build theSubstance.Instance
Methods in com.ibm.fhir.model.resource that return types with arguments of type Substance.Instance Modifier and Type Method Description List<Substance.Instance>
Substance. getInstance()
Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.Methods in com.ibm.fhir.model.resource with parameters of type Substance.Instance Modifier and Type Method Description protected Substance.Instance.Builder
Substance.Instance.Builder. from(Substance.Instance instance)
Substance.Builder
Substance.Builder. instance(Substance.Instance... instance)
Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.Method parameters in com.ibm.fhir.model.resource with type arguments of type Substance.Instance Modifier and Type Method Description Substance.Builder
Substance.Builder. instance(Collection<Substance.Instance> instance)
Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.
-