Class TbsRDR_RDR_DEFINITION_ORDER_27

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRDR_RDR_DEFINITION_ORDER_27 = 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. TIMING, optional repeating

  3. ENCODING, optional

  4. DISPENSE, required repeating

Hierarchy

Overview

Methods

Public function TIMINGRepCount : Integer;
Public function DISPENSERepCount : Integer;

Properties

Public property ORC : TbsORC_27 read GetORC write SetORC ;
Public property TIMING[RepCount:Integer]: TbsRDR_RDR_DEFINITION_ORDER_TIMING_27 read GetTIMING;
Public property ENCODING : TbsRDR_RDR_DEFINITION_ORDER_ENCODING_27 read GetENCODING;
Public property DISPENSE[RepCount:Integer]: TbsRDR_RDR_DEFINITION_ORDER_DISPENSE_27 read GetDISPENSE;

Description

Methods

Public function TIMINGRepCount : Integer;
 
Public function DISPENSERepCount : Integer;
 

Properties

Public property ORC : TbsORC_27 read GetORC write SetORC ;

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

Public property TIMING[RepCount:Integer]: TbsRDR_RDR_DEFINITION_ORDER_TIMING_27 read GetTIMING;

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

Public property ENCODING : TbsRDR_RDR_DEFINITION_ORDER_ENCODING_27 read GetENCODING;

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

Public property DISPENSE[RepCount:Integer]: TbsRDR_RDR_DEFINITION_ORDER_DISPENSE_27 read GetDISPENSE;

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


Generated by PasDoc 0.14.0.