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/PXRMEXPR.m

    r628 r636  
    1 PXRMEXPR ; SLC/PKR/PJH - Routines to create packed reminder definitions. ;12/12/2006
    2  ;;2.0;CLINICAL REMINDERS;**6**;Feb 04, 2005;Build 123
     1PXRMEXPR ; SLC/PKR/PJH - Routines to create packed reminder definitions. ;02/25/2004
     2 ;;2.0;CLINICAL REMINDERS;;Feb 04, 2005
    33 ;===============================================================
    44ADDFILE(FLIST,ROOT,FILENAME) ;Add a file to the list of finding files.
     
    2929 D GETSPON(811.9,RIEN,.SPONLIST)
    3030 ;If there is a dialog add it.
    31  ;S DIEN=+$P($G(^PXD(811.9,RIEN,51)),U,1)
    32  ;I DIEN>0 D GETSPON(801.41,DIEN,.SPONLIST)
     31 S DIEN=+$P($G(^PXD(811.9,RIEN,51)),U,1)
     32 I DIEN>0 D GETSPON(801.41,DIEN,.SPONLIST)
    3333 ;Go through the finding list to find additional sponsors.
    3434 S IND=""
     
    122122 ;Save the source information
    123123 I +RTP'>0 Q
    124  K ^TMP(TMPIND,$J),^TMP("PXRMEXCS",$J)
     124 K ^TMP(TMPIND,$J)
    125125 D PUTSRC(RTP,TMPIND)
    126126 ;
     
    152152 ;If a dialog exists for this reminder add it and its findings to the
    153153 ;list. Also collect any embedded TIU objects or templates
    154  D DIALOG^PXRMEXDG(RIEN,.DLGLIST,.FINDLIST,.OBJLIST,.TEMLIST,.SPONLIST)
     154 D DIALOG^PXRMEXDG(RIEN,.DLGLIST,.FINDLIST,.OBJLIST,.TEMLIST)
    155155 ;
    156156 ;If there were education topics make sure subtopics are included.
     
    226226 S LOC=$$SITE^VASITE
    227227 S ^TMP(TMPIND,$J,"SRC","REMINDER")=$P(RTP,U,2)
     228 ;S ^TMP(TMPIND,$J,"SRC","USER")=$P(^VA(200,DUZ,0),U,1)
    228229 S ^TMP(TMPIND,$J,"SRC","USER")=$$GET1^DIQ(200,DUZ,.01)
    229230 S ^TMP(TMPIND,$J,"SRC","SITE")=$P(LOC,U,2)
Note: See TracChangeset for help on using the changeset viewer.