Index: /ccr/branches/ohum/p/C0CACTOR.m
===================================================================
--- /ccr/branches/ohum/p/C0CACTOR.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CACTOR.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CACTOR  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR ACTORS ; 7/3/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CALERT.m
===================================================================
--- /ccr/branches/ohum/p/C0CALERT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CALERT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CALERT  ; CCDCCR/CKU/GPL - CCR/CCD PROCESSING FOR ALERTS ; 09/11/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CBAT.m
===================================================================
--- /ccr/branches/ohum/p/C0CBAT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CBAT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CBAT   ; CCDCCR/GPL - CCR Batch utilities; 4/21/09
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CCCD.m
===================================================================
--- /ccr/branches/ohum/p/C0CCCD.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CCCD.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CCCD   ; CCDCCR/GPL - CCD MAIN PROCESSING; 6/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CCCD1.m
===================================================================
--- /ccr/branches/ohum/p/C0CCCD1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CCCD1.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CCCD1 ; CCDCCR/GPL - CCD TEMPLATE AND ACCESS ROUTINES; 6/7/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CCCR.m
===================================================================
--- /ccr/branches/ohum/p/C0CCCR.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CCCR.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CCCR   ; CCDCCR/GPL - CCR MAIN PROCESSING; 6/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
@@ -26,6 +26,8 @@
  I Y<1 Q  ; EXIT
  S DFN=$P(Y,U,1) ; SET THE PATIENT
- ;OHUM/RUT 3120102 To take inputs from user for date limits and notes
- D ^C0CVALID
+ ;OHUM/RUT 3120109 commented
+ ;;OHUM/RUT 3120102 To take inputs from user for date limits and notes
+ ;D ^C0CVALID
+ ;;OHUM/RUT
  ;OHUM/RUT
  D XPAT(DFN) ; EXPORT TO A FILE
@@ -171,6 +173,9 @@
  ;D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
  ; gpl - turned off Encounters for Certification
- ;OHUM/RUT 3111228 Condition for Notes ; It should be included or not
- I ^TMP("C0CCCR","TIULIMIT")'="" D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
+ ;OHUM/RUT 3120109 Changed the condition
+ ;;OHUM/RUT 3111228 Condition for Notes ; It should be included or not
+ ;;I ^TMP("C0CCCR","TIULIMIT")'="" D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
+ I $P(^C0CPARM(1,2),"^",3)=1 D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
+ ;;OHUM/RUT
  ;OHUM/RUT
  Q
Index: /ccr/branches/ohum/p/C0CCCR0.m
===================================================================
--- /ccr/branches/ohum/p/C0CCCR0.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CCCR0.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CCCR0 ; CCDCCR/GPL - CCR TEMPLATE AND ACCESS ROUTINES; 5/31/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CCMT.m
===================================================================
--- /ccr/branches/ohum/p/C0CCMT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CCMT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CCMT  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR COMMENTS ; 05/21/10
- ;;1.0;C0C;;May 21, 2010;Build 1
+ ;;1.0;C0C;;May 21, 2010;Build 2
  ;Copyright 2010 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CCPT.m
===================================================================
--- /ccr/branches/ohum/p/C0CCPT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CCPT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CCPT ;;BSL;RETURN CPT DATA;
- ;Sequence Managers Software GPL;;;;;Build 1
+ ;Sequence Managers Software GPL;;;;;Build 2
  ;Copied into C0C namespace from SQMCPT with permission from
  ;Brian Lord - and with our thanks. gpl 01/20/2010
@@ -19,7 +19,13 @@
         ;NOW DELETE ANY NOTES THAT DON'T FALL INTO DATE RANGE
         ;GET DATE OF NOTE
- ;OHUM/RUT 3111228 Date Range for Notes
-        S STDT=^TMP("C0CCCR","TIULIMIT") D NOW^%DTC S ENDDT=X
-        ;OHUM/RUT
+ ;RUT 3120109 Changing DATE in FILMAN's FORMAT
+ ;;OHUM/RUT 3111228 Date Range for Notes
+        ;S STDT=^TMP("C0CCCR","TIULIMIT") D NOW^%DTC S ENDDT=X
+ N FLAGS1,FLAGS2
+ S FLAGS1=$P(^C0CPARM(1,2),"^",1) S STDT=$$HTOF^C0CVALID(FLAGS1)
+ S FLAGS2=$P(^C0CPARM(1,2),"^",2) S ENDDT=$$HTOF^C0CVALID(FLAGS2)
+ ;S STDT=^TMP("C0CCCR","TIULIMIT"),ENDDT=^TMP("C0CCCR","TIUSTART")
+        ;;OHUM/RUT
+ ;RUT
         S Z=""
         F  S Z=$O(NOTE(Z)) Q:Z=""  D
