Index: /ccr/branches/ohum/kids/C0C_1P2.KID
===================================================================
--- /ccr/branches/ohum/kids/C0C_1P2.KID	(revision 1426)
+++ /ccr/branches/ohum/kids/C0C_1P2.KID	(revision 1427)
@@ -1,920 +1,928 @@
-KIDS Distribution saved on May 11, 2012@13:59:55
-C0C 1.2 release
+KIDS Distribution saved on May 11, 2012@15:13:01
+C0C 1.2, hopefully final
 **KIDS**:C0C 1.2^
 
 **INSTALL NAME**
 C0C 1.2
-"BLD",7888,0)
+"BLD",7887,0)
 C0C 1.2^CCD/CCR GENERATION UTILITIES^0^3120511^n
-"BLD",7888,1,0)
+"BLD",7887,1,0)
 ^^185^185^3120511^^^^
-"BLD",7888,1,1,0)
+"BLD",7887,1,1,0)
 CCR Project release v1.2
-"BLD",7888,1,2,0)
+"BLD",7887,1,2,0)
  
-"BLD",7888,1,3,0)
+"BLD",7887,1,3,0)
 The purpose of the CCR package is to provide support for exporting and 
-"BLD",7888,1,4,0)
+"BLD",7887,1,4,0)
 eventually importing patient information from/to VistA in XML documents 
-"BLD",7888,1,5,0)
+"BLD",7887,1,5,0)
 conforming to the Continuity of Care Record (CCR - ASTM) and Continuity 
-"BLD",7888,1,6,0)
+"BLD",7887,1,6,0)
 of Care Document (CCD - HL7) standards.
-"BLD",7888,1,7,0)
+"BLD",7887,1,7,0)
  
-"BLD",7888,1,8,0)
+"BLD",7887,1,8,0)
 This version of the CCR package provides:
-"BLD",7888,1,9,0)
+"BLD",7887,1,9,0)
  
-"BLD",7888,1,10,0)
+"BLD",7887,1,10,0)
 EXPORT^C0CCCR
-"BLD",7888,1,11,0)
+"BLD",7887,1,11,0)
 A command line interface to export a single patient's CCR to a host 
-"BLD",7888,1,12,0)
+"BLD",7887,1,12,0)
 directory by specifying the patient by name.
-"BLD",7888,1,13,0)
+"BLD",7887,1,13,0)
  
-"BLD",7888,1,14,0)
+"BLD",7887,1,14,0)
 EXPORT^C0CCCD
-"BLD",7888,1,15,0)
+"BLD",7887,1,15,0)
 A command line interface to export a single patient's CCD to a host 
-"BLD",7888,1,16,0)
+"BLD",7887,1,16,0)
 directory by specifying the patient by name. As an alternative to 
-"BLD",7888,1,17,0)
+"BLD",7887,1,17,0)
 generating the CCD directly, an XSLT transformation is available to 
-"BLD",7888,1,18,0)
+"BLD",7887,1,18,0)
 translate a CCR into a level 2 CCD. This tranformation has been tested 
-"BLD",7888,1,19,0)
+"BLD",7887,1,19,0)
 and produces a CCD with all currently supported sections of the CCR. The 
-"BLD",7888,1,20,0)
+"BLD",7887,1,20,0)
 EXPORT^C0CCCD only extracts the PROBLEMS section into a CCD.
-"BLD",7888,1,21,0)
+"BLD",7887,1,21,0)
  
-"BLD",7888,1,22,0)
+"BLD",7887,1,22,0)
 XPAT^C0CCCR(DFN,OUTDIR,OUTFILE)
-"BLD",7888,1,23,0)
+"BLD",7887,1,23,0)
 A command line and program interface to export a single patient's CCR 
-"BLD",7888,1,24,0)
+"BLD",7887,1,24,0)
 using the IEN of the patient in the ^DPT file (DFN).
-"BLD",7888,1,25,0)
+"BLD",7887,1,25,0)
 OUTDIR specifies an existing directory on the Host system into which the 
-"BLD",7888,1,26,0)
+"BLD",7887,1,26,0)
 CCR XML document will be written. If OUTDIR is null (""), the output 
-"BLD",7888,1,27,0)
+"BLD",7887,1,27,0)
 directory name will be taken from ^TMP("C0CCCR","ODIR").
-"BLD",7888,1,28,0)
+"BLD",7887,1,28,0)
 OUFILE specifies the host file name of the CCR XML document that will be 
-"BLD",7888,1,29,0)
+"BLD",7887,1,29,0)
 written for this patient. If OUTFILE is null ("") the document name will 
-"BLD",7888,1,30,0)
+"BLD",7887,1,30,0)
 default to PAT_x_CCR_V1.xml where x is the DFN of the patient.
-"BLD",7888,1,31,0)
+"BLD",7887,1,31,0)
  
-"BLD",7888,1,32,0)
+"BLD",7887,1,32,0)
 CCRRPC(CCRGRTN,DFN,CCRPARMS,CCRPART)
-"BLD",7888,1,33,0)
+"BLD",7887,1,33,0)
 An RPC and program interface to return in return array CCRGRTN (passed by 
-"BLD",7888,1,34,0)
+"BLD",7887,1,34,0)
 reference) a single patient's CCR.
-"BLD",7888,1,35,0)
+"BLD",7887,1,35,0)
 DFN is the patient's IEN
-"BLD",7888,1,36,0)
+"BLD",7887,1,36,0)
 CCRPART is what portion of the CCR should be returned. If "CCR" is 
-"BLD",7888,1,37,0)
+"BLD",7887,1,37,0)
 specified, the entire CCR will be returned. If "PROBLEMS", "VITALS", or 
-"BLD",7888,1,38,0)
+"BLD",7887,1,38,0)
 "MEDICATIONS" is specified, only that section of the CCR will be returned.
-"BLD",7888,1,39,0)
+"BLD",7887,1,39,0)
 CCRPARMS ARE PARAMETERS THAT AFFECT THE EXTRACTION
-"BLD",7888,1,40,0)
+"BLD",7887,1,40,0)
 IN THE FORM "PARM1:VALUE1^PARM2:VALUE2"
-"BLD",7888,1,41,0)
+"BLD",7887,1,41,0)
 EXAMPLE: "LABLIMIT:T-60" TO LIMIT LAB EXTRACTION TO THE LAST 60 DAYS
-"BLD",7888,1,42,0)
+"BLD",7887,1,42,0)
 SEE C0CPARMS FOR A COMPLETE LIST OF SUPPORTED PARAMETERS
-"BLD",7888,1,43,0)
+"BLD",7887,1,43,0)
  
-"BLD",7888,1,44,0)
+"BLD",7887,1,44,0)
 ANALYZE^C0CRIMA(BGNDFN,DFNCNT,CCRPARMS)
-"BLD",7888,1,45,0)
+"BLD",7887,1,45,0)
 A command line and program interface to analyze the data from multiple 
-"BLD",7888,1,46,0)
+"BLD",7887,1,46,0)
 patients into categories that can be batch extracted.
-"BLD",7888,1,47,0)
+"BLD",7887,1,47,0)
 BGNDFN is the beginning DFN to be analyzed. If BGNDFN is null ("") its 
-"BLD",7888,1,48,0)
+"BLD",7887,1,48,0)
 value will be taken from ^TMP("C0CRIM","RESUME"). If this variable does 
-"BLD",7888,1,49,0)
+"BLD",7887,1,49,0)
 not exist, the routine will start with the first IEN in the patient file 
-"BLD",7888,1,50,0)
+"BLD",7887,1,50,0)
 ^DPT. ^TMP("C0CRIM","RESUME") is updated to the "next" patient to be 
-"BLD",7888,1,51,0)
+"BLD",7887,1,51,0)
 analyzed on successful completion.
-"BLD",7888,1,52,0)
+"BLD",7887,1,52,0)
 DFNCNT is the count of how many patient records will be analyzed in this 
-"BLD",7888,1,53,0)
+"BLD",7887,1,53,0)
 execution.
-"BLD",7888,1,54,0)
+"BLD",7887,1,54,0)
 For example ANALYZE^C0CRIMA(1000,1000) would start at patient DFN 1000 
-"BLD",7888,1,55,0)
+"BLD",7887,1,55,0)
 and analyzes 1000 patient records. ANALYZE^C0CRIMA("",1000) would then 
-"BLD",7888,1,56,0)
+"BLD",7887,1,56,0)
 analyze the next 1000 patients. When the end of the patient file is 
-"BLD",7888,1,57,0)
+"BLD",7887,1,57,0)
 reached, the routine terminates with a message that RESET^C0CRIMA would 
-"BLD",7888,1,58,0)
+"BLD",7887,1,58,0)
 need to be called to restart the analysis.
-"BLD",7888,1,59,0)
+"BLD",7887,1,59,0)
  
-"BLD",7888,1,60,0)
+"BLD",7887,1,60,0)
 The categories into which the records are analyzed consist of attribute 
-"BLD",7888,1,61,0)
+"BLD",7887,1,61,0)
 strings. The attributes represent characteristics of the variables that 
-"BLD",7888,1,62,0)
+"BLD",7887,1,62,0)
 can be extracted for a given patient into the CCR or the CCD. This 
-"BLD",7888,1,63,0)
+"BLD",7887,1,63,0)
 version supports the following attributes:
-"BLD",7888,1,64,0)
+"BLD",7887,1,64,0)
 VITALS : the patient has variables for the VITALS section of the CCR/CCD
-"BLD",7888,1,65,0)
+"BLD",7887,1,65,0)
 PROBLEMS : the patient has variables for the PROBLEMS section of the 
-"BLD",7888,1,66,0)
+"BLD",7887,1,66,0)
 CCR/CCD
-"BLD",7888,1,67,0)
+"BLD",7887,1,67,0)
 MEDS : the patient has variables for the MEDICATIONS section of the 
-"BLD",7888,1,68,0)
+"BLD",7887,1,68,0)
 CCR/CCD
-"BLD",7888,1,69,0)
+"BLD",7887,1,69,0)
 HEADER : the patient has variables for the HEADER section of the CCR/CCD. 
-"BLD",7888,1,70,0)
+"BLD",7887,1,70,0)
 All patients are marked with the HEADER attribute in this version.
-"BLD",7888,1,71,0)
+"BLD",7887,1,71,0)
 NOTEXTRACTED : the CCR or CCD has not yet been produced/extracted for 
-"BLD",7888,1,72,0)
+"BLD",7887,1,72,0)
 this patient. All patient records are marked with the NOTEXTRACTED 
