Class TbsSPR_24

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSPR_24 = class(TbsHL7Segment)

Description

Stored Procedure Request Definition

Hierarchy

Overview

Methods

Public function InputParameterListRepCount : Integer;

Properties

Public property QueryTag : TbsST_24 read GetQueryTag write SetQueryTag;
Public property QueryResponseFormatCode : TbsID_24 read GetQueryResponseFormatCode write SetQueryResponseFormatCode;
Public property StoredProcedureName : TbsCE_24 read GetStoredProcedureName write SetStoredProcedureName;
Public property InputParameterList[RepCount:Integer]: TbsQIP_24 read GetInputParameterList write SetInputParameterList;

Description

Methods

Public function InputParameterListRepCount : Integer;
 

Properties

Public property QueryTag : TbsST_24 read GetQueryTag write SetQueryTag;

Query Tag, Min : 0, Max : 1

Public property QueryResponseFormatCode : TbsID_24 read GetQueryResponseFormatCode write SetQueryResponseFormatCode;

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

Public property StoredProcedureName : TbsCE_24 read GetStoredProcedureName write SetStoredProcedureName;

Stored Procedure Name, Min : 1, Max : 1

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

Input Parameter List, Min : 0, Max : *


Generated by PasDoc 0.14.0.