Index: /ccr/branches/ohum/p/C0CDIC.m
===================================================================
--- /ccr/branches/ohum/p/C0CDIC.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CDIC.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CDIC   ; CCDCCR/GPL - CCR Dictionary utilities; 6/1/08
- ;;0.1;CCDCCR;nopatch;noreleasedate;Build 1
+ ;;0.1;CCDCCR;nopatch;noreleasedate;Build 2
  ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CDOM.m
===================================================================
--- /ccr/branches/ohum/p/C0CDOM.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CDOM.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CDOM   ; GPL - DOM PROCESSING ROUTINES ;6/6/11  17:05
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CDPT.m
===================================================================
--- /ccr/branches/ohum/p/C0CDPT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CDPT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CDPT ;WV/CCRCCD/SMH - Routines to Extract Patient Data for CCDCCR; 6/15/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
Index: /ccr/branches/ohum/p/C0CENC.m
===================================================================
--- /ccr/branches/ohum/p/C0CENC.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CENC.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CENC  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR ENCOUNTERS ; 05/21/10
- ;;1.0;C0C;;May 21, 2010;Build 1
+ ;;1.0;C0C;;May 21, 2010;Build 2
  ;Copyright 2010 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CENV.m
===================================================================
--- /ccr/branches/ohum/p/C0CENV.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CENV.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CENV ;WV/JMC - CCD/CCR Environment Check/Install Routine ; Aug 16, 2009
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;
  ;
Index: /ccr/branches/ohum/p/C0CEVC.m
===================================================================
--- /ccr/branches/ohum/p/C0CEVC.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CEVC.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CEVC   ; CCDCCR/GPL - SUPPORT FOR EWD VISTCOM PAGES ; 3/1/2010
- ;;1.0;C0C;;Mar 1, 2010;Build 1
+ ;;1.0;C0C;;Mar 1, 2010;Build 2
 gpltest2 ; experiment with sending a CCR to an ewd page
  N ZI
Index: /ccr/branches/ohum/p/C0CEWD.m
===================================================================
--- /ccr/branches/ohum/p/C0CEWD.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CEWD.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CEWD   ; CCDCCR/GPL - CCR EWD utilities; 1/6/11
- ;;0.1;CCDCCR;nopatch;noreleasedate;Build 1
+ ;;0.1;CCDCCR;nopatch;noreleasedate;Build 2
  ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CEWD1.m
===================================================================
--- /ccr/branches/ohum/p/C0CEWD1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CEWD1.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CEWD1   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
- ;;0.1;CCDCCR;nopatch;noreleasedate;Build 1
+ ;;0.1;CCDCCR;nopatch;noreleasedate;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CFM1.m
===================================================================
--- /ccr/branches/ohum/p/C0CFM1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CFM1.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CFM1   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CFM2.m
===================================================================
--- /ccr/branches/ohum/p/C0CFM2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CFM2.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CFM2   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CFM3.m
===================================================================
--- /ccr/branches/ohum/p/C0CFM3.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CFM3.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CFM3   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
- ;;0.1;CCDCCR;nopatch;noreleasedate;Build 1
+ ;;0.1;CCDCCR;nopatch;noreleasedate;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CIM2.m
===================================================================
--- /ccr/branches/ohum/p/C0CIM2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CIM2.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CIM2  ; CCDCCR/GPL/CJE - CCR/CCD PROCESSING FOR IMMUNIZATIONS ; 01/27/10
- ;;1.0;C0C;;Feb 16, 2010;Build 1
+ ;;1.0;C0C;;Feb 16, 2010;Build 2
  ;Copyright 2010 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CIMMU.m
