| 1 | ORXPAR06 ; ; Dec 17, 1997@11:35:35
 | 
|---|
| 2 |  ;;3.0;ORDER ENTRY/RESULTS REPORTING;;Dec 17, 1997
 | 
|---|
| 3 |  ;;
 | 
|---|
| 4 | LOAD ; load data into ^TMP (expects ROOT to be defined)
 | 
|---|
| 5 |  S I=1 F  S REF=$T(DATA+I) Q:REF=""  S VAL=$T(DATA+I+1) D
 | 
|---|
| 6 |  . S I=I+2,REF=$P(REF,";",3,999),VAL=$P(VAL,";",3,999)
 | 
|---|
| 7 |  . S @(ROOT_REF)=VAL
 | 
|---|
| 8 |  G ^ORXPAR07
 | 
|---|
| 9 | DATA ; parameter data
 | 
|---|
| 10 |  ;;786,"VAL")
 | 
|---|
| 11 |  ;;OR GXOXGN VENTILATOR
 | 
|---|
| 12 |  ;;787,"KEY")
 | 
|---|
| 13 |  ;;ORWD PTCARE RESP INPT^1
 | 
|---|
| 14 |  ;;787,"VAL")
 | 
|---|
| 15 |  ;;OR GXRESP TCDB
 | 
|---|
| 16 |  ;;788,"KEY")
 | 
|---|
| 17 |  ;;ORWD PTCARE RESP INPT^2
 | 
|---|
| 18 |  ;;788,"VAL")
 | 
|---|
| 19 |  ;;OR GXRESP CHEST PT
 | 
|---|
| 20 |  ;;789,"KEY")
 | 
|---|
| 21 |  ;;ORWD PTCARE RESP INPT^3
 | 
|---|
| 22 |  ;;789,"VAL")
 | 
|---|
| 23 |  ;;OR GXRESP SUCTION
 | 
|---|
| 24 |  ;;790,"KEY")
 | 
|---|
| 25 |  ;;ORWD PTCARE RESP INPT^4
 | 
|---|
| 26 |  ;;790,"VAL")
 | 
|---|
| 27 |  ;;OR GXRESP TRACH CARE
 | 
|---|
| 28 |  ;;791,"KEY")
 | 
|---|
| 29 |  ;;ORWD PTCARE SKIN INPT^1
 | 
|---|
| 30 |  ;;791,"VAL")
 | 
|---|
| 31 |  ;;OR GXSKIN COLD PACKS
 | 
|---|
| 32 |  ;;792,"KEY")
 | 
|---|
| 33 |  ;;ORWD PTCARE SKIN INPT^2
 | 
|---|
| 34 |  ;;792,"VAL")
 | 
|---|
| 35 |  ;;OR GXSKIN WARM PACKS
 | 
|---|
| 36 |  ;;793,"KEY")
 | 
|---|
| 37 |  ;;ORWD PTCARE SKIN INPT^3
 | 
|---|
| 38 |  ;;793,"VAL")
 | 
|---|
| 39 |  ;;OR GXSKIN WARM SOAKS
 | 
|---|
| 40 |  ;;794,"KEY")
 | 
|---|
| 41 |  ;;ORWD PTCARE SKIN INPT^4
 | 
|---|
| 42 |  ;;794,"VAL")
 | 
|---|
| 43 |  ;;OR GXSKIN AIR MATTRESS
 | 
|---|
| 44 |  ;;795,"KEY")
 | 
|---|
| 45 |  ;;ORWD PTCARE SKIN INPT^5
 | 
|---|
| 46 |  ;;795,"VAL")
 | 
|---|
| 47 |  ;;OR GXSKIN WATER MATTRESS
 | 
|---|
| 48 |  ;;796,"KEY")
 | 
|---|
| 49 |  ;;ORWD PTCARE SKIN INPT^6
 | 
|---|
| 50 |  ;;796,"VAL")
 | 
|---|
| 51 |  ;;OR GXSKIN SHEEPSKIN
 | 
|---|
| 52 |  ;;797,"KEY")
 | 
|---|
| 53 |  ;;ORWD PTCARE TUBES INPT^1
 | 
|---|
| 54 |  ;;797,"VAL")
 | 
|---|
| 55 |  ;;OR GXTUBE COLOSTOMY
 | 
|---|
| 56 |  ;;798,"KEY")
 | 
|---|
| 57 |  ;;ORWD PTCARE TUBES INPT^2
 | 
|---|
| 58 |  ;;798,"VAL")
 | 
|---|
| 59 |  ;;OR GXTUBE INDWELLING URINARY CATH
 | 
