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_24
Unit
BSHL7Grp24
Declaration
type TbsRSP_K25_STAFF_24 = 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
ORG, optional repeating
AFF, optional repeating
LAN, optional repeating
EDU, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ORGRepCount : Integer; |
|
|
function AFFRepCount : Integer; |
|
|
function LANRepCount : Integer; |
|
|
function EDURepCount : Integer; |
|
Properties
|
property STF : TbsSTF_24 read GetSTF write SetSTF ; |
STF, Usage : R, Min : 1, Max : 1
|
|
property PRA : TbsPRA_24 read GetPRA write SetPRA ; |
PRA, Usage : O, Min : 0, Max : 1
|
|
property ORG[RepCount:Integer]: TbsORG_24 read GetORG; |
ORG, Usage : O, Min : 0, Max : *
|
|
property AFF[RepCount:Integer]: TbsAFF_24 read GetAFF; |
AFF, Usage : O, Min : 0, Max : *
|
|
property LAN[RepCount:Integer]: TbsLAN_24 read GetLAN; |
LAN, Usage : O, Min : 0, Max : *
|
|
property EDU[RepCount:Integer]: TbsEDU_24 read GetEDU; |
EDU, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|