===================================================================
--- /ccr/branches/ohum/p/C0CIMMU.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CIMMU.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CIMMU ; CCDCCR/GPL - CCR/CCD PROCESSING FOR IMMUNIZATIONS ; 2/2/09
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CIN.m
===================================================================
--- /ccr/branches/ohum/p/C0CIN.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CIN.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CIN   ; CCDCCR/GPL - CCR IMPORT utilities; 9/20/08
- ;;1.0;C0C;;Sep 20, 2009;Build 1
+ ;;1.0;C0C;;Sep 20, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CLA7DD.m
===================================================================
--- /ccr/branches/ohum/p/C0CLA7DD.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CLA7DD.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CLA7DD ;WV/JMC - CCD/CCR Post Install DD X-Ref Setup Routine ; Aug 31, 2009
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;
  ; Tasked by C0C post-install routine C0CENV to create C0C cross-references on V LAB file.
Index: /ccr/branches/ohum/p/C0CLA7Q.m
===================================================================
--- /ccr/branches/ohum/p/C0CLA7Q.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CLA7Q.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CLA7Q ;WV/JMC - CCD/CCR Lab HL7 Query Utility ;Jul 6, 2009
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;
  ;
Index: /ccr/branches/ohum/p/C0CLABS.m
===================================================================
--- /ccr/branches/ohum/p/C0CLABS.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CLABS.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CALABS ; CCDCCR/GPL - CCR/CCD PROCESSING FOR LAB RESULTS ; 10/01/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CMAIL.m
===================================================================
--- /ccr/branches/ohum/p/C0CMAIL.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMAIL.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMAIL ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr
-V ;;0.1;C0C;nopatch;noreleasedate;Build 1
+V ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2011 Chris Richardson, Richardson Computer Research
  ; Modified 3110516@1818
Index: /ccr/branches/ohum/p/C0CMAIL2.m
===================================================================
--- /ccr/branches/ohum/p/C0CMAIL2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMAIL2.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMAIL ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2011 Chris Richardson, Richardson Computer Research
  ; Modified 3110615@1040
Index: /ccr/branches/ohum/p/C0CMAIL3.m
===================================================================
--- /ccr/branches/ohum/p/C0CMAIL3.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMAIL3.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMAIL ; Communications for MIME Documents and MultiMIME ; 3110420 ; rcr/rcr
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2011 Chris Richardson, Richardson Computer Research
  ; Modified 3110619@2038
Index: /ccr/branches/ohum/p/C0CMCCD.m
===================================================================
--- /ccr/branches/ohum/p/C0CMCCD.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMCCD.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMCCD   ; GPL - MXML based CCD utilities;12/04/09  17:05
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CMED.m
===================================================================
--- /ccr/branches/ohum/p/C0CMED.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMED.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED ; WV/CCDCCR/GPL/SMH - CCR/CCD Medications Driver; Mar 23 2009
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ; Copyright 2008,2009 George Lilly, University of Minnesota and Sam Habiel.
  ; Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CMED1.m
===================================================================
--- /ccr/branches/ohum/p/C0CMED1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMED1.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED1 ; WV/CCDCCR/SMH - CCR/CCD PROCESSING FOR MEDICATIONS ;01/10/09
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;;Last modified Sat Jan 10 21:42:27 PST 2009
  ; Copyright 2009 WorldVistA.  Licensed under the terms of the GNU
Index: /ccr/branches/ohum/p/C0CMED2.m
===================================================================
--- /ccr/branches/ohum/p/C0CMED2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMED2.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED2 ; WV/CCDCCR/SMH - CCR/CCD Meds - Pending for Vista
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;;Last Modified Sat Jan 10 21:41:14 PST 2009
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
Index: /ccr/branches/ohum/p/C0CMED3.m
===================================================================
--- /ccr/branches/ohum/p/C0CMED3.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMED3.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED3 ; WV/CCDCCR/SMH - Meds: Non-VA/Outside Meds for Vista
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;;Last Modified: Sun Jan 11 05:45:03 UTC 2009
  ; Copyright 2009 WorldVistA.  Licensed under the terms of the GNU
Index: /ccr/branches/ohum/p/C0CMED4.m
===================================================================
--- /ccr/branches/ohum/p/C0CMED4.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMED4.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED4         ; WV/CCDCCR/SMH - CCR/CCD PROCESSING FOR MEDICATIONS - Inpatient Meds/Unit Dose ;10/13/08
- ;;0.1;CCDCCR;;;Build 1
+ ;;0.1;CCDCCR;;;Build 2
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
  ; General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CMED6.m
