Class TbsRDR_RDR_DEFINITION_ORDER_DISPENSE_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRDR_RDR_DEFINITION_ORDER_DISPENSE_25 = class(TBSHL7Object)

Description

Represents the DISPENSE 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. RXD, required

  2. RXR, required repeating

  3. RXC, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property RXD : TbsRXD_25 read GetRXD write SetRXD ;
Public property RXR[RepCount:Integer]: TbsRXR_25 read GetRXR;
Public property RXC[RepCount:Integer]: TbsRXC_25 read GetRXC;

Description

Methods

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

Properties

Public property RXD : TbsRXD_25 read GetRXD write SetRXD ;

RXD, Usage : R, Min : 1, Max : 1

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

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

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

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


Generated by PasDoc 0.14.0.