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

    r628 r636  
    1 PXRMEXIU ; SLC/PKR/PJH - Utilities for installing repository entries. ;07/27/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMEXIU ; SLC/PKR/PJH - Utilities for installing repository entries. ;06/23/2005
     2 ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
    33 ;===============================================
    44DEF(FDA,NAMECHG) ;Check the reminder definition to make sure the related
     
    4747 ;
    4848 ;Linked reminder dialog field 51.
    49  S LRD=$G(FDA(811.9,IENS,51))
    50  S IEN=$S(LRD="":0,1:+$O(^PXRMD(801.41,"B",LRD,"")))
     49 S LRD=+$G(FDA(811.9,IENS,51))
     50 S IEN=$$EXISTS^PXRMEXIU(801.41,LRD)
    5151 I IEN=0 K FDA(811.9,IENS,51)
    5252 ;
     
    198198 ;
    199199 ;===============================================
     200SAME(ATTR,TA,NAME) ;Check existing entry and entry in packed reminder
     201 ;definition to see if they are identical.
     202 ;Present version only works for computed finding routines, other
     203 ;types of entries can be added later.
     204 N SAME
     205 I ATTR("FILE NAME")="COMPUTED FINDING ROUTINE" S SAME=$$SAME^PXRMEXCF(.ATTR,.TA,NAME)
     206 E  S SAME=1
     207 Q SAME
     208 ;
     209 ;===============================================
    200210TERM(FDA,NAMECHG) ;Check the reminder term to make sure all the
    201211 ;findings exist.
Note: See TracChangeset for help on using the changeset viewer.