Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsTQ1_26
Unit
BSHL7DT26
Declaration
type TbsTQ1_26 = 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_26 read GetSetIDTQ1 write SetSetIDTQ1; |
Set ID - TQ1, Min : 0, Max : 1
|
|
property Quantity : TbsCQ_26 read GetQuantity write SetQuantity; |
Quantity, Min : 0, Max : 1
|
|
property RepeatPattern[RepCount:Integer]: TbsRPT_26 read GetRepeatPattern write SetRepeatPattern; |
Repeat Pattern, Min : 0, Max : *
|
|
property ExplicitTime[RepCount:Integer]: TbsTM_26 read GetExplicitTime write SetExplicitTime; |
Explicit Time, Min : 0, Max : *
|
|
property RelativeTimeandUnits[RepCount:Integer]: TbsCQ_26 read GetRelativeTimeandUnits write SetRelativeTimeandUnits; |
Relative Time and Units, Min : 0, Max : *
|
|
property ServiceDuration : TbsCQ_26 read GetServiceDuration write SetServiceDuration; |
Service Duration, Min : 0, Max : 1
|
|
property Startdatetime : TbsDTM_26 read GetStartdatetime write SetStartdatetime; |
Start date/time, Min : 0, Max : 1
|
|
property Enddatetime : TbsDTM_26 read GetEnddatetime write SetEnddatetime; |
End date/time, Min : 0, Max : 1
|
|
property Priority[RepCount:Integer]: TbsCWE_26 read GetPriority write SetPriority; |
Priority, Min : 0, Max : *
|
|
property Conditiontext : TbsTX_26 read GetConditiontext write SetConditiontext; |
Condition text, Min : 0, Max : 1
|
|
property Textinstruction : TbsTX_26 read GetTextinstruction write SetTextinstruction; |
Text instruction, Min : 0, Max : 1
|
|
property Conjunction : TbsID_26 read GetConjunction write SetConjunction; |
Conjunction, Min : 0, Max : 1
|
|
property Occurrenceduration : TbsCQ_26 read GetOccurrenceduration write SetOccurrenceduration; |
Occurrence duration, Min : 0, Max : 1
|
|
property Totaloccurrences : TbsNM_26 read GetTotaloccurrences write SetTotaloccurrences; |
Total occurrence's, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|