-"BLD",7888,1,73,0)
+"BLD",7887,1,73,0)
 attribute in this version for batch control processing (not implemented 
-"BLD",7888,1,74,0)
+"BLD",7887,1,74,0)
 in this version).
-"BLD",7888,1,75,0)
+"BLD",7887,1,75,0)
  
-"BLD",7888,1,76,0)
+"BLD",7887,1,76,0)
 ANAZYZE^C0CRIMA calls the variable extraction routines that would be used 
-"BLD",7888,1,77,0)
+"BLD",7887,1,77,0)
 to produce a CCR or a CCD and saves the results to ^TMP("C0CRIM",DFN) for 
-"BLD",7888,1,78,0)
+"BLD",7887,1,78,0)
 each patient. In addition, the attribute string for each patient is saved 
-"BLD",7888,1,79,0)
+"BLD",7887,1,79,0)
 in ^TMP("C0CRIM","ATTR")
-"BLD",7888,1,80,0)
+"BLD",7887,1,80,0)
  
-"BLD",7888,1,81,0)
+"BLD",7887,1,81,0)
 Categories are created as they first occur based on each unique 
-"BLD",7888,1,82,0)
+"BLD",7887,1,82,0)
 combination of attributes that is encountered. They are named after the 
-"BLD",7888,1,83,0)
+"BLD",7887,1,83,0)
 attribute table that is used for the analysis. This version supports only 
-"BLD",7888,1,84,0)
+"BLD",7887,1,84,0)
 the attribute table .RIMTBL. and the categories are named "RIMTBL_x". An 
-"BLD",7888,1,85,0)
+"BLD",7887,1,85,0)
 example set of categories from a demo systems is:
-"BLD",7888,1,86,0)
+"BLD",7887,1,86,0)
  
-"BLD",7888,1,87,0)
+"BLD",7887,1,87,0)
 GTM>D CLIST^C0CRIMA
-"BLD",7888,1,88,0)
+"BLD",7887,1,88,0)
 (RIMTBL_1:105) ^NOTEXTRACTED^HEADER^^^PROBLEMS^^^^^VITALS^^^^^MEDS
-"BLD",7888,1,89,0)
+"BLD",7887,1,89,0)
 (RIMTBL_2:596) ^NOTEXTRACTED^HEADER^^^^^^^^VITALS
-"BLD",7888,1,90,0)
+"BLD",7887,1,90,0)
 (RIMTBL_3:44) ^NOTEXTRACTED^HEADER^^^PROBLEMS^^^^^VITALS
-"BLD",7888,1,91,0)
+"BLD",7887,1,91,0)
 (RIMTBL_4:821) ^NOTEXTRACTED^HEADER
-"BLD",7888,1,92,0)
+"BLD",7887,1,92,0)
 (RIMTBL_5:18) ^NOTEXTRACTED^HEADER^^^^^^^^VITALS^^^^^MEDS
-"BLD",7888,1,93,0)
+"BLD",7887,1,93,0)
 (RIMTBL_6:14) ^NOTEXTRACTED^HEADER^^^PROBLEMS
-"BLD",7888,1,94,0)
+"BLD",7887,1,94,0)
 (RIMTBL_7:15) ^NOTEXTRACTED^HEADER^^^^^^^^^^^^^MEDS
-"BLD",7888,1,95,0)
+"BLD",7887,1,95,0)
 (RIMTBL_8:5) ^NOTEXTRACTED^HEADER^^^PROBLEMS^^^^^^^^^^MEDS
-"BLD",7888,1,96,0)
+"BLD",7887,1,96,0)
  
-"BLD",7888,1,97,0)
+"BLD",7887,1,97,0)
 for RIMTBL_1 in this example, 105 is the record count of patients who 
-"BLD",7888,1,98,0)
+"BLD",7887,1,98,0)
 have this combination of attributes. The list of patients for each 
-"BLD",7888,1,99,0)
+"BLD",7887,1,99,0)
 category is also maintained for batch extraction.
-"BLD",7888,1,100,0)
+"BLD",7887,1,100,0)
  
-"BLD",7888,1,101,0)
+"BLD",7887,1,101,0)
 CLIST^C0CRIMA
-"BLD",7888,1,102,0)
+"BLD",7887,1,102,0)
 A command line interface to show a summary of the categories, record 
-"BLD",7888,1,103,0)
+"BLD",7887,1,103,0)
 counts, and attributes that have been analyzed so far. It produces the 
-"BLD",7888,1,104,0)
+"BLD",7887,1,104,0)
 listing in the example above from information stored in 
-"BLD",7888,1,105,0)
+"BLD",7887,1,105,0)
 ^TMP("C0CRIM","CATS","RIMTBL"). It is intended for future versions that 
-"BLD",7888,1,106,0)
+"BLD",7887,1,106,0)
 attribute tables be supported in addition to the default "RIMTBL".
-"BLD",7888,1,107,0)
+"BLD",7887,1,107,0)
  
-"BLD",7888,1,108,0)
+"BLD",7887,1,108,0)
 CPAT^C0CRIMA(CPATCAT)
-"BLD",7888,1,109,0)
+"BLD",7887,1,109,0)
 A command line interface which shows the DFN numbers of the patients 
-"BLD",7888,1,110,0)
+"BLD",7887,1,110,0)
 represented by the category CPATCAT. DFNs are listed 10 per line. For 
-"BLD",7888,1,111,0)
+"BLD",7887,1,111,0)
 example:
-"BLD",7888,1,112,0)
+"BLD",7887,1,112,0)
  
-"BLD",7888,1,113,0)
+"BLD",7887,1,113,0)
 GTM>D CPAT^C0CRIMA("RIMTBL_1")
-"BLD",7888,1,114,0)
+"BLD",7887,1,114,0)
 1 3 8 25 42 69 123 140 146 149
-"BLD",7888,1,115,0)
+"BLD",7887,1,115,0)
 151 168 204 205 217 218 224 228 229 231
-"BLD",7888,1,116,0)
+"BLD",7887,1,116,0)
 236 237 240 253 260 267 271 301 347 350
-"BLD",7888,1,117,0)
+"BLD",7887,1,117,0)
 366 379 384 391 407 418 419 420 428 433
-"BLD",7888,1,118,0)
+"BLD",7887,1,118,0)
 442 520 569 600 620 692 706 715 722 723
-"BLD",7888,1,119,0)
+"BLD",7887,1,119,0)
 724 728 730 744 745 746 747 748 749 750
-"BLD",7888,1,120,0)
+"BLD",7887,1,120,0)
 751 752 753 754 755 756 757 758 759 760
-"BLD",7888,1,121,0)
+"BLD",7887,1,121,0)
 761 762 763 764 765 766 767 768 769 770
-"BLD",7888,1,122,0)
+"BLD",7887,1,122,0)
 771 772 773 774 775 776 777 778 779 780
-"BLD",7888,1,123,0)
+"BLD",7887,1,123,0)
 100000 100001 100002 100003 100004 100005 100006 100007 100008 100009
-"BLD",7888,1,124,0)
+"BLD",7887,1,124,0)
 100010 100011 100012 100013 100014
-"BLD",7888,1,125,0)
+"BLD",7887,1,125,0)
  
-"BLD",7888,1,126,0)
+"BLD",7887,1,126,0)
 These are the 105 patient records included in category "RIMTBL_1" from 
-"BLD",7888,1,127,0)
+"BLD",7887,1,127,0)
 the above example.
-"BLD",7888,1,128,0)
+"BLD",7887,1,128,0)
  
-"BLD",7888,1,129,0)
+"BLD",7887,1,129,0)
 DPATV^C0CRIMA(DFN,"SECTION")
-"BLD",7888,1,130,0)
+"BLD",7887,1,130,0)
 A command line interface to display the values of variables for a 
-"BLD",7888,1,131,0)
+"BLD",7887,1,131,0)
 patient. "SECTION" can be any of the CCR sections. ie 
-"BLD",7888,1,132,0)
+"BLD",7887,1,132,0)
 "ALERTS","RESULTS","MEDS". If SECTION is ommitted, all sections will be 
-"BLD",7888,1,133,0)
+"BLD",7887,1,133,0)
 shown. An example:
-"BLD",7888,1,134,0)
+"BLD",7887,1,134,0)
  
-"BLD",7888,1,135,0)
+"BLD",7887,1,135,0)
 GTM>D DPATV^C0CRIMA(2,"PROBLEMS")
-"BLD",7888,1,136,0)
+"BLD",7887,1,136,0)
 1 1^PROBLEMCODEVALUE^V18.0
-"BLD",7888,1,137,0)
+"BLD",7887,1,137,0)
 2 1^PROBLEMCODINGVERSION^
-"BLD",7888,1,138,0)
+"BLD",7887,1,138,0)
 3 1^PROBLEMCONDITION^P
-"BLD",7888,1,139,0)
+"BLD",7887,1,139,0)
 4 1^PROBLEMDATEMOD^2005-07-19T00:00:00-05:00
-"BLD",7888,1,140,0)
+"BLD",7887,1,140,0)
 5 1^PROBLEMDATEOFONSET^1700--T00:00:00-05:00
-"BLD",7888,1,141,0)
+"BLD",7887,1,141,0)
 6 1^PROBLEMDESCRIPTION^Family History of Diabetes Mellitus (ICD-9-CM 
-"BLD",7888,1,142,0)
+"BLD",7887,1,142,0)
 V18.0)
-"BLD",7888,1,143,0)
+"BLD",7887,1,143,0)
 7 1^PROBLEMDTREC^1701--T00:00:00-05:00
-"BLD",7888,1,144,0)
+"BLD",7887,1,144,0)
 8 1^PROBLEMHASCMT^
-"BLD",7888,1,145,0)
+"BLD",7887,1,145,0)
 9 1^PROBLEMIEN^8
-"BLD",7888,1,146,0)
+"BLD",7887,1,146,0)
 10 1^PROBLEMINACT^1700--T00:00:00-05:00
-"BLD",7888,1,147,0)
+"BLD",7887,1,147,0)
  
-"BLD",7888,1,148,0)
+"BLD",7887,1,148,0)
 DCCR^C0CCCR(DFN)
-"BLD",7888,1,149,0)
+"BLD",7887,1,149,0)
 This will display the XML of a CCR that has been generated for a patient. 
-"BLD",7888,1,150,0)
+"BLD",7887,1,150,0)
 It is run after generating the CCR with XPAT^C0CCCR or XCPAT^C0CRIMA.
-"BLD",7888,1,151,0)
+"BLD",7887,1,151,0)
  
