Class TDeviceDefinitionGuideline

Unit

Declaration

type TDeviceDefinitionGuideline = 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 useContext : TUsageContextArray read GetuseContextArray;
Public property usageInstruction : string read GetusageInstruction write SetusageInstruction;
Public property usageInstructionElement : Tmarkdown read GetusageInstructionElement write SetusageInstructionElement;
Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;
Public property indication : TCodeableConceptArray read GetindicationArray;
Public property contraindication : TCodeableConceptArray read GetcontraindicationArray;
Public property warning : TCodeableConceptArray read GetwarningArray;
Public property intendedUse : string read GetintendedUse write SetintendedUse;
Public property intendedUseElement : Tstring read GetintendedUseElement write SetintendedUseElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property useContext : TUsageContextArray read GetuseContextArray;

The circumstances that form the setting for using the device.

Public property usageInstruction : string read GetusageInstruction write SetusageInstruction;

Detailed written and visual directions for the user on how to use the device.

Public property usageInstructionElement : Tmarkdown read GetusageInstructionElement write SetusageInstructionElement;
 
Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;

A source of information or reference for this guideline.

Public property indication : TCodeableConceptArray read GetindicationArray;

A clinical condition for which the device was designed to be used.

Public property contraindication : TCodeableConceptArray read GetcontraindicationArray;

A specific situation when a device should not be used because it may cause harm.

Public property warning : TCodeableConceptArray read GetwarningArray;

Specific hazard alert information that a user needs to know before using the device.

Public property intendedUse : string read GetintendedUse write SetintendedUse;

A description of the general purpose or medical use of the device or its function.

Public property intendedUseElement : Tstring read GetintendedUseElement write SetintendedUseElement;
 

Generated by PasDoc 0.15.0.