Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPMU_B06_27
Unit
BSHL727
Declaration
type TbsPMU_B06_27 = class(TbsHL7Message)
Description
Represents a PMU_B06(Terminate practicing person) 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
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function PRARepCount : Integer ; |
|
|
function ORGRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_27 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_27 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_27 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property EVN : TbsEVN_27 read GetEVN write SetEVN; |
EVN, Min : 1, Max : 1
|
|
property STF : TbsSTF_27 read GetSTF write SetSTF; |
STF, Min : 1, Max : 1
|
|
property PRA[RepCount:Integer]: TbsPRA_27 read GetPRA write SetPRA; |
PRA, Usage : O, Min : 0, Max : *
|
|
property ORG[RepCount:Integer]: TbsORG_27 read GetORG write SetORG; |
ORG, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|