Class TDeviceDefinitionCorrectiveAction

Unit

Declaration

type TDeviceDefinitionCorrectiveAction = 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 recall : boolean read Getrecall write Setrecall;
Public property recallElement : Tboolean read GetrecallElement write SetrecallElement;
Public property scope : string read Getscope write Setscope;
Public property scopeElement : TDeviceCorrectiveActionScope read GetscopeElement write SetscopeElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property recall : boolean read Getrecall write Setrecall;

Whether the last corrective action known for this device was a recall.

Public property recallElement : Tboolean read GetrecallElement write SetrecallElement;
 
Public property scope : string read Getscope write Setscope;

The scope of the corrective action - whether the action targeted all units of a given device model, or only a specific set of batches identified by lot numbers, or individually identified devices identified by the serial name.

Public property scopeElement : TDeviceCorrectiveActionScope read GetscopeElement write SetscopeElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Start and end dates of the corrective action.


Generated by PasDoc 0.15.0.