-"BLD",7888,1,152,0)
+"BLD",7887,1,152,0)
 XCPAT^C0CRIMA(CPATCAT)
-"BLD",7888,1,153,0)
+"BLD",7887,1,153,0)
 A command line interface to extract a batch of patient CCR documents that 
-"BLD",7888,1,154,0)
+"BLD",7887,1,154,0)
 are associated with the category CPATCAT. For example,
-"BLD",7888,1,155,0)
+"BLD",7887,1,155,0)
  
-"BLD",7888,1,156,0)
+"BLD",7887,1,156,0)
 XCPAT^C0CRIMA("RIMTBL_1") to extract the CCR documents for the 105 
-"BLD",7888,1,157,0)
+"BLD",7887,1,157,0)
 patients in the above example.
-"BLD",7888,1,158,0)
+"BLD",7887,1,158,0)
  
-"BLD",7888,1,159,0)
+"BLD",7887,1,159,0)
 RESET^C0CRIMA
-"BLD",7888,1,160,0)
+"BLD",7887,1,160,0)
 A command line interface to kill all ANALYZE^C0CRIMA results stored so 
-"BLD",7888,1,161,0)
+"BLD",7887,1,161,0)
 far so that the analysis can be done again. It kills 
-"BLD",7888,1,162,0)
+"BLD",7887,1,162,0)
 ^TMP("C0CRIM","RESUME") and all extraction variables that have been saved 
-"BLD",7888,1,163,0)
+"BLD",7887,1,163,0)
 in ^TMP("C0CRIM")
-"BLD",7888,1,164,0)
+"BLD",7887,1,164,0)
  
-"BLD",7888,1,165,0)
+"BLD",7887,1,165,0)
 NOTES:
-"BLD",7888,1,166,0)
+"BLD",7887,1,166,0)
 This version of the package is a prototype, and does not yet make use of 
-"BLD",7888,1,167,0)
+"BLD",7887,1,167,0)
 the standard VistA features that are appropriate for it to use.
-"BLD",7888,1,168,0)
+"BLD",7887,1,168,0)
  
-"BLD",7888,1,169,0)
+"BLD",7887,1,169,0)
 ^TMP("C0CCCR","ODIR") must be set manually to the output directory on the 
-"BLD",7888,1,170,0)
+"BLD",7887,1,170,0)
 Host System. It is intended that this be maintainable in a parameter file.
-"BLD",7888,1,171,0)
+"BLD",7887,1,171,0)
  
-"BLD",7888,1,172,0)
+"BLD",7887,1,172,0)
 CCRRPC^C0CCCR and CCDRPC^C0CCCD are intended to be RPC interfaces to the 
-"BLD",7888,1,173,0)
+"BLD",7887,1,173,0)
 package but there is no entry for them in the RPC table and the RPC 
-"BLD",7888,1,174,0)
+"BLD",7887,1,174,0)
 method of access has not been tested.
-"BLD",7888,1,175,0)
+"BLD",7887,1,175,0)
  
-"BLD",7888,1,176,0)
+"BLD",7887,1,176,0)
 Most of the command line interface functions in the package are intended 
-"BLD",7888,1,177,0)
+"BLD",7887,1,177,0)
 to also be made available as RPC calls. This will provide the ability to 
-"BLD",7888,1,178,0)
+"BLD",7887,1,178,0)
 invoke and control batch extraction and analysis via RPCs
-"BLD",7888,1,179,0)
+"BLD",7887,1,179,0)
  
-"BLD",7888,1,180,0)
+"BLD",7887,1,180,0)
 The "RIM" variables and attributes that are now being stored in 
-"BLD",7888,1,181,0)
+"BLD",7887,1,181,0)
 ^TMP("C0CRIM") are intended to be maintained in a standard FILEMAN 
-"BLD",7888,1,182,0)
+"BLD",7887,1,182,0)
 global, and to take advantage of FILEMAN indexing for efficient batch 
-"BLD",7888,1,183,0)
+"BLD",7887,1,183,0)
 analysis and processing.
-"BLD",7888,1,184,0)
+"BLD",7887,1,184,0)
  
-"BLD",7888,1,185,0)
+"BLD",7887,1,185,0)
 It is intended that menu interfaces be provided in addition to command 
-"BLD",7888,4,0)
+"BLD",7887,4,0)
 ^9.64PA^170.9^12
-"BLD",7888,4,170,0)
+"BLD",7887,4,170,0)
 170
-"BLD",7888,4,170,222)
+"BLD",7887,4,170,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,170.101,0)
+"BLD",7887,4,170.101,0)
 170.101
-"BLD",7888,4,170.101,222)
+"BLD",7887,4,170.101,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,170.9,0)
+"BLD",7887,4,170.9,0)
 170.9
-"BLD",7888,4,170.9,222)
+"BLD",7887,4,170.9,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,171.101,0)
+"BLD",7887,4,171.101,0)
 171.101
-"BLD",7888,4,171.101,222)
+"BLD",7887,4,171.101,222)
 y^y^f^^^^n
-"BLD",7888,4,171.401,0)
+"BLD",7887,4,171.401,0)
 171.401
-"BLD",7888,4,171.401,222)
+"BLD",7887,4,171.401,222)
 y^y^f^^^^n
-"BLD",7888,4,175,0)
+"BLD",7887,4,175,0)
 175
-"BLD",7888,4,175,222)
+"BLD",7887,4,175,222)
 y^y^f^^^^n
-"BLD",7888,4,176.112,0)
+"BLD",7887,4,176.112,0)
 176.112
-"BLD",7888,4,176.112,222)
+"BLD",7887,4,176.112,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,177.101,0)
+"BLD",7887,4,177.101,0)
 177.101
-"BLD",7888,4,177.101,222)
+"BLD",7887,4,177.101,222)
 y^y^f^^^^n
-"BLD",7888,4,177.201,0)
+"BLD",7887,4,177.201,0)
 177.201
-"BLD",7888,4,177.201,222)
+"BLD",7887,4,177.201,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,177.301,0)
+"BLD",7887,4,177.301,0)
 177.301
-"BLD",7888,4,177.301,222)
+"BLD",7887,4,177.301,222)
 y^y^f^^^^n
-"BLD",7888,4,178.101,0)
+"BLD",7887,4,178.101,0)
 178.101
-"BLD",7888,4,178.101,222)
+"BLD",7887,4,178.101,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,178.301,0)
+"BLD",7887,4,178.301,0)
 178.301
-"BLD",7888,4,178.301,222)
+"BLD",7887,4,178.301,222)
 y^y^f^^n^^y^o^n
-"BLD",7888,4,"B",170,170)
+"BLD",7887,4,"B",170,170)
 
-"BLD",7888,4,"B",170.101,170.101)
+"BLD",7887,4,"B",170.101,170.101)
 
-"BLD",7888,4,"B",170.9,170.9)
+"BLD",7887,4,"B",170.9,170.9)
 
-"BLD",7888,4,"B",171.101,171.101)
+"BLD",7887,4,"B",171.101,171.101)
 
-"BLD",7888,4,"B",171.401,171.401)
+"BLD",7887,4,"B",171.401,171.401)
 
-"BLD",7888,4,"B",175,175)
+"BLD",7887,4,"B",175,175)
 
-"BLD",7888,4,"B",176.112,176.112)
+"BLD",7887,4,"B",176.112,176.112)
 
-"BLD",7888,4,"B",177.101,177.101)
+"BLD",7887,4,"B",177.101,177.101)
 
-"BLD",7888,4,"B",177.201,177.201)
+"BLD",7887,4,"B",177.201,177.201)
 
-"BLD",7888,4,"B",177.301,177.301)
+"BLD",7887,4,"B",177.301,177.301)
 
-"BLD",7888,4,"B",178.101,178.101)
+"BLD",7887,4,"B",178.101,178.101)
 
-"BLD",7888,4,"B",178.301,178.301)
+"BLD",7887,4,"B",178.301,178.301)
 
-"BLD",7888,6.3)
-45
-"BLD",7888,"ABNS",0)
+"BLD",7887,6.3)
+46
+"BLD",7887,"ABNS",0)
 ^9.66A^^
-"BLD",7888,"ABPKG")
+"BLD",7887,"ABPKG")
 n^n
-"BLD",7888,"INI")
+"BLD",7887,"INI")
 PRE^C0CENV
-"BLD",7888,"INIT")
+"BLD",7887,"INIT")
 POST^C0CENV
-"BLD",7888,"KRN",0)
+"BLD",7887,"KRN",0)
 ^9.67PA^779.2^20
-"BLD",7888,"KRN",.4,0)
+"BLD",7887,"KRN",.4,0)
 .4
-"BLD",7888,"KRN",.401,0)
+"BLD",7887,"KRN",.401,0)
 .401
-"BLD",7888,"KRN",.402,0)
+"BLD",7887,"KRN",.402,0)
 .402
-"BLD",7888,"KRN",.403,0)
+"BLD",7887,"KRN",.403,0)
 .403
-"BLD",7888,"KRN",.5,0)
+"BLD",7887,"KRN",.5,0)
 .5
-"BLD",7888,"KRN",.84,0)
+"BLD",7887,"KRN",.84,0)
 .84
-"BLD",7888,"KRN",3.6,0)
+"BLD",7887,"KRN",3.6,0)
 3.6
-"BLD",7888,"KRN",3.8,0)
+"BLD",7887,"KRN",3.8,0)
 3.8
-"BLD",7888,"KRN",9.2,0)
+"BLD",7887,"KRN",9.2,0)
 9.2
-"BLD",7888,"KRN",9.8,0)
+"BLD",7887,"KRN",9.8,0)
 9.8
-"BLD",7888,"KRN",9.8,"NM",0)
+"BLD",7887,"KRN",9.8,"NM",0)
 ^9.68A^110^79
-"BLD",7888,"KRN",9.8,"NM",22,0)
+"BLD",7887,"KRN",9.8,"NM",22,0)
 C0CRXN^^0^B103277157
-"BLD",7888,"KRN",9.8,"NM",23,0)
+"BLD",7887,"KRN",9.8,"NM",23,0)
 C0CRNF^^0^B195772222
-"BLD",7888,"KRN",9.8,"NM",24,0)
+"BLD",7887,"KRN",9.8,"NM",24,0)
 C0CFM1^^0^B27048099
-"BLD",7888,"KRN",9.8,"NM",29,0)
+"BLD",7887,"KRN",9.8,"NM",29,0)
 C0CPARMS^^0^B9463714
-"BLD",7888,"KRN",9.8,"NM",31,0)
+"BLD",7887,"KRN",9.8,"NM",31,0)
 C0CFM2^^0^B102195978
