Class TMedicinalProductPackaged
Unit
bsFhir_r4
Declaration
type TMedicinalProductPackaged = class(TDomainResource)
Description
A medicinal product in a container or package. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique identifier.
|
|
property subject : TReferenceArray read GetsubjectArray; |
The product with this is a pack for.
|
|
property description : string read Getdescription write Setdescription; |
Textual description.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply; |
The legal status of supply of the medicinal product as classified by the regulator.
|
|
property marketingAuthorization : TReference read GetmarketingAuthorization write SetmarketingAuthorization; |
Manufacturer of this Package Item.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of this Package Item.
|
Generated by PasDoc 0.15.0.
|