Class TbsVTQ_231

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public function SelectionCriteriaRepCount : Integer;

Properties

Public property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag;
Public property QueryResponseFormatCode : TbsID_231 read GetQueryResponseFormatCode write SetQueryResponseFormatCode;
Public property VTQueryName : TbsCE_231 read GetVTQueryName write SetVTQueryName;
Public property VirtualTableName : TbsCE_231 read GetVirtualTableName write SetVirtualTableName;
Public property SelectionCriteria[RepCount:Integer]: TbsQSC_231 read GetSelectionCriteria write SetSelectionCriteria;

Description

Methods

Public function SelectionCriteriaRepCount : Integer;
 

Properties

Public property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag;

Query Tag, Min : 0, Max : 1

Public property QueryResponseFormatCode : TbsID_231 read GetQueryResponseFormatCode write SetQueryResponseFormatCode;

Query/ Response Format Code, Min : 1, Max : 1

Public property VTQueryName : TbsCE_231 read GetVTQueryName write SetVTQueryName;

VT Query Name, Min : 1, Max : 1

Public property VirtualTableName : TbsCE_231 read GetVirtualTableName write SetVirtualTableName;

Virtual Table Name, Min : 1, Max : 1

Public property SelectionCriteria[RepCount:Integer]: TbsQSC_231 read GetSelectionCriteria write SetSelectionCriteria;

Selection Criteria, Min : 0, Max : *


Generated by PasDoc 0.14.0.