-"BLD",7888,"KRN",9.8,"NM",34,0)
+"BLD",7887,"KRN",9.8,"NM",34,0)
 C0CXPATH^^0^B521207435
-"BLD",7888,"KRN",9.8,"NM",35,0)
+"BLD",7887,"KRN",9.8,"NM",35,0)
 C0CXPAT0^^0^B50736852
-"BLD",7888,"KRN",9.8,"NM",36,0)
+"BLD",7887,"KRN",9.8,"NM",36,0)
 C0CVITAL^^0^B319933080
-"BLD",7888,"KRN",9.8,"NM",37,0)
+"BLD",7887,"KRN",9.8,"NM",37,0)
 C0CUNIT^^0^B43465566
-"BLD",7888,"KRN",9.8,"NM",38,0)
+"BLD",7887,"KRN",9.8,"NM",38,0)
 C0CRIMA^^0^B331901748
-"BLD",7888,"KRN",9.8,"NM",39,0)
+"BLD",7887,"KRN",9.8,"NM",39,0)
 C0CPROBS^^0^B53281308
-"BLD",7888,"KRN",9.8,"NM",40,0)
+"BLD",7887,"KRN",9.8,"NM",40,0)
 C0CLABS^^0^B282604886
-"BLD",7888,"KRN",9.8,"NM",41,0)
+"BLD",7887,"KRN",9.8,"NM",41,0)
 C0CIMMU^^0^B20441765
-"BLD",7888,"KRN",9.8,"NM",42,0)
+"BLD",7887,"KRN",9.8,"NM",42,0)
 C0CCCR0^^0^B790419172
-"BLD",7888,"KRN",9.8,"NM",43,0)
+"BLD",7887,"KRN",9.8,"NM",43,0)
 C0CCCR^^0^B111682825
-"BLD",7888,"KRN",9.8,"NM",44,0)
+"BLD",7887,"KRN",9.8,"NM",44,0)
 C0CCCD1^^0^B100634737
-"BLD",7888,"KRN",9.8,"NM",45,0)
+"BLD",7887,"KRN",9.8,"NM",45,0)
 C0CCCD^^0^B114134049
-"BLD",7888,"KRN",9.8,"NM",46,0)
+"BLD",7887,"KRN",9.8,"NM",46,0)
 C0CALERT^^0^B31627309
-"BLD",7888,"KRN",9.8,"NM",47,0)
+"BLD",7887,"KRN",9.8,"NM",47,0)
 C0CACTOR^^0^B99733742
-"BLD",7888,"KRN",9.8,"NM",48,0)
+"BLD",7887,"KRN",9.8,"NM",48,0)
 C0CMED^^0^B18939705
-"BLD",7888,"KRN",9.8,"NM",49,0)
+"BLD",7887,"KRN",9.8,"NM",49,0)
 C0CMED1^^0^B110909428
-"BLD",7888,"KRN",9.8,"NM",50,0)
+"BLD",7887,"KRN",9.8,"NM",50,0)
 C0CMED2^^0^B144699326
-"BLD",7888,"KRN",9.8,"NM",51,0)
+"BLD",7887,"KRN",9.8,"NM",51,0)
 C0CMED3^^0^B172422279
-"BLD",7888,"KRN",9.8,"NM",52,0)
+"BLD",7887,"KRN",9.8,"NM",52,0)
 C0CMED6^^0^B194349409
-"BLD",7888,"KRN",9.8,"NM",53,0)
+"BLD",7887,"KRN",9.8,"NM",53,0)
 C0CDPT^^0^B45873061
-"BLD",7888,"KRN",9.8,"NM",54,0)
+"BLD",7887,"KRN",9.8,"NM",54,0)
 C0CUTIL^^0^B27079469
-"BLD",7888,"KRN",9.8,"NM",55,0)
+"BLD",7887,"KRN",9.8,"NM",55,0)
 C0CVA200^^0^B32092477
-"BLD",7888,"KRN",9.8,"NM",56,0)
+"BLD",7887,"KRN",9.8,"NM",56,0)
 C0CSYS^^0^B3933593
-"BLD",7888,"KRN",9.8,"NM",57,0)
+"BLD",7887,"KRN",9.8,"NM",57,0)
 C0CBAT^^0^B56971574
-"BLD",7888,"KRN",9.8,"NM",61,0)
+"BLD",7887,"KRN",9.8,"NM",61,0)
 C0CSUB1^^0^B16280924
-"BLD",7888,"KRN",9.8,"NM",62,0)
+"BLD",7887,"KRN",9.8,"NM",62,0)
 C0CLA7Q^^0^B21818572
-"BLD",7888,"KRN",9.8,"NM",63,0)
+"BLD",7887,"KRN",9.8,"NM",63,0)
 C0CPROC^^0^B27869918
-"BLD",7888,"KRN",9.8,"NM",64,0)
+"BLD",7887,"KRN",9.8,"NM",64,0)
 C0CMXP^^0^B77680190
-"BLD",7888,"KRN",9.8,"NM",65,0)
+"BLD",7887,"KRN",9.8,"NM",65,0)
 C0CMXML^^0^B56456416
-"BLD",7888,"KRN",9.8,"NM",66,0)
+"BLD",7887,"KRN",9.8,"NM",66,0)
 C0CVIT2^^0^B320700684
-"BLD",7888,"KRN",9.8,"NM",67,0)
+"BLD",7887,"KRN",9.8,"NM",67,0)
 C0CIM2^^0^B20157375
-"BLD",7888,"KRN",9.8,"NM",68,0)
+"BLD",7887,"KRN",9.8,"NM",68,0)
 C0CCPT^^0^B16531537
-"BLD",7888,"KRN",9.8,"NM",69,0)
+"BLD",7887,"KRN",9.8,"NM",69,0)
 C0CSOAP^^0^B79899662
-"BLD",7888,"KRN",9.8,"NM",70,0)
+"BLD",7887,"KRN",9.8,"NM",70,0)
 C0CENC^^0^B46321144
-"BLD",7888,"KRN",9.8,"NM",71,0)
+"BLD",7887,"KRN",9.8,"NM",71,0)
 C0CCMT^^0^B6740701
-"BLD",7888,"KRN",9.8,"NM",72,0)
+"BLD",7887,"KRN",9.8,"NM",72,0)
 C0CIN^^0^B30946883
-"BLD",7888,"KRN",9.8,"NM",73,0)
+"BLD",7887,"KRN",9.8,"NM",73,0)
 C0CDIC^^0^B43527636
-"BLD",7888,"KRN",9.8,"NM",74,0)
+"BLD",7887,"KRN",9.8,"NM",74,0)
 C0CDOM^^0^B86773980
-"BLD",7888,"KRN",9.8,"NM",75,0)
+"BLD",7887,"KRN",9.8,"NM",75,0)
 C0CENV^^0^B25371113
-"BLD",7888,"KRN",9.8,"NM",76,0)
+"BLD",7887,"KRN",9.8,"NM",76,0)
 C0CEVC^^0^B18388545
-"BLD",7888,"KRN",9.8,"NM",77,0)
+"BLD",7887,"KRN",9.8,"NM",77,0)
 C0CEWD^^0^B5607678
-"BLD",7888,"KRN",9.8,"NM",78,0)
+"BLD",7887,"KRN",9.8,"NM",78,0)
 C0CEWD1^^0^B6563070
-"BLD",7888,"KRN",9.8,"NM",79,0)
+"BLD",7887,"KRN",9.8,"NM",79,0)
 C0CFM3^^0^B68203631
-"BLD",7888,"KRN",9.8,"NM",80,0)
+"BLD",7887,"KRN",9.8,"NM",80,0)
 C0CLA7DD^^0^B66668579
-"BLD",7888,"KRN",9.8,"NM",81,0)
+"BLD",7887,"KRN",9.8,"NM",81,0)
 C0CMAIL^^0^B92791623
-"BLD",7888,"KRN",9.8,"NM",82,0)
+"BLD",7887,"KRN",9.8,"NM",82,0)
 C0CMAIL2^^0^B166788518
-"BLD",7888,"KRN",9.8,"NM",83,0)
+"BLD",7887,"KRN",9.8,"NM",83,0)
 C0CMAIL3^^0^B224733815
-"BLD",7888,"KRN",9.8,"NM",84,0)
+"BLD",7887,"KRN",9.8,"NM",84,0)
 C0CMCCD^^0^B73168233
-"BLD",7888,"KRN",9.8,"NM",85,0)
+"BLD",7887,"KRN",9.8,"NM",85,0)
 C0CMED4^^0^B61058927
-"BLD",7888,"KRN",9.8,"NM",86,0)
+"BLD",7887,"KRN",9.8,"NM",86,0)
 C0CMIME^^0^B99031395
-"BLD",7888,"KRN",9.8,"NM",87,0)
+"BLD",7887,"KRN",9.8,"NM",87,0)
 C0CMXMLB^^0^B12065941
-"BLD",7888,"KRN",9.8,"NM",88,0)
+"BLD",7887,"KRN",9.8,"NM",88,0)
 C0CNHIN^^0^B87973392
-"BLD",7888,"KRN",9.8,"NM",89,0)
+"BLD",7887,"KRN",9.8,"NM",89,0)
 C0CNMED2^^0^B33217786
-"BLD",7888,"KRN",9.8,"NM",90,0)
+"BLD",7887,"KRN",9.8,"NM",90,0)
 C0CNMED4^^0^B92238704
-"BLD",7888,"KRN",9.8,"NM",91,0)
+"BLD",7887,"KRN",9.8,"NM",91,0)
 C0CORSLT^^0^B9647157
-"BLD",7888,"KRN",9.8,"NM",92,0)
+"BLD",7887,"KRN",9.8,"NM",92,0)
 C0CPXRM^^0^B14904056
-"BLD",7888,"KRN",9.8,"NM",93,0)
+"BLD",7887,"KRN",9.8,"NM",93,0)
 C0CQRY1^^0^B18992765
-"BLD",7888,"KRN",9.8,"NM",94,0)
+"BLD",7887,"KRN",9.8,"NM",94,0)
 C0CQRY2^^0^B20465060
-"BLD",7888,"KRN",9.8,"NM",95,0)
+"BLD",7887,"KRN",9.8,"NM",95,0)
 C0CRNFRP^^0^B91701220
-"BLD",7888,"KRN",9.8,"NM",96,0)
+"BLD",7887,"KRN",9.8,"NM",96,0)
 C0CRPMS^^0^B16300714