|---|
| 60 |  ;;799,"KEY")
 | 
|---|
| 61 |  ;;ORWD PTCARE TUBES INPT^3
 | 
|---|
| 62 |  ;;799,"VAL")
 | 
|---|
| 63 |  ;;OR GXTUBE HEMOVAC
 | 
|---|
| 64 |  ;;800,"KEY")
 | 
|---|
| 65 |  ;;ORWD PTCARE TUBES INPT^4
 | 
|---|
| 66 |  ;;800,"VAL")
 | 
|---|
| 67 |  ;;OR GXTUBE ILEOSTOMY
 | 
|---|
| 68 |  ;;801,"KEY")
 | 
|---|
| 69 |  ;;ORWD PTCARE TUBES INPT^5
 | 
|---|
| 70 |  ;;801,"VAL")
 | 
|---|
| 71 |  ;;OR GXTUBE JACKSON PRATT
 | 
|---|
| 72 |  ;;802,"KEY")
 | 
|---|
| 73 |  ;;ORWD PTCARE TUBES INPT^6
 | 
|---|
| 74 |  ;;802,"VAL")
 | 
|---|
| 75 |  ;;OR GXTUBE NASOGASTRIC
 | 
|---|
| 76 |  ;;803,"KEY")
 | 
|---|
| 77 |  ;;ORWD PTCARE TUBES INPT^7
 | 
|---|
| 78 |  ;;803,"VAL")
 | 
|---|
| 79 |  ;;OR GXTUBE PENROSE
 | 
|---|
| 80 |  ;;804,"KEY")
 | 
|---|
| 81 |  ;;ORWD PTCARE TUBES INPT^8
 | 
|---|
| 82 |  ;;804,"VAL")
 | 
|---|
| 83 |  ;;OR GXTUBE RECTAL TUBE
 | 
|---|
| 84 |  ;;805,"KEY")
 | 
|---|
| 85 |  ;;ORWD PTCARE TUBES INPT^9
 | 
|---|
| 86 |  ;;805,"VAL")
 | 
|---|
| 87 |  ;;OR GXTUBE UROSTOMY
 | 
|---|
| 88 |  ;;830,"KEY")
 | 
|---|
| 89 |  ;;ORLP DEFAULT LIST ORDER^1
 | 
|---|
| 90 |  ;;830,"VAL")
 | 
|---|
| 91 |  ;;Alphabetic
 | 
|---|
| 92 |  ;;876,"KEY")
 | 
|---|
| 93 |  ;;ORWUH WHATSTHIS^MYSTUFF
 | 
|---|
| 94 |  ;;876,"VAL")
 | 
|---|
| 95 |  ;;-1
 | 
|---|
| 96 |  ;;877,"KEY")
 | 
|---|
| 97 |  ;;ORK PROCESSING FLAG^GLUCOPHAGE-CONTRAST MEDIA
 | 
|---|
| 98 |  ;;877,"VAL")
 | 
|---|
| 99 |  ;;Enabled
 | 
|---|
| 100 |  ;;881,"KEY")
 | 
|---|
| 101 |  ;;ORWUH WHATSTHIS^ 
 | 
|---|
| 102 |  ;;881,"VAL")
 | 
|---|
| 103 |  ;;Problem Category Selection List
 | 
|---|
| 104 |  ;;881,"VAL",1,0)
 | 
|---|
| 105 |  ;;Each elemement on the list represents a category of problems. The list is typically personalized for the user or user's department. Select a particular category by clicking on it. Selection of a Category will cause a list of the individual
 | 
|---|
| 106 |  ;;881,"VAL",2,0)
 | 
|---|
| 107 |  ;;problems comprising the category to display in the Problem Selection List Below.
 | 
|---|
| 108 |  ;;882,"KEY")
 | 
|---|
| 109 |  ;;ORWUH WHATSTHIS^edProbEnt
 | 
|---|
| 110 |  ;;882,"VAL")
 | 
|---|
| 111 |  ;;Free Text Problem Entry
 | 
|---|
| 112 |  ;;882,"VAL",1,0)
 | 
|---|
| 113 |  ;;Free Text Problem Entry
 | 
|---|
| 114 |  ;;882,"VAL",2,0)
 | 
|---|
| 115 |  ;; 
 | 
|---|
| 116 |  ;;882,"VAL",3,0)
 | 
|---|
| 117 |  ;;Enter the description for a problem to add to the patient's problem list. 
 | 
|---|
| 118 |  ;;882,"VAL",4,0)
 | 
|---|
| 119 |  ;;After entering the text, press 'Enter'. A dialog box will appear on the 
 | 
