Class TDeviceVersion
Unit
bsFhir_r5
Declaration
type TDeviceVersion = class(TBackboneElement)
Description
A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of the device version, e.g. manufacturer, approved, internal.
|
|
property component : TIdentifier read Getcomponent write Setcomponent; |
The hardware or software module of the device to which the version applies.
|
|
property installDate : string read GetinstallDate write SetinstallDate; |
The date the version was installed on the device.
|
|
property installDateElement : TdateTime_ read GetinstallDateElement write SetinstallDateElement; |
|
|
property value : string read Getvalue write Setvalue; |
The version text.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|