Class TDeviceComponentProductionSpecification

Unit

Declaration

type TDeviceComponentProductionSpecification = 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 specType : TCodeableConcept read GetspecType write SetspecType;
Public property componentId : TIdentifier read GetcomponentId write SetcomponentId;
Public property productionSpec : string read GetproductionSpec write SetproductionSpec;
Public property productionSpecElement : Tstring read GetproductionSpecElement write SetproductionSpecElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property specType : TCodeableConcept read GetspecType write SetspecType;

The specification type, such as, serial number, part number, hardware revision, software revision, etc.

Public property componentId : TIdentifier read GetcomponentId write SetcomponentId;

The internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacturer can make use of.

Public property productionSpec : string read GetproductionSpec write SetproductionSpec;

The printable string defining the component.

Public property productionSpecElement : Tstring read GetproductionSpecElement write SetproductionSpecElement;
 

Generated by PasDoc 0.15.0.