Class TbsEQL_231
Unit
BSHL7DT231
Declaration
type TbsEQL_231 = class(TbsHL7Segment)
Description
Embedded query language segment The EQL segment is used to define queries using select statements based on the query language of choice (e.g., SQL). Refer to the functional chapters for the lists of HL7-defined EQL select statements.
Hierarchy
Overview
Properties
Description
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 EQLQueryName : TbsCE_231 read GetEQLQueryName write SetEQLQueryName; |
EQL Query Name, Min : 1, Max : 1
|
|
property EQLQueryStatement : TbsST_231 read GetEQLQueryStatement write SetEQLQueryStatement; |
EQL Query Statement, Min : 1, Max : 1
|
Generated by PasDoc 0.14.0.
|