Class TDeviceDefinitionCorrectiveAction
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionCorrectiveAction = class(TBackboneElement)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property recall : boolean read Getrecall write Setrecall; |
Whether the last corrective action known for this device was a recall.
|
|
property recallElement : Tboolean read GetrecallElement write SetrecallElement; |
|
|
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.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Start and end dates of the corrective action.
|
Generated by PasDoc 0.15.0.
|