Class TbsVTQ_231
Unit
BSHL7DT231
Declaration
type TbsVTQ_231 = class(TbsHL7Segment)
Description
Virtual table query request segment The VTQ segment is used to define queries that are responded to with the Tabular Data Message (TBR). The VTQ query message is an alternate method to the EQQ query message that some systems may find easier to implement, due to its use of HL7 delimiters that separate components of the selection definition, and its limited selection criteria. Queries involving complex selection criteria (nested operators, etc.) may need to be formatted as an EQL segment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SelectionCriteriaRepCount : Integer; |
|
Properties
|
property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag; |
Query Tag, Min : 0, Max : 1
|
|
property QueryResponseFormatCode : TbsID_231 read GetQueryResponseFormatCode write SetQueryResponseFormatCode; |
Query/ Response Format Code, Min : 1, Max : 1
|
|
property VTQueryName : TbsCE_231 read GetVTQueryName write SetVTQueryName; |
VT Query Name, Min : 1, Max : 1
|
|
property VirtualTableName : TbsCE_231 read GetVirtualTableName write SetVirtualTableName; |
Virtual Table Name, Min : 1, Max : 1
|
|
property SelectionCriteria[RepCount:Integer]: TbsQSC_231 read GetSelectionCriteria write SetSelectionCriteria; |
Selection Criteria, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|