Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOMP_O09_ORDER_24
Unit
BSHL7Grp24
Declaration
type TbsOMP_O09_ORDER_24 = class(TBSHL7Object)
Description
Represents the ORDER 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:
ORC, required
RXO, required
NTE, optional repeating
RXR, required repeating
COMPONENT, optional
OBSERVATION, optional repeating
FT1, optional repeating
BLG, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer; |
|
|
function RXRRepCount : Integer; |
|
|
function OBSERVATIONRepCount : Integer; |
|
|
function FT1RepCount : Integer; |
|
Properties
|
property ORC : TbsORC_24 read GetORC write SetORC ; |
ORC, Usage : R, Min : 1, Max : 1
|
|
property RXO : TbsRXO_24 read GetRXO write SetRXO ; |
RXO, Usage : R, Min : 1, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_24 read GetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property RXR[RepCount:Integer]: TbsRXR_24 read GetRXR; |
RXR, Usage : R, Min : 1, Max : *
|
|
property FT1[RepCount:Integer]: TbsFT1_24 read GetFT1; |
FT1, Usage : O, Min : 0, Max : *
|
|
property BLG : TbsBLG_24 read GetBLG write SetBLG ; |
BLG, Usage : O, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|