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