Class TbsSPR_231
Unit
BSHL7DT231
Declaration
type TbsSPR_231 = class(TbsHL7Segment)
Description
Stored procedure request definition segment The SPR segment is used to issue queries using stored procedure calls. Refer to the functional chapters for the lists of HL7-defined stored procedure names, input parameters and output tables.
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 QueryResponseFormatCode : TbsID_231 read GetQueryResponseFormatCode write SetQueryResponseFormatCode; |
Query/ Response Format Code, Min : 1, Max : 1
|
|
property StoredProcedureName : TbsCE_231 read GetStoredProcedureName write SetStoredProcedureName; |
Stored Procedure Name, 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.
|