Class TDeviceDefinitionPackaging

Unit

Declaration

type TDeviceDefinitionPackaging = class(TBackboneElement)

Description

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property count : integer read Getcount write Setcount;
Public property countElement : Tinteger read GetcountElement write SetcountElement;
Public property distributor : TDeviceDefinitionDistributorArray read GetdistributorArray;
Public property udiDeviceIdentifier : TDeviceDefinitionUdiDeviceIdentifierArray read GetudiDeviceIdentifierArray;
Public property packaging : TDeviceDefinitionPackagingArray read GetpackagingArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The business identifier of the packaged medication.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A code that defines the specific type of packaging.

Public property count : integer read Getcount write Setcount;

The number of items contained in the package (devices or sub-packages).

Public property countElement : Tinteger read GetcountElement write SetcountElement;
 
Public property distributor : TDeviceDefinitionDistributorArray read GetdistributorArray;

An organization that distributes the packaged device.

Public property udiDeviceIdentifier : TDeviceDefinitionUdiDeviceIdentifierArray read GetudiDeviceIdentifierArray;

Unique Device Identifier (UDI) Barcode string on the packaging.

Public property packaging : TDeviceDefinitionPackagingArray read GetpackagingArray;

Allows packages within packages.


Generated by PasDoc 0.15.0.