Class TbsPMU_B02_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsPMU_B02_271 = class(TbsHL7Message)

Description

Represents a PMU_B02(Update personnel record) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. EVN, required

  5. STF, required

  6. PRA, optional repeating

  7. ORG, optional repeating

  8. AFF, optional repeating

  9. LAN, optional repeating

  10. EDU, optional repeating

  11. CER, optional repeating

  12. NK1, optional repeating

  13. ROL, optional repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function PRARepCount : Integer ;
Public function ORGRepCount : Integer ;
Public function AFFRepCount : Integer ;
Public function LANRepCount : Integer ;
Public function EDURepCount : Integer ;
Public function CERRepCount : Integer ;
Public function NK1RepCount : Integer ;
Public function ROLRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT;
Public property UAC : TbsUAC_271 read GetUAC write SetUAC;
Public property EVN : TbsEVN_271 read GetEVN write SetEVN;
Public property STF : TbsSTF_271 read GetSTF write SetSTF;
Public property PRA[RepCount:Integer]: TbsPRA_271 read GetPRA write SetPRA;
Public property ORG[RepCount:Integer]: TbsORG_271 read GetORG write SetORG;
Public property AFF[RepCount:Integer]: TbsAFF_271 read GetAFF write SetAFF;
Public property LAN[RepCount:Integer]: TbsLAN_271 read GetLAN write SetLAN;
Public property EDU[RepCount:Integer]: TbsEDU_271 read GetEDU write SetEDU;
Public property CER[RepCount:Integer]: TbsCER_271 read GetCER write SetCER;
Public property NK1[RepCount:Integer]: TbsNK1_271 read GetNK1 write SetNK1;
Public property ROL[RepCount:Integer]: TbsROL_271 read GetROL write SetROL;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function PRARepCount : Integer ;
 
Public function ORGRepCount : Integer ;
 
Public function AFFRepCount : Integer ;
 
Public function LANRepCount : Integer ;
 
Public function EDURepCount : Integer ;
 
Public function CERRepCount : Integer ;
 
Public function NK1RepCount : Integer ;
 
Public function ROLRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT;

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

Public property UAC : TbsUAC_271 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property EVN : TbsEVN_271 read GetEVN write SetEVN;

EVN, Min : 1, Max : 1

Public property STF : TbsSTF_271 read GetSTF write SetSTF;

STF, Min : 1, Max : 1

Public property PRA[RepCount:Integer]: TbsPRA_271 read GetPRA write SetPRA;

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

Public property ORG[RepCount:Integer]: TbsORG_271 read GetORG write SetORG;

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

Public property AFF[RepCount:Integer]: TbsAFF_271 read GetAFF write SetAFF;

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

Public property LAN[RepCount:Integer]: TbsLAN_271 read GetLAN write SetLAN;

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

Public property EDU[RepCount:Integer]: TbsEDU_271 read GetEDU write SetEDU;

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

Public property CER[RepCount:Integer]: TbsCER_271 read GetCER write SetCER;

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

Public property NK1[RepCount:Integer]: TbsNK1_271 read GetNK1 write SetNK1;

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

Public property ROL[RepCount:Integer]: TbsROL_271 read GetROL write SetROL;

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


Generated by PasDoc 0.14.0.