|---|
| 120 |  ;;882,"VAL",5,0)
 | 
|---|
| 121 |  ;;right, which allows further description, staging, and characterization
 | 
|---|
| 122 |  ;;882,"VAL",6,0)
 | 
|---|
| 123 |  ;;of the problem.
 | 
|---|
| 124 |  ;;883,"KEY")
 | 
|---|
| 125 |  ;;ORWUH WHATSTHIS^bbOtherProb
 | 
|---|
| 126 |  ;;883,"VAL")
 | 
|---|
| 127 |  ;;Problem Selection from Clinical Lexicon
 | 
|---|
| 128 |  ;;883,"VAL",1,0)
 | 
|---|
| 129 |  ;;Problem Selection from Clinical Lexicon
 | 
|---|
| 130 |  ;;883,"VAL",2,0)
 | 
|---|
| 131 |  ;; 
 | 
|---|
| 132 |  ;;883,"VAL",3,0)
 | 
|---|
| 133 |  ;;Clicking this button will cause a dialog box to appear. Enter a problem
 | 
|---|
| 134 |  ;;883,"VAL",4,0)
 | 
|---|
| 135 |  ;;description or partial description into the edit box. Press 'Enter' or
 | 
|---|
| 136 |  ;;883,"VAL",5,0)
 | 
|---|
| 137 |  ;;click on the 'Search' button after the text has been entered.
 | 
|---|
| 138 |  ;;883,"VAL",6,0)
 | 
|---|
| 139 |  ;; 
 | 
|---|
| 140 |  ;;883,"VAL",7,0)
 | 
|---|
| 141 |  ;;A list of descriptions consistent with the text entered will be returned 
 | 
|---|
| 142 |  ;;883,"VAL",8,0)
 | 
|---|
| 143 |  ;;from a search of the lexicon. Select the coded description from the list 
 | 
|---|
| 144 |  ;;883,"VAL",9,0)
 | 
|---|
| 145 |  ;;that best matches the text entry by clicking on it. If none of the list 
 | 
|---|
| 146 |  ;;883,"VAL",10,0)
 | 
|---|
| 147 |  ;;items are an acceptable replacement for the text entered, the text entered
 | 
|---|
| 148 |  ;;883,"VAL",11,0)
 | 
|---|
| 149 |  ;;may be retained as the problem description. Simply press 'Enter' without
 | 
|---|
| 150 |  ;;883,"VAL",12,0)
 | 
|---|
| 151 |  ;;selection from the list in that case.
 | 
|---|
| 152 |  ;;883,"VAL",13,0)
 | 
|---|
| 153 |  ;; 
 | 
|---|
| 154 |  ;;883,"VAL",14,0)
 | 
|---|
| 155 |  ;;Keep in mind, that searches of the Clinical Lexicon can consume a great 
 | 
|---|
| 156 |  ;;883,"VAL",15,0)
 | 
|---|
| 157 |  ;;deal of time and resource, so it is best to keep the searches as narrow 
 | 
|---|
| 158 |  ;;883,"VAL",16,0)
 | 
|---|
| 159 |  ;;as possible.
 | 
|---|
| 160 |  ;;884,"KEY")
 | 
|---|
| 161 |  ;;ORWUH WHATSTHIS^cbxRespProv
 | 
|---|
| 162 |  ;;884,"VAL")
 | 
|---|
| 163 |  ;;Change Responsible Provider
 | 
|---|
| 164 |  ;;884,"VAL",1,0)
 | 
|---|
| 165 |  ;;Change Responsible Provider
 | 
|---|
| 166 |  ;;884,"VAL",2,0)
 | 
|---|
| 167 |  ;; 
 | 
|---|
| 168 |  ;;884,"VAL",3,0)
 | 
|---|
| 169 |  ;;The responsible provider for a problem may be changed from the default 
 | 
|---|
| 170 |  ;;884,"VAL",4,0)
 | 
|---|
| 171 |  ;;value. Enter a new provider name or partial name into the combo box. 
 | 
|---|
| 172 |  ;;884,"VAL",5,0)
 | 
|---|
| 173 |  ;;Pressing the 'Enter' key will cause a search of the provider table to 
 | 
|---|
| 174 |  ;;884,"VAL",6,0)
 | 
|---|
| 175 |  ;;commence. 
 | 
|---|
| 176 |  ;;884,"VAL",7,0)
 | 
|---|
| 177 |  ;; 
 | 
|---|
| 178 |  ;;884,"VAL",8,0)
 | 
|---|
| 179 |  ;;A list of providers matching the text input will be returned. Select one
 | 