-"BLD",7888,"KRN",9.8,"NM",97,0)
+"BLD",7887,"KRN",9.8,"NM",97,0)
 C0CRXNRD^^0^B31474664
-"BLD",7888,"KRN",9.8,"NM",98,0)
+"BLD",7887,"KRN",9.8,"NM",98,0)
 C0CSNOA^^0^B56032588
-"BLD",7888,"KRN",9.8,"NM",99,0)
+"BLD",7887,"KRN",9.8,"NM",99,0)
 C0CVOBX1^^0^B12947698
-"BLD",7888,"KRN",9.8,"NM",100,0)
+"BLD",7887,"KRN",9.8,"NM",100,0)
 C0CVORU^^0^B58596883
-"BLD",7888,"KRN",9.8,"NM",101,0)
+"BLD",7887,"KRN",9.8,"NM",101,0)
 C0CXEWD^^0^B15380480
-"BLD",7888,"KRN",9.8,"NM",102,0)
+"BLD",7887,"KRN",9.8,"NM",102,0)
 C0COVREL^^0^B18541513
-"BLD",7888,"KRN",9.8,"NM",103,0)
+"BLD",7887,"KRN",9.8,"NM",103,0)
 C0COVRES^^0^B24677897
-"BLD",7888,"KRN",9.8,"NM",104,0)
+"BLD",7887,"KRN",9.8,"NM",104,0)
 C0COVREU^^0^B79442187
-"BLD",7888,"KRN",9.8,"NM",105,0)
+"BLD",7887,"KRN",9.8,"NM",105,0)
 C0CRAHL7^^0^B54192731
-"BLD",7888,"KRN",9.8,"NM",106,0)
+"BLD",7887,"KRN",9.8,"NM",106,0)
 C0CRARPT^^0^B68379544
-"BLD",7888,"KRN",9.8,"NM",107,0)
+"BLD",7887,"KRN",9.8,"NM",107,0)
 C0CSQMB^^0^B545540
-"BLD",7888,"KRN",9.8,"NM",108,0)
+"BLD",7887,"KRN",9.8,"NM",108,0)
 C0CTIU^^0^B62323461
-"BLD",7888,"KRN",9.8,"NM",109,0)
+"BLD",7887,"KRN",9.8,"NM",109,0)
 C0CTIU1^^0^B10596577
-"BLD",7888,"KRN",9.8,"NM",110,0)
+"BLD",7887,"KRN",9.8,"NM",110,0)
 C0CVALID^^0^B2856461
-"BLD",7888,"KRN",9.8,"NM","B","C0CACTOR",47)
+"BLD",7887,"KRN",9.8,"NM","B","C0CACTOR",47)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CALERT",46)
+"BLD",7887,"KRN",9.8,"NM","B","C0CALERT",46)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CBAT",57)
+"BLD",7887,"KRN",9.8,"NM","B","C0CBAT",57)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CCCD",45)
+"BLD",7887,"KRN",9.8,"NM","B","C0CCCD",45)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CCCD1",44)
+"BLD",7887,"KRN",9.8,"NM","B","C0CCCD1",44)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CCCR",43)
+"BLD",7887,"KRN",9.8,"NM","B","C0CCCR",43)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CCCR0",42)
+"BLD",7887,"KRN",9.8,"NM","B","C0CCCR0",42)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CCMT",71)
+"BLD",7887,"KRN",9.8,"NM","B","C0CCMT",71)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CCPT",68)
+"BLD",7887,"KRN",9.8,"NM","B","C0CCPT",68)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CDIC",73)
+"BLD",7887,"KRN",9.8,"NM","B","C0CDIC",73)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CDOM",74)
+"BLD",7887,"KRN",9.8,"NM","B","C0CDOM",74)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CDPT",53)
+"BLD",7887,"KRN",9.8,"NM","B","C0CDPT",53)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CENC",70)
+"BLD",7887,"KRN",9.8,"NM","B","C0CENC",70)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CENV",75)
+"BLD",7887,"KRN",9.8,"NM","B","C0CENV",75)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CEVC",76)
+"BLD",7887,"KRN",9.8,"NM","B","C0CEVC",76)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CEWD",77)
+"BLD",7887,"KRN",9.8,"NM","B","C0CEWD",77)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CEWD1",78)
+"BLD",7887,"KRN",9.8,"NM","B","C0CEWD1",78)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CFM1",24)
+"BLD",7887,"KRN",9.8,"NM","B","C0CFM1",24)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CFM2",31)
+"BLD",7887,"KRN",9.8,"NM","B","C0CFM2",31)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CFM3",79)
+"BLD",7887,"KRN",9.8,"NM","B","C0CFM3",79)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CIM2",67)
+"BLD",7887,"KRN",9.8,"NM","B","C0CIM2",67)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CIMMU",41)
+"BLD",7887,"KRN",9.8,"NM","B","C0CIMMU",41)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CIN",72)
+"BLD",7887,"KRN",9.8,"NM","B","C0CIN",72)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CLA7DD",80)
+"BLD",7887,"KRN",9.8,"NM","B","C0CLA7DD",80)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CLA7Q",62)
+"BLD",7887,"KRN",9.8,"NM","B","C0CLA7Q",62)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CLABS",40)
+"BLD",7887,"KRN",9.8,"NM","B","C0CLABS",40)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMAIL",81)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMAIL",81)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMAIL2",82)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMAIL2",82)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMAIL3",83)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMAIL3",83)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMCCD",84)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMCCD",84)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMED",48)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMED",48)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMED1",49)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMED1",49)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMED2",50)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMED2",50)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMED3",51)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMED3",51)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMED4",85)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMED4",85)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMED6",52)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMED6",52)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMIME",86)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMIME",86)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMXML",65)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMXML",65)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMXMLB",87)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMXMLB",87)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CMXP",64)
+"BLD",7887,"KRN",9.8,"NM","B","C0CMXP",64)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CNHIN",88)
+"BLD",7887,"KRN",9.8,"NM","B","C0CNHIN",88)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CNMED2",89)
+"BLD",7887,"KRN",9.8,"NM","B","C0CNMED2",89)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CNMED4",90)
+"BLD",7887,"KRN",9.8,"NM","B","C0CNMED4",90)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CORSLT",91)
+"BLD",7887,"KRN",9.8,"NM","B","C0CORSLT",91)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0COVREL",102)
+"BLD",7887,"KRN",9.8,"NM","B","C0COVREL",102)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0COVRES",103)
+"BLD",7887,"KRN",9.8,"NM","B","C0COVRES",103)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0COVREU",104)
+"BLD",7887,"KRN",9.8,"NM","B","C0COVREU",104)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CPARMS",29)
+"BLD",7887,"KRN",9.8,"NM","B","C0CPARMS",29)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CPROBS",39)
+"BLD",7887,"KRN",9.8,"NM","B","C0CPROBS",39)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CPROC",63)
+"BLD",7887,"KRN",9.8,"NM","B","C0CPROC",63)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CPXRM",92)
+"BLD",7887,"KRN",9.8,"NM","B","C0CPXRM",92)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CQRY1",93)
+"BLD",7887,"KRN",9.8,"NM","B","C0CQRY1",93)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CQRY2",94)
+"BLD",7887,"KRN",9.8,"NM","B","C0CQRY2",94)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRAHL7",105)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRAHL7",105)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRARPT",106)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRARPT",106)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRIMA",38)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRIMA",38)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRNF",23)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRNF",23)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRNFRP",95)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRNFRP",95)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRPMS",96)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRPMS",96)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRXN",22)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRXN",22)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CRXNRD",97)
+"BLD",7887,"KRN",9.8,"NM","B","C0CRXNRD",97)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CSNOA",98)
+"BLD",7887,"KRN",9.8,"NM","B","C0CSNOA",98)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CSOAP",69)
+"BLD",7887,"KRN",9.8,"NM","B","C0CSOAP",69)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CSQMB",107)
+"BLD",7887,"KRN",9.8,"NM","B","C0CSQMB",107)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CSUB1",61)
+"BLD",7887,"KRN",9.8,"NM","B","C0CSUB1",61)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CSYS",56)
+"BLD",7887,"KRN",9.8,"NM","B","C0CSYS",56)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CTIU",108)
+"BLD",7887,"KRN",9.8,"NM","B","C0CTIU",108)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CTIU1",109)
+"BLD",7887,"KRN",9.8,"NM","B","C0CTIU1",109)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CUNIT",37)
+"BLD",7887,"KRN",9.8,"NM","B","C0CUNIT",37)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CUTIL",54)
+"BLD",7887,"KRN",9.8,"NM","B","C0CUTIL",54)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CVA200",55)
+"BLD",7887,"KRN",9.8,"NM","B","C0CVA200",55)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CVALID",110)
+"BLD",7887,"KRN",9.8,"NM","B","C0CVALID",110)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CVIT2",66)
+"BLD",7887,"KRN",9.8,"NM","B","C0CVIT2",66)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CVITAL",36)
+"BLD",7887,"KRN",9.8,"NM","B","C0CVITAL",36)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CVOBX1",99)
+"BLD",7887,"KRN",9.8,"NM","B","C0CVOBX1",99)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CVORU",100)
+"BLD",7887,"KRN",9.8,"NM","B","C0CVORU",100)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CXEWD",101)
+"BLD",7887,"KRN",9.8,"NM","B","C0CXEWD",101)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CXPAT0",35)
+"BLD",7887,"KRN",9.8,"NM","B","C0CXPAT0",35)
 
-"BLD",7888,"KRN",9.8,"NM","B","C0CXPATH",34)
+"BLD",7887,"KRN",9.8,"NM","B","C0CXPATH",34)
 
-"BLD",7888,"KRN",19,0)
+"BLD",7887,"KRN",19,0)
 19
-"BLD",7888,"KRN",19,"NM",0)
+"BLD",7887,"KRN",19,"NM",0)
 ^9.68A^10^10
-"BLD",7888,"KRN",19,"NM",1,0)
+"BLD",7887,"KRN",19,"NM",1,0)
 C0C BATCH OPTIONS^^0
-"BLD",7888,"KRN",19,"NM",2,0)
+"BLD",7887,"KRN",19,"NM",2,0)
 C0C CCR EXPORT BY PATIENT NAME^^0
-"BLD",7888,"KRN",19,"NM",3,0)
+"BLD",7887,"KRN",19,"NM",3,0)
 C0C CCR MENU^^0
-"BLD",7888,"KRN",19,"NM",4,0)
+"BLD",7887,"KRN",19,"NM",4,0)
 C0C DISPLAY ELEMENTS^^0
