Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsTQ1_25
Unit
BSHL7DT25
Declaration
type TbsTQ1_25 = class(TbsHL7Segment)
Description
Timing/Quantity The TQ1 segment is used to specify the complex timing of events and actions such as those that occur in order management and scheduling systems. This segment determines the quantity, frequency, priority, and timing of a service. By allowing the segment to repeat, it is possible to have service requests that vary the quantity, frequency and priority of a service request over time.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RepeatPatternRepCount : Integer; |
|
|
function ExplicitTimeRepCount : Integer; |
|
|
function RelativeTimeandUnitsRepCount : Integer; |
|
|
function PriorityRepCount : Integer; |
|
Properties
|
property SetIDTQ1 : TbsSI_25 read GetSetIDTQ1 write SetSetIDTQ1; |
Set ID - TQ1, Min : 0, Max : 1
|
|
property Quantity : TbsCQ_25 read GetQuantity write SetQuantity; |
Quantity, Min : 0, Max : 1
|
|
property RepeatPattern[RepCount:Integer]: TbsRPT_25 read GetRepeatPattern write SetRepeatPattern; |
Repeat Pattern, Min : 0, Max : *
|
|
property ExplicitTime[RepCount:Integer]: TbsTM_25 read GetExplicitTime write SetExplicitTime; |
Explicit Time, Min : 0, Max : *
|
|
property RelativeTimeandUnits[RepCount:Integer]: TbsCQ_25 read GetRelativeTimeandUnits write SetRelativeTimeandUnits; |
Relative Time and Units, Min : 0, Max : *
|
|
property ServiceDuration : TbsCQ_25 read GetServiceDuration write SetServiceDuration; |
Service Duration, Min : 0, Max : 1
|
|
property Startdatetime : TbsTS_25 read GetStartdatetime write SetStartdatetime; |
Start date/time, Min : 0, Max : 1
|
|
property Enddatetime : TbsTS_25 read GetEnddatetime write SetEnddatetime; |
End date/time, Min : 0, Max : 1
|
|
property Priority[RepCount:Integer]: TbsCWE_25 read GetPriority write SetPriority; |
Priority, Min : 0, Max : *
|
|
property Conditiontext : TbsTX_25 read GetConditiontext write SetConditiontext; |
Condition text, Min : 0, Max : 1
|
|
property Textinstruction : TbsTX_25 read GetTextinstruction write SetTextinstruction; |
Text instruction, Min : 0, Max : 1
|
|
property Conjunction : TbsID_25 read GetConjunction write SetConjunction; |
Conjunction, Min : 0, Max : 1
|
|
property Occurrenceduration : TbsCQ_25 read GetOccurrenceduration write SetOccurrenceduration; |
Occurrence duration, Min : 0, Max : 1
|
|
property Totaloccurrences : TbsNM_25 read GetTotaloccurrences write SetTotaloccurrences; |
Total occurrence's, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|