Changeset 399


Ignore:
Timestamp:
Mar 15, 2009, 8:35:00 PM (15 years ago)
Author:
Sam Habiel
Message:

Changed CCRSYS to C0CSYS

Location:
ccr/trunk/p
Files:
2 edited
1 moved

Legend:

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

    r397 r399  
    148148     K @AMAP
    149149     S @AMAP@("ACTOROBJECTID")=AOID ;ACTOR OBJECT ID
    150      S @AMAP@("ACTORINFOSYSNAME")=$$SYSNAME^CCRSYS
    151      S @AMAP@("ACTORINFOSYSVER")=$$SYSVER^CCRSYS
     150     S @AMAP@("ACTORINFOSYSNAME")=$$SYSNAME^C0CSYS
     151     S @AMAP@("ACTORINFOSYSVER")=$$SYSVER^C0CSYS
    152152     S @AMAP@("ACTORINFOSYSSOURCEID")=AOID
    153153     D MAP^C0CXPATH(INXML,AMAP,OUTXML) ; MAP THE VARIABLE
  • ccr/trunk/p/C0CRIMA.m

    r391 r399  
    9494    . W "CATEGORY NAME: ",CATNAME,!
    9595    . ;
    96     . F  S RIMDFN=$O(^DPT(RIMDFN)) Q:'$$PTST^CCRSYS(RIMDFN) ; NEXT PATIENT
     96    . F  S RIMDFN=$O(^DPT(RIMDFN)) Q:'$$PTST^C0CSYS(RIMDFN) ; NEXT PATIENT
    9797    . ; PTST TESTS TO SEE IF PATIENT WAS MERGED
    9898    . ; IF CCRTEST=0, PTST WILL CHECK TO SEE IF THIS IS A TEST PATIENT
  • ccr/trunk/p/C0CSYS.m

    r394 r399  
    1 CCRSYS ;CCDCCR/SMH - Routine to Get EHR System Information;6JUL2008
    2         ;;0.1;CCDCCR;;;
    3  ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
    4  ;General Public License See attached copy of the License.
     1C0CSYS ;WV/C0C/SMH - Routine to Get EHR System Information;6JUL2008
     2 ;;0.1;C0C;;;
     3 ; Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
     4 ; General Public License See attached copy of the License.
     5 ;
     6 ; This program is free software; you can redistribute it and/or modify
     7 ; it under the terms of the GNU General Public License as published by
     8 ; the Free Software Foundation; either version 2 of the License, or
     9 ; (at your option) any later version.
     10 ;
     11 ; This program is distributed in the hope that it will be useful,
     12 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14 ; GNU General Public License for more details.
     15 ;
     16 ; You should have received a copy of the GNU General Public License along
     17 ; with this program; if not, write to the Free Software Foundation, Inc.,
     18 ; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    519 ;
    6  ;This program is free software; you can redistribute it and/or modify
    7  ;it under the terms of the GNU General Public License as published by
    8  ;the Free Software Foundation; either version 2 of the License, or
    9  ;(at your option) any later version.
     20 W "Enter at appropriate points." Q
    1021 ;
    11  ;This program is distributed in the hope that it will be useful,
    12  ;but WITHOUT ANY WARRANTY; without even the implied warranty of
    13  ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14  ;GNU General Public License for more details.
     22 ; Originally, I was going to use VEPERVER, but VEPERVER
     23 ; actually kills ^TMP($J), outputs it to the screen in a user-friendly
     24 ; manner (press any key to continue),
     25 ; and is really a very half finished routine
    1526 ;
    16  ;You should have received a copy of the GNU General Public License along
    17  ;with this program; if not, write to the Free Software Foundation, Inc.,
    18  ;51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    19     ;
    20         W "Enter at appropriate points." Q
    21         ;
    22         ; Originally, I was going to use VEPERVER, but VEPERVER
    23         ; actually kills ^TMP($J), outputs it to the screen in a user-friendly
    24         ; manner (press any key to continue),
    25         ; and is really a very half finished routine
    26         ;
    27         ; So for now, I am hard-coding the values.
    28         ;
     27 ; So for now, I am hard-coding the values.
     28 ;
    2929SYSNAME() ;Get EHR System Name; PUBLIC; Extrinsic
     30                Q:$G(DUZ("AG"))="I" "RPMS"
    3031        Q "WorldVistA EHR/VOE"
    3132        ;
Note: See TracChangeset for help on using the changeset viewer.