Class TDeviceComponent
Unit
bsFhir_stu3
Declaration
type TDeviceComponent = class(TDomainResource)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
The locally assigned unique identification by the software. For example: handle ID.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The component type as defined in the object-oriented or metric nomenclature partition.
|
|
property lastSystemChange : string read GetlastSystemChange write SetlastSystemChange; |
The timestamp for the most recent system change which includes device configuration or setting change.
|
|
property lastSystemChangeElement : Tinstant read GetlastSystemChangeElement write SetlastSystemChangeElement; |
|
|
property source : TReference read Getsource write Setsource; |
The link to the source Device that contains administrative device information such as manufacture, serial number, etc.
|
|
property parent : TReference read Getparent write Setparent; |
The link to the parent resource. For example: Channel is linked to its VMD parent.
|
|
property operationalStatus : TCodeableConceptArray read GetoperationalStatusArray; |
The current operational status of the device. For example: On, Off, Standby, etc.
|
|
property parameterGroup : TCodeableConcept read GetparameterGroup write SetparameterGroup; |
The parameter group supported by the current device component that is based on some nomenclature, e.g. cardiovascular.
|
|
property measurementPrinciple : string read GetmeasurementPrinciple write SetmeasurementPrinciple; |
The physical principle of the measurement. For example: thermal, chemical, acoustical, etc.
|
|
property measurementPrincipleElement : TMeasmntPrinciple read GetmeasurementPrincipleElement write SetmeasurementPrincipleElement; |
|
|
property languageCode : TCodeableConcept read GetlanguageCode write SetlanguageCode; |
The language code for the human-readable text string produced by the device. This language code will follow the IETF language tag. Example: en-US.
|
Generated by PasDoc 0.15.0.
|