Class TbsMFN_M04_MF_CDM_27
Unit
BSHL7Grp27
Declaration
type TbsMFN_M04_MF_CDM_27 = class(TBSHL7Object)
Description
Represents the MF_CDM Group. A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:
MFE, required
CDM, required
PRC, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PRCRepCount : Integer; |
|
Properties
|
property MFE : TbsMFE_27 read GetMFE write SetMFE ; |
MFE, Usage : R, Min : 1, Max : 1
|
|
property CDM : TbsCDM_27 read GetCDM write SetCDM ; |
CDM, Usage : R, Min : 1, Max : 1
|
|
property PRC[RepCount:Integer]: TbsPRC_27 read GetPRC; |
PRC, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|