Class TDeviceProperty

Unit

Declaration

type TDeviceProperty = 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

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property valueQuantity : TQuantityArray read GetvalueQuantityArray;
Public property valueCode : TCodeableConceptArray read GetvalueCodeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Code that specifies the property DeviceDefinitionPropetyCode (Extensible).

Public property valueQuantity : TQuantityArray read GetvalueQuantityArray;

Property value as a quantity.

Public property valueCode : TCodeableConceptArray read GetvalueCodeArray;

Property value as a code, e.g., NTP4 (synced to NTP).


Generated by PasDoc 0.15.0.