| [613] | 1 | RTB1 ;MJK/TROY ISC;Help Text for Variable Pointer Fields; ; 1/30/87  10:26 AM ;
 | 
|---|
 | 2 |  ;;v 2.0;Record Tracking;;10/22/91 
 | 
|---|
 | 3 | HELP F I=1:1 S Y=$P($T(@T+I),";;",2) Q:Y="END"  W !?5,Y
 | 
|---|
 | 4 |  Q
 | 
|---|
 | 5 |  ;
 | 
|---|
 | 6 | 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
 | 
|---|
 | 7 |  Q
 | 
|---|
 | 8 |  ;
 | 
|---|
 | 9 | TEXT ;;<general help for choosing an entity>
 | 
|---|
 | 10 |  ;;
 | 
|---|
 | 11 |  ;;If you simply enter the name then the system will search
 | 
|---|
 | 12 |  ;;each of the above files for the name you have entered. If
 | 
|---|
 | 13 |  ;;a match is found the system will ask you if it is the entry
 | 
|---|
 | 14 |  ;;that you desire.
 | 
|---|
 | 15 |  ;;
 | 
|---|
 | 16 |  ;;However, if you know the file name of the entry you want
 | 
|---|
 | 17 |  ;;then you can speed up processing by using the following
 | 
|---|
 | 18 |  ;;syntax to choose the entry:
 | 
|---|
 | 19 |  ;;      <Prefix>.<entry name>
 | 
|---|
 | 20 |  ;;                or
 | 
|---|
 | 21 |  ;;      <Message>.<entry name>
 | 
|---|
 | 22 |  ;;                or
 | 
|---|
 | 23 |  ;;      <File Name>.<entry name>
 | 
|---|
 | 24 |  ;;
 | 
|---|
 | 25 |  ;;Also, you do NOT need to enter the entire file name or message
 | 
|---|
 | 26 |  ;;to direct the look up. Using the first few characters will
 | 
|---|
 | 27 |  ;;be enough information.
 | 
|---|
 | 28 |  ;;
 | 
|---|
 | 29 |  ;;For example, if one of the files is the 'PROVIDER' file and it
 | 
|---|
 | 30 |  ;;has a message of 'DOCTOR' and a prefix of 'D', then you can
 | 
|---|
 | 31 |  ;;enter any of the following to look up the entry CASEY,BEN:
 | 
|---|
 | 32 |  ;;        1) CASEY,BEN
 | 
|---|
 | 33 |  ;;        2) CAS
 | 
|---|
 | 34 |  ;;        3) PROVIDER.CASEY,BEN
 | 
|---|
 | 35 |  ;;        4) DOCTOR.CASEY,BEN
 | 
|---|
 | 36 |  ;;        5) PR.CAS
 | 
|---|
 | 37 |  ;;        6) DOC.CAS
 | 
|---|
 | 38 |  ;;        7) D.C
 | 
|---|
 | 39 |  ;;
 | 
|---|
 | 40 |  ;;END
 | 
|---|
 | 41 |  ;
 | 
|---|
 | 42 | ENTHLP ;;<entity specific help text>
 | 
|---|
 | 43 |  ;;
 | 
|---|
 | 44 |  ;;[HELP FOR CHOOSING AN ENTRY IN THE RECORDS FILE]
 | 
|---|
 | 45 |  ;;
 | 
|---|
 | 46 |  ;;Choose an existing entry by entering any of the following:
 | 
|---|
 | 47 |  ;;           1) record number
 | 
|---|
 | 48 |  ;;           2) wand the barcode label on record
 | 
|---|
 | 49 |  ;;           3) name of the patient (for patient related applications
 | 
|---|
 | 50 |  ;;                                   such as, radiology and MAS)
 | 
|---|
 | 51 |  ;;
 | 
|---|
 | 52 |  ;;END
 | 
|---|
 | 53 |  ;
 | 
|---|
 | 54 | BOR ;;<help text describing how to look-up records by borrower>
 | 
|---|
 | 55 |  ;;OR list records charged out to a particular borrower by
 | 
|---|
 | 56 |  ;;entering one of the following:
 | 
|---|
 | 57 |  ;;           1) B.<borrower name>
 | 
|---|
 | 58 |  ;;               (examples: B.JONES,JOHN
 | 
|---|
 | 59 |  ;;                          B.JON       )
 | 
|---|
 | 60 |  ;;           2) B.<borrower's file>.<borrowers name>
 | 
|---|
 | 61 |  ;;               (examples: B.PROVIDER.JONES,JOHN
 | 
|---|
 | 62 |  ;;                          B.PRO.JONE            )
 | 
|---|
 | 63 |  ;;
 | 
|---|
 | 64 |  ;;END
 | 
|---|
 | 65 |  ;
 | 
|---|