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

    r628 r636  
    1 PXRMLRM ; SLC/PJH/PKR - List Rule Management ; 09/06/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMLRM ; SLC/PJH/PKR - List Rule Management ; 05/15/2006
     2 ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
    33 ;
    44 ;Main entry point for PXRM LIST RULE MANAGEMENT
     
    5656 N HTEXT
    5757 I CALL=1 D
    58  .S HTEXT(1)="Select DE to display or edit a rule.\\"
    59  .S HTEXT(2)="Select ED to edit a rule.\\"
     58 .S HTEXT(1)="Select DE to display or edit a rule."
     59 .S HTEXT(2)="Select ED to edit a rule"
    6060 ;
    6161 I CALL=2 D
    62  .S HTEXT(1)="Select F to edit term based finding rules.\\"
    63  .S HTEXT(2)="Select P to edit patient list based finding rules.\\"
    64  .S HTEXT(3)="Select R to edit reminder rules.\\"
    65  .S HTEXT(4)="Select S to edit rule sets. A rule set may contain"
    66  .S HTEXT(5)="any of the following:\\"
    67  .S HTEXT(6)=" finding list rules, patient list rules, reminder rules\\"
    68  .S HTEXT(7)="These component list rules must be created before the rule set"
    69  .S HTEXT(8)="can be constructed."
     62 .S HTEXT(1)=" Select F to edit term based finding rules."
     63 .S HTEXT(2)=" Select P to edit patient list based finding rules."
     64 .S HTEXT(3)=" Select R to edit reminder rules."
     65 .S HTEXT(4)=" Select S to edit rule sets. A rule set may contain either "
     66 .S HTEXT(5)="finding list rules or patient list rules or both. These "
     67 .S HTEXT(6)="component list rules must be created before the rule set "
     68 .S HTEXT(7)="can be constructed."
    7069 ;
    7170 D HELP^PXRMEUT(.HTEXT)
Note: See TracChangeset for help on using the changeset viewer.