-"BLD",7888,"KRN",19,"NM",5,0)
+"BLD",7887,"KRN",19,"NM",5,0)
 C0C DISPLAY PATIENT VARIABLES^^0
-"BLD",7888,"KRN",19,"NM",6,0)
+"BLD",7887,"KRN",19,"NM",6,0)
 C0C KILL BATCH JOB^^0
-"BLD",7888,"KRN",19,"NM",7,0)
+"BLD",7887,"KRN",19,"NM",7,0)
 C0C LIST RIM CATEGORIES^^0
-"BLD",7888,"KRN",19,"NM",8,0)
+"BLD",7887,"KRN",19,"NM",8,0)
 C0C START CCR BATCH PROCESSING^^0
-"BLD",7888,"KRN",19,"NM",9,0)
+"BLD",7887,"KRN",19,"NM",9,0)
 C0C STATUS OF CCR BATCH^^0
-"BLD",7888,"KRN",19,"NM",10,0)
+"BLD",7887,"KRN",19,"NM",10,0)
 C0C CCR RPC^^0
-"BLD",7888,"KRN",19,"NM","B","C0C BATCH OPTIONS",1)
+"BLD",7887,"KRN",19,"NM","B","C0C BATCH OPTIONS",1)
 
-"BLD",7888,"KRN",19,"NM","B","C0C CCR EXPORT BY PATIENT NAME",2)
+"BLD",7887,"KRN",19,"NM","B","C0C CCR EXPORT BY PATIENT NAME",2)
 
-"BLD",7888,"KRN",19,"NM","B","C0C CCR MENU",3)
+"BLD",7887,"KRN",19,"NM","B","C0C CCR MENU",3)
 
-"BLD",7888,"KRN",19,"NM","B","C0C CCR RPC",10)
+"BLD",7887,"KRN",19,"NM","B","C0C CCR RPC",10)
 
-"BLD",7888,"KRN",19,"NM","B","C0C DISPLAY ELEMENTS",4)
+"BLD",7887,"KRN",19,"NM","B","C0C DISPLAY ELEMENTS",4)
 
-"BLD",7888,"KRN",19,"NM","B","C0C DISPLAY PATIENT VARIABLES",5)
+"BLD",7887,"KRN",19,"NM","B","C0C DISPLAY PATIENT VARIABLES",5)
 
-"BLD",7888,"KRN",19,"NM","B","C0C KILL BATCH JOB",6)
+"BLD",7887,"KRN",19,"NM","B","C0C KILL BATCH JOB",6)
 
-"BLD",7888,"KRN",19,"NM","B","C0C LIST RIM CATEGORIES",7)
+"BLD",7887,"KRN",19,"NM","B","C0C LIST RIM CATEGORIES",7)
 
-"BLD",7888,"KRN",19,"NM","B","C0C START CCR BATCH PROCESSING",8)
+"BLD",7887,"KRN",19,"NM","B","C0C START CCR BATCH PROCESSING",8)
 
-"BLD",7888,"KRN",19,"NM","B","C0C STATUS OF CCR BATCH",9)
+"BLD",7887,"KRN",19,"NM","B","C0C STATUS OF CCR BATCH",9)
 
-"BLD",7888,"KRN",19.1,0)
+"BLD",7887,"KRN",19.1,0)
 19.1
-"BLD",7888,"KRN",101,0)
+"BLD",7887,"KRN",101,0)
 101
-"BLD",7888,"KRN",409.61,0)
+"BLD",7887,"KRN",409.61,0)
 409.61
-"BLD",7888,"KRN",771,0)
+"BLD",7887,"KRN",771,0)
 771
-"BLD",7888,"KRN",779.2,0)
+"BLD",7887,"KRN",779.2,0)
 779.2
-"BLD",7888,"KRN",870,0)
+"BLD",7887,"KRN",870,0)
 870
-"BLD",7888,"KRN",8989.51,0)
+"BLD",7887,"KRN",8989.51,0)
 8989.51
-"BLD",7888,"KRN",8989.52,0)
+"BLD",7887,"KRN",8989.52,0)
 8989.52
-"BLD",7888,"KRN",8994,0)
+"BLD",7887,"KRN",8994,0)
 8994
-"BLD",7888,"KRN",8994,"NM",0)
+"BLD",7887,"KRN",8994,"NM",0)
 ^9.68A^1^1
-"BLD",7888,"KRN",8994,"NM",1,0)
+"BLD",7887,"KRN",8994,"NM",1,0)
 C0C CCR RPC^^0
-"BLD",7888,"KRN",8994,"NM","B","C0C CCR RPC",1)
+"BLD",7887,"KRN",8994,"NM","B","C0C CCR RPC",1)
 
-"BLD",7888,"KRN","B",.4,.4)
+"BLD",7887,"KRN","B",.4,.4)
 
-"BLD",7888,"KRN","B",.401,.401)
+"BLD",7887,"KRN","B",.401,.401)
 
-"BLD",7888,"KRN","B",.402,.402)
+"BLD",7887,"KRN","B",.402,.402)
 
-"BLD",7888,"KRN","B",.403,.403)
+"BLD",7887,"KRN","B",.403,.403)
 
-"BLD",7888,"KRN","B",.5,.5)
+"BLD",7887,"KRN","B",.5,.5)
 
-"BLD",7888,"KRN","B",.84,.84)
+"BLD",7887,"KRN","B",.84,.84)
 
-"BLD",7888,"KRN","B",3.6,3.6)
+"BLD",7887,"KRN","B",3.6,3.6)
 
-"BLD",7888,"KRN","B",3.8,3.8)
+"BLD",7887,"KRN","B",3.8,3.8)
 
-"BLD",7888,"KRN","B",9.2,9.2)
+"BLD",7887,"KRN","B",9.2,9.2)
 
-"BLD",7888,"KRN","B",9.8,9.8)
+"BLD",7887,"KRN","B",9.8,9.8)
 
-"BLD",7888,"KRN","B",19,19)
+"BLD",7887,"KRN","B",19,19)
 
-"BLD",7888,"KRN","B",19.1,19.1)
+"BLD",7887,"KRN","B",19.1,19.1)
 
-"BLD",7888,"KRN","B",101,101)
+"BLD",7887,"KRN","B",101,101)
 
-"BLD",7888,"KRN","B",409.61,409.61)
+"BLD",7887,"KRN","B",409.61,409.61)
 
-"BLD",7888,"KRN","B",771,771)
+"BLD",7887,"KRN","B",771,771)
 
-"BLD",7888,"KRN","B",779.2,779.2)
+"BLD",7887,"KRN","B",779.2,779.2)
 
-"BLD",7888,"KRN","B",870,870)
+"BLD",7887,"KRN","B",870,870)
 
-"BLD",7888,"KRN","B",8989.51,8989.51)
+"BLD",7887,"KRN","B",8989.51,8989.51)
 
-"BLD",7888,"KRN","B",8989.52,8989.52)
+"BLD",7887,"KRN","B",8989.52,8989.52)
 
-"BLD",7888,"KRN","B",8994,8994)
+"BLD",7887,"KRN","B",8994,8994)
 
-"BLD",7888,"PRE")
+"BLD",7887,"PRE")
 C0CENV
-"BLD",7888,"QUES",0)
+"BLD",7887,"QUES",0)
 ^9.62^^
-"BLD",7888,"REQB",0)
-^9.611^^
+"BLD",7887,"REQB",0)
+^9.611^2^2
+"BLD",7887,"REQB",1,0)
+NHIN 1.0^2
+"BLD",7887,"REQB",2,0)
+NHIN*1.0*1^2
+"BLD",7887,"REQB","B","NHIN 1.0",1)
+
+"BLD",7887,"REQB","B","NHIN*1.0*1",2)
+
 "DATA",170,1,0)
 DATETIME
@@ -89526,5 +89534,5 @@
 C0C KILL BATCH JOB
 "KRN",19,11001,99)
-62587,50123
+62588,53404
 "KRN",19,11001,"U")
 BATCH CCR OPTIONS
@@ -89556,5 +89564,5 @@
 C0C LIST RIM CATEGORIES
 "KRN",19,11002,99)
-62587,50123
+62588,53404
 "KRN",19,11002,"U")
 CCR MENU
@@ -89678,5 +89686,5 @@
 ^9.49I^1^1
 "PKG",212,22,1,0)
-1.2^3120511
+1.2^3120511^3120511^8
 "PKG",212,22,1,1,0)
 ^^185^185^3120511
@@ -90132,5 +90140,5 @@
 C0CACTOR  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR ACTORS ; 7/3/08
 "RTN","C0CACTOR",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CACTOR",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -90680,5 +90688,5 @@
 C0CALERT  ; CCDCCR/CKU/GPL - CCR/CCD PROCESSING FOR ALERTS ; 09/11/08
 "RTN","C0CALERT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CALERT",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota and others.
@@ -90946,5 +90954,5 @@
 C0CBAT   ; CCDCCR/GPL - CCR Batch utilities; 4/21/09
 "RTN","C0CBAT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CBAT",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -91416,5 +91424,5 @@
 C0CCCD   ; CCDCCR/GPL - CCD MAIN PROCESSING; 6/6/08
 "RTN","C0CCCD",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CCCD",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -91962,5 +91970,5 @@
 C0CCCD1 ; CCDCCR/GPL - CCD TEMPLATE AND ACCESS ROUTINES; 6/7/08
 "RTN","C0CCCD1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CCCD1",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -92500,5 +92508,5 @@
 C0CCCR   ; CCDCCR/GPL - CCR MAIN PROCESSING; 6/6/08
 "RTN","C0CCCR",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CCCR",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -93084,5 +93092,5 @@
 C0CCCR0 ; CCDCCR/GPL - CCR TEMPLATE AND ACCESS ROUTINES; 5/31/08
 "RTN","C0CCCR0",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CCCR0",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -94898,5 +94906,5 @@
 C0CCMT  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR COMMENTS ; 05/21/10
 "RTN","C0CCMT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CCMT",3,0)
  ;Copyright 2010 George Lilly, University of Minnesota and others.
@@ -95032,5 +95040,5 @@
 C0CCPT ;;BSL;RETURN CPT DATA;
 "RTN","C0CCPT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CCPT",3,0)
  ;Sequence Managers Software GPL;;;;;Build 2
@@ -95236,5 +95244,5 @@
 C0CDIC   ; CCDCCR/GPL - CCR Dictionary utilities; 6/1/08
 "RTN","C0CDIC",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CDIC",3,0)
  ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
@@ -95652,5 +95660,5 @@
 C0CDOM   ; GPL - DOM PROCESSING ROUTINES ;6/6/11  17:05
 "RTN","C0CDOM",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CDOM",3,0)
  ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
