Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsTQ2_251
Unit
BSHL7DT251
Declaration
type TbsTQ2_251 = 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_251 read GetSetIDTQ2 write SetSetIDTQ2; |
Set ID - TQ2, Min : 0, Max : 1
|
|
property SequenceResultsFlag : TbsID_251 read GetSequenceResultsFlag write SetSequenceResultsFlag; |
Sequence/Results Flag, Min : 0, Max : 1
|
|
property RelatedPlacerNumber[RepCount:Integer]: TbsEI_251 read GetRelatedPlacerNumber write SetRelatedPlacerNumber; |
Related Placer Number, Min : 0, Max : *
|
|
property RelatedFillerNumber[RepCount:Integer]: TbsEI_251 read GetRelatedFillerNumber write SetRelatedFillerNumber; |
Related Filler Number, Min : 0, Max : *
|
|
property RelatedPlacerGroupNumber[RepCount:Integer]: TbsEI_251 read GetRelatedPlacerGroupNumber write SetRelatedPlacerGroupNumber; |
Related Placer Group Number, Min : 0, Max : *
|
|
property SequenceConditionCode : TbsID_251 read GetSequenceConditionCode write SetSequenceConditionCode; |
Sequence Condition Code, Min : 0, Max : 1
|
|
property CyclicEntryExitIndicator : TbsID_251 read GetCyclicEntryExitIndicator write SetCyclicEntryExitIndicator; |
Cyclic Entry/Exit Indicator, Min : 0, Max : 1
|
|
property SequenceConditionTimeInterval : TbsCQ_251 read GetSequenceConditionTimeInterval write SetSequenceConditionTimeInterval; |
Sequence Condition Time Interval, Min : 0, Max : 1
|
|
property CyclicGroupMaximumNumberofRepeats : TbsNM_251 read GetCyclicGroupMaximumNumberofRepeats write SetCyclicGroupMaximumNumberofRepeats; |
Cyclic Group Maximum Number of Repeats, Min : 0, Max : 1
|
|
property SpecialServiceRequestRelationship : TbsID_251 read GetSpecialServiceRequestRelationship write SetSpecialServiceRequestRelationship; |
Special Service Request Relationship, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|