Class TbsORD_O04_RESPONSE_ORDER_TRAY_27

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsORD_O04_RESPONSE_ORDER_TRAY_27 = 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, optional 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_27 read GetORC write SetORC ;
Public property TIMING_TRAY[RepCount:Integer]: TbsORD_O04_RESPONSE_ORDER_TRAY_TIMING_TRAY_27 read GetTIMING_TRAY;
Public property ODT[RepCount:Integer]: TbsODT_27 read GetODT;
Public property NTE[RepCount:Integer]: TbsNTE_27 read GetNTE;

Description

Methods

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

Properties

Public property ORC : TbsORC_27 read GetORC write SetORC ;

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

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

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

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

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

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

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


Generated by PasDoc 0.14.0.