Class TDeviceComponent

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property lastSystemChange : string read GetlastSystemChange write SetlastSystemChange;
Public property lastSystemChangeElement : Tinstant read GetlastSystemChangeElement write SetlastSystemChangeElement;
Public property source : TReference read Getsource write Setsource;
Public property parent : TReference read Getparent write Setparent;
Public property operationalStatus : TCodeableConceptArray read GetoperationalStatusArray;
Public property parameterGroup : TCodeableConcept read GetparameterGroup write SetparameterGroup;
Public property measurementPrinciple : string read GetmeasurementPrinciple write SetmeasurementPrinciple;
Public property measurementPrincipleElement : TMeasmntPrinciple read GetmeasurementPrincipleElement write SetmeasurementPrincipleElement;
Public property productionSpecification : TDeviceComponentProductionSpecificationArray read GetproductionSpecificationArray;
Public property languageCode : TCodeableConcept read GetlanguageCode write SetlanguageCode;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The locally assigned unique identification by the software. For example: handle ID.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The component type as defined in the object-oriented or metric nomenclature partition.

Public property lastSystemChange : string read GetlastSystemChange write SetlastSystemChange;

The timestamp for the most recent system change which includes device configuration or setting change.

Public property lastSystemChangeElement : Tinstant read GetlastSystemChangeElement write SetlastSystemChangeElement;
 
Public property source : TReference read Getsource write Setsource;

The link to the source Device that contains administrative device information such as manufacture, serial number, etc.

Public property parent : TReference read Getparent write Setparent;

The link to the parent resource. For example: Channel is linked to its VMD parent.

Public property operationalStatus : TCodeableConceptArray read GetoperationalStatusArray;

The current operational status of the device. For example: On, Off, Standby, etc.

Public 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.

Public property measurementPrinciple : string read GetmeasurementPrinciple write SetmeasurementPrinciple;

The physical principle of the measurement. For example: thermal, chemical, acoustical, etc.

Public property measurementPrincipleElement : TMeasmntPrinciple read GetmeasurementPrincipleElement write SetmeasurementPrincipleElement;
 
Public property productionSpecification : TDeviceComponentProductionSpecificationArray read GetproductionSpecificationArray;

The production specification such as component revision, serial number, etc.

Public 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.