Class TbsSPR_23
Unit
BSHL7DT23
Declaration
type TbsSPR_23 = class(TbsHL7Segment)
Description
Stored Procedure Request Definition
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function InputparameterlistRepCount : Integer; |
|
Properties
|
property Querytag : TbsST_23 read GetQuerytag write SetQuerytag; |
Query tag, Min : 0, Max : 1
|
|
property QueryResponseFormatCode : TbsID_23 read GetQueryResponseFormatCode write SetQueryResponseFormatCode; |
Query/ Response Format Code, Min : 1, Max : 1
|
|
property Storedprocedurename : TbsCE_23 read GetStoredprocedurename write SetStoredprocedurename; |
Stored procedure name, Min : 1, Max : 1
|
|
property Inputparameterlist[RepCount:Integer]: TbsQIP_23 read GetInputparameterlist write SetInputparameterlist; |
Input parameter list, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|