Class TMedicinalProductManufactured
Unit
bsFhir_r4
Declaration
type TMedicinalProductManufactured = class(TDomainResource)
Description
The manufactured item as contained in the packaged medicinal product. 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 manufacturedDoseForm : TCodeableConcept read GetmanufacturedDoseForm write SetmanufacturedDoseForm; |
Dose form as manufactured and before any transformation into the pharmaceutical product.
|
|
property unitOfPresentation : TCodeableConcept read GetunitOfPresentation write SetunitOfPresentation; |
The “real world” units in which the quantity of the manufactured item is described.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The quantity or "count number" of the manufactured item.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).
|
|
property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics; |
Dimensions, color etc.
|
|
property otherCharacteristics : TCodeableConceptArray read GetotherCharacteristicsArray; |
Other codeable characteristics.
|
Generated by PasDoc 0.15.0.
|