Class TDeviceRequestParameter
Unit
bsFhir_r5
Declaration
type TDeviceRequestParameter = class(TBackboneElement)
Description
Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
A code or string that identifies the device detail being asserted.
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
Generated by PasDoc 0.15.0.
|