Ignore:
Timestamp:
Jan 10, 2012, 8:53:25 PM (12 years ago)
Author:
George Lilly
Message:

T7 ohum version with parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/branches/ohum/p/C0CCCR.m

    r1338 r1342  
    11C0CCCR   ; CCDCCR/GPL - CCR MAIN PROCESSING; 6/6/08
    2  ;;1.0;C0C;;May 19, 2009;Build 1
     2 ;;1.0;C0C;;May 19, 2009;Build 2
    33 ;Copyright 2008,2009 George Lilly, University of Minnesota.
    44 ;Licensed under the terms of the GNU General Public License.
     
    2626 I Y<1 Q  ; EXIT
    2727 S DFN=$P(Y,U,1) ; SET THE PATIENT
    28  ;OHUM/RUT 3120102 To take inputs from user for date limits and notes
    29  D ^C0CVALID
     28 ;OHUM/RUT 3120109 commented
     29 ;;OHUM/RUT 3120102 To take inputs from user for date limits and notes
     30 ;D ^C0CVALID
     31 ;;OHUM/RUT
    3032 ;OHUM/RUT
    3133 D XPAT(DFN) ; EXPORT TO A FILE
     
    171173 ;D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
    172174 ; gpl - turned off Encounters for Certification
    173  ;OHUM/RUT 3111228 Condition for Notes ; It should be included or not
    174  I ^TMP("C0CCCR","TIULIMIT")'="" D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
     175 ;OHUM/RUT 3120109 Changed the condition
     176 ;;OHUM/RUT 3111228 Condition for Notes ; It should be included or not
     177 ;;I ^TMP("C0CCCR","TIULIMIT")'="" D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
     178 I $P(^C0CPARM(1,2),"^",3)=1 D PUSH^C0CXPATH(TAB,"EXTRACT;C0CENC;//ContinuityOfCareRecord/Body/Encounters;^TMP(""C0CCCR"",$J,DFN,""ENCOUNTERS"")")
     179 ;;OHUM/RUT
    175180 ;OHUM/RUT
    176181 Q
Note: See TracChangeset for help on using the changeset viewer.