Class TDeviceDeviceName
Unit
bsFhir_r4
Declaration
type TDeviceDeviceName = 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 name_ : string read Getname_ write Setname_; |
The name of the device.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of deviceName. UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | ModelName.
|
|
property type_Element : TDeviceNameType read Gettype_Element write Settype_Element; |
|
Generated by PasDoc 0.15.0.
|