Class TbsERQ_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsERQ_231 = class(TbsHL7Segment)

Description

Event replay query segment The ERQ segment is used to issue queries where the desired response is formatted as an event replay response message. This enables the querying application to request detailed event data from an application that supports this feature, such that it may no longer be necessary for it to capture and store all event information at the time of the original trigger event.

Hierarchy

Overview

Methods

Public function InputParameterListRepCount : Integer;

Properties

Public property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag;
Public property EventIdentifier : TbsCE_231 read GetEventIdentifier write SetEventIdentifier;
Public property InputParameterList[RepCount:Integer]: TbsQIP_231 read GetInputParameterList write SetInputParameterList;

Description

Methods

Public function InputParameterListRepCount : Integer;
 

Properties

Public property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag;

Query Tag, Min : 0, Max : 1

Public property EventIdentifier : TbsCE_231 read GetEventIdentifier write SetEventIdentifier;

Event Identifier, Min : 1, Max : 1

Public property InputParameterList[RepCount:Integer]: TbsQIP_231 read GetInputParameterList write SetInputParameterList;

Input Parameter List, Min : 0, Max : *


Generated by PasDoc 0.14.0.