===================================================================
--- /ccr/branches/ohum/p/C0CMED6.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMED6.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED6 ; WV/CCDCCR/SMH - Meds from RPMS: Outpatient Meds;01/10/09
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
  ; General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CMIME.m
===================================================================
--- /ccr/branches/ohum/p/C0CMIME.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMIME.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMIME ; CCDCCR/GPL - MIME manipulation utilities; 3/8/11 ; 5/16/11 2:32pm
- ;;1.0;C0C;;Mar 8, 2011;Build 1
+ ;;1.0;C0C;;Mar 8, 2011;Build 2
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CMXML.m
===================================================================
--- /ccr/branches/ohum/p/C0CMXML.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMXML.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMXML   ; GPL - MXML based XPath utilities;10/13/09  17:05
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CMXMLB.m
===================================================================
--- /ccr/branches/ohum/p/C0CMXMLB.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMXMLB.m	(revision 1342)
@@ -1,4 +1,4 @@
 MXMLBLD ;;ISF/RWF - Tool to build XML ;07/09/09  16:55
- ;;8.0;KERNEL;;;Build 1
+ ;;8.0;KERNEL;;;Build 2
  QUIT
  ;
Index: /ccr/branches/ohum/p/C0CMXP.m
===================================================================
--- /ccr/branches/ohum/p/C0CMXP.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CMXP.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMXP   ; GPL - MXML based XPath utilities;12/04/09  17:05
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CNHIN.m
===================================================================
--- /ccr/branches/ohum/p/C0CNHIN.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CNHIN.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CNHIN   ; GPL - PROCESSING FOR OUTPUT OF NHINV ROUTINES;6/3/11  17:05
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CNMED2.m
===================================================================
--- /ccr/branches/ohum/p/C0CNMED2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CNMED2.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED ; WV/CCDCCR/GPL/SMH - CCR/CCD Medications Driver; Mar 23 2009
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ; Copyright 2008,2009 George Lilly, University of Minnesota and Sam Habiel.
  ; Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CNMED4.m
===================================================================
--- /ccr/branches/ohum/p/C0CNMED4.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CNMED4.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CMED4         ; WV/CCDCCR/SMH/gpl - CCR/CCD PROCESSING FOR MEDICATIONS - Inpatient Meds/Unit Dose ;10/13/08
- ;;0.1;CCDCCR;;;Build 1
+ ;;0.1;CCDCCR;;;Build 2
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
  ; General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CORSLT.m
===================================================================
--- /ccr/branches/ohum/p/C0CORSLT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CORSLT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CORSLT ; CCDCCR/GPL - CCR/CCD PROCESSING ADDITIONAL RESULTS ; 06/27/11
- ;;1.0;C0C;;Jan 21, 2010;Build 1
+ ;;1.0;C0C;;Jan 21, 2010;Build 2
  ;Copyright 2011 George Lilly.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CPARMS.m
===================================================================
--- /ccr/branches/ohum/p/C0CPARMS.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CPARMS.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CPARMS ; CCDCCR/GPL - CCR/CCD PARAMETER PROCESSING ; 1/29/09
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
@@ -48,14 +48,22 @@
  ;I '$D(@C0CPARMS@("MEDPENDING")) S @C0CPARMS@("MEDPENDING")=0 ; NO
  ;I '$D(@C0CPARMS@("MEDALL")) S @C0CPARMS@("MEDALL")=0 ; NON-PENDING NON-ACTIVE
