Uses of Class
org.linuxforhealth.fhir.model.resource.Substance.Instance
-
Packages that use Substance.Instance Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Substance.Instance in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Substance.Instance Modifier and Type Method Description Substance.Instance
Substance.Instance.Builder. build()
Build theSubstance.Instance
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Substance.Instance Modifier and Type Method Description java.util.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 org.linuxforhealth.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.protected void
Substance.Instance.Builder. validate(Substance.Instance instance)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Substance.Instance Modifier and Type Method Description Substance.Builder
Substance.Builder. instance(java.util.Collection<Substance.Instance> instance)
Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.
-