Class TbsMFD_M02_22
Unit
BSHL722
Declaration
type TbsMFD_M02_22 = class(TbsHL7Message)
Description
Represents a MFD_M02(Staff Practitioneer) message structure. This structure contains the following elements:
MSH, required
MFI, required
MFA, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function MFARepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_22 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MFI : TbsMFI_22 read GetMFI write SetMFI; |
MFI, Min : 1, Max : 1
|
|
property MFA[RepCount:Integer]: TbsMFA_22 read GetMFA write SetMFA; |
MFA, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|