Class TbsERQ_231
Unit
BSHL7DT231
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
Properties
Description
Methods
|
function InputParameterListRepCount : Integer; |
|
Properties
|
property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag; |
Query Tag, Min : 0, Max : 1
|
|
property EventIdentifier : TbsCE_231 read GetEventIdentifier write SetEventIdentifier; |
Event Identifier, Min : 1, Max : 1
|
|
property InputParameterList[RepCount:Integer]: TbsQIP_231 read GetInputParameterList write SetInputParameterList; |
Input Parameter List, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|