Changeset 418 for ccr/trunk/p/C0CUTIL.m


Ignore:
Timestamp:
Mar 23, 2009, 12:21:08 AM (15 years ago)
Author:
Sam Habiel
Message:

Refactoring C0CMED
Updated C0CUTIL with checks on whether we are in RPMS, Vista, WorldVista, or OpenVista

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CUTIL.m

    r411 r418  
    123123 Q
    124124 ;
    125 RPMS ; Are we running on an RPMS system rather than Vista?
     125RPMS() ; Are we running on an RPMS system rather than Vista?
    126126 Q $G(DUZ("AG"))="I" ; If User Agency is Indian Health Service
     127VISTA() ; Are we running on Vanilla Vista?
     128 Q $G(DUZ("AG"))="V" ; If User Agency is VA
     129WV() ; Are we running on Customized Vista (WV or OpenVista)?
     130 Q $G(DUZ("AG"))="E"!($G(DUZ("AG"))="O") ; Codes for WV and Other.
Note: See TracChangeset for help on using the changeset viewer.