- S @C0CPARMS@("LABLIMIT")=^TMP("C0CCCR","LABLIMIT"),@C0CPARMS@("VITLIMIT")=^TMP("C0CCCR","VITLIMIT"),@C0CPARMS@("TIULIMIT")=^TMP("C0CCCR","TIULIMIT"),@C0CPARMS@("MEDLIMIT")=^TMP("C0CCCR","MEDLIMIT")
- I '$D(@C0CPARMS@("LABSTART")) S @C0CPARMS@("LABSTART")="T" ;TODAY
- I '$D(@C0CPARMS@("VITSTART")) S @C0CPARMS@("VITSTART")="T" ;TODAY
- I '$D(@C0CPARMS@("MEDSTART")) S @C0CPARMS@("MEDSTART")="T" ; TODAY
- I '$D(@C0CPARMS@("MEDACTIVE")) S @C0CPARMS@("MEDACTIVE")=1 ; YES
- I '$D(@C0CPARMS@("MEDPENDING")) S @C0CPARMS@("MEDPENDING")=0 ; NO
- I '$D(@C0CPARMS@("MEDALL")) S @C0CPARMS@("MEDALL")=1 ; NON-PENDING NON-ACTIVE
- ;I '$D(@C0CPARMS@("RALIMIT")) S @C0CPARMS@("RALIMIT")="T-36500" ;ONE YR WORTH
- ;I '$D(@C0CPARMS@("RASTART")) S @C0CPARMS@("RASTART")="T" ;TODAY
- I '$D(@C0CPARMS@("TIUSTART")) S @C0CPARMS@("TIUSTART")="T" ;TODAY
+ ;OHUM/RUT 3120109 ; commented all limits
+ ;S @C0CPARMS@("LABLIMIT")=^TMP("C0CCCR","LABLIMIT"),@C0CPARMS@("VITLIMIT")=^TMP("C0CCCR","VITLIMIT"),@C0CPARMS@("TIULIMIT")=^TMP("C0CCCR","TIULIMIT"),@C0CPARMS@("MEDLIMIT")=^TMP("C0CCCR","MEDLIMIT")
+ ;I '$D(@C0CPARMS@("LABSTART")) S @C0CPARMS@("LABSTART")="T" ;TODAY
+ ;I '$D(@C0CPARMS@("VITSTART")) S @C0CPARMS@("VITSTART")="T" ;TODAY
+ ;I '$D(@C0CPARMS@("MEDSTART")) S @C0CPARMS@("MEDSTART")="T" ; TODAY
+ ;I '$D(@C0CPARMS@("MEDACTIVE")) S @C0CPARMS@("MEDACTIVE")=1 ; YES
+ ;I '$D(@C0CPARMS@("MEDPENDING")) S @C0CPARMS@("MEDPENDING")=0 ; NO
+ ;I '$D(@C0CPARMS@("MEDALL")) S @C0CPARMS@("MEDALL")=1 ; NON-PENDING NON-ACTIVE
+ ;;I '$D(@C0CPARMS@("RALIMIT")) S @C0CPARMS@("RALIMIT")="T-36500" ;ONE YR WORTH
+ ;;I '$D(@C0CPARMS@("RASTART")) S @C0CPARMS@("RASTART")="T" ;TODAY
+ ;I '$D(@C0CPARMS@("TIUSTART")) S @C0CPARMS@("TIUSTART")="T" ;TODAY
+ ;;OHUM/RUT
+ S @C0CPARMS@("LABLIMIT")=$P(^C0CPARM(1,0),"^",2),@C0CPARMS@("LABSTART")=$P(^C0CPARM(1,0),"^",3),@C0CPARMS@("VITLIMIT")=$P(^C0CPARM(1,0),"^",4),@C0CPARMS@("VITSTART")=$P(^C0CPARM(1,1),"^",1),@C0CPARMS@("MEDLIMIT")=$P(^C0CPARM(1,1),"^",2),@C0CPARMS@("MEDSTART")=$P(^C0CPARM(1,1),"^",3)
+ I $P(^C0CPARM(1,1),"^",4)="ACT" S @C0CPARMS@("MEDACTIVE")=1
+ I $P(^C0CPARM(1,1),"^",4)="PEN" S @C0CPARMS@("MEDPENDING")=1
+ I $P(^C0CPARM(1,1),"^",4)="ALL" S @C0CPARMS@("MEDALL")=1
+ ;S ^TMP("C0CCCR","TIULIMIT")="",^TMP("C0CCCR","TIUSTART")=""
+ I $P(^C0CPARM(1,2),"^",3)=1 S @C0CPARMS@("TIULIMIT")=$P(^C0CPARM(1,2),"^",1),@C0CPARMS@("TIUSTART")=$P(^C0CPARM(1,2),"^",2)
  ;OHUM/RUT
  Q
