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.InstanceSubstance.Instance.Builder. build()Build theSubstance.InstanceMethods 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.BuilderSubstance.Instance.Builder. from(Substance.Instance instance)Substance.BuilderSubstance.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 voidSubstance.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.BuilderSubstance.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.
-