Class TbsORD_O02_RESPONSE_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsORD_O02_RESPONSE_231 = class(TBSHL7Object)

Description

Represents the RESPONSE 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. PATIENT, optional

  2. ORDER DIET, required repeating

  3. ORDER TRAY, optional repeating

Hierarchy

Overview

Methods

Public function ORDER_DIETRepCount : Integer;
Public function ORDER_TRAYRepCount : Integer;

Properties

Public property PATIENT : TbsORD_O02_RESPONSE_PATIENT_231 read GetPATIENT;
Public property ORDER_DIET[RepCount:Integer]: TbsORD_O02_RESPONSE_ORDER_DIET_231 read GetORDER_DIET;
Public property ORDER_TRAY[RepCount:Integer]: TbsORD_O02_RESPONSE_ORDER_TRAY_231 read GetORDER_TRAY;

Description

Methods

Public function ORDER_DIETRepCount : Integer;
 
Public function ORDER_TRAYRepCount : Integer;
 

Properties

Public property PATIENT : TbsORD_O02_RESPONSE_PATIENT_231 read GetPATIENT;

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

Public property ORDER_DIET[RepCount:Integer]: TbsORD_O02_RESPONSE_ORDER_DIET_231 read GetORDER_DIET;

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

Public property ORDER_TRAY[RepCount:Integer]: TbsORD_O02_RESPONSE_ORDER_TRAY_231 read GetORDER_TRAY;

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


Generated by PasDoc 0.14.0.