Index: /ccr/branches/ohum/p/C0CPROBS.m
===================================================================
--- /ccr/branches/ohum/p/C0CPROBS.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CPROBS.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CPROBS ; CCDCCR/GPL/CJE - CCR/CCD PROCESSING FOR PROBLEMS ; 6/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CPROC.m
===================================================================
--- /ccr/branches/ohum/p/C0CPROC.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CPROC.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CPROC  ; CCDCCR/GPL - CCR/CCD PROCESSING FOR PROCEDURES ; 01/21/10
- ;;1.0;C0C;;Jan 21, 2010;Build 1
+ ;;1.0;C0C;;Jan 21, 2010;Build 2
  ;Copyright 2010 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CQRY1.m
===================================================================
--- /ccr/branches/ohum/p/C0CQRY1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CQRY1.m	(revision 1342)
@@ -1,4 +1,4 @@
 LA7QRY1 ;DALOI/JMC - Lab HL7 Query Utility ;01/19/99  13:48
-        ;;5.2;AUTOMATED LAB INSTRUMENTS;**46,61**;Sep 27, 1994;Build 1
+        ;;5.2;AUTOMATED LAB INSTRUMENTS;**46,61**;Sep 27, 1994;Build 2
         ;
         Q
Index: /ccr/branches/ohum/p/C0CQRY2.m
===================================================================
--- /ccr/branches/ohum/p/C0CQRY2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CQRY2.m	(revision 1342)
@@ -1,4 +1,4 @@
 LA7QRY2 ;DALOI/JMC - Lab HL7 Query Utility ; 04/13/09
- ;;5.2;AUTOMATED LAB INSTRUMENTS;**46**;Sep 27, 1994;Build 1
+ ;;5.2;AUTOMATED LAB INSTRUMENTS;**46**;Sep 27, 1994;Build 2
  ; JMC - mods to check for IHS V LAB file
  ;
Index: /ccr/branches/ohum/p/C0CRIMA.m
===================================================================
--- /ccr/branches/ohum/p/C0CRIMA.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CRIMA.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CRIMA   ; CCDCCR/GPL - RIM REPORT ROUTINES; 6/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CRNF.m
===================================================================
--- /ccr/branches/ohum/p/C0CRNF.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CRNF.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CRNF   ; CCDCCR/GPL - Reference Name Format (RNF) utilities; 12/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CRNFRP.m
===================================================================
--- /ccr/branches/ohum/p/C0CRNFRP.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CRNFRP.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CRNFRPC   ; CCDCCR/GPL - Reference Name Format (RNF) RPCs; 12/9/09
- ;;1.0;C0C;;Dec 9, 2009;Build 1
+ ;;1.0;C0C;;Dec 9, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CRPMS.m
===================================================================
--- /ccr/branches/ohum/p/C0CRPMS.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CRPMS.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CRPMS ; CCDCCR/GPL - CCR/CCD PROCESSING FOR RPMS ;1/14/09  14:33
- ;;0.1;CCDCCR;;JUL 16,2008;Build 1
+ ;;0.1;CCDCCR;;JUL 16,2008;Build 2
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CRXN.m
===================================================================
--- /ccr/branches/ohum/p/C0CRXN.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CRXN.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CRXN   ; CCDCCR/GPL - CCR RXN utilities; 12/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CRXNRD.m
===================================================================
--- /ccr/branches/ohum/p/C0CRXNRD.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CRXNRD.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CRXNRD ; WV/SMH - CCR/CCD PROJECT: Routine to Read RxNorm files;11/15/08
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  W "No entry from top" Q
 IMPORT(PATH) 
Index: /ccr/branches/ohum/p/C0CSNOA.m
===================================================================
--- /ccr/branches/ohum/p/C0CSNOA.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CSNOA.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CSNOA   ; CCDCCR/GPL - SNOMED CT ANALYSIS ROUTINES; 10/14/08
- ;;0.1;CCDCCR;nopatch;noreleasedate;Build 1
+ ;;0.1;CCDCCR;nopatch;noreleasedate;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CSOAP.m
===================================================================
--- /ccr/branches/ohum/p/C0CSOAP.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CSOAP.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CSOAP  ; CCDCCR/GPL - SOAP WEB SERVICE utilities; 8/25/09
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CSUB1.m
===================================================================
--- /ccr/branches/ohum/p/C0CSUB1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CSUB1.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CSUB1   ; CCDCCR/GPL - CCR SUBSCRIPTION utilities; 12/6/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CSYS.m
===================================================================
--- /ccr/branches/ohum/p/C0CSYS.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CSYS.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CSYS ;WV/C0C/SMH - Routine to Get EHR System Information;6JUL2008
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
  ; General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CUNIT.m
