Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRAS_O01_ORDER_23
Unit
BSHL7Grp23
Declaration
type TbsRAS_O01_ORDER_23 = 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
ORDER DETAIL, optional
ENCODING, optional
RXA, required repeating
RXR, required
OBSERVATION, optional repeating
CTI, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RXARepCount : Integer; |
|
|
function OBSERVATIONRepCount : Integer; |
|
|
function CTIRepCount : Integer; |
|
Properties
|
property ORC : TbsORC_23 read GetORC write SetORC ; |
ORC, Usage : R, Min : 1, Max : 1
|
|
property RXA[RepCount:Integer]: TbsRXA_23 read GetRXA; |
RXA, Usage : R, Min : 1, Max : *
|
|
property RXR : TbsRXR_23 read GetRXR write SetRXR ; |
RXR, Usage : R, Min : 1, Max : 1
|
|
property CTI[RepCount:Integer]: TbsCTI_23 read GetCTI; |
CTI, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|