|---|
| 180 |  ;;884,"VAL",9,0)
 | 
|---|
| 181 |  ;;of the providers from the list by clicking on the appropriate list item.
 | 
|---|
| 182 |  ;;884,"VAL",10,0)
 | 
|---|
| 183 |  ;; 
 | 
|---|
| 184 |  ;;884,"VAL",11,0)
 | 
|---|
| 185 |  ;;NOTE: Certain users may be restricted fromperforming this activity.
 | 
|---|
| 186 |  ;;885,"KEY")
 | 
|---|
| 187 |  ;;ORWUH WHATSTHIS^bbVuFilt
 | 
|---|
| 188 |  ;;885,"VAL")
 | 
|---|
| 189 |  ;;Set View Filters
 | 
|---|
| 190 |  ;;885,"VAL",1,0)
 | 
|---|
| 191 |  ;;Set View Filters
 | 
|---|
| 192 |  ;;885,"VAL",2,0)
 | 
|---|
| 193 |  ;; 
 | 
|---|
| 194 |  ;;885,"VAL",3,0)
 | 
|---|
| 195 |  ;;Clicking this button will cause a dialog box to appear. The dialog allows 
 | 
|---|
| 196 |  ;;885,"VAL",4,0)
 | 
|---|
| 197 |  ;;the user to filter a patient's problem list by patient type, location
 | 
|---|
| 198 |  ;;885,"VAL",5,0)
 | 
|---|
| 199 |  ;;and/or by provider. 
 | 
|---|
| 200 |  ;;885,"VAL",6,0)
 | 
|---|
| 201 |  ;; 
 | 
|---|
| 202 |  ;;885,"VAL",7,0)
 | 
|---|
| 203 |  ;;Click the appropriate radio button to confine the list to Out-Patient
 | 
|---|
| 204 |  ;;885,"VAL",8,0)
 | 
|---|
| 205 |  ;;visits or In-Patient visits. Click 'Both' to view problems for all visit
 | 
|---|
| 206 |  ;;885,"VAL",9,0)
 | 
|---|
| 207 |  ;;types. 
 | 
|---|
| 208 |  ;;885,"VAL",10,0)
 | 
|---|
| 209 |  ;; 
 | 
|---|
| 210 |  ;;885,"VAL",11,0)
 | 
|---|
| 211 |  ;;Select a provider from the drop down list to view problems for a single
 | 
|---|
| 212 |  ;;885,"VAL",12,0)
 | 
|---|
| 213 |  ;;provider, or  select  'All' to view problems for all providers. 
 | 
|---|
| 214 |  ;;885,"VAL",13,0)
 | 
|---|
| 215 |  ;; 
 | 
|---|
| 216 |  ;;885,"VAL",14,0)
 | 
|---|
| 217 |  ;;The list box on the left will display a list of all of the patient's clinics 
 | 
|---|
| 218 |  ;;885,"VAL",15,0)
 | 
|---|
| 219 |  ;;if the out-patient view was selected, or a list of hospital service names
 | 
|---|
| 220 |  ;;885,"VAL",16,0)
 | 
|---|
| 221 |  ;;if the in-patient view was selected. Viewing problems for specific 
 | 
|---|
| 222 |  ;;885,"VAL",17,0)
 | 
|---|
| 223 |  ;;clinics/services is accomplished by highlighting an entry in the left side
 | 
|---|
| 224 |  ;;885,"VAL",18,0)
 | 
|---|
| 225 |  ;;list box, and clicking the '>' button. This action will cause the clinic
 | 
|---|
| 226 |  ;;885,"VAL",19,0)
 | 
|---|
| 227 |  ;;or service from the left to appear in the listbox on the right. The '>>'
 | 
|---|
| 228 |  ;;885,"VAL",20,0)
 | 
|---|
| 229 |  ;;button will move all items from the left to the right.
 | 
|---|
| 230 |  ;;885,"VAL",21,0)
 | 
|---|
| 231 |  ;; 
 | 
|---|
| 232 |  ;;885,"VAL",22,0)
 | 
|---|
| 233 |  ;;To remove clinics/services from viewing, highlight the item on the right
 | 
|---|
| 234 |  ;;885,"VAL",23,0)
 | 
|---|
| 235 |  ;;and click the '<' button or use the '<<' button to remove them all.
 | 
|---|
| 236 |  ;;885,"VAL",24,0)
 | 
|---|
| 237 |  ;; 
 | 
|---|
| 238 |  ;;885,"VAL",25,0)
 | 
|---|
| 239 |  ;;The user's default view filters are used initially, but may be changed at 
 | 
|---|