Class TbsRGR_RGR_DEFINITION_ORDER_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRGR_RGR_DEFINITION_ORDER_231 = 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:

  1. ORC, required

  2. ENCODING, optional

  3. RXG, required repeating

  4. RXR, required repeating

  5. RXC, optional repeating

Hierarchy

Overview

Methods

Public function RXGRepCount : Integer;
Public function RXRRepCount : Integer;
Public function RXCRepCount : Integer;

Properties

Public property ORC : TbsORC_231 read GetORC write SetORC ;
Public property ENCODING : TbsRGR_RGR_DEFINITION_ORDER_ENCODING_231 read GetENCODING;
Public property RXG[RepCount:Integer]: TbsRXG_231 read GetRXG;
Public property RXR[RepCount:Integer]: TbsRXR_231 read GetRXR;
Public property RXC[RepCount:Integer]: TbsRXC_231 read GetRXC;

Description

Methods

Public function RXGRepCount : Integer;
 
Public function RXRRepCount : Integer;
 
Public function RXCRepCount : Integer;
 

Properties

Public property ORC : TbsORC_231 read GetORC write SetORC ;

ORC, Usage : R, Min : 1, Max : 1

Public property ENCODING : TbsRGR_RGR_DEFINITION_ORDER_ENCODING_231 read GetENCODING;

ENCODING, Usage : O, Min : 0, Max : 1

Public property RXG[RepCount:Integer]: TbsRXG_231 read GetRXG;

RXG, Usage : R, Min : 1, Max : *

Public property RXR[RepCount:Integer]: TbsRXR_231 read GetRXR;

RXR, Usage : R, Min : 1, Max : *

Public property RXC[RepCount:Integer]: TbsRXC_231 read GetRXC;

RXC, Usage : O, Min : 0, Max : *


Generated by PasDoc 0.14.0.