Class TDeviceDefinitionGuideline
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionGuideline = 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 useContext : TUsageContextArray read GetuseContextArray; |
The circumstances that form the setting for using the device.
|
|
property usageInstruction : string read GetusageInstruction write SetusageInstruction; |
Detailed written and visual directions for the user on how to use the device.
|
|
property usageInstructionElement : Tmarkdown read GetusageInstructionElement write SetusageInstructionElement; |
|
|
property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray; |
A source of information or reference for this guideline.
|
|
property indication : TCodeableConceptArray read GetindicationArray; |
A clinical condition for which the device was designed to be used.
|
|
property contraindication : TCodeableConceptArray read GetcontraindicationArray; |
A specific situation when a device should not be used because it may cause harm.
|
|
property warning : TCodeableConceptArray read GetwarningArray; |
Specific hazard alert information that a user needs to know before using the device.
|
|
property intendedUse : string read GetintendedUse write SetintendedUse; |
A description of the general purpose or medical use of the device or its function.
|
|
property intendedUseElement : Tstring read GetintendedUseElement write SetintendedUseElement; |
|
Generated by PasDoc 0.15.0.
|