Class TbsPMU_B08_25
Unit
BSHL725
Declaration
type TbsPMU_B08_25 = class(TbsHL7Message)
Description
Represents a PMU_B08(Add personnel record) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
EVN, required
STF, required
PRA, optional
CER, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function CERRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_25 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_25 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property EVN : TbsEVN_25 read GetEVN write SetEVN; |
EVN, Min : 1, Max : 1
|
|
property STF : TbsSTF_25 read GetSTF write SetSTF; |
STF, Min : 1, Max : 1
|
|
property PRA : TbsPRA_25 read GetPRA write SetPRA; |
PRA, Min : 0, Max : 1
|
|
property CER[RepCount:Integer]: TbsCER_25 read GetCER write SetCER; |
CER, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|