Class TDeviceDefinitionProperty
Unit
bsFhir_r5
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 such as a resolution or color being represented.
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
|
property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment; |
The value of the property specified by the associated property.type code. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|