Changeset 1427
- Timestamp:
- May 11, 2012, 5:55:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ccr/branches/ohum/kids/C0C_1P2.KID
r1426 r1427 1 KIDS Distribution saved on May 11, 2012@1 3:59:552 C0C 1.2 release1 KIDS Distribution saved on May 11, 2012@15:13:01 2 C0C 1.2, hopefully final 3 3 **KIDS**:C0C 1.2^ 4 4 5 5 **INSTALL NAME** 6 6 C0C 1.2 7 "BLD",788 8,0)7 "BLD",7887,0) 8 8 C0C 1.2^CCD/CCR GENERATION UTILITIES^0^3120511^n 9 "BLD",788 8,1,0)9 "BLD",7887,1,0) 10 10 ^^185^185^3120511^^^^ 11 "BLD",788 8,1,1,0)11 "BLD",7887,1,1,0) 12 12 CCR Project release v1.2 13 "BLD",788 8,1,2,0)13 "BLD",7887,1,2,0) 14 14 15 "BLD",788 8,1,3,0)15 "BLD",7887,1,3,0) 16 16 The purpose of the CCR package is to provide support for exporting and 17 "BLD",788 8,1,4,0)17 "BLD",7887,1,4,0) 18 18 eventually importing patient information from/to VistA in XML documents 19 "BLD",788 8,1,5,0)19 "BLD",7887,1,5,0) 20 20 conforming to the Continuity of Care Record (CCR - ASTM) and Continuity 21 "BLD",788 8,1,6,0)21 "BLD",7887,1,6,0) 22 22 of Care Document (CCD - HL7) standards. 23 "BLD",788 8,1,7,0)23 "BLD",7887,1,7,0) 24 24 25 "BLD",788 8,1,8,0)25 "BLD",7887,1,8,0) 26 26 This version of the CCR package provides: 27 "BLD",788 8,1,9,0)27 "BLD",7887,1,9,0) 28 28 29 "BLD",788 8,1,10,0)29 "BLD",7887,1,10,0) 30 30 EXPORT^C0CCCR 31 "BLD",788 8,1,11,0)31 "BLD",7887,1,11,0) 32 32 A command line interface to export a single patient's CCR to a host 33 "BLD",788 8,1,12,0)33 "BLD",7887,1,12,0) 34 34 directory by specifying the patient by name. 35 "BLD",788 8,1,13,0)35 "BLD",7887,1,13,0) 36 36 37 "BLD",788 8,1,14,0)37 "BLD",7887,1,14,0) 38 38 EXPORT^C0CCCD 39 "BLD",788 8,1,15,0)39 "BLD",7887,1,15,0) 40 40 A command line interface to export a single patient's CCD to a host 41 "BLD",788 8,1,16,0)41 "BLD",7887,1,16,0) 42 42 directory by specifying the patient by name. As an alternative to 43 "BLD",788 8,1,17,0)43 "BLD",7887,1,17,0) 44 44 generating the CCD directly, an XSLT transformation is available to 45 "BLD",788 8,1,18,0)45 "BLD",7887,1,18,0) 46 46 translate a CCR into a level 2 CCD. This tranformation has been tested 47 "BLD",788 8,1,19,0)47 "BLD",7887,1,19,0) 48 48 and produces a CCD with all currently supported sections of the CCR. The 49 "BLD",788 8,1,20,0)49 "BLD",7887,1,20,0) 50 50 EXPORT^C0CCCD only extracts the PROBLEMS section into a CCD. 51 "BLD",788 8,1,21,0)51 "BLD",7887,1,21,0) 52 52 53 "BLD",788 8,1,22,0)53 "BLD",7887,1,22,0) 54 54 XPAT^C0CCCR(DFN,OUTDIR,OUTFILE) 55 "BLD",788 8,1,23,0)55 "BLD",7887,1,23,0) 56 56 A command line and program interface to export a single patient's CCR 57 "BLD",788 8,1,24,0)57 "BLD",7887,1,24,0) 58 58 using the IEN of the patient in the ^DPT file (DFN). 59 "BLD",788 8,1,25,0)59 "BLD",7887,1,25,0) 60 60 OUTDIR specifies an existing directory on the Host system into which the 61 "BLD",788 8,1,26,0)61 "BLD",7887,1,26,0) 62 62 CCR XML document will be written. If OUTDIR is null (""), the output 63 "BLD",788 8,1,27,0)63 "BLD",7887,1,27,0) 64 64 directory name will be taken from ^TMP("C0CCCR","ODIR"). 65 "BLD",788 8,1,28,0)65 "BLD",7887,1,28,0) 66 66 OUFILE specifies the host file name of the CCR XML document that will be 67 "BLD",788 8,1,29,0)67 "BLD",7887,1,29,0) 68 68 written for this patient. If OUTFILE is null ("") the document name will 69 "BLD",788 8,1,30,0)69 "BLD",7887,1,30,0) 70 70 default to PAT_x_CCR_V1.xml where x is the DFN of the patient. 71 "BLD",788 8,1,31,0)71 "BLD",7887,1,31,0) 72 72 73 "BLD",788 8,1,32,0)73 "BLD",7887,1,32,0) 74 74 CCRRPC(CCRGRTN,DFN,CCRPARMS,CCRPART) 75 "BLD",788 8,1,33,0)75 "BLD",7887,1,33,0) 76 76 An RPC and program interface to return in return array CCRGRTN (passed by 77 "BLD",788 8,1,34,0)77 "BLD",7887,1,34,0) 78 78 reference) a single patient's CCR. 79 "BLD",788 8,1,35,0)79 "BLD",7887,1,35,0) 80 80 DFN is the patient's IEN 81 "BLD",788 8,1,36,0)81 "BLD",7887,1,36,0) 82 82 CCRPART is what portion of the CCR should be returned. If "CCR" is 83 "BLD",788 8,1,37,0)83 "BLD",7887,1,37,0) 84 84 specified, the entire CCR will be returned. If "PROBLEMS", "VITALS", or 85 "BLD",788 8,1,38,0)85 "BLD",7887,1,38,0) 86 86 "MEDICATIONS" is specified, only that section of the CCR will be returned. 87 "BLD",788 8,1,39,0)87 "BLD",7887,1,39,0) 88 88 CCRPARMS ARE PARAMETERS THAT AFFECT THE EXTRACTION 89 "BLD",788 8,1,40,0)89 "BLD",7887,1,40,0) 90 90 IN THE FORM "PARM1:VALUE1^PARM2:VALUE2" 91 "BLD",788 8,1,41,0)91 "BLD",7887,1,41,0) 92 92 EXAMPLE: "LABLIMIT:T-60" TO LIMIT LAB EXTRACTION TO THE LAST 60 DAYS 93 "BLD",788 8,1,42,0)93 "BLD",7887,1,42,0) 94 94 SEE C0CPARMS FOR A COMPLETE LIST OF SUPPORTED PARAMETERS 95 "BLD",788 8,1,43,0)95 "BLD",7887,1,43,0) 96 96 97 "BLD",788 8,1,44,0)97 "BLD",7887,1,44,0) 98 98 ANALYZE^C0CRIMA(BGNDFN,DFNCNT,CCRPARMS) 99 "BLD",788 8,1,45,0)99 "BLD",7887,1,45,0) 100 100 A command line and program interface to analyze the data from multiple 101 "BLD",788 8,1,46,0)101 "BLD",7887,1,46,0) 102 102 patients into categories that can be batch extracted. 103 "BLD",788 8,1,47,0)103 "BLD",7887,1,47,0) 104 104 BGNDFN is the beginning DFN to be analyzed. If BGNDFN is null ("") its 105 "BLD",788 8,1,48,0)105 "BLD",7887,1,48,0) 106 106 value will be taken from ^TMP("C0CRIM","RESUME"). If this variable does 107 "BLD",788 8,1,49,0)107 "BLD",7887,1,49,0) 108 108 not exist, the routine will start with the first IEN in the patient file 109 "BLD",788 8,1,50,0)109 "BLD",7887,1,50,0) 110 110 ^DPT. ^TMP("C0CRIM","RESUME") is updated to the "next" patient to be 111 "BLD",788 8,1,51,0)111 "BLD",7887,1,51,0) 112 112 analyzed on successful completion. 113 "BLD",788 8,1,52,0)113 "BLD",7887,1,52,0) 114 114 DFNCNT is the count of how many patient records will be analyzed in this 115 "BLD",788 8,1,53,0)115 "BLD",7887,1,53,0) 116 116 execution. 117 "BLD",788 8,1,54,0)117 "BLD",7887,1,54,0) 118 118 For example ANALYZE^C0CRIMA(1000,1000) would start at patient DFN 1000 119 "BLD",788 8,1,55,0)119 "BLD",7887,1,55,0) 120 120 and analyzes 1000 patient records. ANALYZE^C0CRIMA("",1000) would then 121 "BLD",788 8,1,56,0)121 "BLD",7887,1,56,0) 122 122 analyze the next 1000 patients. When the end of the patient file is 123 "BLD",788 8,1,57,0)123 "BLD",7887,1,57,0) 124 124 reached, the routine terminates with a message that RESET^C0CRIMA would 125 "BLD",788 8,1,58,0)125 "BLD",7887,1,58,0) 126 126 need to be called to restart the analysis. 127 "BLD",788 8,1,59,0)127 "BLD",7887,1,59,0) 128 128 129 "BLD",788 8,1,60,0)129 "BLD",7887,1,60,0) 130 130 The categories into which the records are analyzed consist of attribute 131 "BLD",788 8,1,61,0)131 "BLD",7887,1,61,0) 132 132 strings. The attributes represent characteristics of the variables that 133 "BLD",788 8,1,62,0)133 "BLD",7887,1,62,0) 134 134 can be extracted for a given patient into the CCR or the CCD. This 135 "BLD",788 8,1,63,0)135 "BLD",7887,1,63,0) 136 136 version supports the following attributes: 137 "BLD",788 8,1,64,0)137 "BLD",7887,1,64,0) 138 138 VITALS : the patient has variables for the VITALS section of the CCR/CCD 139 "BLD",788 8,1,65,0)139 "BLD",7887,1,65,0) 140 140 PROBLEMS : the patient has variables for the PROBLEMS section of the 141 "BLD",788 8,1,66,0)141 "BLD",7887,1,66,0) 142 142 CCR/CCD 143 "BLD",788 8,1,67,0)143 "BLD",7887,1,67,0) 144 144 MEDS : the patient has variables for the MEDICATIONS section of the 145 "BLD",788 8,1,68,0)145 "BLD",7887,1,68,0) 146 146 CCR/CCD 147 "BLD",788 8,1,69,0)147 "BLD",7887,1,69,0) 148 148 HEADER : the patient has variables for the HEADER section of the CCR/CCD. 149 "BLD",788 8,1,70,0)149 "BLD",7887,1,70,0) 150 150 All patients are marked with the HEADER attribute in this version. 151 "BLD",788 8,1,71,0)151 "BLD",7887,1,71,0) 152 152 NOTEXTRACTED : the CCR or CCD has not yet been produced/extracted for 153 "BLD",788 8,1,72,0)153 "BLD",7887,1,72,0) 154 154 this patient. All patient records are marked with the NOTEXTRACTED 155 "BLD",788 8,1,73,0)155 "BLD",7887,1,73,0) 156 156 attribute in this version for batch control processing (not implemented 157 "BLD",788 8,1,74,0)157 "BLD",7887,1,74,0) 158 158 in this version). 159 "BLD",788 8,1,75,0)159 "BLD",7887,1,75,0) 160 160 161 "BLD",788 8,1,76,0)161 "BLD",7887,1,76,0) 162 162 ANAZYZE^C0CRIMA calls the variable extraction routines that would be used 163 "BLD",788 8,1,77,0)163 "BLD",7887,1,77,0) 164 164 to produce a CCR or a CCD and saves the results to ^TMP("C0CRIM",DFN) for 165 "BLD",788 8,1,78,0)165 "BLD",7887,1,78,0) 166 166 each patient. In addition, the attribute string for each patient is saved 167 "BLD",788 8,1,79,0)167 "BLD",7887,1,79,0) 168 168 in ^TMP("C0CRIM","ATTR") 169 "BLD",788 8,1,80,0)169 "BLD",7887,1,80,0) 170 170 171 "BLD",788 8,1,81,0)171 "BLD",7887,1,81,0) 172 172 Categories are created as they first occur based on each unique 173 "BLD",788 8,1,82,0)173 "BLD",7887,1,82,0) 174 174 combination of attributes that is encountered. They are named after the 175 "BLD",788 8,1,83,0)175 "BLD",7887,1,83,0) 176 176 attribute table that is used for the analysis. This version supports only 177 "BLD",788 8,1,84,0)177 "BLD",7887,1,84,0) 178 178 the attribute table .RIMTBL. and the categories are named "RIMTBL_x". An 179 "BLD",788 8,1,85,0)179 "BLD",7887,1,85,0) 180 180 example set of categories from a demo systems is: 181 "BLD",788 8,1,86,0)181 "BLD",7887,1,86,0) 182 182 183 "BLD",788 8,1,87,0)183 "BLD",7887,1,87,0) 184 184 GTM>D CLIST^C0CRIMA 185 "BLD",788 8,1,88,0)185 "BLD",7887,1,88,0) 186 186 (RIMTBL_1:105) ^NOTEXTRACTED^HEADER^^^PROBLEMS^^^^^VITALS^^^^^MEDS 187 "BLD",788 8,1,89,0)187 "BLD",7887,1,89,0) 188 188 (RIMTBL_2:596) ^NOTEXTRACTED^HEADER^^^^^^^^VITALS 189 "BLD",788 8,1,90,0)189 "BLD",7887,1,90,0) 190 190 (RIMTBL_3:44) ^NOTEXTRACTED^HEADER^^^PROBLEMS^^^^^VITALS 191 "BLD",788 8,1,91,0)191 "BLD",7887,1,91,0) 192 192 (RIMTBL_4:821) ^NOTEXTRACTED^HEADER 193 "BLD",788 8,1,92,0)193 "BLD",7887,1,92,0) 194 194 (RIMTBL_5:18) ^NOTEXTRACTED^HEADER^^^^^^^^VITALS^^^^^MEDS 195 "BLD",788 8,1,93,0)195 "BLD",7887,1,93,0) 196 196 (RIMTBL_6:14) ^NOTEXTRACTED^HEADER^^^PROBLEMS 197 "BLD",788 8,1,94,0)197 "BLD",7887,1,94,0) 198 198 (RIMTBL_7:15) ^NOTEXTRACTED^HEADER^^^^^^^^^^^^^MEDS 199 "BLD",788 8,1,95,0)199 "BLD",7887,1,95,0) 200 200 (RIMTBL_8:5) ^NOTEXTRACTED^HEADER^^^PROBLEMS^^^^^^^^^^MEDS 201 "BLD",788 8,1,96,0)201 "BLD",7887,1,96,0) 202 202 203 "BLD",788 8,1,97,0)203 "BLD",7887,1,97,0) 204 204 for RIMTBL_1 in this example, 105 is the record count of patients who 205 "BLD",788 8,1,98,0)205 "BLD",7887,1,98,0) 206 206 have this combination of attributes. The list of patients for each 207 "BLD",788 8,1,99,0)207 "BLD",7887,1,99,0) 208 208 category is also maintained for batch extraction. 209 "BLD",788 8,1,100,0)209 "BLD",7887,1,100,0) 210 210 211 "BLD",788 8,1,101,0)211 "BLD",7887,1,101,0) 212 212 CLIST^C0CRIMA 213 "BLD",788 8,1,102,0)213 "BLD",7887,1,102,0) 214 214 A command line interface to show a summary of the categories, record 215 "BLD",788 8,1,103,0)215 "BLD",7887,1,103,0) 216 216 counts, and attributes that have been analyzed so far. It produces the 217 "BLD",788 8,1,104,0)217 "BLD",7887,1,104,0) 218 218 listing in the example above from information stored in 219 "BLD",788 8,1,105,0)219 "BLD",7887,1,105,0) 220 220 ^TMP("C0CRIM","CATS","RIMTBL"). It is intended for future versions that 221 "BLD",788 8,1,106,0)221 "BLD",7887,1,106,0) 222 222 attribute tables be supported in addition to the default "RIMTBL". 223 "BLD",788 8,1,107,0)223 "BLD",7887,1,107,0) 224 224 225 "BLD",788 8,1,108,0)225 "BLD",7887,1,108,0) 226 226 CPAT^C0CRIMA(CPATCAT) 227 "BLD",788 8,1,109,0)227 "BLD",7887,1,109,0) 228 228 A command line interface which shows the DFN numbers of the patients 229 "BLD",788 8,1,110,0)229 "BLD",7887,1,110,0) 230 230 represented by the category CPATCAT. DFNs are listed 10 per line. For 231 "BLD",788 8,1,111,0)231 "BLD",7887,1,111,0) 232 232 example: 233 "BLD",788 8,1,112,0)233 "BLD",7887,1,112,0) 234 234 235 "BLD",788 8,1,113,0)235 "BLD",7887,1,113,0) 236 236 GTM>D CPAT^C0CRIMA("RIMTBL_1") 237 "BLD",788 8,1,114,0)237 "BLD",7887,1,114,0) 238 238 1 3 8 25 42 69 123 140 146 149 239 "BLD",788 8,1,115,0)239 "BLD",7887,1,115,0) 240 240 151 168 204 205 217 218 224 228 229 231 241 "BLD",788 8,1,116,0)241 "BLD",7887,1,116,0) 242 242 236 237 240 253 260 267 271 301 347 350 243 "BLD",788 8,1,117,0)243 "BLD",7887,1,117,0) 244 244 366 379 384 391 407 418 419 420 428 433 245 "BLD",788 8,1,118,0)245 "BLD",7887,1,118,0) 246 246 442 520 569 600 620 692 706 715 722 723 247 "BLD",788 8,1,119,0)247 "BLD",7887,1,119,0) 248 248 724 728 730 744 745 746 747 748 749 750 249 "BLD",788 8,1,120,0)249 "BLD",7887,1,120,0) 250 250 751 752 753 754 755 756 757 758 759 760 251 "BLD",788 8,1,121,0)251 "BLD",7887,1,121,0) 252 252 761 762 763 764 765 766 767 768 769 770 253 "BLD",788 8,1,122,0)253 "BLD",7887,1,122,0) 254 254 771 772 773 774 775 776 777 778 779 780 255 "BLD",788 8,1,123,0)255 "BLD",7887,1,123,0) 256 256 100000 100001 100002 100003 100004 100005 100006 100007 100008 100009 257 "BLD",788 8,1,124,0)257 "BLD",7887,1,124,0) 258 258 100010 100011 100012 100013 100014 259 "BLD",788 8,1,125,0)259 "BLD",7887,1,125,0) 260 260 261 "BLD",788 8,1,126,0)261 "BLD",7887,1,126,0) 262 262 These are the 105 patient records included in category "RIMTBL_1" from 263 "BLD",788 8,1,127,0)263 "BLD",7887,1,127,0) 264 264 the above example. 265 "BLD",788 8,1,128,0)265 "BLD",7887,1,128,0) 266 266 267 "BLD",788 8,1,129,0)267 "BLD",7887,1,129,0) 268 268 DPATV^C0CRIMA(DFN,"SECTION") 269 "BLD",788 8,1,130,0)269 "BLD",7887,1,130,0) 270 270 A command line interface to display the values of variables for a 271 "BLD",788 8,1,131,0)271 "BLD",7887,1,131,0) 272 272 patient. "SECTION" can be any of the CCR sections. ie 273 "BLD",788 8,1,132,0)273 "BLD",7887,1,132,0) 274 274 "ALERTS","RESULTS","MEDS". If SECTION is ommitted, all sections will be 275 "BLD",788 8,1,133,0)275 "BLD",7887,1,133,0) 276 276 shown. An example: 277 "BLD",788 8,1,134,0)277 "BLD",7887,1,134,0) 278 278 279 "BLD",788 8,1,135,0)279 "BLD",7887,1,135,0) 280 280 GTM>D DPATV^C0CRIMA(2,"PROBLEMS") 281 "BLD",788 8,1,136,0)281 "BLD",7887,1,136,0) 282 282 1 1^PROBLEMCODEVALUE^V18.0 283 "BLD",788 8,1,137,0)283 "BLD",7887,1,137,0) 284 284 2 1^PROBLEMCODINGVERSION^ 285 "BLD",788 8,1,138,0)285 "BLD",7887,1,138,0) 286 286 3 1^PROBLEMCONDITION^P 287 "BLD",788 8,1,139,0)287 "BLD",7887,1,139,0) 288 288 4 1^PROBLEMDATEMOD^2005-07-19T00:00:00-05:00 289 "BLD",788 8,1,140,0)289 "BLD",7887,1,140,0) 290 290 5 1^PROBLEMDATEOFONSET^1700--T00:00:00-05:00 291 "BLD",788 8,1,141,0)291 "BLD",7887,1,141,0) 292 292 6 1^PROBLEMDESCRIPTION^Family History of Diabetes Mellitus (ICD-9-CM 293 "BLD",788 8,1,142,0)293 "BLD",7887,1,142,0) 294 294 V18.0) 295 "BLD",788 8,1,143,0)295 "BLD",7887,1,143,0) 296 296 7 1^PROBLEMDTREC^1701--T00:00:00-05:00 297 "BLD",788 8,1,144,0)297 "BLD",7887,1,144,0) 298 298 8 1^PROBLEMHASCMT^ 299 "BLD",788 8,1,145,0)299 "BLD",7887,1,145,0) 300 300 9 1^PROBLEMIEN^8 301 "BLD",788 8,1,146,0)301 "BLD",7887,1,146,0) 302 302 10 1^PROBLEMINACT^1700--T00:00:00-05:00 303 "BLD",788 8,1,147,0)303 "BLD",7887,1,147,0) 304 304 305 "BLD",788 8,1,148,0)305 "BLD",7887,1,148,0) 306 306 DCCR^C0CCCR(DFN) 307 "BLD",788 8,1,149,0)307 "BLD",7887,1,149,0) 308 308 This will display the XML of a CCR that has been generated for a patient. 309 "BLD",788 8,1,150,0)309 "BLD",7887,1,150,0) 310 310 It is run after generating the CCR with XPAT^C0CCCR or XCPAT^C0CRIMA. 311 "BLD",788 8,1,151,0)311 "BLD",7887,1,151,0) 312 312 313 "BLD",788 8,1,152,0)313 "BLD",7887,1,152,0) 314 314 XCPAT^C0CRIMA(CPATCAT) 315 "BLD",788 8,1,153,0)315 "BLD",7887,1,153,0) 316 316 A command line interface to extract a batch of patient CCR documents that 317 "BLD",788 8,1,154,0)317 "BLD",7887,1,154,0) 318 318 are associated with the category CPATCAT. For example, 319 "BLD",788 8,1,155,0)319 "BLD",7887,1,155,0) 320 320 321 "BLD",788 8,1,156,0)321 "BLD",7887,1,156,0) 322 322 XCPAT^C0CRIMA("RIMTBL_1") to extract the CCR documents for the 105 323 "BLD",788 8,1,157,0)323 "BLD",7887,1,157,0) 324 324 patients in the above example. 325 "BLD",788 8,1,158,0)325 "BLD",7887,1,158,0) 326 326 327 "BLD",788 8,1,159,0)327 "BLD",7887,1,159,0) 328 328 RESET^C0CRIMA 329 "BLD",788 8,1,160,0)329 "BLD",7887,1,160,0) 330 330 A command line interface to kill all ANALYZE^C0CRIMA results stored so 331 "BLD",788 8,1,161,0)331 "BLD",7887,1,161,0) 332 332 far so that the analysis can be done again. It kills 333 "BLD",788 8,1,162,0)333 "BLD",7887,1,162,0) 334 334 ^TMP("C0CRIM","RESUME") and all extraction variables that have been saved 335 "BLD",788 8,1,163,0)335 "BLD",7887,1,163,0) 336 336 in ^TMP("C0CRIM") 337 "BLD",788 8,1,164,0)337 "BLD",7887,1,164,0) 338 338 339 "BLD",788 8,1,165,0)339 "BLD",7887,1,165,0) 340 340 NOTES: 341 "BLD",788 8,1,166,0)341 "BLD",7887,1,166,0) 342 342 This version of the package is a prototype, and does not yet make use of 343 "BLD",788 8,1,167,0)343 "BLD",7887,1,167,0) 344 344 the standard VistA features that are appropriate for it to use. 345 "BLD",788 8,1,168,0)345 "BLD",7887,1,168,0) 346 346 347 "BLD",788 8,1,169,0)347 "BLD",7887,1,169,0) 348 348 ^TMP("C0CCCR","ODIR") must be set manually to the output directory on the 349 "BLD",788 8,1,170,0)349 "BLD",7887,1,170,0) 350 350 Host System. It is intended that this be maintainable in a parameter file. 351 "BLD",788 8,1,171,0)351 "BLD",7887,1,171,0) 352 352 353 "BLD",788 8,1,172,0)353 "BLD",7887,1,172,0) 354 354 CCRRPC^C0CCCR and CCDRPC^C0CCCD are intended to be RPC interfaces to the 355 "BLD",788 8,1,173,0)355 "BLD",7887,1,173,0) 356 356 package but there is no entry for them in the RPC table and the RPC 357 "BLD",788 8,1,174,0)357 "BLD",7887,1,174,0) 358 358 method of access has not been tested. 359 "BLD",788 8,1,175,0)359 "BLD",7887,1,175,0) 360 360 361 "BLD",788 8,1,176,0)361 "BLD",7887,1,176,0) 362 362 Most of the command line interface functions in the package are intended 363 "BLD",788 8,1,177,0)363 "BLD",7887,1,177,0) 364 364 to also be made available as RPC calls. This will provide the ability to 365 "BLD",788 8,1,178,0)365 "BLD",7887,1,178,0) 366 366 invoke and control batch extraction and analysis via RPCs 367 "BLD",788 8,1,179,0)367 "BLD",7887,1,179,0) 368 368 369 "BLD",788 8,1,180,0)369 "BLD",7887,1,180,0) 370 370 The "RIM" variables and attributes that are now being stored in 371 "BLD",788 8,1,181,0)371 "BLD",7887,1,181,0) 372 372 ^TMP("C0CRIM") are intended to be maintained in a standard FILEMAN 373 "BLD",788 8,1,182,0)373 "BLD",7887,1,182,0) 374 374 global, and to take advantage of FILEMAN indexing for efficient batch 375 "BLD",788 8,1,183,0)375 "BLD",7887,1,183,0) 376 376 analysis and processing. 377 "BLD",788 8,1,184,0)377 "BLD",7887,1,184,0) 378 378 379 "BLD",788 8,1,185,0)379 "BLD",7887,1,185,0) 380 380 It is intended that menu interfaces be provided in addition to command 381 "BLD",788 8,4,0)381 "BLD",7887,4,0) 382 382 ^9.64PA^170.9^12 383 "BLD",788 8,4,170,0)383 "BLD",7887,4,170,0) 384 384 170 385 "BLD",788 8,4,170,222)385 "BLD",7887,4,170,222) 386 386 y^y^f^^n^^y^o^n 387 "BLD",788 8,4,170.101,0)387 "BLD",7887,4,170.101,0) 388 388 170.101 389 "BLD",788 8,4,170.101,222)389 "BLD",7887,4,170.101,222) 390 390 y^y^f^^n^^y^o^n 391 "BLD",788 8,4,170.9,0)391 "BLD",7887,4,170.9,0) 392 392 170.9 393 "BLD",788 8,4,170.9,222)393 "BLD",7887,4,170.9,222) 394 394 y^y^f^^n^^y^o^n 395 "BLD",788 8,4,171.101,0)395 "BLD",7887,4,171.101,0) 396 396 171.101 397 "BLD",788 8,4,171.101,222)397 "BLD",7887,4,171.101,222) 398 398 y^y^f^^^^n 399 "BLD",788 8,4,171.401,0)399 "BLD",7887,4,171.401,0) 400 400 171.401 401 "BLD",788 8,4,171.401,222)401 "BLD",7887,4,171.401,222) 402 402 y^y^f^^^^n 403 "BLD",788 8,4,175,0)403 "BLD",7887,4,175,0) 404 404 175 405 "BLD",788 8,4,175,222)405 "BLD",7887,4,175,222) 406 406 y^y^f^^^^n 407 "BLD",788 8,4,176.112,0)407 "BLD",7887,4,176.112,0) 408 408 176.112 409 "BLD",788 8,4,176.112,222)409 "BLD",7887,4,176.112,222) 410 410 y^y^f^^n^^y^o^n 411 "BLD",788 8,4,177.101,0)411 "BLD",7887,4,177.101,0) 412 412 177.101 413 "BLD",788 8,4,177.101,222)413 "BLD",7887,4,177.101,222) 414 414 y^y^f^^^^n 415 "BLD",788 8,4,177.201,0)415 "BLD",7887,4,177.201,0) 416 416 177.201 417 "BLD",788 8,4,177.201,222)417 "BLD",7887,4,177.201,222) 418 418 y^y^f^^n^^y^o^n 419 "BLD",788 8,4,177.301,0)419 "BLD",7887,4,177.301,0) 420 420 177.301 421 "BLD",788 8,4,177.301,222)421 "BLD",7887,4,177.301,222) 422 422 y^y^f^^^^n 423 "BLD",788 8,4,178.101,0)423 "BLD",7887,4,178.101,0) 424 424 178.101 425 "BLD",788 8,4,178.101,222)425 "BLD",7887,4,178.101,222) 426 426 y^y^f^^n^^y^o^n 427 "BLD",788 8,4,178.301,0)427 "BLD",7887,4,178.301,0) 428 428 178.301 429 "BLD",788 8,4,178.301,222)429 "BLD",7887,4,178.301,222) 430 430 y^y^f^^n^^y^o^n 431 "BLD",788 8,4,"B",170,170)431 "BLD",7887,4,"B",170,170) 432 432 433 "BLD",788 8,4,"B",170.101,170.101)433 "BLD",7887,4,"B",170.101,170.101) 434 434 435 "BLD",788 8,4,"B",170.9,170.9)435 "BLD",7887,4,"B",170.9,170.9) 436 436 437 "BLD",788 8,4,"B",171.101,171.101)437 "BLD",7887,4,"B",171.101,171.101) 438 438 439 "BLD",788 8,4,"B",171.401,171.401)439 "BLD",7887,4,"B",171.401,171.401) 440 440 441 "BLD",788 8,4,"B",175,175)441 "BLD",7887,4,"B",175,175) 442 442 443 "BLD",788 8,4,"B",176.112,176.112)443 "BLD",7887,4,"B",176.112,176.112) 444 444 445 "BLD",788 8,4,"B",177.101,177.101)445 "BLD",7887,4,"B",177.101,177.101) 446 446 447 "BLD",788 8,4,"B",177.201,177.201)447 "BLD",7887,4,"B",177.201,177.201) 448 448 449 "BLD",788 8,4,"B",177.301,177.301)449 "BLD",7887,4,"B",177.301,177.301) 450 450 451 "BLD",788 8,4,"B",178.101,178.101)451 "BLD",7887,4,"B",178.101,178.101) 452 452 453 "BLD",788 8,4,"B",178.301,178.301)453 "BLD",7887,4,"B",178.301,178.301) 454 454 455 "BLD",788 8,6.3)456 4 5457 "BLD",788 8,"ABNS",0)455 "BLD",7887,6.3) 456 46 457 "BLD",7887,"ABNS",0) 458 458 ^9.66A^^ 459 "BLD",788 8,"ABPKG")459 "BLD",7887,"ABPKG") 460 460 n^n 461 "BLD",788 8,"INI")461 "BLD",7887,"INI") 462 462 PRE^C0CENV 463 "BLD",788 8,"INIT")463 "BLD",7887,"INIT") 464 464 POST^C0CENV 465 "BLD",788 8,"KRN",0)465 "BLD",7887,"KRN",0) 466 466 ^9.67PA^779.2^20 467 "BLD",788 8,"KRN",.4,0)467 "BLD",7887,"KRN",.4,0) 468 468 .4 469 "BLD",788 8,"KRN",.401,0)469 "BLD",7887,"KRN",.401,0) 470 470 .401 471 "BLD",788 8,"KRN",.402,0)471 "BLD",7887,"KRN",.402,0) 472 472 .402 473 "BLD",788 8,"KRN",.403,0)473 "BLD",7887,"KRN",.403,0) 474 474 .403 475 "BLD",788 8,"KRN",.5,0)475 "BLD",7887,"KRN",.5,0) 476 476 .5 477 "BLD",788 8,"KRN",.84,0)477 "BLD",7887,"KRN",.84,0) 478 478 .84 479 "BLD",788 8,"KRN",3.6,0)479 "BLD",7887,"KRN",3.6,0) 480 480 3.6 481 "BLD",788 8,"KRN",3.8,0)481 "BLD",7887,"KRN",3.8,0) 482 482 3.8 483 "BLD",788 8,"KRN",9.2,0)483 "BLD",7887,"KRN",9.2,0) 484 484 9.2 485 "BLD",788 8,"KRN",9.8,0)485 "BLD",7887,"KRN",9.8,0) 486 486 9.8 487 "BLD",788 8,"KRN",9.8,"NM",0)487 "BLD",7887,"KRN",9.8,"NM",0) 488 488 ^9.68A^110^79 489 "BLD",788 8,"KRN",9.8,"NM",22,0)489 "BLD",7887,"KRN",9.8,"NM",22,0) 490 490 C0CRXN^^0^B103277157 491 "BLD",788 8,"KRN",9.8,"NM",23,0)491 "BLD",7887,"KRN",9.8,"NM",23,0) 492 492 C0CRNF^^0^B195772222 493 "BLD",788 8,"KRN",9.8,"NM",24,0)493 "BLD",7887,"KRN",9.8,"NM",24,0) 494 494 C0CFM1^^0^B27048099 495 "BLD",788 8,"KRN",9.8,"NM",29,0)495 "BLD",7887,"KRN",9.8,"NM",29,0) 496 496 C0CPARMS^^0^B9463714 497 "BLD",788 8,"KRN",9.8,"NM",31,0)497 "BLD",7887,"KRN",9.8,"NM",31,0) 498 498 C0CFM2^^0^B102195978 499 "BLD",788 8,"KRN",9.8,"NM",34,0)499 "BLD",7887,"KRN",9.8,"NM",34,0) 500 500 C0CXPATH^^0^B521207435 501 "BLD",788 8,"KRN",9.8,"NM",35,0)501 "BLD",7887,"KRN",9.8,"NM",35,0) 502 502 C0CXPAT0^^0^B50736852 503 "BLD",788 8,"KRN",9.8,"NM",36,0)503 "BLD",7887,"KRN",9.8,"NM",36,0) 504 504 C0CVITAL^^0^B319933080 505 "BLD",788 8,"KRN",9.8,"NM",37,0)505 "BLD",7887,"KRN",9.8,"NM",37,0) 506 506 C0CUNIT^^0^B43465566 507 "BLD",788 8,"KRN",9.8,"NM",38,0)507 "BLD",7887,"KRN",9.8,"NM",38,0) 508 508 C0CRIMA^^0^B331901748 509 "BLD",788 8,"KRN",9.8,"NM",39,0)509 "BLD",7887,"KRN",9.8,"NM",39,0) 510 510 C0CPROBS^^0^B53281308 511 "BLD",788 8,"KRN",9.8,"NM",40,0)511 "BLD",7887,"KRN",9.8,"NM",40,0) 512 512 C0CLABS^^0^B282604886 513 "BLD",788 8,"KRN",9.8,"NM",41,0)513 "BLD",7887,"KRN",9.8,"NM",41,0) 514 514 C0CIMMU^^0^B20441765 515 "BLD",788 8,"KRN",9.8,"NM",42,0)515 "BLD",7887,"KRN",9.8,"NM",42,0) 516 516 C0CCCR0^^0^B790419172 517 "BLD",788 8,"KRN",9.8,"NM",43,0)517 "BLD",7887,"KRN",9.8,"NM",43,0) 518 518 C0CCCR^^0^B111682825 519 "BLD",788 8,"KRN",9.8,"NM",44,0)519 "BLD",7887,"KRN",9.8,"NM",44,0) 520 520 C0CCCD1^^0^B100634737 521 "BLD",788 8,"KRN",9.8,"NM",45,0)521 "BLD",7887,"KRN",9.8,"NM",45,0) 522 522 C0CCCD^^0^B114134049 523 "BLD",788 8,"KRN",9.8,"NM",46,0)523 "BLD",7887,"KRN",9.8,"NM",46,0) 524 524 C0CALERT^^0^B31627309 525 "BLD",788 8,"KRN",9.8,"NM",47,0)525 "BLD",7887,"KRN",9.8,"NM",47,0) 526 526 C0CACTOR^^0^B99733742 527 "BLD",788 8,"KRN",9.8,"NM",48,0)527 "BLD",7887,"KRN",9.8,"NM",48,0) 528 528 C0CMED^^0^B18939705 529 "BLD",788 8,"KRN",9.8,"NM",49,0)529 "BLD",7887,"KRN",9.8,"NM",49,0) 530 530 C0CMED1^^0^B110909428 531 "BLD",788 8,"KRN",9.8,"NM",50,0)531 "BLD",7887,"KRN",9.8,"NM",50,0) 532 532 C0CMED2^^0^B144699326 533 "BLD",788 8,"KRN",9.8,"NM",51,0)533 "BLD",7887,"KRN",9.8,"NM",51,0) 534 534 C0CMED3^^0^B172422279 535 "BLD",788 8,"KRN",9.8,"NM",52,0)535 "BLD",7887,"KRN",9.8,"NM",52,0) 536 536 C0CMED6^^0^B194349409 537 "BLD",788 8,"KRN",9.8,"NM",53,0)537 "BLD",7887,"KRN",9.8,"NM",53,0) 538 538 C0CDPT^^0^B45873061 539 "BLD",788 8,"KRN",9.8,"NM",54,0)539 "BLD",7887,"KRN",9.8,"NM",54,0) 540 540 C0CUTIL^^0^B27079469 541 "BLD",788 8,"KRN",9.8,"NM",55,0)541 "BLD",7887,"KRN",9.8,"NM",55,0) 542 542 C0CVA200^^0^B32092477 543 "BLD",788 8,"KRN",9.8,"NM",56,0)543 "BLD",7887,"KRN",9.8,"NM",56,0) 544 544 C0CSYS^^0^B3933593 545 "BLD",788 8,"KRN",9.8,"NM",57,0)545 "BLD",7887,"KRN",9.8,"NM",57,0) 546 546 C0CBAT^^0^B56971574 547 "BLD",788 8,"KRN",9.8,"NM",61,0)547 "BLD",7887,"KRN",9.8,"NM",61,0) 548 548 C0CSUB1^^0^B16280924 549 "BLD",788 8,"KRN",9.8,"NM",62,0)549 "BLD",7887,"KRN",9.8,"NM",62,0) 550 550 C0CLA7Q^^0^B21818572 551 "BLD",788 8,"KRN",9.8,"NM",63,0)551 "BLD",7887,"KRN",9.8,"NM",63,0) 552 552 C0CPROC^^0^B27869918 553 "BLD",788 8,"KRN",9.8,"NM",64,0)553 "BLD",7887,"KRN",9.8,"NM",64,0) 554 554 C0CMXP^^0^B77680190 555 "BLD",788 8,"KRN",9.8,"NM",65,0)555 "BLD",7887,"KRN",9.8,"NM",65,0) 556 556 C0CMXML^^0^B56456416 557 "BLD",788 8,"KRN",9.8,"NM",66,0)557 "BLD",7887,"KRN",9.8,"NM",66,0) 558 558 C0CVIT2^^0^B320700684 559 "BLD",788 8,"KRN",9.8,"NM",67,0)559 "BLD",7887,"KRN",9.8,"NM",67,0) 560 560 C0CIM2^^0^B20157375 561 "BLD",788 8,"KRN",9.8,"NM",68,0)561 "BLD",7887,"KRN",9.8,"NM",68,0) 562 562 C0CCPT^^0^B16531537 563 "BLD",788 8,"KRN",9.8,"NM",69,0)563 "BLD",7887,"KRN",9.8,"NM",69,0) 564 564 C0CSOAP^^0^B79899662 565 "BLD",788 8,"KRN",9.8,"NM",70,0)565 "BLD",7887,"KRN",9.8,"NM",70,0) 566 566 C0CENC^^0^B46321144 567 "BLD",788 8,"KRN",9.8,"NM",71,0)567 "BLD",7887,"KRN",9.8,"NM",71,0) 568 568 C0CCMT^^0^B6740701 569 "BLD",788 8,"KRN",9.8,"NM",72,0)569 "BLD",7887,"KRN",9.8,"NM",72,0) 570 570 C0CIN^^0^B30946883 571 "BLD",788 8,"KRN",9.8,"NM",73,0)571 "BLD",7887,"KRN",9.8,"NM",73,0) 572 572 C0CDIC^^0^B43527636 573 "BLD",788 8,"KRN",9.8,"NM",74,0)573 "BLD",7887,"KRN",9.8,"NM",74,0) 574 574 C0CDOM^^0^B86773980 575 "BLD",788 8,"KRN",9.8,"NM",75,0)575 "BLD",7887,"KRN",9.8,"NM",75,0) 576 576 C0CENV^^0^B25371113 577 "BLD",788 8,"KRN",9.8,"NM",76,0)577 "BLD",7887,"KRN",9.8,"NM",76,0) 578 578 C0CEVC^^0^B18388545 579 "BLD",788 8,"KRN",9.8,"NM",77,0)579 "BLD",7887,"KRN",9.8,"NM",77,0) 580 580 C0CEWD^^0^B5607678 581 "BLD",788 8,"KRN",9.8,"NM",78,0)581 "BLD",7887,"KRN",9.8,"NM",78,0) 582 582 C0CEWD1^^0^B6563070 583 "BLD",788 8,"KRN",9.8,"NM",79,0)583 "BLD",7887,"KRN",9.8,"NM",79,0) 584 584 C0CFM3^^0^B68203631 585 "BLD",788 8,"KRN",9.8,"NM",80,0)585 "BLD",7887,"KRN",9.8,"NM",80,0) 586 586 C0CLA7DD^^0^B66668579 587 "BLD",788 8,"KRN",9.8,"NM",81,0)587 "BLD",7887,"KRN",9.8,"NM",81,0) 588 588 C0CMAIL^^0^B92791623 589 "BLD",788 8,"KRN",9.8,"NM",82,0)589 "BLD",7887,"KRN",9.8,"NM",82,0) 590 590 C0CMAIL2^^0^B166788518 591 "BLD",788 8,"KRN",9.8,"NM",83,0)591 "BLD",7887,"KRN",9.8,"NM",83,0) 592 592 C0CMAIL3^^0^B224733815 593 "BLD",788 8,"KRN",9.8,"NM",84,0)593 "BLD",7887,"KRN",9.8,"NM",84,0) 594 594 C0CMCCD^^0^B73168233 595 "BLD",788 8,"KRN",9.8,"NM",85,0)595 "BLD",7887,"KRN",9.8,"NM",85,0) 596 596 C0CMED4^^0^B61058927 597 "BLD",788 8,"KRN",9.8,"NM",86,0)597 "BLD",7887,"KRN",9.8,"NM",86,0) 598 598 C0CMIME^^0^B99031395 599 "BLD",788 8,"KRN",9.8,"NM",87,0)599 "BLD",7887,"KRN",9.8,"NM",87,0) 600 600 C0CMXMLB^^0^B12065941 601 "BLD",788 8,"KRN",9.8,"NM",88,0)601 "BLD",7887,"KRN",9.8,"NM",88,0) 602 602 C0CNHIN^^0^B87973392 603 "BLD",788 8,"KRN",9.8,"NM",89,0)603 "BLD",7887,"KRN",9.8,"NM",89,0) 604 604 C0CNMED2^^0^B33217786 605 "BLD",788 8,"KRN",9.8,"NM",90,0)605 "BLD",7887,"KRN",9.8,"NM",90,0) 606 606 C0CNMED4^^0^B92238704 607 "BLD",788 8,"KRN",9.8,"NM",91,0)607 "BLD",7887,"KRN",9.8,"NM",91,0) 608 608 C0CORSLT^^0^B9647157 609 "BLD",788 8,"KRN",9.8,"NM",92,0)609 "BLD",7887,"KRN",9.8,"NM",92,0) 610 610 C0CPXRM^^0^B14904056 611 "BLD",788 8,"KRN",9.8,"NM",93,0)611 "BLD",7887,"KRN",9.8,"NM",93,0) 612 612 C0CQRY1^^0^B18992765 613 "BLD",788 8,"KRN",9.8,"NM",94,0)613 "BLD",7887,"KRN",9.8,"NM",94,0) 614 614 C0CQRY2^^0^B20465060 615 "BLD",788 8,"KRN",9.8,"NM",95,0)615 "BLD",7887,"KRN",9.8,"NM",95,0) 616 616 C0CRNFRP^^0^B91701220 617 "BLD",788 8,"KRN",9.8,"NM",96,0)617 "BLD",7887,"KRN",9.8,"NM",96,0) 618 618 C0CRPMS^^0^B16300714 619 "BLD",788 8,"KRN",9.8,"NM",97,0)619 "BLD",7887,"KRN",9.8,"NM",97,0) 620 620 C0CRXNRD^^0^B31474664 621 "BLD",788 8,"KRN",9.8,"NM",98,0)621 "BLD",7887,"KRN",9.8,"NM",98,0) 622 622 C0CSNOA^^0^B56032588 623 "BLD",788 8,"KRN",9.8,"NM",99,0)623 "BLD",7887,"KRN",9.8,"NM",99,0) 624 624 C0CVOBX1^^0^B12947698 625 "BLD",788 8,"KRN",9.8,"NM",100,0)625 "BLD",7887,"KRN",9.8,"NM",100,0) 626 626 C0CVORU^^0^B58596883 627 "BLD",788 8,"KRN",9.8,"NM",101,0)627 "BLD",7887,"KRN",9.8,"NM",101,0) 628 628 C0CXEWD^^0^B15380480 629 "BLD",788 8,"KRN",9.8,"NM",102,0)629 "BLD",7887,"KRN",9.8,"NM",102,0) 630 630 C0COVREL^^0^B18541513 631 "BLD",788 8,"KRN",9.8,"NM",103,0)631 "BLD",7887,"KRN",9.8,"NM",103,0) 632 632 C0COVRES^^0^B24677897 633 "BLD",788 8,"KRN",9.8,"NM",104,0)633 "BLD",7887,"KRN",9.8,"NM",104,0) 634 634 C0COVREU^^0^B79442187 635 "BLD",788 8,"KRN",9.8,"NM",105,0)635 "BLD",7887,"KRN",9.8,"NM",105,0) 636 636 C0CRAHL7^^0^B54192731 637 "BLD",788 8,"KRN",9.8,"NM",106,0)637 "BLD",7887,"KRN",9.8,"NM",106,0) 638 638 C0CRARPT^^0^B68379544 639 "BLD",788 8,"KRN",9.8,"NM",107,0)639 "BLD",7887,"KRN",9.8,"NM",107,0) 640 640 C0CSQMB^^0^B545540 641 "BLD",788 8,"KRN",9.8,"NM",108,0)641 "BLD",7887,"KRN",9.8,"NM",108,0) 642 642 C0CTIU^^0^B62323461 643 "BLD",788 8,"KRN",9.8,"NM",109,0)643 "BLD",7887,"KRN",9.8,"NM",109,0) 644 644 C0CTIU1^^0^B10596577 645 "BLD",788 8,"KRN",9.8,"NM",110,0)645 "BLD",7887,"KRN",9.8,"NM",110,0) 646 646 C0CVALID^^0^B2856461 647 "BLD",788 8,"KRN",9.8,"NM","B","C0CACTOR",47)647 "BLD",7887,"KRN",9.8,"NM","B","C0CACTOR",47) 648 648 649 "BLD",788 8,"KRN",9.8,"NM","B","C0CALERT",46)649 "BLD",7887,"KRN",9.8,"NM","B","C0CALERT",46) 650 650 651 "BLD",788 8,"KRN",9.8,"NM","B","C0CBAT",57)651 "BLD",7887,"KRN",9.8,"NM","B","C0CBAT",57) 652 652 653 "BLD",788 8,"KRN",9.8,"NM","B","C0CCCD",45)653 "BLD",7887,"KRN",9.8,"NM","B","C0CCCD",45) 654 654 655 "BLD",788 8,"KRN",9.8,"NM","B","C0CCCD1",44)655 "BLD",7887,"KRN",9.8,"NM","B","C0CCCD1",44) 656 656 657 "BLD",788 8,"KRN",9.8,"NM","B","C0CCCR",43)657 "BLD",7887,"KRN",9.8,"NM","B","C0CCCR",43) 658 658 659 "BLD",788 8,"KRN",9.8,"NM","B","C0CCCR0",42)659 "BLD",7887,"KRN",9.8,"NM","B","C0CCCR0",42) 660 660 661 "BLD",788 8,"KRN",9.8,"NM","B","C0CCMT",71)661 "BLD",7887,"KRN",9.8,"NM","B","C0CCMT",71) 662 662 663 "BLD",788 8,"KRN",9.8,"NM","B","C0CCPT",68)663 "BLD",7887,"KRN",9.8,"NM","B","C0CCPT",68) 664 664 665 "BLD",788 8,"KRN",9.8,"NM","B","C0CDIC",73)665 "BLD",7887,"KRN",9.8,"NM","B","C0CDIC",73) 666 666 667 "BLD",788 8,"KRN",9.8,"NM","B","C0CDOM",74)667 "BLD",7887,"KRN",9.8,"NM","B","C0CDOM",74) 668 668 669 "BLD",788 8,"KRN",9.8,"NM","B","C0CDPT",53)669 "BLD",7887,"KRN",9.8,"NM","B","C0CDPT",53) 670 670 671 "BLD",788 8,"KRN",9.8,"NM","B","C0CENC",70)671 "BLD",7887,"KRN",9.8,"NM","B","C0CENC",70) 672 672 673 "BLD",788 8,"KRN",9.8,"NM","B","C0CENV",75)673 "BLD",7887,"KRN",9.8,"NM","B","C0CENV",75) 674 674 675 "BLD",788 8,"KRN",9.8,"NM","B","C0CEVC",76)675 "BLD",7887,"KRN",9.8,"NM","B","C0CEVC",76) 676 676 677 "BLD",788 8,"KRN",9.8,"NM","B","C0CEWD",77)677 "BLD",7887,"KRN",9.8,"NM","B","C0CEWD",77) 678 678 679 "BLD",788 8,"KRN",9.8,"NM","B","C0CEWD1",78)679 "BLD",7887,"KRN",9.8,"NM","B","C0CEWD1",78) 680 680 681 "BLD",788 8,"KRN",9.8,"NM","B","C0CFM1",24)681 "BLD",7887,"KRN",9.8,"NM","B","C0CFM1",24) 682 682 683 "BLD",788 8,"KRN",9.8,"NM","B","C0CFM2",31)683 "BLD",7887,"KRN",9.8,"NM","B","C0CFM2",31) 684 684 685 "BLD",788 8,"KRN",9.8,"NM","B","C0CFM3",79)685 "BLD",7887,"KRN",9.8,"NM","B","C0CFM3",79) 686 686 687 "BLD",788 8,"KRN",9.8,"NM","B","C0CIM2",67)687 "BLD",7887,"KRN",9.8,"NM","B","C0CIM2",67) 688 688 689 "BLD",788 8,"KRN",9.8,"NM","B","C0CIMMU",41)689 "BLD",7887,"KRN",9.8,"NM","B","C0CIMMU",41) 690 690 691 "BLD",788 8,"KRN",9.8,"NM","B","C0CIN",72)691 "BLD",7887,"KRN",9.8,"NM","B","C0CIN",72) 692 692 693 "BLD",788 8,"KRN",9.8,"NM","B","C0CLA7DD",80)693 "BLD",7887,"KRN",9.8,"NM","B","C0CLA7DD",80) 694 694 695 "BLD",788 8,"KRN",9.8,"NM","B","C0CLA7Q",62)695 "BLD",7887,"KRN",9.8,"NM","B","C0CLA7Q",62) 696 696 697 "BLD",788 8,"KRN",9.8,"NM","B","C0CLABS",40)697 "BLD",7887,"KRN",9.8,"NM","B","C0CLABS",40) 698 698 699 "BLD",788 8,"KRN",9.8,"NM","B","C0CMAIL",81)699 "BLD",7887,"KRN",9.8,"NM","B","C0CMAIL",81) 700 700 701 "BLD",788 8,"KRN",9.8,"NM","B","C0CMAIL2",82)701 "BLD",7887,"KRN",9.8,"NM","B","C0CMAIL2",82) 702 702 703 "BLD",788 8,"KRN",9.8,"NM","B","C0CMAIL3",83)703 "BLD",7887,"KRN",9.8,"NM","B","C0CMAIL3",83) 704 704 705 "BLD",788 8,"KRN",9.8,"NM","B","C0CMCCD",84)705 "BLD",7887,"KRN",9.8,"NM","B","C0CMCCD",84) 706 706 707 "BLD",788 8,"KRN",9.8,"NM","B","C0CMED",48)707 "BLD",7887,"KRN",9.8,"NM","B","C0CMED",48) 708 708 709 "BLD",788 8,"KRN",9.8,"NM","B","C0CMED1",49)709 "BLD",7887,"KRN",9.8,"NM","B","C0CMED1",49) 710 710 711 "BLD",788 8,"KRN",9.8,"NM","B","C0CMED2",50)711 "BLD",7887,"KRN",9.8,"NM","B","C0CMED2",50) 712 712 713 "BLD",788 8,"KRN",9.8,"NM","B","C0CMED3",51)713 "BLD",7887,"KRN",9.8,"NM","B","C0CMED3",51) 714 714 715 "BLD",788 8,"KRN",9.8,"NM","B","C0CMED4",85)715 "BLD",7887,"KRN",9.8,"NM","B","C0CMED4",85) 716 716 717 "BLD",788 8,"KRN",9.8,"NM","B","C0CMED6",52)717 "BLD",7887,"KRN",9.8,"NM","B","C0CMED6",52) 718 718 719 "BLD",788 8,"KRN",9.8,"NM","B","C0CMIME",86)719 "BLD",7887,"KRN",9.8,"NM","B","C0CMIME",86) 720 720 721 "BLD",788 8,"KRN",9.8,"NM","B","C0CMXML",65)721 "BLD",7887,"KRN",9.8,"NM","B","C0CMXML",65) 722 722 723 "BLD",788 8,"KRN",9.8,"NM","B","C0CMXMLB",87)723 "BLD",7887,"KRN",9.8,"NM","B","C0CMXMLB",87) 724 724 725 "BLD",788 8,"KRN",9.8,"NM","B","C0CMXP",64)725 "BLD",7887,"KRN",9.8,"NM","B","C0CMXP",64) 726 726 727 "BLD",788 8,"KRN",9.8,"NM","B","C0CNHIN",88)727 "BLD",7887,"KRN",9.8,"NM","B","C0CNHIN",88) 728 728 729 "BLD",788 8,"KRN",9.8,"NM","B","C0CNMED2",89)729 "BLD",7887,"KRN",9.8,"NM","B","C0CNMED2",89) 730 730 731 "BLD",788 8,"KRN",9.8,"NM","B","C0CNMED4",90)731 "BLD",7887,"KRN",9.8,"NM","B","C0CNMED4",90) 732 732 733 "BLD",788 8,"KRN",9.8,"NM","B","C0CORSLT",91)733 "BLD",7887,"KRN",9.8,"NM","B","C0CORSLT",91) 734 734 735 "BLD",788 8,"KRN",9.8,"NM","B","C0COVREL",102)735 "BLD",7887,"KRN",9.8,"NM","B","C0COVREL",102) 736 736 737 "BLD",788 8,"KRN",9.8,"NM","B","C0COVRES",103)737 "BLD",7887,"KRN",9.8,"NM","B","C0COVRES",103) 738 738 739 "BLD",788 8,"KRN",9.8,"NM","B","C0COVREU",104)739 "BLD",7887,"KRN",9.8,"NM","B","C0COVREU",104) 740 740 741 "BLD",788 8,"KRN",9.8,"NM","B","C0CPARMS",29)741 "BLD",7887,"KRN",9.8,"NM","B","C0CPARMS",29) 742 742 743 "BLD",788 8,"KRN",9.8,"NM","B","C0CPROBS",39)743 "BLD",7887,"KRN",9.8,"NM","B","C0CPROBS",39) 744 744 745 "BLD",788 8,"KRN",9.8,"NM","B","C0CPROC",63)745 "BLD",7887,"KRN",9.8,"NM","B","C0CPROC",63) 746 746 747 "BLD",788 8,"KRN",9.8,"NM","B","C0CPXRM",92)747 "BLD",7887,"KRN",9.8,"NM","B","C0CPXRM",92) 748 748 749 "BLD",788 8,"KRN",9.8,"NM","B","C0CQRY1",93)749 "BLD",7887,"KRN",9.8,"NM","B","C0CQRY1",93) 750 750 751 "BLD",788 8,"KRN",9.8,"NM","B","C0CQRY2",94)751 "BLD",7887,"KRN",9.8,"NM","B","C0CQRY2",94) 752 752 753 "BLD",788 8,"KRN",9.8,"NM","B","C0CRAHL7",105)753 "BLD",7887,"KRN",9.8,"NM","B","C0CRAHL7",105) 754 754 755 "BLD",788 8,"KRN",9.8,"NM","B","C0CRARPT",106)755 "BLD",7887,"KRN",9.8,"NM","B","C0CRARPT",106) 756 756 757 "BLD",788 8,"KRN",9.8,"NM","B","C0CRIMA",38)757 "BLD",7887,"KRN",9.8,"NM","B","C0CRIMA",38) 758 758 759 "BLD",788 8,"KRN",9.8,"NM","B","C0CRNF",23)759 "BLD",7887,"KRN",9.8,"NM","B","C0CRNF",23) 760 760 761 "BLD",788 8,"KRN",9.8,"NM","B","C0CRNFRP",95)761 "BLD",7887,"KRN",9.8,"NM","B","C0CRNFRP",95) 762 762 763 "BLD",788 8,"KRN",9.8,"NM","B","C0CRPMS",96)763 "BLD",7887,"KRN",9.8,"NM","B","C0CRPMS",96) 764 764 765 "BLD",788 8,"KRN",9.8,"NM","B","C0CRXN",22)765 "BLD",7887,"KRN",9.8,"NM","B","C0CRXN",22) 766 766 767 "BLD",788 8,"KRN",9.8,"NM","B","C0CRXNRD",97)767 "BLD",7887,"KRN",9.8,"NM","B","C0CRXNRD",97) 768 768 769 "BLD",788 8,"KRN",9.8,"NM","B","C0CSNOA",98)769 "BLD",7887,"KRN",9.8,"NM","B","C0CSNOA",98) 770 770 771 "BLD",788 8,"KRN",9.8,"NM","B","C0CSOAP",69)771 "BLD",7887,"KRN",9.8,"NM","B","C0CSOAP",69) 772 772 773 "BLD",788 8,"KRN",9.8,"NM","B","C0CSQMB",107)773 "BLD",7887,"KRN",9.8,"NM","B","C0CSQMB",107) 774 774 775 "BLD",788 8,"KRN",9.8,"NM","B","C0CSUB1",61)775 "BLD",7887,"KRN",9.8,"NM","B","C0CSUB1",61) 776 776 777 "BLD",788 8,"KRN",9.8,"NM","B","C0CSYS",56)777 "BLD",7887,"KRN",9.8,"NM","B","C0CSYS",56) 778 778 779 "BLD",788 8,"KRN",9.8,"NM","B","C0CTIU",108)779 "BLD",7887,"KRN",9.8,"NM","B","C0CTIU",108) 780 780 781 "BLD",788 8,"KRN",9.8,"NM","B","C0CTIU1",109)781 "BLD",7887,"KRN",9.8,"NM","B","C0CTIU1",109) 782 782 783 "BLD",788 8,"KRN",9.8,"NM","B","C0CUNIT",37)783 "BLD",7887,"KRN",9.8,"NM","B","C0CUNIT",37) 784 784 785 "BLD",788 8,"KRN",9.8,"NM","B","C0CUTIL",54)785 "BLD",7887,"KRN",9.8,"NM","B","C0CUTIL",54) 786 786 787 "BLD",788 8,"KRN",9.8,"NM","B","C0CVA200",55)787 "BLD",7887,"KRN",9.8,"NM","B","C0CVA200",55) 788 788 789 "BLD",788 8,"KRN",9.8,"NM","B","C0CVALID",110)789 "BLD",7887,"KRN",9.8,"NM","B","C0CVALID",110) 790 790 791 "BLD",788 8,"KRN",9.8,"NM","B","C0CVIT2",66)791 "BLD",7887,"KRN",9.8,"NM","B","C0CVIT2",66) 792 792 793 "BLD",788 8,"KRN",9.8,"NM","B","C0CVITAL",36)793 "BLD",7887,"KRN",9.8,"NM","B","C0CVITAL",36) 794 794 795 "BLD",788 8,"KRN",9.8,"NM","B","C0CVOBX1",99)795 "BLD",7887,"KRN",9.8,"NM","B","C0CVOBX1",99) 796 796 797 "BLD",788 8,"KRN",9.8,"NM","B","C0CVORU",100)797 "BLD",7887,"KRN",9.8,"NM","B","C0CVORU",100) 798 798 799 "BLD",788 8,"KRN",9.8,"NM","B","C0CXEWD",101)799 "BLD",7887,"KRN",9.8,"NM","B","C0CXEWD",101) 800 800 801 "BLD",788 8,"KRN",9.8,"NM","B","C0CXPAT0",35)801 "BLD",7887,"KRN",9.8,"NM","B","C0CXPAT0",35) 802 802 803 "BLD",788 8,"KRN",9.8,"NM","B","C0CXPATH",34)803 "BLD",7887,"KRN",9.8,"NM","B","C0CXPATH",34) 804 804 805 "BLD",788 8,"KRN",19,0)805 "BLD",7887,"KRN",19,0) 806 806 19 807 "BLD",788 8,"KRN",19,"NM",0)807 "BLD",7887,"KRN",19,"NM",0) 808 808 ^9.68A^10^10 809 "BLD",788 8,"KRN",19,"NM",1,0)809 "BLD",7887,"KRN",19,"NM",1,0) 810 810 C0C BATCH OPTIONS^^0 811 "BLD",788 8,"KRN",19,"NM",2,0)811 "BLD",7887,"KRN",19,"NM",2,0) 812 812 C0C CCR EXPORT BY PATIENT NAME^^0 813 "BLD",788 8,"KRN",19,"NM",3,0)813 "BLD",7887,"KRN",19,"NM",3,0) 814 814 C0C CCR MENU^^0 815 "BLD",788 8,"KRN",19,"NM",4,0)815 "BLD",7887,"KRN",19,"NM",4,0) 816 816 C0C DISPLAY ELEMENTS^^0 817 "BLD",788 8,"KRN",19,"NM",5,0)817 "BLD",7887,"KRN",19,"NM",5,0) 818 818 C0C DISPLAY PATIENT VARIABLES^^0 819 "BLD",788 8,"KRN",19,"NM",6,0)819 "BLD",7887,"KRN",19,"NM",6,0) 820 820 C0C KILL BATCH JOB^^0 821 "BLD",788 8,"KRN",19,"NM",7,0)821 "BLD",7887,"KRN",19,"NM",7,0) 822 822 C0C LIST RIM CATEGORIES^^0 823 "BLD",788 8,"KRN",19,"NM",8,0)823 "BLD",7887,"KRN",19,"NM",8,0) 824 824 C0C START CCR BATCH PROCESSING^^0 825 "BLD",788 8,"KRN",19,"NM",9,0)825 "BLD",7887,"KRN",19,"NM",9,0) 826 826 C0C STATUS OF CCR BATCH^^0 827 "BLD",788 8,"KRN",19,"NM",10,0)827 "BLD",7887,"KRN",19,"NM",10,0) 828 828 C0C CCR RPC^^0 829 "BLD",788 8,"KRN",19,"NM","B","C0C BATCH OPTIONS",1)829 "BLD",7887,"KRN",19,"NM","B","C0C BATCH OPTIONS",1) 830 830 831 "BLD",788 8,"KRN",19,"NM","B","C0C CCR EXPORT BY PATIENT NAME",2)831 "BLD",7887,"KRN",19,"NM","B","C0C CCR EXPORT BY PATIENT NAME",2) 832 832 833 "BLD",788 8,"KRN",19,"NM","B","C0C CCR MENU",3)833 "BLD",7887,"KRN",19,"NM","B","C0C CCR MENU",3) 834 834 835 "BLD",788 8,"KRN",19,"NM","B","C0C CCR RPC",10)835 "BLD",7887,"KRN",19,"NM","B","C0C CCR RPC",10) 836 836 837 "BLD",788 8,"KRN",19,"NM","B","C0C DISPLAY ELEMENTS",4)837 "BLD",7887,"KRN",19,"NM","B","C0C DISPLAY ELEMENTS",4) 838 838 839 "BLD",788 8,"KRN",19,"NM","B","C0C DISPLAY PATIENT VARIABLES",5)839 "BLD",7887,"KRN",19,"NM","B","C0C DISPLAY PATIENT VARIABLES",5) 840 840 841 "BLD",788 8,"KRN",19,"NM","B","C0C KILL BATCH JOB",6)841 "BLD",7887,"KRN",19,"NM","B","C0C KILL BATCH JOB",6) 842 842 843 "BLD",788 8,"KRN",19,"NM","B","C0C LIST RIM CATEGORIES",7)843 "BLD",7887,"KRN",19,"NM","B","C0C LIST RIM CATEGORIES",7) 844 844 845 "BLD",788 8,"KRN",19,"NM","B","C0C START CCR BATCH PROCESSING",8)845 "BLD",7887,"KRN",19,"NM","B","C0C START CCR BATCH PROCESSING",8) 846 846 847 "BLD",788 8,"KRN",19,"NM","B","C0C STATUS OF CCR BATCH",9)847 "BLD",7887,"KRN",19,"NM","B","C0C STATUS OF CCR BATCH",9) 848 848 849 "BLD",788 8,"KRN",19.1,0)849 "BLD",7887,"KRN",19.1,0) 850 850 19.1 851 "BLD",788 8,"KRN",101,0)851 "BLD",7887,"KRN",101,0) 852 852 101 853 "BLD",788 8,"KRN",409.61,0)853 "BLD",7887,"KRN",409.61,0) 854 854 409.61 855 "BLD",788 8,"KRN",771,0)855 "BLD",7887,"KRN",771,0) 856 856 771 857 "BLD",788 8,"KRN",779.2,0)857 "BLD",7887,"KRN",779.2,0) 858 858 779.2 859 "BLD",788 8,"KRN",870,0)859 "BLD",7887,"KRN",870,0) 860 860 870 861 "BLD",788 8,"KRN",8989.51,0)861 "BLD",7887,"KRN",8989.51,0) 862 862 8989.51 863 "BLD",788 8,"KRN",8989.52,0)863 "BLD",7887,"KRN",8989.52,0) 864 864 8989.52 865 "BLD",788 8,"KRN",8994,0)865 "BLD",7887,"KRN",8994,0) 866 866 8994 867 "BLD",788 8,"KRN",8994,"NM",0)867 "BLD",7887,"KRN",8994,"NM",0) 868 868 ^9.68A^1^1 869 "BLD",788 8,"KRN",8994,"NM",1,0)869 "BLD",7887,"KRN",8994,"NM",1,0) 870 870 C0C CCR RPC^^0 871 "BLD",788 8,"KRN",8994,"NM","B","C0C CCR RPC",1)871 "BLD",7887,"KRN",8994,"NM","B","C0C CCR RPC",1) 872 872 873 "BLD",788 8,"KRN","B",.4,.4)873 "BLD",7887,"KRN","B",.4,.4) 874 874 875 "BLD",788 8,"KRN","B",.401,.401)875 "BLD",7887,"KRN","B",.401,.401) 876 876 877 "BLD",788 8,"KRN","B",.402,.402)877 "BLD",7887,"KRN","B",.402,.402) 878 878 879 "BLD",788 8,"KRN","B",.403,.403)879 "BLD",7887,"KRN","B",.403,.403) 880 880 881 "BLD",788 8,"KRN","B",.5,.5)881 "BLD",7887,"KRN","B",.5,.5) 882 882 883 "BLD",788 8,"KRN","B",.84,.84)883 "BLD",7887,"KRN","B",.84,.84) 884 884 885 "BLD",788 8,"KRN","B",3.6,3.6)885 "BLD",7887,"KRN","B",3.6,3.6) 886 886 887 "BLD",788 8,"KRN","B",3.8,3.8)887 "BLD",7887,"KRN","B",3.8,3.8) 888 888 889 "BLD",788 8,"KRN","B",9.2,9.2)889 "BLD",7887,"KRN","B",9.2,9.2) 890 890 891 "BLD",788 8,"KRN","B",9.8,9.8)891 "BLD",7887,"KRN","B",9.8,9.8) 892 892 893 "BLD",788 8,"KRN","B",19,19)893 "BLD",7887,"KRN","B",19,19) 894 894 895 "BLD",788 8,"KRN","B",19.1,19.1)895 "BLD",7887,"KRN","B",19.1,19.1) 896 896 897 "BLD",788 8,"KRN","B",101,101)897 "BLD",7887,"KRN","B",101,101) 898 898 899 "BLD",788 8,"KRN","B",409.61,409.61)899 "BLD",7887,"KRN","B",409.61,409.61) 900 900 901 "BLD",788 8,"KRN","B",771,771)901 "BLD",7887,"KRN","B",771,771) 902 902 903 "BLD",788 8,"KRN","B",779.2,779.2)903 "BLD",7887,"KRN","B",779.2,779.2) 904 904 905 "BLD",788 8,"KRN","B",870,870)905 "BLD",7887,"KRN","B",870,870) 906 906 907 "BLD",788 8,"KRN","B",8989.51,8989.51)907 "BLD",7887,"KRN","B",8989.51,8989.51) 908 908 909 "BLD",788 8,"KRN","B",8989.52,8989.52)909 "BLD",7887,"KRN","B",8989.52,8989.52) 910 910 911 "BLD",788 8,"KRN","B",8994,8994)911 "BLD",7887,"KRN","B",8994,8994) 912 912 913 "BLD",788 8,"PRE")913 "BLD",7887,"PRE") 914 914 C0CENV 915 "BLD",788 8,"QUES",0)915 "BLD",7887,"QUES",0) 916 916 ^9.62^^ 917 "BLD",7888,"REQB",0) 918 ^9.611^^ 917 "BLD",7887,"REQB",0) 918 ^9.611^2^2 919 "BLD",7887,"REQB",1,0) 920 NHIN 1.0^2 921 "BLD",7887,"REQB",2,0) 922 NHIN*1.0*1^2 923 "BLD",7887,"REQB","B","NHIN 1.0",1) 924 925 "BLD",7887,"REQB","B","NHIN*1.0*1",2) 926 919 927 "DATA",170,1,0) 920 928 DATETIME … … 89526 89534 C0C KILL BATCH JOB 89527 89535 "KRN",19,11001,99) 89528 6258 7,5012389536 62588,53404 89529 89537 "KRN",19,11001,"U") 89530 89538 BATCH CCR OPTIONS … … 89556 89564 C0C LIST RIM CATEGORIES 89557 89565 "KRN",19,11002,99) 89558 6258 7,5012389566 62588,53404 89559 89567 "KRN",19,11002,"U") 89560 89568 CCR MENU … … 89678 89686 ^9.49I^1^1 89679 89687 "PKG",212,22,1,0) 89680 1.2^3120511 89688 1.2^3120511^3120511^8 89681 89689 "PKG",212,22,1,1,0) 89682 89690 ^^185^185^3120511 … … 90132 90140 C0CACTOR ; CCDCCR/GPL - CCR/CCD PROCESSING FOR ACTORS ; 7/3/08 90133 90141 "RTN","C0CACTOR",2,0) 90134 ;;1.2;C0C;;May 11, 2012;Build 4 590142 ;;1.2;C0C;;May 11, 2012;Build 46 90135 90143 "RTN","C0CACTOR",3,0) 90136 90144 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 90680 90688 C0CALERT ; CCDCCR/CKU/GPL - CCR/CCD PROCESSING FOR ALERTS ; 09/11/08 90681 90689 "RTN","C0CALERT",2,0) 90682 ;;1.2;C0C;;May 11, 2012;Build 4 590690 ;;1.2;C0C;;May 11, 2012;Build 46 90683 90691 "RTN","C0CALERT",3,0) 90684 90692 ;Copyright 2008,2009 George Lilly, University of Minnesota and others. … … 90946 90954 C0CBAT ; CCDCCR/GPL - CCR Batch utilities; 4/21/09 90947 90955 "RTN","C0CBAT",2,0) 90948 ;;1.2;C0C;;May 11, 2012;Build 4 590956 ;;1.2;C0C;;May 11, 2012;Build 46 90949 90957 "RTN","C0CBAT",3,0) 90950 90958 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 91416 91424 C0CCCD ; CCDCCR/GPL - CCD MAIN PROCESSING; 6/6/08 91417 91425 "RTN","C0CCCD",2,0) 91418 ;;1.2;C0C;;May 11, 2012;Build 4 591426 ;;1.2;C0C;;May 11, 2012;Build 46 91419 91427 "RTN","C0CCCD",3,0) 91420 91428 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 91962 91970 C0CCCD1 ; CCDCCR/GPL - CCD TEMPLATE AND ACCESS ROUTINES; 6/7/08 91963 91971 "RTN","C0CCCD1",2,0) 91964 ;;1.2;C0C;;May 11, 2012;Build 4 591972 ;;1.2;C0C;;May 11, 2012;Build 46 91965 91973 "RTN","C0CCCD1",3,0) 91966 91974 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 92500 92508 C0CCCR ; CCDCCR/GPL - CCR MAIN PROCESSING; 6/6/08 92501 92509 "RTN","C0CCCR",2,0) 92502 ;;1.2;C0C;;May 11, 2012;Build 4 592510 ;;1.2;C0C;;May 11, 2012;Build 46 92503 92511 "RTN","C0CCCR",3,0) 92504 92512 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 93084 93092 C0CCCR0 ; CCDCCR/GPL - CCR TEMPLATE AND ACCESS ROUTINES; 5/31/08 93085 93093 "RTN","C0CCCR0",2,0) 93086 ;;1.2;C0C;;May 11, 2012;Build 4 593094 ;;1.2;C0C;;May 11, 2012;Build 46 93087 93095 "RTN","C0CCCR0",3,0) 93088 93096 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 94898 94906 C0CCMT ; CCDCCR/GPL - CCR/CCD PROCESSING FOR COMMENTS ; 05/21/10 94899 94907 "RTN","C0CCMT",2,0) 94900 ;;1.2;C0C;;May 11, 2012;Build 4 594908 ;;1.2;C0C;;May 11, 2012;Build 46 94901 94909 "RTN","C0CCMT",3,0) 94902 94910 ;Copyright 2010 George Lilly, University of Minnesota and others. … … 95032 95040 C0CCPT ;;BSL;RETURN CPT DATA; 95033 95041 "RTN","C0CCPT",2,0) 95034 ;;1.2;C0C;;May 11, 2012;Build 4 595042 ;;1.2;C0C;;May 11, 2012;Build 46 95035 95043 "RTN","C0CCPT",3,0) 95036 95044 ;Sequence Managers Software GPL;;;;;Build 2 … … 95236 95244 C0CDIC ; CCDCCR/GPL - CCR Dictionary utilities; 6/1/08 95237 95245 "RTN","C0CDIC",2,0) 95238 ;;1.2;C0C;;May 11, 2012;Build 4 595246 ;;1.2;C0C;;May 11, 2012;Build 46 95239 95247 "RTN","C0CDIC",3,0) 95240 95248 ;Copyright 2008 WorldVistA. Licensed under the terms of the GNU … … 95652 95660 C0CDOM ; GPL - DOM PROCESSING ROUTINES ;6/6/11 17:05 95653 95661 "RTN","C0CDOM",2,0) 95654 ;;1.2;C0C;;May 11, 2012;Build 4 595662 ;;1.2;C0C;;May 11, 2012;Build 46 95655 95663 "RTN","C0CDOM",3,0) 95656 95664 ;Copyright 2011 George Lilly. Licensed under the terms of the GNU … … 96292 96300 C0CDPT ;WV/CCRCCD/SMH - Routines to Extract Patient Data for CCDCCR; 6/15/08 96293 96301 "RTN","C0CDPT",2,0) 96294 ;;1.2;C0C;;May 11, 2012;Build 4 596302 ;;1.2;C0C;;May 11, 2012;Build 46 96295 96303 "RTN","C0CDPT",3,0) 96296 96304 ; … … 96832 96840 C0CENC ; CCDCCR/GPL - CCR/CCD PROCESSING FOR ENCOUNTERS ; 05/21/10 96833 96841 "RTN","C0CENC",2,0) 96834 ;;1.2;C0C;;May 11, 2012;Build 4 596842 ;;1.2;C0C;;May 11, 2012;Build 46 96835 96843 "RTN","C0CENC",3,0) 96836 96844 ;Copyright 2010 George Lilly, University of Minnesota and others. … … 97212 97220 C0CENV ;WV/JMC - CCD/CCR Environment Check/Install Routine ; Aug 16, 2009 97213 97221 "RTN","C0CENV",2,0) 97214 ;;1.2;C0C;;May 11, 2012;Build 4 597222 ;;1.2;C0C;;May 11, 2012;Build 46 97215 97223 "RTN","C0CENV",3,0) 97216 97224 ; … … 97604 97612 C0CEVC ; CCDCCR/GPL - SUPPORT FOR EWD VISTCOM PAGES ; 3/1/2010 97605 97613 "RTN","C0CEVC",2,0) 97606 ;;1.2;C0C;;May 11, 2012;Build 4 597614 ;;1.2;C0C;;May 11, 2012;Build 46 97607 97615 "RTN","C0CEVC",3,0) 97608 97616 gpltest2 ; experiment with sending a CCR to an ewd page … … 97960 97968 C0CEWD ; CCDCCR/GPL - CCR EWD utilities; 1/6/11 97961 97969 "RTN","C0CEWD",2,0) 97962 ;;1.2;C0C;;May 11, 2012;Build 4 597970 ;;1.2;C0C;;May 11, 2012;Build 46 97963 97971 "RTN","C0CEWD",3,0) 97964 97972 ;Copyright 2011 George Lilly. Licensed under the terms of the GNU … … 98104 98112 C0CEWD1 ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08 98105 98113 "RTN","C0CEWD1",2,0) 98106 ;;1.2;C0C;;May 11, 2012;Build 4 598114 ;;1.2;C0C;;May 11, 2012;Build 46 98107 98115 "RTN","C0CEWD1",3,0) 98108 98116 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 98240 98248 C0CFM1 ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08 98241 98249 "RTN","C0CFM1",2,0) 98242 ;;1.2;C0C;;May 11, 2012;Build 4 598250 ;;1.2;C0C;;May 11, 2012;Build 46 98243 98251 "RTN","C0CFM1",3,0) 98244 98252 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 98596 98604 C0CFM2 ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08 98597 98605 "RTN","C0CFM2",2,0) 98598 ;;1.2;C0C;;May 11, 2012;Build 4 598606 ;;1.2;C0C;;May 11, 2012;Build 46 98599 98607 "RTN","C0CFM2",3,0) 98600 98608 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 99322 99330 C0CFM3 ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08 99323 99331 "RTN","C0CFM3",2,0) 99324 ;;1.2;C0C;;May 11, 2012;Build 4 599332 ;;1.2;C0C;;May 11, 2012;Build 46 99325 99333 "RTN","C0CFM3",3,0) 99326 99334 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 99898 99906 C0CIM2 ; CCDCCR/GPL/CJE - CCR/CCD PROCESSING FOR IMMUNIZATIONS ; 01/27/10 99899 99907 "RTN","C0CIM2",2,0) 99900 ;;1.2;C0C;;May 11, 2012;Build 4 599908 ;;1.2;C0C;;May 11, 2012;Build 46 99901 99909 "RTN","C0CIM2",3,0) 99902 99910 ;Copyright 2010 George Lilly, University of Minnesota and others. … … 100166 100174 C0CIMMU ; CCDCCR/GPL - CCR/CCD PROCESSING FOR IMMUNIZATIONS ; 2/2/09 100167 100175 "RTN","C0CIMMU",2,0) 100168 ;;1.2;C0C;;May 11, 2012;Build 4 5100176 ;;1.2;C0C;;May 11, 2012;Build 46 100169 100177 "RTN","C0CIMMU",3,0) 100170 100178 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 100382 100390 C0CIN ; CCDCCR/GPL - CCR IMPORT utilities; 9/20/08 100383 100391 "RTN","C0CIN",2,0) 100384 ;;1.2;C0C;;May 11, 2012;Build 4 5100392 ;;1.2;C0C;;May 11, 2012;Build 46 100385 100393 "RTN","C0CIN",3,0) 100386 100394 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 100770 100778 C0CLA7DD ;WV/JMC - CCD/CCR Post Install DD X-Ref Setup Routine ; Aug 31, 2009 100771 100779 "RTN","C0CLA7DD",2,0) 100772 ;;1.2;C0C;;May 11, 2012;Build 4 5100780 ;;1.2;C0C;;May 11, 2012;Build 46 100773 100781 "RTN","C0CLA7DD",3,0) 100774 100782 ; … … 101290 101298 C0CLA7Q ;WV/JMC - CCD/CCR Lab HL7 Query Utility ;Jul 6, 2009 101291 101299 "RTN","C0CLA7Q",2,0) 101292 ;;1.2;C0C;;May 11, 2012;Build 4 5101300 ;;1.2;C0C;;May 11, 2012;Build 46 101293 101301 "RTN","C0CLA7Q",3,0) 101294 101302 ; … … 101630 101638 C0CLABS ; CCDCCR/GPL - CCR/CCD PROCESSING FOR LAB RESULTS ; 10/01/08 ; 5/10/12 2:49pm 101631 101639 "RTN","C0CLABS",2,0) 101632 ;;1.2;C0C;;May 11, 2012;Build 4 5101640 ;;1.2;C0C;;May 11, 2012;Build 46 101633 101641 "RTN","C0CLABS",3,0) 101634 101642 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 102430 102438 C0CMAIL ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr 102431 102439 "RTN","C0CMAIL",2,0) 102432 V ;;1.2;C0C;;May 11, 2012;Build 4 5102440 V ;;1.2;C0C;;May 11, 2012;Build 46 102433 102441 "RTN","C0CMAIL",3,0) 102434 102442 ;Copyright 2011 Chris Richardson, Richardson Computer Research … … 103176 103184 C0CMAIL2 ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr ; 5/10/12 2:50pm 103177 103185 "RTN","C0CMAIL2",2,0) 103178 ;;1.2;C0C;;May 11, 2012;Build 4 5103186 ;;1.2;C0C;;May 11, 2012;Build 46 103179 103187 "RTN","C0CMAIL2",3,0) 103180 103188 ;Copyright 2011 Chris Richardson, Richardson Computer Research … … 104106 104114 C0CMAIL3 ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr ; 5/10/12 2:51pm 104107 104115 "RTN","C0CMAIL3",2,0) 104108 ;;1.2;C0C;;May 11, 2012;Build 4 5104116 ;;1.2;C0C;;May 11, 2012;Build 46 104109 104117 "RTN","C0CMAIL3",3,0) 104110 104118 ;Copyright 2011 Chris Richardson, Richardson Computer Research … … 105176 105184 C0CMCCD ; GPL - MXML based CCD utilities;12/04/09 17:05 105177 105185 "RTN","C0CMCCD",2,0) 105178 ;;1.2;C0C;;May 11, 2012;Build 4 5105186 ;;1.2;C0C;;May 11, 2012;Build 46 105179 105187 "RTN","C0CMCCD",3,0) 105180 105188 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 105764 105772 C0CMED ; WV/CCDCCR/GPL/SMH - CCR/CCD Medications Driver; Mar 23 2009 105765 105773 "RTN","C0CMED",2,0) 105766 ;;1.2;C0C;;May 11, 2012;Build 4 5105774 ;;1.2;C0C;;May 11, 2012;Build 46 105767 105775 "RTN","C0CMED",3,0) 105768 105776 ; Copyright 2008,2009 George Lilly, University of Minnesota and Sam Habiel. … … 105994 106002 C0CMED1 ; WV/CCDCCR/SMH - CCR/CCD PROCESSING FOR MEDICATIONS ;01/10/09 105995 106003 "RTN","C0CMED1",2,0) 105996 ;;1.2;C0C;;May 11, 2012;Build 4 5106004 ;;1.2;C0C;;May 11, 2012;Build 46 105997 106005 "RTN","C0CMED1",3,0) 105998 106006 ;;Last modified Sat Jan 10 21:42:27 PST 2009 … … 106472 106480 C0CMED2 ; WV/CCDCCR/SMH - CCR/CCD Meds - Pending for Vista 106473 106481 "RTN","C0CMED2",2,0) 106474 ;;1.2;C0C;;May 11, 2012;Build 4 5106482 ;;1.2;C0C;;May 11, 2012;Build 46 106475 106483 "RTN","C0CMED2",3,0) 106476 106484 ;;Last Modified Sat Jan 10 21:41:14 PST 2009 … … 107008 107016 C0CMED3 ; WV/CCDCCR/SMH - Meds: Non-VA/Outside Meds for Vista 107009 107017 "RTN","C0CMED3",2,0) 107010 ;;1.2;C0C;;May 11, 2012;Build 4 5107018 ;;1.2;C0C;;May 11, 2012;Build 46 107011 107019 "RTN","C0CMED3",3,0) 107012 107020 ;;Last Modified: Sun Jan 11 05:45:03 UTC 2009 … … 107630 107638 C0CMED4 ; WV/CCDCCR/SMH - CCR/CCD PROCESSING FOR MEDICATIONS - Inpatient Meds/Unit Dose ;10/13/08 ; 5/10/12 2:38pm 107631 107639 "RTN","C0CMED4",2,0) 107632 ;;1.2;C0C;;May 11, 2012;Build 4 5107640 ;;1.2;C0C;;May 11, 2012;Build 46 107633 107641 "RTN","C0CMED4",3,0) 107634 107642 ; Copyright 2008 WorldVistA. Licensed under the terms of the GNU … … 107988 107996 C0CMED6 ; WV/CCDCCR/SMH - Meds from RPMS: Outpatient Meds;01/10/09 107989 107997 "RTN","C0CMED6",2,0) 107990 ;;1.2;C0C;;May 11, 2012;Build 4 5107998 ;;1.2;C0C;;May 11, 2012;Build 46 107991 107999 "RTN","C0CMED6",3,0) 107992 108000 ; Copyright 2008 WorldVistA. Licensed under the terms of the GNU … … 108652 108660 C0CMIME ; CCDCCR/GPL - MIME manipulation utilities; 3/8/11 ; 5/16/11 2:32pm 108653 108661 "RTN","C0CMIME",2,0) 108654 ;;1.2;C0C;;May 11, 2012;Build 4 5108662 ;;1.2;C0C;;May 11, 2012;Build 46 108655 108663 "RTN","C0CMIME",3,0) 108656 108664 ;Copyright 2008 George Lilly. Licensed under the terms of the GNU … … 109332 109340 C0CMXML ; GPL - MXML based XPath utilities;10/13/09 17:05 109333 109341 "RTN","C0CMXML",2,0) 109334 ;;1.2;C0C;;May 11, 2012;Build 4 5109342 ;;1.2;C0C;;May 11, 2012;Build 46 109335 109343 "RTN","C0CMXML",3,0) 109336 109344 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 109842 109850 C0CMXMLB ;;ISF/RWF - Tool to build XML ; 5/10/12 2:51pm 109843 109851 "RTN","C0CMXMLB",2,0) 109844 ;;1.2;C0C;;May 11, 2012;Build 4 5109852 ;;1.2;C0C;;May 11, 2012;Build 46 109845 109853 "RTN","C0CMXMLB",3,0) 109846 109854 QUIT … … 110056 110064 C0CMXP ; GPL - MXML based XPath utilities;12/04/09 17:05 110057 110065 "RTN","C0CMXP",2,0) 110058 ;;1.2;C0C;;May 11, 2012;Build 4 5110066 ;;1.2;C0C;;May 11, 2012;Build 46 110059 110067 "RTN","C0CMXP",3,0) 110060 110068 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 110642 110650 C0CNHIN ; GPL - PROCESSING FOR OUTPUT OF NHINV ROUTINES;6/3/11 17:05 110643 110651 "RTN","C0CNHIN",2,0) 110644 ;;1.2;C0C;;May 11, 2012;Build 4 5110652 ;;1.2;C0C;;May 11, 2012;Build 46 110645 110653 "RTN","C0CNHIN",3,0) 110646 110654 ;Copyright 2011 George Lilly. Licensed under the terms of the GNU … … 111290 111298 C0CNMED2 ; WV/CCDCCR/GPL/SMH - CCR/CCD Medications Driver; Mar 23 2009 ; 5/10/12 2:53pm 111291 111299 "RTN","C0CNMED2",2,0) 111292 ;;1.2;C0C;;May 11, 2012;Build 4 5111300 ;;1.2;C0C;;May 11, 2012;Build 46 111293 111301 "RTN","C0CNMED2",3,0) 111294 111302 ; Copyright 2008,2009 George Lilly, University of Minnesota and Sam Habiel. … … 111534 111542 C0CNMED4 ; WV/CCDCCR/SMH/gpl - CCR/CCD PROCESSING FOR MEDICATIONS - Inpatient Meds/Unit Dose ;10/13/08 ; 5/10/12 2:54pm 111535 111543 "RTN","C0CNMED4",2,0) 111536 ;;1.2;C0C;;May 11, 2012;Build 4 5111544 ;;1.2;C0C;;May 11, 2012;Build 46 111537 111545 "RTN","C0CNMED4",3,0) 111538 111546 ; Copyright 2008 WorldVistA. Licensed under the terms of the GNU … … 111978 111986 C0CORSLT ; CCDCCR/GPL - CCR/CCD PROCESSING ADDITIONAL RESULTS ; 06/27/11 111979 111987 "RTN","C0CORSLT",2,0) 111980 ;;1.2;C0C;;May 11, 2012;Build 4 5111988 ;;1.2;C0C;;May 11, 2012;Build 46 111981 111989 "RTN","C0CORSLT",3,0) 111982 111990 ;Copyright 2011 George Lilly. … … 112118 112126 C0COVREL ; CCDCCR/ELN - CCR/CCD PROCESSING FOR LAB,RAD,TIU RESULTS ; 10/12/15 112119 112127 "RTN","C0COVREL",2,0) 112120 ;;1.2;C0C;;May 11, 2012;Build 4 5112128 ;;1.2;C0C;;May 11, 2012;Build 46 112121 112129 "RTN","C0COVREL",3,0) 112122 112130 LIST ; LIST THE HL7 MESSAGE; ALSO, EXTRACT THE RESULT VARIABLES TO C0CLB … … 112260 112268 C0COVRES ; CCDCCR/ELN - CCR/CCD PROCESSING FOR LAB,RAD,TIU RESULTS ; 10/12/15 112261 112269 "RTN","C0COVRES",2,0) 112262 ;;1.2;C0C;;May 11, 2012;Build 4 5112270 ;;1.2;C0C;;May 11, 2012;Build 46 112263 112271 "RTN","C0COVRES",3,0) 112264 112272 ; … … 112450 112458 C0COVREU ; CCDCCR/ELN - CCR/CCD PROCESSING FOR LAB,RAD,TIU RESULTS ; 10/12/15 112451 112459 "RTN","C0COVREU",2,0) 112452 ;;1.2;C0C;;May 11, 2012;Build 4 5112460 ;;1.2;C0C;;May 11, 2012;Build 46 112453 112461 "RTN","C0COVREU",3,0) 112454 112462 ; … … 112808 112816 C0CPARMS ; CCDCCR/GPL - CCR/CCD PARAMETER PROCESSING ; 1/29/09 112809 112817 "RTN","C0CPARMS",2,0) 112810 ;;1.2;C0C;;May 11, 2012;Build 4 5112818 ;;1.2;C0C;;May 11, 2012;Build 46 112811 112819 "RTN","C0CPARMS",3,0) 112812 112820 ;Copyright 2008 WorldVistA. Licensed under the terms of the GNU … … 112974 112982 C0CPROBS ; CCDCCR/GPL/CJE - CCR/CCD PROCESSING FOR PROBLEMS ; 6/6/08 112975 112983 "RTN","C0CPROBS",2,0) 112976 ;;1.2;C0C;;May 11, 2012;Build 4 5112984 ;;1.2;C0C;;May 11, 2012;Build 46 112977 112985 "RTN","C0CPROBS",3,0) 112978 112986 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 113346 113354 C0CPROC ; CCDCCR/GPL - CCR/CCD PROCESSING FOR PROCEDURES ; 01/21/10 113347 113355 "RTN","C0CPROC",2,0) 113348 ;;1.2;C0C;;May 11, 2012;Build 4 5113356 ;;1.2;C0C;;May 11, 2012;Build 46 113349 113357 "RTN","C0CPROC",3,0) 113350 113358 ;Copyright 2010 George Lilly, University of Minnesota and others. … … 113640 113648 C0CPXRM ; 113641 113649 "RTN","C0CPXRM",2,0) 113642 ;;1.2;C0C;;May 11, 2012;Build 4 5113650 ;;1.2;C0C;;May 11, 2012;Build 46 113643 113651 "RTN","C0CPXRM",3,0) 113644 113652 DOIT ; … … 113790 113798 LA7QRY1 ;DALOI/JMC - Lab HL7 Query Utility ;01/19/99 13:48 113791 113799 "RTN","C0CQRY1",2,0) 113792 ;;1.2;C0C;;May 11, 2012;Build 4 5113800 ;;1.2;C0C;;May 11, 2012;Build 46 113793 113801 "RTN","C0CQRY1",3,0) 113794 113802 ; … … 114038 114046 LA7QRY2 ;DALOI/JMC - Lab HL7 Query Utility ; 04/13/09 114039 114047 "RTN","C0CQRY2",2,0) 114040 ;;1.2;C0C;;May 11, 2012;Build 4 5114048 ;;1.2;C0C;;May 11, 2012;Build 46 114041 114049 "RTN","C0CQRY2",3,0) 114042 114050 ; JMC - mods to check for IHS V LAB file … … 114408 114416 C0CRAHL7 ; C0C/ELN - CCR/CCD PROCESSING FOR RAD REPORT ; 25/10/2010 114409 114417 "RTN","C0CRAHL7",2,0) 114410 ;;1.2;C0C;;May 11, 2012;Build 4 5114418 ;;1.2;C0C;;May 11, 2012;Build 46 114411 114419 "RTN","C0CRAHL7",3,0) 114412 114420 ;; … … 114682 114690 C0CRARPT ; C0C/ELN - CCR/CCD PROCESSING FOR RAD REPORT ; 19/10/2010 114683 114691 "RTN","C0CRARPT",2,0) 114684 ;;1.2;C0C;;May 11, 2012;Build 4 5114692 ;;1.2;C0C;;May 11, 2012;Build 46 114685 114693 "RTN","C0CRARPT",3,0) 114686 114694 MAP(MIXML,DFN,MOXML) ;TO MAKE THIS COMPATIBLE WITH OLD CALLING FOR EXTRACT … … 115016 115024 C0CRIMA ; CCDCCR/GPL - RIM REPORT ROUTINES; 6/6/08 115017 115025 "RTN","C0CRIMA",2,0) 115018 ;;1.2;C0C;;May 11, 2012;Build 4 5115026 ;;1.2;C0C;;May 11, 2012;Build 46 115019 115027 "RTN","C0CRIMA",3,0) 115020 115028 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 116084 116092 C0CRNF ; CCDCCR/GPL - Reference Name Format (RNF) utilities; 12/6/08 116085 116093 "RTN","C0CRNF",2,0) 116086 ;;1.2;C0C;;May 11, 2012;Build 4 5116094 ;;1.2;C0C;;May 11, 2012;Build 46 116087 116095 "RTN","C0CRNF",3,0) 116088 116096 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 117010 117018 C0CRNFRP ; CCDCCR/GPL - Reference Name Format (RNF) RPCs; 12/9/09 ; 5/10/12 2:56pm 117011 117019 "RTN","C0CRNFRP",2,0) 117012 ;;1.2;C0C;;May 11, 2012;Build 4 5117020 ;;1.2;C0C;;May 11, 2012;Build 46 117013 117021 "RTN","C0CRNFRP",3,0) 117014 117022 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 117696 117704 C0CRPMS ; CCDCCR/GPL - CCR/CCD PROCESSING FOR RPMS ;1/14/09 14:33 117697 117705 "RTN","C0CRPMS",2,0) 117698 ;;1.2;C0C;;May 11, 2012;Build 4 5117706 ;;1.2;C0C;;May 11, 2012;Build 46 117699 117707 "RTN","C0CRPMS",3,0) 117700 117708 ;Copyright 2008 George Lilly. Licensed under the terms of the GNU … … 117964 117972 C0CRXN ; CCDCCR/GPL - CCR RXN utilities; 12/6/08 117965 117973 "RTN","C0CRXN",2,0) 117966 ;;1.2;C0C;;May 11, 2012;Build 4 5117974 ;;1.2;C0C;;May 11, 2012;Build 46 117967 117975 "RTN","C0CRXN",3,0) 117968 117976 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 118546 118554 C0CRXNRD ; WV/SMH - CCR/CCD PROJECT: Routine to Read RxNorm files;11/15/08 118547 118555 "RTN","C0CRXNRD",2,0) 118548 ;;1.2;C0C;;May 11, 2012;Build 4 5118556 ;;1.2;C0C;;May 11, 2012;Build 46 118549 118557 "RTN","C0CRXNRD",3,0) 118550 118558 W "No entry from top" Q … … 118834 118842 C0CSNOA ; CCDCCR/GPL - SNOMED CT ANALYSIS ROUTINES; 10/14/08 118835 118843 "RTN","C0CSNOA",2,0) 118836 ;;1.2;C0C;;May 11, 2012;Build 4 5118844 ;;1.2;C0C;;May 11, 2012;Build 46 118837 118845 "RTN","C0CSNOA",3,0) 118838 118846 ;Copyright 2008,2009 George Lilly, University of Minnesota. … … 119232 119240 C0CSOAP ; CCDCCR/GPL - SOAP WEB SERVICE utilities; 8/25/09 119233 119241 "RTN","C0CSOAP",2,0) 119234 ;;1.2;C0C;;May 11, 2012;Build 4 5119242 ;;1.2;C0C;;May 11, 2012;Build 46 119235 119243 "RTN","C0CSOAP",3,0) 119236 119244 ;Copyright 2008 George Lilly. Licensed under the terms of the GNU … … 119780 119788 C0CSQMB ; SQMCCR/ELN - BATCH PROGRAM ;16/11/2010 119781 119789 "RTN","C0CSQMB",2,0) 119782 ;;1.2;C0C;;May 11, 2012;Build 4 5119790 ;;1.2;C0C;;May 11, 2012;Build 46 119783 119791 "RTN","C0CSQMB",3,0) 119784 119792 ; … … 119820 119828 C0CSUB1 ; CCDCCR/GPL - CCR SUBSCRIPTION utilities; 12/6/08 119821 119829 "RTN","C0CSUB1",2,0) 119822 ;;1.2;C0C;;May 11, 2012;Build 4 5119830 ;;1.2;C0C;;May 11, 2012;Build 46 119823 119831 "RTN","C0CSUB1",3,0) 119824 119832 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 120094 120102 C0CSYS ;WV/C0C/SMH - Routine to Get EHR System Information;6JUL2008 120095 120103 "RTN","C0CSYS",2,0) 120096 ;;1.2;C0C;;May 11, 2012;Build 4 5120104 ;;1.2;C0C;;May 11, 2012;Build 46 120097 120105 "RTN","C0CSYS",3,0) 120098 120106 ; Copyright 2008 WorldVistA. Licensed under the terms of the GNU … … 120214 120222 C0CTIU ; C0C/ELN - PROCESSING FOR TIU NOTES ; 19/10/2010 120215 120223 "RTN","C0CTIU",2,0) 120216 ;;1.2;C0C;;May 11, 2012;Build 4 5120224 ;;1.2;C0C;;May 11, 2012;Build 46 120217 120225 "RTN","C0CTIU",3,0) 120218 120226 ; … … 120614 120622 C0CTIU1 ; C0C/ELN - PROCESSING FOR TIU NOTES Contd. ; 19/10/2010 120615 120623 "RTN","C0CTIU1",2,0) 120616 ;;1.2;C0C;;May 11, 2012;Build 4 5120624 ;;1.2;C0C;;May 11, 2012;Build 46 120617 120625 "RTN","C0CTIU1",3,0) 120618 120626 ;ELN UTILITY PROGRAM TO SUPPORT C0CTIU … … 120778 120786 C0CUNIT ; CCDCCR/GPL - Unit Testing Library; 5/07/08 120779 120787 "RTN","C0CUNIT",2,0) 120780 ;;1.2;C0C;;May 11, 2012;Build 4 5120788 ;;1.2;C0C;;May 11, 2012;Build 46 120781 120789 "RTN","C0CUNIT",3,0) 120782 120790 ;Copyright 2008 George Lilly. Licensed under the terms of the GNU … … 121152 121160 C0CUTIL ;WV/C0C/SMH - Various Utilites for generating the CCR/CCD;06/15/08 121153 121161 "RTN","C0CUTIL",2,0) 121154 ;;1.2;C0C;;May 11, 2012;Build 4 5121162 ;;1.2;C0C;;May 11, 2012;Build 46 121155 121163 "RTN","C0CUTIL",3,0) 121156 121164 ;Copyright 2008-2009 Sam Habiel & George Lilly. … … 121504 121512 C0CVA200 ;WV/C0C/SMH - Routine to get Provider Data;07/13/2008 121505 121513 "RTN","C0CVA200",2,0) 121506 ;;1.2;C0C;;May 11, 2012;Build 4 5121514 ;;1.2;C0C;;May 11, 2012;Build 46 121507 121515 "RTN","C0CVA200",3,0) 121508 121516 ;Copyright 2008 Sam Habiel. Licensed under the terms of the GNU … … 121842 121850 C0CVALID ; C0C/OHUM/RUT - PROCESSING FOR DATE LIMITS, NOTES ; 22/12/2011 121843 121851 "RTN","C0CVALID",2,0) 121844 ;;1.2;C0C;;May 11, 2012;Build 4 5;Build 2121852 ;;1.2;C0C;;May 11, 2012;Build 46;Build 2 121845 121853 "RTN","C0CVALID",3,0) 121846 121854 S ^TMP("C0CCCR","LABLIMIT")="",^TMP("C0CCCR","VITLIMIT")="",^TMP("C0CCCR","MEDLIMIT")="",^TMP("C0CCCR","TIULIMIT")="" … … 121878 121886 C0CVIT2 ; CCDCCR/CJE/GPL - CCR/CCD PROCESSING FOR VITALS ; 07/16/08 121879 121887 "RTN","C0CVIT2",2,0) 121880 ;;1.2;C0C;;May 11, 2012;Build 4 5121888 ;;1.2;C0C;;May 11, 2012;Build 46 121881 121889 "RTN","C0CVIT2",3,0) 121882 121890 ;Copyright 2008,2009 George Lilly, University of Minnesota and others. … … 122836 122844 C0CVITAL ; CCDCCR/CJE/GPL - CCR/CCD PROCESSING FOR VITALS ; 07/16/08 122837 122845 "RTN","C0CVITAL",2,0) 122838 ;;1.2;C0C;;May 11, 2012;Build 4 5122846 ;;1.2;C0C;;May 11, 2012;Build 46 122839 122847 "RTN","C0CVITAL",3,0) 122840 122848 ;Copyright 2008,2009 George Lilly, University of Minnesota and others. … … 123664 123672 LA7VOBX1 ;DALOI/JMC - LAB OBX Segment message builder (CH subscript) cont'd; 04/21/09 123665 123673 "RTN","C0CVOBX1",2,0) 123666 ;;1.2;C0C;;May 11, 2012;Build 4 5123674 ;;1.2;C0C;;May 11, 2012;Build 46 123667 123675 "RTN","C0CVOBX1",3,0) 123668 123676 ; JMC - mods to check for IHS V LAB file … … 123894 123902 C0C7VORU ;WV/JMC - Builder of HL7 Lab Results OBR/OBX/NTE based on RPMS V LAB file ;Jun 16, 2009 ; 5/10/12 5:19pm 123895 123903 "RTN","C0CVORU",2,0) 123896 ;;1.2;C0C;;May 11, 2012;Build 4 5123904 ;;1.2;C0C;;May 11, 2012;Build 46 123897 123905 "RTN","C0CVORU",3,0) 123898 123906 ; … … 124444 124452 C0CXEWD ; C0C/GPL - EWD based XPath utilities; 10/11/09 124445 124453 "RTN","C0CXEWD",2,0) 124446 ;;1.2;C0C;;May 11, 2012;Build 4 5124454 ;;1.2;C0C;;May 11, 2012;Build 46 124447 124455 "RTN","C0CXEWD",3,0) 124448 124456 ;Copyright 2009 George Lilly. Licensed under the terms of the GNU … … 124698 124706 C0CXPAT0 ; CCDCCR/GPL - XPATH TEST CASES ; 6/1/08 124699 124707 "RTN","C0CXPAT0",2,0) 124700 ;;1.2;C0C;;May 11, 2012;Build 4 5124708 ;;1.2;C0C;;May 11, 2012;Build 46 124701 124709 "RTN","C0CXPAT0",3,0) 124702 124710 ;Copyright 2008 George Lilly. Licensed under the terms of the GNU … … 125124 125132 C0CXPATH ; CCDCCR/GPL - XPATH XML manipulation utilities; 6/1/08 125125 125133 "RTN","C0CXPATH",2,0) 125126 ;;1.2;C0C;;May 11, 2012;Build 4 5125134 ;;1.2;C0C;;May 11, 2012;Build 46 125127 125135 "RTN","C0CXPATH",3,0) 125128 125136 ;Copyright 2008 George Lilly. Licensed under the terms of the GNU … … 126749 126757 "^DD",170,170,0,"PT",113059001.04,4) 126750 126758 126759 "^DD",170,170,0,"VRPK") 126760 C0C 126751 126761 "^DD",170,170,.01,0) 126752 126762 AVARIABLE^RF^^0;1^K:$L(X)>30!($L(X)<2)!'(X'?1P.E) X … … 126925 126935 "^DD",170.101,170.101,0,"PT",177.10121,.01) 126926 126936 126937 "^DD",170.101,170.101,0,"VRPK") 126938 C0C 126927 126939 "^DD",170.101,170.101,.01,0) 126928 126940 NODE TYPE^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X … … 127015 127027 "^DD",170.9,170.9,0,"NM","C0C PARAMETERS") 127016 127028 127029 "^DD",170.9,170.9,0,"VRPK") 127030 C0C 127017 127031 "^DD",170.9,170.9,.01,0) 127018 127032 NAME^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X … … 127115 127129 "^DD",171.101,171.101,0,"NM","CCR E2") 127116 127130 127131 "^DD",171.101,171.101,0,"VRPK") 127132 C0C 127117 127133 "^DD",171.101,171.101,.01,0) 127118 127134 PATIENT^RP2'^DPT(^0;1^Q … … 127273 127289 "^DD",171.401,171.401,0,"PT",175,3) 127274 127290 127291 "^DD",171.401,171.401,0,"VRPK") 127292 C0C 127275 127293 "^DD",171.401,171.401,.01,0) 127276 127294 NAME^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X … … 127357 127375 "^DD",175,175,0,"NM","C0C INCOMING XML") 127358 127376 127377 "^DD",175,175,0,"VRPK") 127378 C0C 127359 127379 "^DD",175,175,.01,0) 127360 127380 PATIENT^RP2'^DPT(^0;1^Q … … 127619 127639 "^DD",176.112,176.112,0,"NM","C0C RXNORM VUID EXPANSION") 127620 127640 127641 "^DD",176.112,176.112,0,"VRPK") 127642 C0C 127621 127643 "^DD",176.112,176.112,.01,0) 127622 127644 VUID^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X … … 127689 127711 "^DD",177.101,177.101,0,"NM","CCR PATIENT SUBSCRIPTIONS") 127690 127712 127713 "^DD",177.101,177.101,0,"VRPK") 127714 C0C 127691 127715 "^DD",177.101,177.101,.01,0) 127692 127716 PATIENT^RP2'^DPT(^0;1^Q … … 127809 127833 "^DD",177.201,177.201,0,"PT",177.1011,.01) 127810 127834 127835 "^DD",177.201,177.201,0,"VRPK") 127836 C0C 127811 127837 "^DD",177.201,177.201,.01,0) 127812 127838 SUBSCRIBER NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X … … 127859 127885 "^DD",177.301,177.301,0,"NM","C0C BATCH CONTROL") 127860 127886 127887 "^DD",177.301,177.301,0,"VRPK") 127888 C0C 127861 127889 "^DD",177.301,177.301,.01,0) 127862 127890 CCR BATCH RUN DATE/TIME^RD^^0;1^S %DT="ESTXR" D ^%DT S X=Y K:X<1 X … … 128011 128039 "^DD",178.101,178.101,0,"PT",178.111,.01) 128012 128040 128041 "^DD",178.101,178.101,0,"VRPK") 128042 C0C 128013 128043 "^DD",178.101,178.101,.01,0) 128014 128044 NAME^RF^^0;1^K:$L(X)>80!($L(X)<3)!'(X'?1P.E) X … … 128217 128247 "^DD",178.301,178.301,0,"PT",178.301,.03) 128218 128248 128249 "^DD",178.301,178.301,0,"VRPK") 128250 C0C 128219 128251 "^DD",178.301,178.301,.01,0) 128220 128252 TEMPLATE NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
Note:
See TracChangeset
for help on using the changeset viewer.