Class TbsPMU_B01_24

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsPMU_B01_24 = class(TbsHL7Message)

Description

Represents a PMU_B01(Add personnel record) message structure. This structure contains the following elements:

  1. MSH, required

  2. EVN, required

  3. STF, required

  4. PRA, optional repeating

  5. ORG, optional repeating

  6. AFF, optional repeating

  7. LAN, optional repeating

  8. EDU, optional repeating

Hierarchy

Overview

Methods

Public function PRARepCount : Integer ;
Public function ORGRepCount : Integer ;
Public function AFFRepCount : Integer ;
Public function LANRepCount : Integer ;
Public function EDURepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_24 read GetMSH write SetMSH;
Public property EVN : TbsEVN_24 read GetEVN write SetEVN;
Public property STF : TbsSTF_24 read GetSTF write SetSTF;
Public property PRA[RepCount:Integer]: TbsPRA_24 read GetPRA write SetPRA;
Public property ORG[RepCount:Integer]: TbsORG_24 read GetORG write SetORG;
Public property AFF[RepCount:Integer]: TbsAFF_24 read GetAFF write SetAFF;
Public property LAN[RepCount:Integer]: TbsLAN_24 read GetLAN write SetLAN;
Public property EDU[RepCount:Integer]: TbsEDU_24 read GetEDU write SetEDU;

Description

Methods

Public function PRARepCount : Integer ;
 
Public function ORGRepCount : Integer ;
 
Public function AFFRepCount : Integer ;
 
Public function LANRepCount : Integer ;
 
Public function EDURepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_24 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property EVN : TbsEVN_24 read GetEVN write SetEVN;

EVN, Min : 1, Max : 1

Public property STF : TbsSTF_24 read GetSTF write SetSTF;

STF, Min : 1, Max : 1

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

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

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

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

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

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

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

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

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

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


Generated by PasDoc 0.14.0.