Class TDeviceDefinitionProperty

Unit

Declaration

type TDeviceDefinitionProperty = class(TBackboneElement)

Description

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Code that specifies the property such as a resolution or color being represented.

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

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

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

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public 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)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public 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)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public 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)

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