source: WorldVistAEHR/trunk/r/ORDER_ENTRY_RESULTS_REPORTING-OR-OCX--ORRC--ORRJ/ORWOD1.m@ 623

Last change on this file since 623 was 613, checked in by George Lilly, 15 years ago

initial load of WorldVistAEHR

File size: 4.7 KB
Line 
1ORWOD1 ; SLC/GSS - Utility for Order Dialogs ; 11/07/07 11:28am
2 ;;3.0;ORDER ENTRY/RESULTS REPORTING;**243**;DEC 17, 1997;Build 242
3 ;
4NTRY ;Entry point
5 N TXT
6 F NXTLINE=1:1 S TXT=$P($T(TXT+NXTLINE),";;",2) Q:TXT="Q" S ^TMP("OR",$J,"MAIL",NXTLINE,0)=TXT
7 Q
8TXT ;Text for report follows
9 ;; Quick Orders Which Should be Considered for Editing
10 ;;
11 ;;CPRS 27 has added three new fields (Route, IV Type, and Schedule) to the
12 ;;IV Order Dialog. For all IV orders the Route and IV Type must be defined.
13 ;;For Intermittent IV Type orders the schedule field must be defined. CPRS
14 ;;will not process the orders unless these fields are defined.
15 ;;
16 ;;The following table of Quick Orders (QO) should be edited to add the new
17 ;;field and data validation requirements implemented in CPRS GUI v27. The
18 ;;Quick Orders are listed in alphabetical order by QO name and include the
19 ;;QO's IEN (internal reference number), display name, and Legend code. The
20 ;;Legend code corresponds to a letter or letters in the Legend (see below.)
21 ;;You will need to evaluate each quick order and update it based on the
22 ;;Legend code(s).
23 ;;
24 ;;A Quick Order can be edited by using the "Enter/edit quick orders" option
25 ;;on the Order Menu Management menu in VistA (roll and scroll). At the
26 ;;prompt, "Select QUICK ORDER NAME:", enter the name of the Quick Order.
27 ;;The QO will then be displayed for your editing. The "Enter/edit quick
28 ;;orders" option can also be used to edit a Personal Quick Order.
29 ;;
30 ;;QO Edit Hint:
31 ;;In addition to entering the QO name, users may also edit a Quick Order by
32 ;;entering the back tick (`) and the IEN at the "Select QUICK ORDER NAME:"
33 ;;prompt. For example, if the Quick Order name is PSI SICU CAM DOBUTAMINE 500
34 ;;MG and the IEN is 6200, a user may enter "`6200" at the "Select QUICK ORDER
35 ;;NAME:" prompt. This will the save time required to type the name of the Quick
36 ;;Order in at the "Select QUICK ORDER NAME:" prompt.
37 ;;
38 ;;Note: The term 'null', as used below, can be viewed as meaning 'not defined'.
39 ;;
40 ;;Legend:
41 ;;A...Problem: The IV type is null or the route is null.
42 ;; Action: Please edit the IV Type or route fields with the appropriate
43 ;; information.
44 ;;B...Problem: The IV type is 'I' and the schedule is null.
45 ;; Action: For Intermittent IV Orders a schedule is needed to process the
46 ;; order. Enter a schedule which denotes the Intermittent IV dose.
47 ;;C...Problem: Continuous IV Type does not have a rate defined. When accepting
48 ;; the order in CPRS, rate is required adn must be between 1 and 9999.9,
49 ;; a whole number, or text that contains an '@'. Some continuous IV Type
50 ;; Quick Orders may not include a rate to allow provider to define at
51 ;; time of order.
52 ;; Action: Evaluate need for rate default and assign in Quick Order if
53 ;; appropriate. The infusion rate must be a number up to four digits and
54 ;; it will allow up to one decimel place. If IV Type is not defined in
55 ;; the Quick Order, then an IV Type must be defined in the Quick Order
56 ;; set-up.
57 ;;D...Problem: The IV type is 'I' but the rate is not a whole number minute
58 ;; or hour yet not null.
59 ;; Action: A valid "Infuse Over" value must be assigned to the Quick
60 ;; Order. Using the Quick Order Editor, add an "Infuse Over" value in
61 ;; the number of minutes (maximum of 9999).
62 ;;E...Problem: The IV limit or duration (limitation) value was other than
63 ;; null or a whole number.
64 ;; Action: This field is not required but if it exists, it must be a
65 ;; whole number. To correct this, follow the Help Text for the Limitation
66 ;; Prompt in the Quick Order editor for this Quick Order.
67 ;;F...Problem: The Order Dialogs with 'MM' in the display text
68 ;; Action: MMOL (millimole) has been added as a unit of measure. Please
69 ;; replace 'MM' with MMOL.
70 ;;G...Problem: Auto Accept Quick Order which was 'Y'es and now set to 'N'o.
71 ;; Action: These Quick Orders were converted from an Auto Accept Quick
72 ;; Order to a non-Auto Accept Quick because they have at least one
73 ;; invalid field. Please correct the problems identified by the Legend
74 ;; code(s) for the Quick Order before setting the Quick Order back to
75 ;; an Auto-Accept Quick Order.
76 ;;
77 ;;Note: QO Names and QO Dislay Names over 30 characters are truncated at 30
78 ;; characters. If in doubt on the Name you can use the IEN to edit the
79 ;; Quick Order (see above).
80 ;;
81 ;; -----------------------
82 ;;
83 ;; IEN Name Display Name Legend
84 ;;===== ============================== ============================== ======
85 ;;Q
Note: See TracBrowser for help on using the repository browser.