Uses of Class
org.linuxforhealth.fhir.model.resource.PackagedProductDefinition.LegalStatusOfSupply
-
Packages that use PackagedProductDefinition.LegalStatusOfSupply Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of PackagedProductDefinition.LegalStatusOfSupply in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PackagedProductDefinition.LegalStatusOfSupply Modifier and Type Method Description PackagedProductDefinition.LegalStatusOfSupply
PackagedProductDefinition.LegalStatusOfSupply.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PackagedProductDefinition.LegalStatusOfSupply Modifier and Type Method Description java.util.List<PackagedProductDefinition.LegalStatusOfSupply>
PackagedProductDefinition. getLegalStatusOfSupply()
The legal status of supply of the packaged item as classified by the regulator.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PackagedProductDefinition.LegalStatusOfSupply Modifier and Type Method Description protected PackagedProductDefinition.LegalStatusOfSupply.Builder
PackagedProductDefinition.LegalStatusOfSupply.Builder. from(PackagedProductDefinition.LegalStatusOfSupply legalStatusOfSupply)
PackagedProductDefinition.Builder
PackagedProductDefinition.Builder. legalStatusOfSupply(PackagedProductDefinition.LegalStatusOfSupply... legalStatusOfSupply)
The legal status of supply of the packaged item as classified by the regulator.protected void
PackagedProductDefinition.LegalStatusOfSupply.Builder. validate(PackagedProductDefinition.LegalStatusOfSupply legalStatusOfSupply)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PackagedProductDefinition.LegalStatusOfSupply Modifier and Type Method Description PackagedProductDefinition.Builder
PackagedProductDefinition.Builder. legalStatusOfSupply(java.util.Collection<PackagedProductDefinition.LegalStatusOfSupply> legalStatusOfSupply)
The legal status of supply of the packaged item as classified by the regulator.
-