Changeset 399
- Timestamp:
- Mar 15, 2009, 8:35:00 PM (16 years ago)
- Location:
- ccr/trunk/p
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
ccr/trunk/p/C0CACTOR.m
r397 r399 148 148 K @AMAP 149 149 S @AMAP@("ACTOROBJECTID")=AOID ;ACTOR OBJECT ID 150 S @AMAP@("ACTORINFOSYSNAME")=$$SYSNAME^C CRSYS151 S @AMAP@("ACTORINFOSYSVER")=$$SYSVER^C CRSYS150 S @AMAP@("ACTORINFOSYSNAME")=$$SYSNAME^C0CSYS 151 S @AMAP@("ACTORINFOSYSVER")=$$SYSVER^C0CSYS 152 152 S @AMAP@("ACTORINFOSYSSOURCEID")=AOID 153 153 D MAP^C0CXPATH(INXML,AMAP,OUTXML) ; MAP THE VARIABLE -
ccr/trunk/p/C0CRIMA.m
r391 r399 94 94 . W "CATEGORY NAME: ",CATNAME,! 95 95 . ; 96 . F S RIMDFN=$O(^DPT(RIMDFN)) Q:'$$PTST^C CRSYS(RIMDFN) ; NEXT PATIENT96 . F S RIMDFN=$O(^DPT(RIMDFN)) Q:'$$PTST^C0CSYS(RIMDFN) ; NEXT PATIENT 97 97 . ; PTST TESTS TO SEE IF PATIENT WAS MERGED 98 98 . ; 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. 1 C0CSYS ;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. 5 19 ; 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 10 21 ; 11 ; This program is distributed in the hope that it will be useful,12 ; but WITHOUT ANY WARRANTY; without even the implied warranty of13 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14 ; 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 15 26 ; 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 ; 29 29 SYSNAME() ;Get EHR System Name; PUBLIC; Extrinsic 30 Q:$G(DUZ("AG"))="I" "RPMS" 30 31 Q "WorldVistA EHR/VOE" 31 32 ;
Note:
See TracChangeset
for help on using the changeset viewer.