@@ -96292,5 +96300,5 @@
 C0CDPT ;WV/CCRCCD/SMH - Routines to Extract Patient Data for CCDCCR; 6/15/08
 "RTN","C0CDPT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CDPT",3,0)
  ;
@@ -96832,5 +96840,5 @@
 C0CENC  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR ENCOUNTERS ; 05/21/10
 "RTN","C0CENC",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CENC",3,0)
  ;Copyright 2010 George Lilly, University of Minnesota and others.
@@ -97212,5 +97220,5 @@
 C0CENV ;WV/JMC - CCD/CCR Environment Check/Install Routine ; Aug 16, 2009
 "RTN","C0CENV",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CENV",3,0)
  ;
@@ -97604,5 +97612,5 @@
 C0CEVC   ; CCDCCR/GPL - SUPPORT FOR EWD VISTCOM PAGES ; 3/1/2010
 "RTN","C0CEVC",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CEVC",3,0)
 gpltest2 ; experiment with sending a CCR to an ewd page
@@ -97960,5 +97968,5 @@
 C0CEWD   ; CCDCCR/GPL - CCR EWD utilities; 1/6/11
 "RTN","C0CEWD",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CEWD",3,0)
  ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
@@ -98104,5 +98112,5 @@
 C0CEWD1   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
 "RTN","C0CEWD1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CEWD1",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -98240,5 +98248,5 @@
 C0CFM1   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
 "RTN","C0CFM1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CFM1",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -98596,5 +98604,5 @@
 C0CFM2   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
 "RTN","C0CFM2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CFM2",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -99322,5 +99330,5 @@
 C0CFM3   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
 "RTN","C0CFM3",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CFM3",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -99898,5 +99906,5 @@
 C0CIM2  ; CCDCCR/GPL/CJE - CCR/CCD PROCESSING FOR IMMUNIZATIONS ; 01/27/10
 "RTN","C0CIM2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CIM2",3,0)
  ;Copyright 2010 George Lilly, University of Minnesota and others.
@@ -100166,5 +100174,5 @@
 C0CIMMU ; CCDCCR/GPL - CCR/CCD PROCESSING FOR IMMUNIZATIONS ; 2/2/09
 "RTN","C0CIMMU",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CIMMU",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -100382,5 +100390,5 @@
 C0CIN   ; CCDCCR/GPL - CCR IMPORT utilities; 9/20/08
 "RTN","C0CIN",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CIN",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -100770,5 +100778,5 @@
 C0CLA7DD ;WV/JMC - CCD/CCR Post Install DD X-Ref Setup Routine ; Aug 31, 2009
 "RTN","C0CLA7DD",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CLA7DD",3,0)
  ;
@@ -101290,5 +101298,5 @@
 C0CLA7Q ;WV/JMC - CCD/CCR Lab HL7 Query Utility ;Jul 6, 2009
 "RTN","C0CLA7Q",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CLA7Q",3,0)
  ;
@@ -101630,5 +101638,5 @@
 C0CLABS ; CCDCCR/GPL - CCR/CCD PROCESSING FOR LAB RESULTS ; 10/01/08 ; 5/10/12 2:49pm
 "RTN","C0CLABS",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CLABS",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -102430,5 +102438,5 @@
 C0CMAIL ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr
 "RTN","C0CMAIL",2,0)
-V ;;1.2;C0C;;May 11, 2012;Build 45
+V ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMAIL",3,0)
  ;Copyright 2011 Chris Richardson, Richardson Computer Research
@@ -103176,5 +103184,5 @@
 C0CMAIL2 ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr  ; 5/10/12 2:50pm
 "RTN","C0CMAIL2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMAIL2",3,0)
  ;Copyright 2011 Chris Richardson, Richardson Computer Research
@@ -104106,5 +104114,5 @@
 C0CMAIL3 ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr   ; 5/10/12 2:51pm
 "RTN","C0CMAIL3",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMAIL3",3,0)
  ;Copyright 2011 Chris Richardson, Richardson Computer Research
@@ -105176,5 +105184,5 @@
 C0CMCCD   ; GPL - MXML based CCD utilities;12/04/09  17:05
 "RTN","C0CMCCD",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMCCD",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -105764,5 +105772,5 @@
 C0CMED ; WV/CCDCCR/GPL/SMH - CCR/CCD Medications Driver; Mar 23 2009
 "RTN","C0CMED",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMED",3,0)
  ; Copyright 2008,2009 George Lilly, University of Minnesota and Sam Habiel.
@@ -105994,5 +106002,5 @@
 C0CMED1 ; WV/CCDCCR/SMH - CCR/CCD PROCESSING FOR MEDICATIONS ;01/10/09
 "RTN","C0CMED1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMED1",3,0)
  ;;Last modified Sat Jan 10 21:42:27 PST 2009
@@ -106472,5 +106480,5 @@
 C0CMED2 ; WV/CCDCCR/SMH - CCR/CCD Meds - Pending for Vista
 "RTN","C0CMED2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMED2",3,0)
  ;;Last Modified Sat Jan 10 21:41:14 PST 2009
@@ -107008,5 +107016,5 @@
 C0CMED3 ; WV/CCDCCR/SMH - Meds: Non-VA/Outside Meds for Vista
 "RTN","C0CMED3",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMED3",3,0)
  ;;Last Modified: Sun Jan 11 05:45:03 UTC 2009
@@ -107630,5 +107638,5 @@
 C0CMED4         ; WV/CCDCCR/SMH - CCR/CCD PROCESSING FOR MEDICATIONS - Inpatient Meds/Unit Dose ;10/13/08 ; 5/10/12 2:38pm
 "RTN","C0CMED4",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMED4",3,0)
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
@@ -107988,5 +107996,5 @@
 C0CMED6 ; WV/CCDCCR/SMH - Meds from RPMS: Outpatient Meds;01/10/09
 "RTN","C0CMED6",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMED6",3,0)
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
@@ -108652,5 +108660,5 @@
 C0CMIME ; CCDCCR/GPL - MIME manipulation utilities; 3/8/11 ; 5/16/11 2:32pm
 "RTN","C0CMIME",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMIME",3,0)
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
@@ -109332,5 +109340,5 @@
 C0CMXML   ; GPL - MXML based XPath utilities;10/13/09  17:05
 "RTN","C0CMXML",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMXML",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -109842,5 +109850,5 @@
 C0CMXMLB ;;ISF/RWF - Tool to build XML ; 5/10/12 2:51pm
 "RTN","C0CMXMLB",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMXMLB",3,0)
  QUIT
@@ -110056,5 +110064,5 @@
 C0CMXP   ; GPL - MXML based XPath utilities;12/04/09  17:05
 "RTN","C0CMXP",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CMXP",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -110642,5 +110650,5 @@
 C0CNHIN   ; GPL - PROCESSING FOR OUTPUT OF NHINV ROUTINES;6/3/11  17:05
 "RTN","C0CNHIN",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CNHIN",3,0)
  ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
@@ -111290,5 +111298,5 @@
 C0CNMED2 ; WV/CCDCCR/GPL/SMH - CCR/CCD Medications Driver; Mar 23 2009 ; 5/10/12 2:53pm
 "RTN","C0CNMED2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CNMED2",3,0)
  ; Copyright 2008,2009 George Lilly, University of Minnesota and Sam Habiel.
@@ -111534,5 +111542,5 @@
 C0CNMED4 ; WV/CCDCCR/SMH/gpl - CCR/CCD PROCESSING FOR MEDICATIONS - Inpatient Meds/Unit Dose ;10/13/08 ; 5/10/12 2:54pm
 "RTN","C0CNMED4",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CNMED4",3,0)
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
@@ -111978,5 +111986,5 @@
 C0CORSLT ; CCDCCR/GPL - CCR/CCD PROCESSING ADDITIONAL RESULTS ; 06/27/11
 "RTN","C0CORSLT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CORSLT",3,0)
  ;Copyright 2011 George Lilly.
@@ -112118,5 +112126,5 @@
 C0COVREL ; CCDCCR/ELN - CCR/CCD PROCESSING FOR LAB,RAD,TIU RESULTS ; 10/12/15
 "RTN","C0COVREL",2,0)
-        ;;1.2;C0C;;May 11, 2012;Build 45
+        ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0COVREL",3,0)
 LIST    ; LIST THE HL7 MESSAGE; ALSO, EXTRACT THE RESULT VARIABLES TO C0CLB
@@ -112260,5 +112268,5 @@
 C0COVRES ; CCDCCR/ELN - CCR/CCD PROCESSING FOR LAB,RAD,TIU RESULTS ; 10/12/15
 "RTN","C0COVRES",2,0)
-        ;;1.2;C0C;;May 11, 2012;Build 45
+        ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0COVRES",3,0)
         ;
@@ -112450,5 +112458,5 @@
 C0COVREU ; CCDCCR/ELN - CCR/CCD PROCESSING FOR LAB,RAD,TIU RESULTS ; 10/12/15
 "RTN","C0COVREU",2,0)
-        ;;1.2;C0C;;May 11, 2012;Build 45
+        ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0COVREU",3,0)
         ;
@@ -112808,5 +112816,5 @@
 C0CPARMS ; CCDCCR/GPL - CCR/CCD PARAMETER PROCESSING ; 1/29/09
 "RTN","C0CPARMS",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CPARMS",3,0)
  ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
@@ -112974,5 +112982,5 @@
 C0CPROBS ; CCDCCR/GPL/CJE - CCR/CCD PROCESSING FOR PROBLEMS ; 6/6/08
 "RTN","C0CPROBS",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CPROBS",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -113346,5 +113354,5 @@
 C0CPROC  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR PROCEDURES ; 01/21/10
 "RTN","C0CPROC",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CPROC",3,0)
  ;Copyright 2010 George Lilly, University of Minnesota and others.
@@ -113640,5 +113648,5 @@
 C0CPXRM ; 
 "RTN","C0CPXRM",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CPXRM",3,0)
 DOIT ;
@@ -113790,5 +113798,5 @@
 LA7QRY1 ;DALOI/JMC - Lab HL7 Query Utility ;01/19/99  13:48
 "RTN","C0CQRY1",2,0)
-        ;;1.2;C0C;;May 11, 2012;Build 45
+        ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CQRY1",3,0)
         ;
@@ -114038,5 +114046,5 @@
 LA7QRY2 ;DALOI/JMC - Lab HL7 Query Utility ; 04/13/09
 "RTN","C0CQRY2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CQRY2",3,0)
  ; JMC - mods to check for IHS V LAB file
