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.LegalStatusOfSupplyPackagedProductDefinition.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.BuilderPackagedProductDefinition.LegalStatusOfSupply.Builder. from(PackagedProductDefinition.LegalStatusOfSupply legalStatusOfSupply)PackagedProductDefinition.BuilderPackagedProductDefinition.Builder. legalStatusOfSupply(PackagedProductDefinition.LegalStatusOfSupply... legalStatusOfSupply)The legal status of supply of the packaged item as classified by the regulator.protected voidPackagedProductDefinition.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.BuilderPackagedProductDefinition.Builder. legalStatusOfSupply(java.util.Collection<PackagedProductDefinition.LegalStatusOfSupply> legalStatusOfSupply)The legal status of supply of the packaged item as classified by the regulator.
-