Class TServiceRequestParameter
Unit
bsFhir_r5
Declaration
type TServiceRequestParameter = class(TBackboneElement)
Description
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
A value representing the additional detail or instructions for the order (e.g., catheter insertion, body elevation, descriptive device configuration and/or setting instructions).
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
|
property valueRatio : TRatio read GetvalueRatio write SetvalueRatio; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod; |
Indicates a value for the order detail. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|