Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRSP_K25_STAFF_27
Unit
BSHL7Grp27
Declaration
type TbsRSP_K25_STAFF_27 = class(TBSHL7Object)
Description
Represents the STAFF Group. A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:
STF, required
PRA, optional repeating
ORG, optional repeating
AFF, optional repeating
LAN, optional repeating
EDU, optional repeating
CER, optional repeating
NK1, optional repeating
ROL, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PRARepCount : Integer; |
|
|
function ORGRepCount : Integer; |
|
|
function AFFRepCount : Integer; |
|
|
function LANRepCount : Integer; |
|
|
function EDURepCount : Integer; |
|
|
function CERRepCount : Integer; |
|
|
function NK1RepCount : Integer; |
|
|
function ROLRepCount : Integer; |
|
Properties
|
property STF : TbsSTF_27 read GetSTF write SetSTF ; |
STF, Usage : R, Min : 1, Max : 1
|
|
property PRA[RepCount:Integer]: TbsPRA_27 read GetPRA; |
PRA, Usage : O, Min : 0, Max : *
|
|
property ORG[RepCount:Integer]: TbsORG_27 read GetORG; |
ORG, Usage : O, Min : 0, Max : *
|
|
property AFF[RepCount:Integer]: TbsAFF_27 read GetAFF; |
AFF, Usage : O, Min : 0, Max : *
|
|
property LAN[RepCount:Integer]: TbsLAN_27 read GetLAN; |
LAN, Usage : O, Min : 0, Max : *
|
|
property EDU[RepCount:Integer]: TbsEDU_27 read GetEDU; |
EDU, Usage : O, Min : 0, Max : *
|
|
property CER[RepCount:Integer]: TbsCER_27 read GetCER; |
CER, Usage : O, Min : 0, Max : *
|
|
property NK1[RepCount:Integer]: TbsNK1_27 read GetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property ROL[RepCount:Integer]: TbsROL_27 read GetROL; |
ROL, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|