Class TbsROR_ROR_DEFINITION_ORDER_251

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsROR_ROR_DEFINITION_ORDER_251 = 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. RXO, required

  3. RXR, required repeating

  4. RXC, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property ORC : TbsORC_251 read GetORC write SetORC ;
Public property RXO : TbsRXO_251 read GetRXO write SetRXO ;
Public property RXR[RepCount:Integer]: TbsRXR_251 read GetRXR;
Public property RXC[RepCount:Integer]: TbsRXC_251 read GetRXC;

Description

Methods

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

Properties

Public property ORC : TbsORC_251 read GetORC write SetORC ;

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

Public property RXO : TbsRXO_251 read GetRXO write SetRXO ;

RXO, Usage : R, Min : 1, Max : 1

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

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

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

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


Generated by PasDoc 0.14.0.