Class TbsODS_28

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsODS_28 = class(TbsHL7Segment)

Description

Dietary Orders, Supplements, And Preferences The ORC sequence items of interest to ODS are ORC-1-order control, ORC-2-placer order number, ORC-3-filler order number, ORC-7-quantity/timing, ORC-9-date/time of transaction, ORC-10-entered by, and ORC-11-verified by. For ORC-1-order control, the values may be New (NW), Cancel (CA), Discontinue Order Request (DC), Change (XO), Hold Order Request (HD), and Release Previous Hold (RL). The HD and RL codes could stop service for a specified length of time. ORC-7-quantity/timing should be used to specify whether an order is continuous or for one service period only. It is also useful for supplements which are part of a diet but only delivered, say, every day at night. Example: |1ˆQPMˆˆ20010415|.

Hierarchy

Overview

Methods

Public function ServicePeriodRepCount : Integer;
Public function Diet_Supplement_OrPreferenceCodeRepCount : Integer;
Public function TextInstructionRepCount : Integer;

Properties

Public property Type_ : TbsID_28 read GetType_ write SetType_;
Public property ServicePeriod[RepCount:Integer]: TbsCWE_28 read GetServicePeriod write SetServicePeriod;
Public property Diet_Supplement_OrPreferenceCode[RepCount:Integer]: TbsCWE_28 read GetDiet_Supplement_OrPreferenceCode write SetDiet_Supplement_OrPreferenceCode;
Public property TextInstruction[RepCount:Integer]: TbsST_28 read GetTextInstruction write SetTextInstruction;

Description

Methods

Public function ServicePeriodRepCount : Integer;
 
Public function Diet_Supplement_OrPreferenceCodeRepCount : Integer;
 
Public function TextInstructionRepCount : Integer;
 

Properties

Public property Type_ : TbsID_28 read GetType_ write SetType_;

Type, Min : 1, Max : 1

Public property ServicePeriod[RepCount:Integer]: TbsCWE_28 read GetServicePeriod write SetServicePeriod;

Service Period, Min : 0, Max : 10

Public property Diet_Supplement_OrPreferenceCode[RepCount:Integer]: TbsCWE_28 read GetDiet_Supplement_OrPreferenceCode write SetDiet_Supplement_OrPreferenceCode;

Diet, Supplement, Or Preference Code, Min : 1, Max : 20

Public property TextInstruction[RepCount:Integer]: TbsST_28 read GetTextInstruction write SetTextInstruction;

Text Instruction, Min : 0, Max : 2


Generated by PasDoc 0.14.0.