Class TServiceRequestParameter

Unit

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

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
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 valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod;

Description

Methods

Public constructor Create; override;
 

Properties

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

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

Indicates a value for the order detail. (choose any one of value*, but only one)

Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;

Indicates a value for the order detail. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

Indicates a value for the order detail. (choose any one of value*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

Indicates a value for the order detail. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Indicates a value for the order detail. (choose any one of value*, but only one)

Public property valueString : string read GetvalueString write SetvalueString;

Indicates a value for the order detail. (choose any one of value*, but only one)

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