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

    r628 r636  
    1 PXRMLCR ; SLC/PJH - Create Patient List from individual finding rule; 10/18/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMLCR ; SLC/PJH - Create Patient List from individual finding rule; 08/03/2006
     2 ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
    33 ;
    44 ; Called from PXRM PATIENT LIST CREATE protocol
     
    3737TPAT S PXRMTPAT=$$ASKYN^PXRMEUT("N","Include test patients on the list")
    3838 Q:$D(DTOUT)  G:$D(DUOUT) DPAT
    39  I $G(PXRMDEBG) D RUN^PXRMLCR(PXRMRULE,PXRMLIST,PXRMNODE,BEG,END,PXRMDPAT,PXRMTPAT) Q
    4039 ;Build patient list in background
    4140 N ZTDESC,ZTDTH,ZTIO,ZTRTN,ZTSAVE
     
    8584 ;
    8685 I CALL=4 D
    87  .S HTEXT(1)="Enter Y to turn on debug output."
    88  .S HTEXT(2)="The debug output will send a series of MailMan messages to the requestor of the report"
    89  .S HTEXT(3)="-**WARNING**- the reminder report will take longer to run if you turn on this option!"
     86 .S HTEXT(1)="Enter Y to turn on Debug output."
     87 .S HTEXT(2)="The debug output will send a series of mailman message to the requestor of the report"
     88 .S HTEXT(3)="**WARNING** the reminder report will take longer to run if you turn on this option!"
    9089 D HELP^PXRMEUT(.HTEXT)
    9190 Q
     
    9695 S DIC("A")=TEXT
    9796 S DIC("S")="I $P($G(^(100)),U)'=""N"""
    98  ;If this is a new entry save the creator, make the TYPE public and
    99  ;CLASS local.
    100  S DIC("DR")=".07///`"_DUZ_";.08///PUB;100///L"
     97 S DIC("DR")="100///L"
    10198 W !
    10299 D ^DIC
     
    158155RUN(PXRMRULE,PXRMLIST,PXRMNODE,BEG,END,PXRMDPAT,PXRMTPAT) ;
    159156 ;Process rule set and update final patient list
    160  D START^PXRMRULE(PXRMRULE,PXRMLIST,PXRMNODE,BEG,END,"","","",PXRMDPAT,PXRMTPAT,"")
     157 D START^PXRMRULE(PXRMRULE,PXRMLIST,PXRMNODE,BEG,END,"","","",PXRMDPAT,PXRMTPAT)
    161158 ;Clear ^TMP lists created for rule
    162159 D CLEAR^PXRMRULE(PXRMRULE,PXRMNODE)
Note: See TracChangeset for help on using the changeset viewer.