Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: PRCTMES1

PRCTMES1.m

Go to the documentation of this file.
  1. PRCTMES1 ;WISC@ALTOONA/RGY-MESSAGE TEXT ;12.9.97
  1. ;;5.1;IFCAP;;Oct 20, 2000
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. S ;
  1. W ! F PRCTHLP=1:1 S PRCTHLP1=$P($T(@MES+PRCTHLP),";",3) Q:PRCTHLP1="" W !,PRCTHLP1
  1. W ! K MES,PRCTHLP1,PRCTHLP Q
  1. ;
  1. REC S MES="REC" G S
  1. ;;*** Error, number of records read from barcode reader does not
  1. ;; equal the number transmitted. Please re-transmit the data.
  1. ;;
  1. COM S MES="COM" G S
  1. ;;If you want to line up all comment lines (::) in you BARCODE program
  1. ;;at a certain column, enter the column you wish all comments to begin.
  1. ;;For example: If some of your comments begin at column 37 in some lines
  1. ;;and some comments begin at column 40 in other lines, you may want to
  1. ;;have all comments begin at column 35 for readability.
  1. ;;Valid choices are 30, 35, 40 and 45.
  1. ;;
  1. WARN S MES="WARN" G S
  1. ;;### WARNING: When a program is sent to the barcode reader, ALL DATA
  1. ;;stored on the barcode reader will be LOST! Make sure that previous
  1. ;;users of this barcode reader have no need for data, if any, that
  1. ;;might exist on the reader.
  1. ;;
  1. ;;Please follow these steps:
  1. ;;
  1. ;;1) If you have not already done so, you may now connect the
  1. ;; barcode reader to the output device.
  1. ;;
  1. ;;2) After you have connected the barcode reader to the device, clear
  1. ;; the barcode reader by turning the reader off and back on.
  1. ;;
  1. ;;3) After you have completed the above steps, press the <RETURN>
  1. ;; key to start sending the IRL program to the bar code reader.
  1. ;; If you want to escape this option, enter a '^' and <RETURN>.
  1. ;;
  1. ;;OK, you must now enter either <RETURN> ...
  1. ;; ... or '^'<RETURN>:
  1. ;;
  1. NODEV S MES="NODEV" G S
  1. ;;If you do NOT select a device for this data to be processed on, it will
  1. ;;not be processed.
  1. ;;
  1. YN S MES="YN" G S
  1. ;;Anwer with a 1 for YES or 2 for NO.
  1. ;;
  1. NONID S MES="NONID" G S
  1. ;;*** Data processor has NOT been tasked. Identifier is non-existent.
  1. ;;Please contact COMPUTER SYSTEMS MANAGER.
  1. ;;
  1. NOTI S MES="NOTI" G S
  1. ;;*** Data processor has NOT been tasked. DATE/TIME OF DATA UPLOAD is
  1. ;;non-existent. Please contact COMPUTER SYSTEMS MANAGER.
  1. ;;
  1. NORTN S MES="NORTN" G S
  1. ;;*** Data cannot be processed because a ROUTINE is non-existent.
  1. ;;Please contact COMPUTER SYSTEMS MANAGER.
  1. ;;
  1. COM1 S MES="COM1" G S
  1. ;;*** Please key in the first line no. from which you want to align the
  1. ;;comments.
  1. ;;
  1. COM2 S MES="COM2" G S
  1. ;;*** Please key in the last line no. to which you want to align the
  1. ;;comments.
  1. ;;