===================================================================
--- /ccr/branches/ohum/p/C0CUNIT.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CUNIT.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CUNIT ; CCDCCR/GPL - Unit Testing Library; 5/07/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008 George Lilly. Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CUTIL.m
===================================================================
--- /ccr/branches/ohum/p/C0CUTIL.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CUTIL.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CUTIL ;WV/C0C/SMH - Various Utilites for generating the CCR/CCD;06/15/08
- ;;0.1;C0C;;Jun 15, 2008;Build 1
+ ;;0.1;C0C;;Jun 15, 2008;Build 2
  ;Copyright 2008-2009 Sam Habiel & George Lilly.  
  ;Licensed under the terms of the GNU
Index: /ccr/branches/ohum/p/C0CVA200.m
===================================================================
--- /ccr/branches/ohum/p/C0CVA200.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CVA200.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CVA200 ;WV/C0C/SMH - Routine to get Provider Data;07/13/2008
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008 Sam Habiel.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CVIT2.m
===================================================================
--- /ccr/branches/ohum/p/C0CVIT2.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CVIT2.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CVIT2 ; CCDCCR/CJE/GPL - CCR/CCD PROCESSING FOR VITALS ; 07/16/08
- ;;1.0;C0C;;Feb 16, 2010;Build 1
+ ;;1.0;C0C;;Feb 16, 2010;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CVITAL.m
===================================================================
--- /ccr/branches/ohum/p/C0CVITAL.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CVITAL.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CVITAL ; CCDCCR/CJE/GPL - CCR/CCD PROCESSING FOR VITALS ; 07/16/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008,2009 George Lilly, University of Minnesota and others.
  ;Licensed under the terms of the GNU General Public License.
Index: /ccr/branches/ohum/p/C0CVOBX1.m
===================================================================
--- /ccr/branches/ohum/p/C0CVOBX1.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CVOBX1.m	(revision 1342)
@@ -1,4 +1,4 @@
 LA7VOBX1 ;DALOI/JMC - LAB OBX Segment message builder (CH subscript) cont'd; 04/21/09
- ;;5.2;AUTOMATED LAB INSTRUMENTS;**46,61,63**;Sep 27, 1994;Build 1
+ ;;5.2;AUTOMATED LAB INSTRUMENTS;**46,61,63**;Sep 27, 1994;Build 2
  ; JMC - mods to check for IHS V LAB file
  ;
Index: /ccr/branches/ohum/p/C0CVORU.m
===================================================================
--- /ccr/branches/ohum/p/C0CVORU.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CVORU.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0C7VORU ;WV/JMC - Builder of HL7 Lab Results OBR/OBX/NTE based on RPMS V LAB file ;Jun 16, 2009
- ;;5.2;AUTOMATED LAB INSTRUMENTS;;Sep 27, 1994;Build 1
+ ;;5.2;AUTOMATED LAB INSTRUMENTS;;Sep 27, 1994;Build 2
  ;
 EN(LA) ; called from C0CVLAB
Index: /ccr/branches/ohum/p/C0CXEWD.m
===================================================================
--- /ccr/branches/ohum/p/C0CXEWD.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CXEWD.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CXEWD   ; C0C/GPL - EWD based XPath utilities; 10/11/09
- ;;0.1;C0C;nopatch;noreleasedate;Build 1
+ ;;0.1;C0C;nopatch;noreleasedate;Build 2
  ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CXPAT0.m
===================================================================
--- /ccr/branches/ohum/p/C0CXPAT0.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CXPAT0.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CXPAT0   ; CCDCCR/GPL - XPATH TEST CASES ; 6/1/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
Index: /ccr/branches/ohum/p/C0CXPATH.m
===================================================================
--- /ccr/branches/ohum/p/C0CXPATH.m	(revision 1341)
+++ /ccr/branches/ohum/p/C0CXPATH.m	(revision 1342)
@@ -1,4 +1,4 @@
 C0CXPATH   ; CCDCCR/GPL - XPATH XML manipulation utilities; 6/1/08
- ;;1.0;C0C;;May 19, 2009;Build 1
+ ;;1.0;C0C;;May 19, 2009;Build 2
  ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
  ;General Public License See attached copy of the License.
