| 1 | PSIVHLP3 ;BIR/PR-CONTINUED HELP TEXT ;12 JUL 96 / 10:30 AM
 | 
|---|
| 2 |  ;;5.0; INPATIENT MEDICATIONS ;;16 DEC 97
 | 
|---|
| 3 | EN(HELP) W ! F PSIVHLP=0:1 S PSIVHLP2=$P($T(@HELP+PSIVHLP),";",3) Q:PSIVHLP2=""  W !,PSIVHLP2
 | 
|---|
| 4 |  W ! K HELP,PSIVHLP2,PSIVHLP Q
 | 
|---|
| 5 | CMPLTE ;;== B  == Bypass and leave order unchanged.
 | 
|---|
| 6 |  ;;== DC == Discontinue order.
 | 
|---|
| 7 |  ;;== E  == Edit the order.
 | 
|---|
| 8 |  ;;== F  == Finish the order. Only ask fields required to make this
 | 
|---|
| 9 |  ;;         order active that cannot be calculated automatically.
 | 
|---|
| 10 |  ;;
 | 
|---|
| 11 |  ;;
 | 
|---|
| 12 | QOPADD ;;A protocol must be created for a quick order before it may be used
 | 
|---|
| 13 |  ;;to enter orders through OE/RR. The name of the protocol created will
 | 
|---|
| 14 |  ;;be in the format "PSJQ"_internal entry number_" "_quick order name.
 | 
|---|
| 15 |  ;;Once a protocol is created for a Pharmacy quick order, the quick
 | 
|---|
| 16 |  ;;order is uneditable until it's protocol is deleted.
 | 
|---|
| 17 |  ;;
 | 
|---|
| 18 |  ;;
 | 
|---|
| 19 | QOPDEL ;;A Pharmacy quick order may not be edited if a protocol has been
 | 
|---|
| 20 |  ;;created for it. Enter "YES" to delete the quick order protocol,
 | 
|---|
| 21 |  ;;or "NO" to leave it unchanged.
 | 
|---|
| 22 |  ;;
 | 
|---|
| 23 |  ;; **IMPORTANT** Remember to remove the quick order protocol from any
 | 
|---|
| 24 |  ;;protocol menus it has been added to before deleting!
 | 
|---|
| 25 |  ;;
 | 
|---|
| 26 |  ;;
 | 
|---|
| 27 | STPDTHLP ;;A number of doses (dose limit) may be entered and the stop date will
 | 
|---|
| 28 |  ;;be automatically calculated. To specify a dose limit enter a number
 | 
|---|
| 29 |  ;;corresponding to the number of doses the to be administered.
 | 
|---|
| 30 |  ;;(Example: 4 for 4 doses).
 | 
|---|