@@ -114408,5 +114416,5 @@
 C0CRAHL7 ; C0C/ELN - CCR/CCD PROCESSING FOR RAD REPORT ; 25/10/2010
 "RTN","C0CRAHL7",2,0)
-        ;;1.2;C0C;;May 11, 2012;Build 45
+        ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRAHL7",3,0)
         ;;
@@ -114682,5 +114690,5 @@
 C0CRARPT        ; C0C/ELN - CCR/CCD PROCESSING FOR RAD REPORT ; 19/10/2010
 "RTN","C0CRARPT",2,0)
-        ;;1.2;C0C;;May 11, 2012;Build 45
+        ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRARPT",3,0)
 MAP(MIXML,DFN,MOXML)    ;TO MAKE THIS COMPATIBLE WITH OLD CALLING FOR EXTRACT
@@ -115016,5 +115024,5 @@
 C0CRIMA   ; CCDCCR/GPL - RIM REPORT ROUTINES; 6/6/08
 "RTN","C0CRIMA",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRIMA",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -116084,5 +116092,5 @@
 C0CRNF   ; CCDCCR/GPL - Reference Name Format (RNF) utilities; 12/6/08
 "RTN","C0CRNF",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRNF",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -117010,5 +117018,5 @@
 C0CRNFRP ; CCDCCR/GPL - Reference Name Format (RNF) RPCs; 12/9/09 ; 5/10/12 2:56pm
 "RTN","C0CRNFRP",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRNFRP",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -117696,5 +117704,5 @@
 C0CRPMS ; CCDCCR/GPL - CCR/CCD PROCESSING FOR RPMS ;1/14/09  14:33
 "RTN","C0CRPMS",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRPMS",3,0)
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
@@ -117964,5 +117972,5 @@
 C0CRXN   ; CCDCCR/GPL - CCR RXN utilities; 12/6/08
 "RTN","C0CRXN",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRXN",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -118546,5 +118554,5 @@
 C0CRXNRD ; WV/SMH - CCR/CCD PROJECT: Routine to Read RxNorm files;11/15/08
 "RTN","C0CRXNRD",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CRXNRD",3,0)
  W "No entry from top" Q
@@ -118834,5 +118842,5 @@
 C0CSNOA   ; CCDCCR/GPL - SNOMED CT ANALYSIS ROUTINES; 10/14/08
 "RTN","C0CSNOA",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CSNOA",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
@@ -119232,5 +119240,5 @@
 C0CSOAP  ; CCDCCR/GPL - SOAP WEB SERVICE utilities; 8/25/09
 "RTN","C0CSOAP",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CSOAP",3,0)
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
@@ -119780,5 +119788,5 @@
 C0CSQMB ; SQMCCR/ELN  - BATCH PROGRAM ;16/11/2010
 "RTN","C0CSQMB",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CSQMB",3,0)
  ;
@@ -119820,5 +119828,5 @@
 C0CSUB1   ; CCDCCR/GPL - CCR SUBSCRIPTION utilities; 12/6/08
 "RTN","C0CSUB1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CSUB1",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -120094,5 +120102,5 @@
 C0CSYS ;WV/C0C/SMH - Routine to Get EHR System Information;6JUL2008
 "RTN","C0CSYS",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CSYS",3,0)
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
@@ -120214,5 +120222,5 @@
 C0CTIU ; C0C/ELN - PROCESSING FOR TIU NOTES ; 19/10/2010
 "RTN","C0CTIU",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CTIU",3,0)
  ;
@@ -120614,5 +120622,5 @@
 C0CTIU1 ; C0C/ELN - PROCESSING FOR TIU NOTES Contd. ; 19/10/2010
 "RTN","C0CTIU1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CTIU1",3,0)
  ;ELN UTILITY PROGRAM TO SUPPORT C0CTIU
@@ -120778,5 +120786,5 @@
 C0CUNIT ; CCDCCR/GPL - Unit Testing Library; 5/07/08
 "RTN","C0CUNIT",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CUNIT",3,0)
  ;Copyright 2008 George Lilly. Licensed under the terms of the GNU
@@ -121152,5 +121160,5 @@
 C0CUTIL ;WV/C0C/SMH - Various Utilites for generating the CCR/CCD;06/15/08
 "RTN","C0CUTIL",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CUTIL",3,0)
  ;Copyright 2008-2009 Sam Habiel & George Lilly.  
@@ -121504,5 +121512,5 @@
 C0CVA200 ;WV/C0C/SMH - Routine to get Provider Data;07/13/2008
 "RTN","C0CVA200",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CVA200",3,0)
  ;Copyright 2008 Sam Habiel.  Licensed under the terms of the GNU
@@ -121842,5 +121850,5 @@
 C0CVALID ; C0C/OHUM/RUT - PROCESSING FOR DATE LIMITS, NOTES ; 22/12/2011
 "RTN","C0CVALID",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45;Build 2
+ ;;1.2;C0C;;May 11, 2012;Build 46;Build 2
 "RTN","C0CVALID",3,0)
  S ^TMP("C0CCCR","LABLIMIT")="",^TMP("C0CCCR","VITLIMIT")="",^TMP("C0CCCR","MEDLIMIT")="",^TMP("C0CCCR","TIULIMIT")=""
@@ -121878,5 +121886,5 @@
 C0CVIT2 ; CCDCCR/CJE/GPL - CCR/CCD PROCESSING FOR VITALS ; 07/16/08
 "RTN","C0CVIT2",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CVIT2",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota and others.
@@ -122836,5 +122844,5 @@
 C0CVITAL ; CCDCCR/CJE/GPL - CCR/CCD PROCESSING FOR VITALS ; 07/16/08
 "RTN","C0CVITAL",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CVITAL",3,0)
  ;Copyright 2008,2009 George Lilly, University of Minnesota and others.
@@ -123664,5 +123672,5 @@
 LA7VOBX1 ;DALOI/JMC - LAB OBX Segment message builder (CH subscript) cont'd; 04/21/09
 "RTN","C0CVOBX1",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CVOBX1",3,0)
  ; JMC - mods to check for IHS V LAB file
@@ -123894,5 +123902,5 @@
 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
 "RTN","C0CVORU",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CVORU",3,0)
  ;
@@ -124444,5 +124452,5 @@
 C0CXEWD   ; C0C/GPL - EWD based XPath utilities; 10/11/09
 "RTN","C0CXEWD",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CXEWD",3,0)
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
@@ -124698,5 +124706,5 @@
 C0CXPAT0   ; CCDCCR/GPL - XPATH TEST CASES ; 6/1/08
 "RTN","C0CXPAT0",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CXPAT0",3,0)
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
@@ -125124,5 +125132,5 @@
 C0CXPATH   ; CCDCCR/GPL - XPATH XML manipulation utilities; 6/1/08
 "RTN","C0CXPATH",2,0)
- ;;1.2;C0C;;May 11, 2012;Build 45
+ ;;1.2;C0C;;May 11, 2012;Build 46
 "RTN","C0CXPATH",3,0)
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
@@ -126749,4 +126757,6 @@
 "^DD",170,170,0,"PT",113059001.04,4)
 
+"^DD",170,170,0,"VRPK")
+C0C
 "^DD",170,170,.01,0)
 AVARIABLE^RF^^0;1^K:$L(X)>30!($L(X)<2)!'(X'?1P.E) X
@@ -126925,4 +126935,6 @@
 "^DD",170.101,170.101,0,"PT",177.10121,.01)
 
+"^DD",170.101,170.101,0,"VRPK")
+C0C
 "^DD",170.101,170.101,.01,0)
 NODE TYPE^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
@@ -127015,4 +127027,6 @@
 "^DD",170.9,170.9,0,"NM","C0C PARAMETERS")
 
+"^DD",170.9,170.9,0,"VRPK")
+C0C
 "^DD",170.9,170.9,.01,0)
 NAME^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
@@ -127115,4 +127129,6 @@
 "^DD",171.101,171.101,0,"NM","CCR E2")
 
+"^DD",171.101,171.101,0,"VRPK")
+C0C
 "^DD",171.101,171.101,.01,0)
 PATIENT^RP2'^DPT(^0;1^Q
@@ -127273,4 +127289,6 @@
 "^DD",171.401,171.401,0,"PT",175,3)
 
+"^DD",171.401,171.401,0,"VRPK")
+C0C
 "^DD",171.401,171.401,.01,0)
 NAME^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
@@ -127357,4 +127375,6 @@
 "^DD",175,175,0,"NM","C0C INCOMING XML")
 
+"^DD",175,175,0,"VRPK")
+C0C
 "^DD",175,175,.01,0)
 PATIENT^RP2'^DPT(^0;1^Q
@@ -127619,4 +127639,6 @@
 "^DD",176.112,176.112,0,"NM","C0C RXNORM VUID EXPANSION")
 
+"^DD",176.112,176.112,0,"VRPK")
+C0C
 "^DD",176.112,176.112,.01,0)
 VUID^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
@@ -127689,4 +127711,6 @@
 "^DD",177.101,177.101,0,"NM","CCR PATIENT SUBSCRIPTIONS")
 
+"^DD",177.101,177.101,0,"VRPK")
+C0C
 "^DD",177.101,177.101,.01,0)
 PATIENT^RP2'^DPT(^0;1^Q
@@ -127809,4 +127833,6 @@
 "^DD",177.201,177.201,0,"PT",177.1011,.01)
 
+"^DD",177.201,177.201,0,"VRPK")
+C0C
 "^DD",177.201,177.201,.01,0)
 SUBSCRIBER NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
@@ -127859,4 +127885,6 @@
 "^DD",177.301,177.301,0,"NM","C0C BATCH CONTROL")
 
+"^DD",177.301,177.301,0,"VRPK")
+C0C
 "^DD",177.301,177.301,.01,0)
 CCR BATCH RUN DATE/TIME^RD^^0;1^S %DT="ESTXR" D ^%DT S X=Y K:X<1 X
@@ -128011,4 +128039,6 @@
 "^DD",178.101,178.101,0,"PT",178.111,.01)
 
+"^DD",178.101,178.101,0,"VRPK")
+C0C
 "^DD",178.101,178.101,.01,0)
 NAME^RF^^0;1^K:$L(X)>80!($L(X)<3)!'(X'?1P.E) X
@@ -128217,4 +128247,6 @@
 "^DD",178.301,178.301,0,"PT",178.301,.03)
 
+"^DD",178.301,178.301,0,"VRPK")
+C0C
 "^DD",178.301,178.301,.01,0)
 TEMPLATE NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
