Class TbsSPR_231

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public function InputParameterListRepCount : Integer;

Properties

Public property QueryTag : TbsST_231 read GetQueryTag write SetQueryTag;
Public property QueryResponseFormatCode : TbsID_231 read GetQueryResponseFormatCode write SetQueryResponseFormatCode;
Public property StoredProcedureName : TbsCE_231 read GetStoredProcedureName write SetStoredProcedureName;
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 QueryResponseFormatCode : TbsID_231 read GetQueryResponseFormatCode write SetQueryResponseFormatCode;

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

Public property StoredProcedureName : TbsCE_231 read GetStoredProcedureName write SetStoredProcedureName;

Stored Procedure Name, 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.