Class TMedicinalProductManufactured

Unit

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

Public constructor Create; override;

Properties

Public property manufacturedDoseForm : TCodeableConcept read GetmanufacturedDoseForm write SetmanufacturedDoseForm;
Public property unitOfPresentation : TCodeableConcept read GetunitOfPresentation write SetunitOfPresentation;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property ingredient : TReferenceArray read GetingredientArray;
Public property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics;
Public property otherCharacteristics : TCodeableConceptArray read GetotherCharacteristicsArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property manufacturedDoseForm : TCodeableConcept read GetmanufacturedDoseForm write SetmanufacturedDoseForm;

Dose form as manufactured and before any transformation into the pharmaceutical product.

Public property unitOfPresentation : TCodeableConcept read GetunitOfPresentation write SetunitOfPresentation;

The “real world” units in which the quantity of the manufactured item is described.

Public property quantity : TQuantity read Getquantity write Setquantity;

The quantity or "count number" of the manufactured item.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).

Public property ingredient : TReferenceArray read GetingredientArray;

Ingredient.

Public property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics;

Dimensions, color etc.

Public property otherCharacteristics : TCodeableConceptArray read GetotherCharacteristicsArray;

Other codeable characteristics.


Generated by PasDoc 0.15.0.