Class TDeviceDefinitionProperty
Unit
bsFhir_r4b
Declaration
type TDeviceDefinitionProperty = class(TBackboneElement)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Code that specifies the property DeviceDefinitionPropetyCode (Extensible).
|
|
property valueQuantity : TQuantityArray read GetvalueQuantityArray; |
Property value as a quantity.
|
|
property valueCode : TCodeableConceptArray read GetvalueCodeArray; |
Property value as a code, e.g., NTP4 (synced to NTP).
|
Generated by PasDoc 0.15.0.
|