Class TbsMFR_M04_MF_QUERY_251
Unit
BSHL7Grp251
Declaration
type TbsMFR_M04_MF_QUERY_251 = class(TBSHL7Object)
Description
Represents the MF_QUERY 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
LCH, optional repeating
PRC, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function LCHRepCount : Integer; |
|
|
function PRCRepCount : Integer; |
|
Properties
|
property MFE : TbsMFE_251 read GetMFE write SetMFE ; |
MFE, Usage : R, Min : 1, Max : 1
|
|
property CDM : TbsCDM_251 read GetCDM write SetCDM ; |
CDM, Usage : R, Min : 1, Max : 1
|
|
property LCH[RepCount:Integer]: TbsLCH_251 read GetLCH; |
LCH, Usage : O, Min : 0, Max : *
|
|
property PRC[RepCount:Integer]: TbsPRC_251 read GetPRC; |
PRC, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|