source: ccr/trunk/p/CCRUNIT.m@ 340

Last change on this file since 340 was 339, checked in by George Lilly, 15 years ago

CCRMEDS6 tested, now mostly working

File size: 768 bytes
RevLine 
[101]1CCRUNIT ; A routine that tests some crap
[122]2 ;;0.1;CCDCCR;;JUL 13, 2007;Build 0
3 Q
4 ;
[101]5MEDS
[339]6 N DEBUG S DEBUG=0
[335]7 N DFN S DFN=5685
[122]8 K ^TMP($J)
9 W "Loading CCR Template into T using LOAD^GPLCCR0($NA(^TMP($J,""CCR"")))",!!
10 N T S T=$NA(^TMP($J,"CCR")) D LOAD^GPLCCR0(T)
11 N XPATH S XPATH="//ContinuityOfCareRecord/Body/Medications"
12 W "XPATH is: "_XPATH,!
[339]13 W "Getting Med Template into INXML using",!
14 W "QUERY^GPLXPATH(T,XPATH,""INXML"")",!!
15 D QUERY^GPLXPATH(T,XPATH,"INXML")
16 B
17 W "Executing EXTRACT^CCRMEDS(INXML,DFN,OUTXML)",!
[122]18 W "OUTXML will be ^TMP($J,""OUT"")",!
19 N OUTXML S OUTXML=$NA(^TMP($J,"OUT"))
[339]20 D EXTRACT^CCRMEDS6("INXML",DFN,OUTXML)
[122]21 Q
Note: See TracBrowser for help on using the repository browser.