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

    r628 r636  
    1 PXRMDLGZ ; SLC/PJH - Link reminder to dialog. ;01/11/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMDLGZ ; SLC/PJH - Link reminder to dialog. ;05/31/2006
     2 ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
    33 ;
    44 ;Called by option PXRM DIALOG/COMPONENT EDIT
     
    229229 .W $C(7),!,"A taxonomy cannot be entered as the finding item for a group"
    230230 ;Only applies to MH
    231  I $P(X,";",2)'="^YTT(601.71," Q 1
    232  I $$OK^PXRMDLL($P(X,";")) Q 1
     231 I $P(X,";",2)'="YTT(601," Q 1
     232 ;GAF
     233 I $P($G(^YTT(601,$P(X,";"),0)),U)="GAF" Q 1
     234 ;Check if a VALID GUI test
     235 I $P($G(^YTT(601.6,$P(X,";"),0)),U,4)="Y" Q 1
     236 ;else
    233237 W *7,!,"This test is not appropriate for the GUI",!
    234238 Q 0
Note: See TracChangeset for help on using the changeset viewer.