Class TbsOMD_O03_ORDER_TRAY_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsOMD_O03_ORDER_TRAY_26 = class(TBSHL7Object)

Description

Represents the ORDER_TRAY 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 TRAY, optional repeating

  3. ODT, required repeating

  4. NTE, optional repeating

Hierarchy

Overview

Methods

Public function TIMING_TRAYRepCount : Integer;
Public function ODTRepCount : Integer;
Public function NTERepCount : Integer;

Properties

Public property ORC : TbsORC_26 read GetORC write SetORC ;
Public property TIMING_TRAY[RepCount:Integer]: TbsOMD_O03_ORDER_TRAY_TIMING_TRAY_26 read GetTIMING_TRAY;
Public property ODT[RepCount:Integer]: TbsODT_26 read GetODT;
Public property NTE[RepCount:Integer]: TbsNTE_26 read GetNTE;

Description

Methods

Public function TIMING_TRAYRepCount : Integer;
 
Public function ODTRepCount : Integer;
 
Public function NTERepCount : Integer;
 

Properties

Public property ORC : TbsORC_26 read GetORC write SetORC ;

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

Public property TIMING_TRAY[RepCount:Integer]: TbsOMD_O03_ORDER_TRAY_TIMING_TRAY_26 read GetTIMING_TRAY;

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

Public property ODT[RepCount:Integer]: TbsODT_26 read GetODT;

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

Public property NTE[RepCount:Integer]: TbsNTE_26 read GetNTE;

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


Generated by PasDoc 0.14.0.