Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPMU_B01_28
Unit
BSHL728
Declaration
type TbsPMU_B01_28 = class(TbsHL7Message)
Description
Represents a PMU_B01(Add personnel record) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
EVN, required
STF, required
PRA, optional repeating
ORG, optional repeating
AFF, optional repeating
LAN, optional repeating
EDU, optional repeating
CER, optional repeating
NK1, optional repeating
PRT, optional repeating
ROL, optional repeating
Hierarchy
Overview
Methods
Properties
|
property MSH : TbsMSH_28 read GetMSH write SetMSH; |
|
property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT; |
|
property UAC : TbsUAC_28 read GetUAC write SetUAC; |
|
property EVN : TbsEVN_28 read GetEVN write SetEVN; |
|
property STF : TbsSTF_28 read GetSTF write SetSTF; |
|
property PRA[RepCount:Integer]: TbsPRA_28 read GetPRA write SetPRA; |
|
property ORG[RepCount:Integer]: TbsORG_28 read GetORG write SetORG; |
|
property AFF[RepCount:Integer]: TbsAFF_28 read GetAFF write SetAFF; |
|
property LAN[RepCount:Integer]: TbsLAN_28 read GetLAN write SetLAN; |
|
property EDU[RepCount:Integer]: TbsEDU_28 read GetEDU write SetEDU; |
|
property CER[RepCount:Integer]: TbsCER_28 read GetCER write SetCER; |
|
property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1 write SetNK1; |
|
property PRT[RepCount:Integer]: TbsPRT_28 read GetPRT write SetPRT; |
|
property ROL[RepCount:Integer]: TbsROL_28 read GetROL write SetROL; |
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function PRARepCount : Integer ; |
|
|
function ORGRepCount : Integer ; |
|
|
function AFFRepCount : Integer ; |
|
|
function LANRepCount : Integer ; |
|
|
function EDURepCount : Integer ; |
|
|
function CERRepCount : Integer ; |
|
|
function NK1RepCount : Integer ; |
|
|
function PRTRepCount : Integer ; |
|
|
function ROLRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_28 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_28 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property EVN : TbsEVN_28 read GetEVN write SetEVN; |
EVN, Min : 1, Max : 1
|
|
property STF : TbsSTF_28 read GetSTF write SetSTF; |
STF, Min : 1, Max : 1
|
|
property PRA[RepCount:Integer]: TbsPRA_28 read GetPRA write SetPRA; |
PRA, Usage : O, Min : 0, Max : *
|
|
property ORG[RepCount:Integer]: TbsORG_28 read GetORG write SetORG; |
ORG, Usage : O, Min : 0, Max : *
|
|
property AFF[RepCount:Integer]: TbsAFF_28 read GetAFF write SetAFF; |
AFF, Usage : O, Min : 0, Max : *
|
|
property LAN[RepCount:Integer]: TbsLAN_28 read GetLAN write SetLAN; |
LAN, Usage : O, Min : 0, Max : *
|
|
property EDU[RepCount:Integer]: TbsEDU_28 read GetEDU write SetEDU; |
EDU, Usage : O, Min : 0, Max : *
|
|
property CER[RepCount:Integer]: TbsCER_28 read GetCER write SetCER; |
CER, Usage : O, Min : 0, Max : *
|
|
property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1 write SetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property PRT[RepCount:Integer]: TbsPRT_28 read GetPRT write SetPRT; |
PRT, Usage : O, Min : 0, Max : *
|
|
property ROL[RepCount:Integer]: TbsROL_28 read GetROL write SetROL; |
ROL, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|