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

    r628 r636  
    1 PXRMCOPY ; SLC/PKR,PJH - Copy various reminder files. ;09/13/2007
    2  ;;2.0;CLINICAL REMINDERS;**6**;Feb 04, 2005;Build 123
     1PXRMCOPY ; SLC/PKR,PJH - Copy various reminder files. ;05/11/2001
     2 ;;2.0;CLINICAL REMINDERS;;Feb 04, 2005
    33 ;
    44 ;=====================================================
     
    1212 N DA,DIE,DIC,DIK,DIR,DIRUT,FDA,FIELDLEN,FILE
    1313 N IENN,IENO,IENS,MSG,NAME,ORGNAME,X,Y
    14  S DIC=ROOT,DIC(0)="AEMQ",DIC("A")=PROMPT
     14 S DIC=ROOT,DIC(0)="AEQ",DIC("A")=PROMPT
    1515 W !
    1616 D ^DIC
     
    6464 ;
    6565 ;=====================================================
    66 COPYLL ;Copy a location list.
    67  N PROMPT,ROOT,WHAT
    68  S WHAT="location list"
    69  S ROOT="^PXRMD(810.9,"
    70  S PROMPT="Select the reminder location list to copy: "
    71  D COPY(PROMPT,ROOT,WHAT)
    72  Q
    73  ;
    74  ;=====================================================
    7566COPYREM ;Copy a reminder definition.
    7667 N PROMPT,ROOT,WHAT
    7768 S WHAT="reminder"
    7869 S ROOT="^PXD(811.9,"
    79  S PROMPT="Select the reminder definition to copy: "
     70 S PROMPT="Select the reminder item to copy: "
    8071 D COPY(PROMPT,ROOT,WHAT)
    8172 Q
     
    8677 S WHAT="taxonomy"
    8778 S ROOT="^PXD(811.2,"
    88  S PROMPT="Select the reminder taxonomy to copy: "
     79 S PROMPT="Select the taxonomy item to copy: "
    8980 D COPY(PROMPT,ROOT,WHAT)
    9081 Q
Note: See TracChangeset for help on using the changeset viewer.