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/TOOLKIT-AWCM-XD-XIN-XPAR-XQAB-XT-XUC-XUR-ZIN-ZTED/XTPMKPCF.m

    r628 r636  
    1 XTPMKPCF ;OAK/BP - COMPUTED FIELDS AND OTHER ODDITIES FOR PATCH MONITOR;
    2  ;;7.3;TOOLKIT;**98,106**; Apr 25, 1995;Build 1
     1XTPMKPCF ;OAK/BP - COMPUTED FIELDS AND OTHER ODDITIES FOR PATCH MONITOR; [8/9/05 9:23am]
     2 ;;7.3;TOOLKIT;**98**; Apr 25, 1995
    33 ;
    44 ; computed fields
     
    88 ;   patches may be involved.  If a test patch, null the pointer, like nothing is there.
    99 S X=$P($G(^XPD(9.9,D0,0)),U,8) Q:X=""
    10  S X=$O(^XPD(9.7,"B",X,9999999999),-1) I $G(^XPD(9.7,+X,2))["TEST v" S X="" Q
     10 S X=$O(^XPD(9.7,"B",X,9999999999),-1) I $G(^XPD(9.7,+X,2))["TEST v" S X=""
    1111 S X=$P($G(^XPD(9.7,+X,1)),U,3)
    12  I X="" Q
    13  S Y=X D DD^%DT S X=$P(Y,"@") K Y
     12 S X=$E(X,1,7)
    1413 Q
    1514 ;
     
    7069 K XTBX1,XTBZ,NIGHT,XTBCMPDT,ZTSK,ZTIO,ZTRTN,ZTSAVE
    7170 Q
    72  ;
    73 INSDATE ;Print out Installed Date
    74  N X,X1
    75  S X=$P($G(^XPD(9.9,D0,0)),U,8) Q:X=""
    76  S X1=$P($G(^XPD(9.9,D0,0)),U,11) I X1>0 W $$FMTE^XLFDT(X1,"2Z") Q
    77  S X=$O(^XPD(9.7,"B",X,9999999999),-1) I $G(^XPD(9.7,+X,2))["TEST v" S X="" Q
    78  S X=$P($G(^XPD(9.7,+X,1)),U,3) W $$FMTE^XLFDT($P(X,"."),"2Z")
    79  Q
Note: See TracChangeset for help on using the changeset viewer.