Changeset 266 for ccr/trunk/p/GPLCCR.m


Ignore:
Timestamp:
Nov 9, 2008, 11:56:39 AM (16 years ago)
Author:
George Lilly
Message:

integrate LABS with ANALYZEGPLRIMA attribute categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/GPLCCR.m

    r262 r266  
    109109    . ; W OXML,!
    110110    . S CALL="D "_TAG_"^"_RTN_"(IXML,DFN,OXML)" ; SETUP THE CALL
    111     . I DEBUG W "RUNNING ",CALL,!
     111    . W "RUNNING ",CALL,!
    112112    . X CALL
    113113    . ; NOW INSERT THE RESULTS IN THE CCR BUFFER
     
    134134    D PUSH^GPLXPATH(TAB,"EXTRACT;CCRMEDS;//ContinuityOfCareRecord/Body/Medications;^TMP(""GPLCCR"",$J,DFN,""MEDICATIONS"")")
    135135    D PUSH^GPLXPATH(TAB,"EXTRACT;GPLVITAL;//ContinuityOfCareRecord/Body/VitalSigns;^TMP(""GPLCCR"",$J,DFN,""VITALS"")")
    136     I TESTLAB D PUSH^GPLXPATH(TAB,"EXTRACT;GPLLABS;//ContinuityOfCareRecord/Body/Results;^TMP(""GPLCCR"",$J,DFN,""RESULTS"")")
     136    D PUSH^GPLXPATH(TAB,"EXTRACT;GPLLABS;//ContinuityOfCareRecord/Body/Results;^TMP(""GPLCCR"",$J,DFN,""RESULTS"")")
    137137    I TESTALERT D PUSH^GPLXPATH(TAB,"EXTRACT;GPLALERT;//ContinuityOfCareRecord/Body/Alerts;^TMP(""GPLCCR"",$J,DFN,""ALERTS"")")
    138138    Q
Note: See TracChangeset for help on using the changeset viewer.