Class TbsMFN_M05_23
Unit
BSHL723
Declaration
type TbsMFN_M05_23 = class(TbsHL7Message)
Description
Represents a MFN_M05(Patient location master file) message structure. This structure contains the following elements:
MSH, required
MFI, required
MF LOCATION, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function MF_LOCATIONRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_23 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MFI : TbsMFI_23 read GetMFI write SetMFI; |
MFI, Min : 1, Max : 1
|
|
property MF_LOCATION[RepCount:Integer]: TbsMFN_M05_MF_LOCATION_23 read GetMF_LOCATION write SetMF_LOCATION; |
MF_LOCATION, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|