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

RTB1.m

Go to the documentation of this file.
  1. RTB1 ;MJK/TROY ISC;Help Text for Variable Pointer Fields; ; 1/30/87 10:26 AM ;
  1. ;;v 2.0;Record Tracking;;10/22/91
  1. HELP F I=1:1 S Y=$P($T(@T+I),";;",2) Q:Y="END" W !?5,Y
  1. Q
  1. ;
  1. HELPFF F I=1:1 S Y=$P($T(@T+I),";;",2) Q:Y="END" S X="" D:IOSL<($Y+6) TOP^RTB2 Q:X["^" W !?5,Y
  1. Q
  1. ;
  1. TEXT ;;<general help for choosing an entity>
  1. ;;
  1. ;;If you simply enter the name then the system will search
  1. ;;each of the above files for the name you have entered. If
  1. ;;a match is found the system will ask you if it is the entry
  1. ;;that you desire.
  1. ;;
  1. ;;However, if you know the file name of the entry you want
  1. ;;then you can speed up processing by using the following
  1. ;;syntax to choose the entry:
  1. ;; <Prefix>.<entry name>
  1. ;; or
  1. ;; <Message>.<entry name>
  1. ;; or
  1. ;; <File Name>.<entry name>
  1. ;;
  1. ;;Also, you do NOT need to enter the entire file name or message
  1. ;;to direct the look up. Using the first few characters will
  1. ;;be enough information.
  1. ;;
  1. ;;For example, if one of the files is the 'PROVIDER' file and it
  1. ;;has a message of 'DOCTOR' and a prefix of 'D', then you can
  1. ;;enter any of the following to look up the entry CASEY,BEN:
  1. ;; 1) CASEY,BEN
  1. ;; 2) CAS
  1. ;; 3) PROVIDER.CASEY,BEN
  1. ;; 4) DOCTOR.CASEY,BEN
  1. ;; 5) PR.CAS
  1. ;; 6) DOC.CAS
  1. ;; 7) D.C
  1. ;;
  1. ;;END
  1. ;
  1. ENTHLP ;;<entity specific help text>
  1. ;;
  1. ;;[HELP FOR CHOOSING AN ENTRY IN THE RECORDS FILE]
  1. ;;
  1. ;;Choose an existing entry by entering any of the following:
  1. ;; 1) record number
  1. ;; 2) wand the barcode label on record
  1. ;; 3) name of the patient (for patient related applications
  1. ;; such as, radiology and MAS)
  1. ;;
  1. ;;END
  1. ;
  1. BOR ;;<help text describing how to look-up records by borrower>
  1. ;;OR list records charged out to a particular borrower by
  1. ;;entering one of the following:
  1. ;; 1) B.<borrower name>
  1. ;; (examples: B.JONES,JOHN
  1. ;; B.JON )
  1. ;; 2) B.<borrower's file>.<borrowers name>
  1. ;; (examples: B.PROVIDER.JONES,JOHN
  1. ;; B.PRO.JONE )
  1. ;;
  1. ;;END
  1. ;