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

    r628 r636  
    1 PXRMETCO ; SLC/PJH - QUERI Extract Compliance Report ;03/27/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMETCO ; SLC/PJH - QUERI Extract Compliance Report ;01/19/2005
     2 ;;2.0;CLINICAL REMINDERS;;Feb 04, 2005
    33 ;
    44 ;
     
    3333 S LIST=NAME_" REPORT "_DATES
    3434 ;Process (single) Denominator rule into patient list
    35  N INDP,INTP,SEQ,SUB,SUFFIX
     35 N SEQ,SUB,SUFFIX
    3636 S SEQ=""
    3737 F  S SEQ=$O(^PXRM(810.2,IEN,10,"B",SEQ)) Q:'SEQ  D
     
    4141 .S SUFFIX=$P(DATA,U,3)
    4242 .I SUFFIX="" S SUFFIX="DENOMINATOR "_SEQ
    43  .S INDP=+$P(DATA,U,4)
    44  .S INTP=+$P(DATA,U,5)
    4543 .;Create new patient list
    46  .S PXRMLIST=$$CRLST^PXRMRUL1(LIST_" "_SUFFIX) Q:'PXRMLIST
    47  .D START^PXRMRULE(PXRMRULE,PXRMLIST,PXRMNODE,PXRMSTRT,PXRMSTOP,IEN,INDP,INTP)
     44 .S PXRMLIST=$$CRLST^PXRMRULE(LIST_" "_SUFFIX) Q:'PXRMLIST
     45 .D START^PXRMRULE(PXRMRULE,PXRMLIST,PXRMNODE,PXRMSTRT,PXRMSTOP,IEN,"","")
    4846 .;Clear ^TMP lists created for rule
    4947 .D CLEAR^PXRMRULE(PXRMRULE,PXRMNODE)
     
    120118 W !,"Queue the Clinical Reminders MST synchronization."
    121119 S DIR("A",1)="Enter the date and time you want the job to start."
    122  S DIR("A",2)="It must be after "_$$FMTE^XLFDT(MINDT,"5Z")
    123  S DIR("A")="Start the task at: "
     120 S DIR("A")="It must be after "_$$FMTE^XLFDT(MINDT,"5Z")_" "
    124121 S DIR(0)="DAU"_U_MINDT_"::RSX"
    125122 D ^DIR
Note: See TracChangeset for help on using the changeset viewer.