Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsTQ2_26
Unit
BSHL7DT26
Declaration
type TbsTQ2_26 = class(TbsHL7Segment)
Description
Timing/Quantity Relationship The TQ2 segment is used to form a relationship between the service request the TQ1/TQ2 segments are associated with, and other service requests. The TQ2 segment will link the current service request with one or more other service requests.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RelatedPlacerNumberRepCount : Integer; |
|
|
function RelatedFillerNumberRepCount : Integer; |
|
|
function RelatedPlacerGroupNumberRepCount : Integer; |
|
Properties
|
property SetIDTQ2 : TbsSI_26 read GetSetIDTQ2 write SetSetIDTQ2; |
Set ID - TQ2, Min : 0, Max : 1
|
|
property SequenceResultsFlag : TbsID_26 read GetSequenceResultsFlag write SetSequenceResultsFlag; |
Sequence/Results Flag, Min : 0, Max : 1
|
|
property RelatedPlacerNumber[RepCount:Integer]: TbsEI_26 read GetRelatedPlacerNumber write SetRelatedPlacerNumber; |
Related Placer Number, Min : 0, Max : *
|
|
property RelatedFillerNumber[RepCount:Integer]: TbsEI_26 read GetRelatedFillerNumber write SetRelatedFillerNumber; |
Related Filler Number, Min : 0, Max : *
|
|
property RelatedPlacerGroupNumber[RepCount:Integer]: TbsEI_26 read GetRelatedPlacerGroupNumber write SetRelatedPlacerGroupNumber; |
Related Placer Group Number, Min : 0, Max : *
|
|
property SequenceConditionCode : TbsID_26 read GetSequenceConditionCode write SetSequenceConditionCode; |
Sequence Condition Code, Min : 0, Max : 1
|
|
property CyclicEntryExitIndicator : TbsID_26 read GetCyclicEntryExitIndicator write SetCyclicEntryExitIndicator; |
Cyclic Entry/Exit Indicator, Min : 0, Max : 1
|
|
property SequenceConditionTimeInterval : TbsCQ_26 read GetSequenceConditionTimeInterval write SetSequenceConditionTimeInterval; |
Sequence Condition Time Interval, Min : 0, Max : 1
|
|
property CyclicGroupMaximumNumberofRepeats : TbsNM_26 read GetCyclicGroupMaximumNumberofRepeats write SetCyclicGroupMaximumNumberofRepeats; |
Cyclic Group Maximum Number of Repeats, Min : 0, Max : 1
|
|
property SpecialServiceRequestRelationship : TbsID_26 read GetSpecialServiceRequestRelationship write SetSpecialServiceRequestRelationship; |
Special Service Request Relationship, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|