Class TbsRSP_K25_STAFF_24

DescriptionHierarchyFieldsMethodsProperties

Unit

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:

  1. STF, required

  2. PRA, optional

  3. ORG, optional repeating

  4. AFF, optional repeating

  5. LAN, optional repeating

  6. EDU, optional repeating

Hierarchy

Overview

Methods

Public function ORGRepCount : Integer;
Public function AFFRepCount : Integer;
Public function LANRepCount : Integer;
Public function EDURepCount : Integer;

Properties

Public property STF : TbsSTF_24 read GetSTF write SetSTF ;
Public property PRA : TbsPRA_24 read GetPRA write SetPRA ;
Public property ORG[RepCount:Integer]: TbsORG_24 read GetORG;
Public property AFF[RepCount:Integer]: TbsAFF_24 read GetAFF;
Public property LAN[RepCount:Integer]: TbsLAN_24 read GetLAN;
Public property EDU[RepCount:Integer]: TbsEDU_24 read GetEDU;

Description

Methods

Public function ORGRepCount : Integer;
 
Public function AFFRepCount : Integer;
 
Public function LANRepCount : Integer;
 
Public function EDURepCount : Integer;
 

Properties

Public property STF : TbsSTF_24 read GetSTF write SetSTF ;

STF, Usage : R, Min : 1, Max : 1

Public property PRA : TbsPRA_24 read GetPRA write SetPRA ;

PRA, Usage : O, Min : 0, Max : 1

Public property ORG[RepCount:Integer]: TbsORG_24 read GetORG;

ORG, Usage : O, Min : 0, Max : *

Public property AFF[RepCount:Integer]: TbsAFF_24 read GetAFF;

AFF, Usage : O, Min : 0, Max : *

Public property LAN[RepCount:Integer]: TbsLAN_24 read GetLAN;

LAN, Usage : O, Min : 0, Max : *

Public property EDU[RepCount:Integer]: TbsEDU_24 read GetEDU;

EDU, Usage : O, Min : 0, Max : *


Generated by PasDoc 0.14.0.