Class TMedicinalProductPackaged

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property subject : TReferenceArray read GetsubjectArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply;
Public property marketingStatus : TMarketingStatusArray read GetmarketingStatusArray;
Public property marketingAuthorization : TReference read GetmarketingAuthorization write SetmarketingAuthorization;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property batchIdentifier : TMedicinalProductPackagedBatchIdentifierArray read GetbatchIdentifierArray;
Public property packageItem : TMedicinalProductPackagedPackageItemArray read GetpackageItemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Unique identifier.

Public property subject : TReferenceArray read GetsubjectArray;

The product with this is a pack for.

Public property description : string read Getdescription write Setdescription;

Textual description.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply;

The legal status of supply of the medicinal product as classified by the regulator.

Public property marketingStatus : TMarketingStatusArray read GetmarketingStatusArray;

Marketing information.

Public property marketingAuthorization : TReference read GetmarketingAuthorization write SetmarketingAuthorization;

Manufacturer of this Package Item.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of this Package Item.

Public property batchIdentifier : TMedicinalProductPackagedBatchIdentifierArray read GetbatchIdentifierArray;

Batch numbering.

Public property packageItem : TMedicinalProductPackagedPackageItemArray read GetpackageItemArray;

A packaging item, as a contained for medicine, possibly with other packaging items within.


Generated by PasDoc 0.15.0.