Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/CLINICAL_REMINDERS-PXRM/PXRMXQUE.m

    r628 r636  
    1 PXRMXQUE ; SLC/PJH - Reminder reports general queuing routine.;03/23/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMXQUE ; SLC/PJH - Reminder reports general queuing routine.;02/24/2006
     2 ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
    33 ;
    4  ;Determine whether the report should be queued.
     4        ;Determine whether the report should be queued.
    55JOB ;
    66 N %ZIS S %ZIS="Q"
     
    4242 Q $G(ZTSK)
    4343 ;
    44 DEVICE(RTN,DESC,SAVE,%ZIS,RETZTSK) ;
    45  ;Pass RETZTSK as number such as 1 if you want to get ZTSK.
    46  N ZTSK
     44DEVICE(ZTRTN,ZTDESC,ZTSAVE,%ZIS,ZTSK) ;
    4745 W !
    48  D EN^XUTMDEVQ(RTN,DESC,.SAVE,.%ZIS,RETZTSK)
    49  I $D(ZTSK) W !!,DESC," has been queued, task number "_ZTSK H 2
    50  Q $G(ZTSK)
     46 D EN^XUTMDEVQ(ZTRTN,ZTDESC,.ZTSAVE,.%ZIS,.ZTSK)
     47 I $D(ZTSK)>1 W !!,ZTDESC," has been queued, task number "_$G(ZTSK) H 2
     48 I $G(ZTSK)="" S ZTSK=0
     49 Q ZTSK
    5150 ;
    5251 ;=======================================================================
     
    138137 S ZTSAVE("PXRMDPAT")=""
    139138 I +$G(PXRMIDOD)>0 S ZTSAVE("PXRMIDOD")=""
    140  S ZTSAVE("PXRMPML")=""
    141139 Q
Note: See TracChangeset for help on using the changeset viewer.