Class TbsPMU_B08_251
Unit
BSHL7251
Declaration
type TbsPMU_B08_251 = 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_251 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_251 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property EVN : TbsEVN_251 read GetEVN write SetEVN; |
EVN, Min : 1, Max : 1
|
|
property STF : TbsSTF_251 read GetSTF write SetSTF; |
STF, Min : 1, Max : 1
|
|
property PRA : TbsPRA_251 read GetPRA write SetPRA; |
PRA, Min : 0, Max : 1
|
|
property CER[RepCount:Integer]: TbsCER_251 read GetCER write SetCER; |
CER, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|