Re: [Hardhats-members] Uninstall a patch

2005-06-02 Thread Kevin Toppenberg
Usha,

OK.  It is acting differently on your system than it
does on mine.  I basically took the VistA register
code and altered it for my use.  You will have to look
at the code and figure out at what step the problem is
occurring.  I do this by inserting: write step 1,! 
etc. at various places in the code and then run it.  I
can then see roughly where the problem is, and narrow
down my search.

Sorry I can't be more helpful.

Kevin


--- Usha [EMAIL PROTECTED] wrote:

 I ran D EDITPT^TMGMISC(1) on the GT.M prompt.
 
 Usha
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Thursday, June 02, 2005 12:27 AM
 Subject: Re: [Hardhats-members] Uninstall a patch
 
 
 Are you running my code, or the REGISTER A PATIENT
 option?
 
 Kevin
 
 
 --- Usha [EMAIL PROTECTED] wrote:
 
  As far as I can understand, the routine does not
 ask
  for a registration
  time.
  After taking the PATIENT NAME from the user, it
  displays the different
  screens and then the following message is
 displayed.
 
  CONSISTENCY CHECKER TURNED OFF!!
  Patient is exempt from Copay.
 
  And the it returns to the GT.M prompt.
 
  Usha
  - Original Message -
  From: Kevin Toppenberg [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Wednesday, June 01, 2005 3:22 AM
  Subject: Re: [Hardhats-members] Uninstall a patch
 
 
   Usha,
  
   The screen log you are showing below if for
 using
  the
   VistA option REGISTER A PATIENT.
  
   This is different from the edited version of
 this
  that
   I posted to you.  This REGISTER A PATIENT option
  is
   doing things that I did not need, and I suspect
  that
   you don't need them either.
  
   You don't get problems with the registration
 time
  with
   my routine do you?
  
   Kevin
  
  
   --- Usha [EMAIL PROTECTED] wrote:
  
When a patient is registered using the
 REGISTER
  A
PATIENT option, the
folowing happens
   
Select OPTION NAME : REGISTER A PATIENT
   
   
   
Select PATIENT NAME: TESTING,Y  TESTING,Y
2-2-05907020205P NO
   
 GENERAL
   
Press ENTER to continue
   
   
   
Please verify or update the following
  information:
   
   
   
NAME: TESTING,Y//
   
DATE OF BIRTH: 02/02/2005//
   
SEX: MALE//
   
SOCIAL SECURITY NUMBER: 907020205P//
   
MULTIPLE BIRTH INDICATOR:
   
MOTHER'S MAIDEN NAME:
   
PLACE OF BIRTH [CITY]:
   
PLACE OF BIRTH [STATE]:
   
Select ALIAS:
   
   
   

   
After selecting the patient, the COORDINATING
  MASTER
OF RECORD (Un-editable
overview) is displayed. If the user selects to
  edit
the patient data then
the following screens are displayed:
   
  1.. PATIENT DEMOGRAPHIC DATA
  2.. CONFIDENTIAL ADDRESS DATA
  3.. PATIENT DATA SCREEN 2
  4.. APPLICANT/SPOUSE EMPLOYMENT DATA
  5.. INSURANCE DATA
  6.. ELIGIBILITY STATUS DATA
  7.. ADMISSION INFORMATION
  8.. APPLICATION INFORMATION
  9.. APPOINTMENT INFORMATION
  10.. SPONSOR DEMOGRAPHIC INFORMATION
**
   
   
   
Is the patient currently being followed in a
  clinic
for the same condition?
N
   
  (No)
   
   
   
Is the patient to be examined in the medical
  center
today? Yes//   (Yes)
   
   
   
   
   
Registration login date/time: NOW//   (MAY
26,[EMAIL PROTECTED]:02)   - This is
the time I was talking about
   
TYPE OF BENEFIT APPLIED FOR: 1  HOSPITAL
   
TYPE OF CARE APPLIED FOR: 5  ALL OTHER
   
REGISTRATION ELIGIBILITY CODE: HUMANITARIAN
EMERGENCY
   
 //6  6
NON-VETERAN
   
   
   
Updating eligibility status for this
  registration...
   
   
   
  NEED RELATED TO AN ACCIDENT: U  UNKNOWN
   
  NEED RELATED TO OCCUPATION: U  UNKNOWN
   
PRINT 10/10? Yes//   (Yes)
   
ROUTING SLIP? Yes//   (Yes)
   
   
   
Download VIC data? No//   (No)
   
And the registration is complete.
   
Usha
   
- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Monday, May 30, 2005 9:32 PM
Subject: Re: [Hardhats-members] Uninstall a
  patch
   
   
 That was not something I was interested in
 in
  my
site.
  But I would be happy to try to help get the
 
=== message truncated ===


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members

Re: [Hardhats-members] Uninstall a patch

2005-06-02 Thread Usha
Yes that's correct. I think now I'll have to get down to the routine.

Usha

- Original Message - 
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Thursday, June 02, 2005 6:42 PM
Subject: Re: [Hardhats-members] Uninstall a patch


I think that I did not want registration questions
asked, so I cut that out. I just wanted basic
demographics (name, DOB, SSNum etc)

You could look at the original registration code (let
me know if you need help finding this), and compare it
to what I did.  You could then see the part you want
added back in.  It sounds like all you want removed is
the part where it calls the MPI.

Kevin


--- Usha [EMAIL PROTECTED] wrote:

 The All done message is dispalyed and new patients
 can also be added by
 the routine. The only problem is that it does not
 ask for registration
 details.
 
 Thanks
 Usha
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Thursday, June 02, 2005 4:26 PM
 Subject: Re: [Hardhats-members] Uninstall a patch
 
 
 Well, you are calling the code from a GTM prompt, so
 when it is done, it will go back to the GTM prompt.
 YOu could alter the code to add a final line: write
 all done. goodbye.,! to see if the final line is
 reached.
 
 Is your patient being added to the database the way
 you want?
 
 Kevin
 
 
 --- Usha [EMAIL PROTECTED] wrote:
 
  The screen shots of the ZSHOW * and $ZSTATUS are
  given below
 
  GTMd EDITPT^TMGMISC(1)
  .
  CONSISTENCY CHECKER TURNED OFF!!
  Patient is exempt from Copay.
 
 
  GTMZSHOW *
  $DEVICE=
  $ECODE=
  $ESTACK=0
  $ETRAP=
  $HOROLOG=60053,34299
  $IO=/dev/pts/1
  $JOB=4246
  $KEY=
  $PRINCIPAL=/dev/pts/1
  $QUIT=0
  $REFERENCE=^DPT(30,VET)
  $STACK=0
  $STORAGE=2147483647
  $SYSTEM=47,gtm_sysid
  $TEST=0
  $TLEVEL=0
  $TRESTART=0
  $X=0
  $Y=20
  $ZA=0
  $ZB=$C(13)
  $ZCMDLINE=
  $ZCOMPILE=
  $ZCSTATUS=0
  $ZDATEFORM=0
  $ZDIRECTORY=/home/vista/OpenVistA/
  $ZEDITOR=0
  $ZEOF=0
  $ZERROR=
  $ZGBLDIR=/usr/local/OpenVistA/g/mumps.gld
  $ZININTERRUPT=0
  $ZINTERRUPT=IF $ZJOBEXAM()
  $ZIO=/dev/pts/1
  $ZJOB=0
  $ZLEVEL=1
  $ZMAXTPTIME=0
  $ZMODE=INTERACTIVE
  $ZPOSITION=^GTM$DMOD
  $ZPROCESS=
  $ZPROMPT=GTM
 

$ZROUTINES=/home/vista/OpenVistA/o(/home/vista/OpenVistA/r)
  /usr/local/OpenVist
A/o(/usr/local/OpenVistA/r)
  /usr/local/gtm
  $ZSOURCE=
  $ZSTATUS=
  $ZSTEP=B
  $ZSYSTEM=0
  $ZTEXIT=
  $ZTRAP=G OPNERR^%ZIS4
  $ZVERSION=GT.M V4.4-004 Linux x86
  $ZYERROR=
  %H=60053,34287
  CURR=0
  DA=30
  DFN=30
  DGCLPR=
  DGFC=^1
  DGNEW=
  DGNOCITY=1
  DGNOCOPF=0
  DGPH=
  DGRPSCE1=
  DGUNK=1
  DISYS=19
  DT=3050602
  DTIME=300
  DUZ=0
  DUZ(0)=
  IO=/dev/pts/1
  IO(0)=/dev/pts/1
  IO(1,/dev/pts/1)=
  IO(ERROR)=
  IO(HOME)=38^/dev/pts/1
  IOBS=$C(8)
  IOF=#,$C(27,91,50,74,27,91,72)
  IOHG=
  IOM=80
  ION=GTM-UNIX-TELNET
  IOPAR=
  IOS=38
  IOSL=24
  IOST=C-VT100
  IOST(0)=9
  IOT=VTRM
  IOUPAR=
  IOXY=W $C(27,91)_((DY+1))_$C(59)_((DX+1))_$C(72)
  POP=0
  SSN=702-05-3005P
  U=^
  VET=1
  X=15
  XX=
  Z='^'
  /dev/pts/1 OPEN TERMINAL NOCENE NOPAST NOESCA
  NOREADS TYPE WIDTH=80 LENG=24
  LOCK ^DPT(30) LEVEL=3
  LOCK ^TMP(30,REGISTRATION IN PROGRESS) LEVEL=1
  ^GTM$DMOD(Direct mode)
 
  GTMW $ZSTATUS
 
 
  GTM
 
  Does this mean that no error occurred? If yes,
 then
  why did the routine come
  back to the GT.M prompt?
 
  Usha
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Wednesday, June 01, 2005 8:12 PM
  Subject: Re: [Hardhats-members] Uninstall a patch
 
 
   
As far as I can understand, the routine does
 not
  ask for a registration
time.
After taking the PATIENT NAME from the user,
 it
  displays the different
screens and then the following message is
  displayed.
   
CONSISTENCY CHECKER TURNED OFF!!
Patient is exempt from Copay.
   
And the it returns to the GT.M prompt.
   
Usha
  
   Usha,
   Anytime a VistA program returns arbitrarily to
 the
  GT.M prompt, I am wary.
   In contrast to some MUMPS implementations, GT.M
  does not write the error
   variables to the string if code flow generates
 an
  error and returns to
   the prompt.
  
   When this occurs, I usually use the ZSHOW *
  command and look at the
  system
   variables. The variable $ZSTATUS is usually
  indicative of an error, if
   one has occurred.
  
   Could you tell us if you got an error when it
  returned?
  
   David
  
  
 
=== message truncated ===




__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

Re: [Hardhats-members] Uninstall a patch

2005-06-01 Thread whitten
 
 As far as I can understand, the routine does not ask for a registration
 time.
 After taking the PATIENT NAME from the user, it displays the different
 screens and then the following message is displayed.
 
 CONSISTENCY CHECKER TURNED OFF!!
 Patient is exempt from Copay.
 
 And the it returns to the GT.M prompt.
 
 Usha

Usha,
Anytime a VistA program returns arbitrarily to the GT.M prompt, I am wary. 
In contrast to some MUMPS implementations, GT.M does not write the error
variables to the string if code flow generates an error and returns to
the prompt.

When this occurs, I usually use the ZSHOW * command and look at the system
variables. The variable $ZSTATUS is usually indicative of an error, if
one has occurred.

Could you tell us if you got an error when it returned?

David


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Uninstall a patch

2005-06-01 Thread Usha
I ran D EDITPT^TMGMISC(1) on the GT.M prompt.

Usha
- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Thursday, June 02, 2005 12:27 AM
Subject: Re: [Hardhats-members] Uninstall a patch


Are you running my code, or the REGISTER A PATIENT
option?

Kevin


--- Usha [EMAIL PROTECTED] wrote:

 As far as I can understand, the routine does not ask
 for a registration
 time.
 After taking the PATIENT NAME from the user, it
 displays the different
 screens and then the following message is displayed.

 CONSISTENCY CHECKER TURNED OFF!!
 Patient is exempt from Copay.

 And the it returns to the GT.M prompt.

 Usha
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, June 01, 2005 3:22 AM
 Subject: Re: [Hardhats-members] Uninstall a patch


  Usha,
 
  The screen log you are showing below if for using
 the
  VistA option REGISTER A PATIENT.
 
  This is different from the edited version of this
 that
  I posted to you.  This REGISTER A PATIENT option
 is
  doing things that I did not need, and I suspect
 that
  you don't need them either.
 
  You don't get problems with the registration time
 with
  my routine do you?
 
  Kevin
 
 
  --- Usha [EMAIL PROTECTED] wrote:
 
   When a patient is registered using the REGISTER
 A
   PATIENT option, the
   folowing happens
  
   Select OPTION NAME : REGISTER A PATIENT
  
  
  
   Select PATIENT NAME: TESTING,Y  TESTING,Y
   2-2-05907020205P NO
  
GENERAL
  
   Press ENTER to continue
  
  
  
   Please verify or update the following
 information:
  
  
  
   NAME: TESTING,Y//
  
   DATE OF BIRTH: 02/02/2005//
  
   SEX: MALE//
  
   SOCIAL SECURITY NUMBER: 907020205P//
  
   MULTIPLE BIRTH INDICATOR:
  
   MOTHER'S MAIDEN NAME:
  
   PLACE OF BIRTH [CITY]:
  
   PLACE OF BIRTH [STATE]:
  
   Select ALIAS:
  
  
  
   
  
   After selecting the patient, the COORDINATING
 MASTER
   OF RECORD (Un-editable
   overview) is displayed. If the user selects to
 edit
   the patient data then
   the following screens are displayed:
  
 1.. PATIENT DEMOGRAPHIC DATA
 2.. CONFIDENTIAL ADDRESS DATA
 3.. PATIENT DATA SCREEN 2
 4.. APPLICANT/SPOUSE EMPLOYMENT DATA
 5.. INSURANCE DATA
 6.. ELIGIBILITY STATUS DATA
 7.. ADMISSION INFORMATION
 8.. APPLICATION INFORMATION
 9.. APPOINTMENT INFORMATION
 10.. SPONSOR DEMOGRAPHIC INFORMATION
   **
  
  
  
   Is the patient currently being followed in a
 clinic
   for the same condition?
   N
  
 (No)
  
  
  
   Is the patient to be examined in the medical
 center
   today? Yes//   (Yes)
  
  
  
  
  
   Registration login date/time: NOW//   (MAY
   26,[EMAIL PROTECTED]:02)   - This is
   the time I was talking about
  
   TYPE OF BENEFIT APPLIED FOR: 1  HOSPITAL
  
   TYPE OF CARE APPLIED FOR: 5  ALL OTHER
  
   REGISTRATION ELIGIBILITY CODE: HUMANITARIAN
   EMERGENCY
  
//6  6
   NON-VETERAN
  
  
  
   Updating eligibility status for this
 registration...
  
  
  
 NEED RELATED TO AN ACCIDENT: U  UNKNOWN
  
 NEED RELATED TO OCCUPATION: U  UNKNOWN
  
   PRINT 10/10? Yes//   (Yes)
  
   ROUTING SLIP? Yes//   (Yes)
  
  
  
   Download VIC data? No//   (No)
  
   And the registration is complete.
  
   Usha
  
   - Original Message -
   From: Kevin Toppenberg [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Monday, May 30, 2005 9:32 PM
   Subject: Re: [Hardhats-members] Uninstall a
 patch
  
  
That was not something I was interested in in
 my
   site.
 But I would be happy to try to help get the
 code
working for you.  I am not sure what you mean
   about it
not accepting the registration time.  Can you
 post
   a
screen log?
   
Kevin
   
--- Usha [EMAIL PROTECTED] wrote:
   
 The routine is a lot better than VistA's.
 But it
 does not seem to accept the
 registration time.

 Or is there some other routine to do that
 part?
 Would be glad to see it.

 Usha
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net

=== message truncated ===




__
Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it out!
http://discover.yahoo.com/weekend.html



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Re: [Hardhats-members] Uninstall a patch

2005-06-01 Thread Usha
The screen shots of the ZSHOW * and $ZSTATUS are given below

GTMd EDITPT^TMGMISC(1)
.
CONSISTENCY CHECKER TURNED OFF!!
Patient is exempt from Copay.


GTMZSHOW *
$DEVICE=
$ECODE=
$ESTACK=0
$ETRAP=
$HOROLOG=60053,34299
$IO=/dev/pts/1
$JOB=4246
$KEY=
$PRINCIPAL=/dev/pts/1
$QUIT=0
$REFERENCE=^DPT(30,VET)
$STACK=0
$STORAGE=2147483647
$SYSTEM=47,gtm_sysid
$TEST=0
$TLEVEL=0
$TRESTART=0
$X=0
$Y=20
$ZA=0
$ZB=$C(13)
$ZCMDLINE=
$ZCOMPILE=
$ZCSTATUS=0
$ZDATEFORM=0
$ZDIRECTORY=/home/vista/OpenVistA/
$ZEDITOR=0
$ZEOF=0
$ZERROR=
$ZGBLDIR=/usr/local/OpenVistA/g/mumps.gld
$ZININTERRUPT=0
$ZINTERRUPT=IF $ZJOBEXAM()
$ZIO=/dev/pts/1
$ZJOB=0
$ZLEVEL=1
$ZMAXTPTIME=0
$ZMODE=INTERACTIVE
$ZPOSITION=^GTM$DMOD
$ZPROCESS=
$ZPROMPT=GTM
$ZROUTINES=/home/vista/OpenVistA/o(/home/vista/OpenVistA/r)
/usr/local/OpenVist
  A/o(/usr/local/OpenVistA/r) /usr/local/gtm
$ZSOURCE=
$ZSTATUS=
$ZSTEP=B
$ZSYSTEM=0
$ZTEXIT=
$ZTRAP=G OPNERR^%ZIS4
$ZVERSION=GT.M V4.4-004 Linux x86
$ZYERROR=
%H=60053,34287
CURR=0
DA=30
DFN=30
DGCLPR=
DGFC=^1
DGNEW=
DGNOCITY=1
DGNOCOPF=0
DGPH=
DGRPSCE1=
DGUNK=1
DISYS=19
DT=3050602
DTIME=300
DUZ=0
DUZ(0)=
IO=/dev/pts/1
IO(0)=/dev/pts/1
IO(1,/dev/pts/1)=
IO(ERROR)=
IO(HOME)=38^/dev/pts/1
IOBS=$C(8)
IOF=#,$C(27,91,50,74,27,91,72)
IOHG=
IOM=80
ION=GTM-UNIX-TELNET
IOPAR=
IOS=38
IOSL=24
IOST=C-VT100
IOST(0)=9
IOT=VTRM
IOUPAR=
IOXY=W $C(27,91)_((DY+1))_$C(59)_((DX+1))_$C(72)
POP=0
SSN=702-05-3005P
U=^
VET=1
X=15
XX=
Z='^'
/dev/pts/1 OPEN TERMINAL NOCENE NOPAST NOESCA NOREADS TYPE WIDTH=80 LENG=24
LOCK ^DPT(30) LEVEL=3
LOCK ^TMP(30,REGISTRATION IN PROGRESS) LEVEL=1
^GTM$DMOD(Direct mode)

GTMW $ZSTATUS


GTM

Does this mean that no error occurred? If yes, then why did the routine come
back to the GT.M prompt?

Usha

- Original Message -
From: [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, June 01, 2005 8:12 PM
Subject: Re: [Hardhats-members] Uninstall a patch


 
  As far as I can understand, the routine does not ask for a registration
  time.
  After taking the PATIENT NAME from the user, it displays the different
  screens and then the following message is displayed.
 
  CONSISTENCY CHECKER TURNED OFF!!
  Patient is exempt from Copay.
 
  And the it returns to the GT.M prompt.
 
  Usha

 Usha,
 Anytime a VistA program returns arbitrarily to the GT.M prompt, I am wary.
 In contrast to some MUMPS implementations, GT.M does not write the error
 variables to the string if code flow generates an error and returns to
 the prompt.

 When this occurs, I usually use the ZSHOW * command and look at the
system
 variables. The variable $ZSTATUS is usually indicative of an error, if
 one has occurred.

 Could you tell us if you got an error when it returned?

 David


 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo! directly into your own
 Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Uninstall a patch

2005-06-01 Thread Gregory Woodhouse
Look at $ECODE for the error (there is none). Note, however, that  
DUZ=0. This means you have not yet signed in to VistA (DUZ is the  
user id).


===
Gregory Woodhouse
[EMAIL PROTECTED]

It is a capital mistake to theorize before one has data.
--Sir Arthur Conan Doyle



On Jun 1, 2005, at 9:10 PM, Usha wrote:


The screen shots of the ZSHOW * and $ZSTATUS are given below

GTMd EDITPT^TMGMISC(1)
.
CONSISTENCY CHECKER TURNED OFF!!
Patient is exempt from Copay.


GTMZSHOW *
$DEVICE=
$ECODE=
$ESTACK=0
$ETRAP=
$HOROLOG=60053,34299
$IO=/dev/pts/1
$JOB=4246
$KEY=
$PRINCIPAL=/dev/pts/1
$QUIT=0
$REFERENCE=^DPT(30,VET)
$STACK=0
$STORAGE=2147483647
$SYSTEM=47,gtm_sysid
$TEST=0
$TLEVEL=0
$TRESTART=0
$X=0
$Y=20
$ZA=0
$ZB=$C(13)
$ZCMDLINE=
$ZCOMPILE=
$ZCSTATUS=0
$ZDATEFORM=0
$ZDIRECTORY=/home/vista/OpenVistA/
$ZEDITOR=0
$ZEOF=0
$ZERROR=
$ZGBLDIR=/usr/local/OpenVistA/g/mumps.gld
$ZININTERRUPT=0
$ZINTERRUPT=IF $ZJOBEXAM()
$ZIO=/dev/pts/1
$ZJOB=0
$ZLEVEL=1
$ZMAXTPTIME=0
$ZMODE=INTERACTIVE
$ZPOSITION=^GTM$DMOD
$ZPROCESS=
$ZPROMPT=GTM
$ZROUTINES=/home/vista/OpenVistA/o(/home/vista/OpenVistA/r)
/usr/local/OpenVist
  A/o(/usr/local/OpenVistA/r) /usr/local/gtm
$ZSOURCE=
$ZSTATUS=
$ZSTEP=B
$ZSYSTEM=0
$ZTEXIT=
$ZTRAP=G OPNERR^%ZIS4
$ZVERSION=GT.M V4.4-004 Linux x86
$ZYERROR=
%H=60053,34287
CURR=0
DA=30
DFN=30
DGCLPR=
DGFC=^1
DGNEW=
DGNOCITY=1
DGNOCOPF=0
DGPH=
DGRPSCE1=
DGUNK=1
DISYS=19
DT=3050602
DTIME=300
DUZ=0
DUZ(0)=
IO=/dev/pts/1
IO(0)=/dev/pts/1
IO(1,/dev/pts/1)=
IO(ERROR)=
IO(HOME)=38^/dev/pts/1
IOBS=$C(8)
IOF=#,$C(27,91,50,74,27,91,72)
IOHG=
IOM=80
ION=GTM-UNIX-TELNET
IOPAR=
IOS=38
IOSL=24
IOST=C-VT100
IOST(0)=9
IOT=VTRM
IOUPAR=
IOXY=W $C(27,91)_((DY+1))_$C(59)_((DX+1))_$C(72)
POP=0
SSN=702-05-3005P
U=^
VET=1
X=15
XX=
Z='^'
/dev/pts/1 OPEN TERMINAL NOCENE NOPAST NOESCA NOREADS TYPE WIDTH=80  
LENG=24

LOCK ^DPT(30) LEVEL=3
LOCK ^TMP(30,REGISTRATION IN PROGRESS) LEVEL=1
^GTM$DMOD(Direct mode)

GTMW $ZSTATUS


GTM

Does this mean that no error occurred? If yes, then why did the  
routine come

back to the GT.M prompt?

Usha

- Original Message -
From: [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, June 01, 2005 8:12 PM
Subject: Re: [Hardhats-members] Uninstall a patch





As far as I can understand, the routine does not ask for a  
registration

time.
After taking the PATIENT NAME from the user, it displays the  
different

screens and then the following message is displayed.

CONSISTENCY CHECKER TURNED OFF!!
Patient is exempt from Copay.

And the it returns to the GT.M prompt.

Usha



Usha,
Anytime a VistA program returns arbitrarily to the GT.M prompt, I  
am wary.
In contrast to some MUMPS implementations, GT.M does not write the  
error
variables to the string if code flow generates an error and  
returns to

the prompt.

When this occurs, I usually use the ZSHOW * command and look at the


system

variables. The variable $ZSTATUS is usually indicative of an  
error, if

one has occurred.

Could you tell us if you got an error when it returned?

David


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using  
Yahoo!

Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn- 
ostg-q22005

___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members







---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg- 
q22005

___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Uninstall a patch

2005-06-01 Thread Usha
After logging in and running the routine TMGMISC

GTMZSHOW *
$DEVICE=
$ECODE=
$ESTACK=0
$ETRAP=
$HOROLOG=60053,37507
$IO=/dev/pts/1
$JOB=4246
$KEY=
$PRINCIPAL=/dev/pts/1
$QUIT=0
$REFERENCE=^DPT(30,VET)
$STACK=0
$STORAGE=2147483647
$SYSTEM=47,gtm_sysid
$TEST=0
$TLEVEL=0
$TRESTART=0
$X=0
$Y=22
$ZA=0
$ZB=$C(13)
$ZCMDLINE=
$ZCOMPILE=
$ZCSTATUS=0
$ZDATEFORM=0
$ZDIRECTORY=/home/vista/OpenVistA/
$ZEDITOR=0
$ZEOF=0
$ZERROR=
$ZGBLDIR=/usr/local/OpenVistA/g/mumps.gld
$ZININTERRUPT=0
$ZINTERRUPT=IF $ZJOBEXAM()
$ZIO=/dev/pts/1
$ZJOB=0
$ZLEVEL=1
$ZMAXTPTIME=0
$ZMODE=INTERACTIVE
$ZPOSITION=^GTM$DMOD
$ZPROCESS=
$ZPROMPT=GTM
$ZROUTINES=/home/vista/OpenVistA/o(/home/vista/OpenVistA/r)
/usr/local/OpenVist
  A/o(/usr/local/OpenVistA/r) /usr/local/gtm
$ZSOURCE=
$ZSTATUS=
$ZSTEP=B
$ZSYSTEM=0
$ZTEXIT=
$ZTRAP=
$ZVERSION=GT.M V4.4-004 Linux x86
$ZYERROR=
%H=60053,37483
CURR=0
DA=30
DFN=30
DGCLPR=
DGFC=^1
DGNEW=
DGNOCITY=1
DGNOCOPF=0
DGPH=
DGRPSCE1=
DGUNK=1
DISYS=19
DT=3050602
DTIME=3600
DUZ=83
DUZ(0)=@
DUZ(1)=
DUZ(2)=1
DUZ(AG)=V
DUZ(BUF)=1
DUZ(LANG)=
IO=/dev/pts/1
IO(0)=/dev/pts/1
IO(1,/dev/pts/1)=
IO(ERROR)=
IO(HOME)=38^/dev/pts/1
IO(ZIO)=/dev/pts/1
IOBS=$C(8)
IOF=#,$C(27,91,50,74,27,91,72)
IOM=80
ION=GTM-UNIX-TELNET
IOPAR=
IOS=38
IOSL=24
IOST=C-VT102
IOST(0)=60
IOT=VTRM
IOUPAR=
IOXY=W $C(27,91)_((DY+1))_$C(59)_((DX+1))_$C(102)
POP=0
SSN=702-05-3005P
U=^
VET=1
X=15
XPARSYS=1;DIC(4.2,
XQXFLG=^^XUP
XX=
Z='^'
/dev/pts/1 OPEN TERMINAL NOCENE NOPAST NOESCA NOREADS TYPE WIDTH=80 LENG=24
LOCK ^DPT(30) LEVEL=5
LOCK ^TMP(30,REGISTRATION IN PROGRESS) LEVEL=2
^GTM$DMOD(Direct mode)

GTMw $ZSTATUS

GTM

Seems there is some improvement in the levels, after logging in. But the
routine responds in the same way as before.

Usha

- Original Message -
From: Gregory Woodhouse [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Thursday, June 02, 2005 9:59 AM
Subject: Re: [Hardhats-members] Uninstall a patch


 Look at $ECODE for the error (there is none). Note, however, that
 DUZ=0. This means you have not yet signed in to VistA (DUZ is the
 user id).

 ===
 Gregory Woodhouse
 [EMAIL PROTECTED]





---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Uninstall a patch

2005-05-31 Thread Kevin Toppenberg
Usha,

The screen log you are showing below if for using the
VistA option REGISTER A PATIENT.

This is different from the edited version of this that
I posted to you.  This REGISTER A PATIENT option is
doing things that I did not need, and I suspect that
you don't need them either.

You don't get problems with the registration time with
my routine do you?

Kevin


--- Usha [EMAIL PROTECTED] wrote:

 When a patient is registered using the REGISTER A
 PATIENT option, the
 folowing happens
 
 Select OPTION NAME : REGISTER A PATIENT
 
 
 
 Select PATIENT NAME: TESTING,Y  TESTING,Y   
 2-2-05907020205P NO
 
  GENERAL
 
 Press ENTER to continue
 
 
 
 Please verify or update the following information:
 
 
 
 NAME: TESTING,Y//
 
 DATE OF BIRTH: 02/02/2005//
 
 SEX: MALE//
 
 SOCIAL SECURITY NUMBER: 907020205P//
 
 MULTIPLE BIRTH INDICATOR:
 
 MOTHER'S MAIDEN NAME:
 
 PLACE OF BIRTH [CITY]:
 
 PLACE OF BIRTH [STATE]:
 
 Select ALIAS:
 
 
 
 
 
 After selecting the patient, the COORDINATING MASTER
 OF RECORD (Un-editable
 overview) is displayed. If the user selects to edit
 the patient data then
 the following screens are displayed:
 
   1.. PATIENT DEMOGRAPHIC DATA
   2.. CONFIDENTIAL ADDRESS DATA
   3.. PATIENT DATA SCREEN 2
   4.. APPLICANT/SPOUSE EMPLOYMENT DATA
   5.. INSURANCE DATA
   6.. ELIGIBILITY STATUS DATA
   7.. ADMISSION INFORMATION
   8.. APPLICATION INFORMATION
   9.. APPOINTMENT INFORMATION
   10.. SPONSOR DEMOGRAPHIC INFORMATION
 **
 
 
 
 Is the patient currently being followed in a clinic
 for the same condition?
 N
 
   (No)
 
 
 
 Is the patient to be examined in the medical center
 today? Yes//   (Yes)
 
 
 
 
 
 Registration login date/time: NOW//   (MAY
 26,[EMAIL PROTECTED]:02)   - This is
 the time I was talking about
 
 TYPE OF BENEFIT APPLIED FOR: 1  HOSPITAL
 
 TYPE OF CARE APPLIED FOR: 5  ALL OTHER
 
 REGISTRATION ELIGIBILITY CODE: HUMANITARIAN
 EMERGENCY
 
  //6  6  
 NON-VETERAN
 
 
 
 Updating eligibility status for this registration...
 
 
 
   NEED RELATED TO AN ACCIDENT: U  UNKNOWN
 
   NEED RELATED TO OCCUPATION: U  UNKNOWN
 
 PRINT 10/10? Yes//   (Yes)
 
 ROUTING SLIP? Yes//   (Yes)
 
 
 
 Download VIC data? No//   (No)
 
 And the registration is complete.
 
 Usha
 
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Monday, May 30, 2005 9:32 PM
 Subject: Re: [Hardhats-members] Uninstall a patch
 
 
  That was not something I was interested in in my
 site.
   But I would be happy to try to help get the code
  working for you.  I am not sure what you mean
 about it
  not accepting the registration time.  Can you post
 a
  screen log?
 
  Kevin
 
  --- Usha [EMAIL PROTECTED] wrote:
 
   The routine is a lot better than VistA's. But it
   does not seem to accept the
   registration time.
  
   Or is there some other routine to do that part?
   Would be glad to see it.
  
   Usha
   - Original Message -
   From: Kevin Toppenberg [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Friday, May 27, 2005 5:48 PM
   Subject: Re: [Hardhats-members] Uninstall a
 patch
  
  
Another way would be to use the registrantion
   program
that I put on the wikki.  I took the vista
 code,
   and
cut out the part that calls MPI, added a few
   features,
and created a new function.
   
It is what we use at our site.
   
Kevin
   
--- Usha [EMAIL PROTECTED] wrote:
   
 While registering a patient, the Austin
 database
   is
 checked. Wiki says that it can be disabled
 if
   the
 HL*1.6*39 patch is not installed.
 Unfortunately,
   we
 have it installed in our system.

 How can this patch be uninstalled?

 Regards
 Usha


   
   
   
 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam
   protection around
http://mail.yahoo.com
   
   
   
  
 

---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network -
   Create apps using Yahoo!
Search APIs Find out how you can build Yahoo!
   directly into your own
 
=== message truncated ===


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Uninstall a patch

2005-05-31 Thread Usha
As far as I can understand, the routine does not ask for a registration
time.
After taking the PATIENT NAME from the user, it displays the different
screens and then the following message is displayed.

CONSISTENCY CHECKER TURNED OFF!!
Patient is exempt from Copay.

And the it returns to the GT.M prompt.

Usha
- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, June 01, 2005 3:22 AM
Subject: Re: [Hardhats-members] Uninstall a patch


 Usha,

 The screen log you are showing below if for using the
 VistA option REGISTER A PATIENT.

 This is different from the edited version of this that
 I posted to you.  This REGISTER A PATIENT option is
 doing things that I did not need, and I suspect that
 you don't need them either.

 You don't get problems with the registration time with
 my routine do you?

 Kevin


 --- Usha [EMAIL PROTECTED] wrote:

  When a patient is registered using the REGISTER A
  PATIENT option, the
  folowing happens
 
  Select OPTION NAME : REGISTER A PATIENT
 
 
 
  Select PATIENT NAME: TESTING,Y  TESTING,Y
  2-2-05907020205P NO
 
   GENERAL
 
  Press ENTER to continue
 
 
 
  Please verify or update the following information:
 
 
 
  NAME: TESTING,Y//
 
  DATE OF BIRTH: 02/02/2005//
 
  SEX: MALE//
 
  SOCIAL SECURITY NUMBER: 907020205P//
 
  MULTIPLE BIRTH INDICATOR:
 
  MOTHER'S MAIDEN NAME:
 
  PLACE OF BIRTH [CITY]:
 
  PLACE OF BIRTH [STATE]:
 
  Select ALIAS:
 
 
 
  
 
  After selecting the patient, the COORDINATING MASTER
  OF RECORD (Un-editable
  overview) is displayed. If the user selects to edit
  the patient data then
  the following screens are displayed:
 
1.. PATIENT DEMOGRAPHIC DATA
2.. CONFIDENTIAL ADDRESS DATA
3.. PATIENT DATA SCREEN 2
4.. APPLICANT/SPOUSE EMPLOYMENT DATA
5.. INSURANCE DATA
6.. ELIGIBILITY STATUS DATA
7.. ADMISSION INFORMATION
8.. APPLICATION INFORMATION
9.. APPOINTMENT INFORMATION
10.. SPONSOR DEMOGRAPHIC INFORMATION
  **
 
 
 
  Is the patient currently being followed in a clinic
  for the same condition?
  N
 
(No)
 
 
 
  Is the patient to be examined in the medical center
  today? Yes//   (Yes)
 
 
 
 
 
  Registration login date/time: NOW//   (MAY
  26,[EMAIL PROTECTED]:02)   - This is
  the time I was talking about
 
  TYPE OF BENEFIT APPLIED FOR: 1  HOSPITAL
 
  TYPE OF CARE APPLIED FOR: 5  ALL OTHER
 
  REGISTRATION ELIGIBILITY CODE: HUMANITARIAN
  EMERGENCY
 
   //6  6
  NON-VETERAN
 
 
 
  Updating eligibility status for this registration...
 
 
 
NEED RELATED TO AN ACCIDENT: U  UNKNOWN
 
NEED RELATED TO OCCUPATION: U  UNKNOWN
 
  PRINT 10/10? Yes//   (Yes)
 
  ROUTING SLIP? Yes//   (Yes)
 
 
 
  Download VIC data? No//   (No)
 
  And the registration is complete.
 
  Usha
 
  - Original Message -
  From: Kevin Toppenberg [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Monday, May 30, 2005 9:32 PM
  Subject: Re: [Hardhats-members] Uninstall a patch
 
 
   That was not something I was interested in in my
  site.
But I would be happy to try to help get the code
   working for you.  I am not sure what you mean
  about it
   not accepting the registration time.  Can you post
  a
   screen log?
  
   Kevin
  
   --- Usha [EMAIL PROTECTED] wrote:
  
The routine is a lot better than VistA's. But it
does not seem to accept the
registration time.
   
Or is there some other routine to do that part?
Would be glad to see it.
   
Usha
- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Friday, May 27, 2005 5:48 PM
Subject: Re: [Hardhats-members] Uninstall a
  patch
   
   
 Another way would be to use the registrantion
program
 that I put on the wikki.  I took the vista
  code,
and
 cut out the part that calls MPI, added a few
features,
 and created a new function.

 It is what we use at our site.

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:

  While registering a patient, the Austin
  database
is
  checked. Wiki says that it can be disabled
  if
the
  HL*1.6*39 patch is not installed.
  Unfortunately,
we
  have it installed in our system.
 
  How can this patch be uninstalled?
 
  Regards
  Usha
 
 



  __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
protection around
 http://mail.yahoo.com



   
  
 
 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network -
Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo!
directly into your own
 
 === message truncated

Re: [Hardhats-members] Uninstall a patch

2005-05-30 Thread Kevin Toppenberg
That was not something I was interested in in my site.
 But I would be happy to try to help get the code
working for you.  I am not sure what you mean about it
not accepting the registration time.  Can you post a
screen log?

Kevin

--- Usha [EMAIL PROTECTED] wrote:

 The routine is a lot better than VistA's. But it
 does not seem to accept the
 registration time.
 
 Or is there some other routine to do that part?
 Would be glad to see it.
 
 Usha
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Friday, May 27, 2005 5:48 PM
 Subject: Re: [Hardhats-members] Uninstall a patch
 
 
  Another way would be to use the registrantion
 program
  that I put on the wikki.  I took the vista code,
 and
  cut out the part that calls MPI, added a few
 features,
  and created a new function.
 
  It is what we use at our site.
 
  Kevin
 
  --- Usha [EMAIL PROTECTED] wrote:
 
   While registering a patient, the Austin database
 is
   checked. Wiki says that it can be disabled if
 the
   HL*1.6*39 patch is not installed. Unfortunately,
 we
   have it installed in our system.
  
   How can this patch be uninstalled?
  
   Regards
   Usha
  
  
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around
  http://mail.yahoo.com
 
 
 

---
  This SF.Net email is sponsored by Yahoo.
  Introducing Yahoo! Search Developer Network -
 Create apps using Yahoo!
  Search APIs Find out how you can build Yahoo!
 directly into your own
  Applications - visit

http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
 
 

---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create
 apps using Yahoo!
 Search APIs Find out how you can build Yahoo!
 directly into your own
 Applications - visit

http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Uninstall a patch

2005-05-30 Thread Usha
When a patient is registered using the REGISTER A PATIENT option, the
folowing happens

Select OPTION NAME : REGISTER A PATIENT



Select PATIENT NAME: TESTING,Y  TESTING,Y2-2-05907020205P NO

 GENERAL

Press ENTER to continue



Please verify or update the following information:



NAME: TESTING,Y//

DATE OF BIRTH: 02/02/2005//

SEX: MALE//

SOCIAL SECURITY NUMBER: 907020205P//

MULTIPLE BIRTH INDICATOR:

MOTHER'S MAIDEN NAME:

PLACE OF BIRTH [CITY]:

PLACE OF BIRTH [STATE]:

Select ALIAS:





After selecting the patient, the COORDINATING MASTER OF RECORD (Un-editable
overview) is displayed. If the user selects to edit the patient data then
the following screens are displayed:

  1.. PATIENT DEMOGRAPHIC DATA
  2.. CONFIDENTIAL ADDRESS DATA
  3.. PATIENT DATA SCREEN 2
  4.. APPLICANT/SPOUSE EMPLOYMENT DATA
  5.. INSURANCE DATA
  6.. ELIGIBILITY STATUS DATA
  7.. ADMISSION INFORMATION
  8.. APPLICATION INFORMATION
  9.. APPOINTMENT INFORMATION
  10.. SPONSOR DEMOGRAPHIC INFORMATION
**



Is the patient currently being followed in a clinic for the same condition?
N

  (No)



Is the patient to be examined in the medical center today? Yes//   (Yes)





Registration login date/time: NOW//   (MAY 26,[EMAIL PROTECTED]:02)   - 
This is
the time I was talking about

TYPE OF BENEFIT APPLIED FOR: 1  HOSPITAL

TYPE OF CARE APPLIED FOR: 5  ALL OTHER

REGISTRATION ELIGIBILITY CODE: HUMANITARIAN EMERGENCY

 //6  6   NON-VETERAN



Updating eligibility status for this registration...



  NEED RELATED TO AN ACCIDENT: U  UNKNOWN

  NEED RELATED TO OCCUPATION: U  UNKNOWN

PRINT 10/10? Yes//   (Yes)

ROUTING SLIP? Yes//   (Yes)



Download VIC data? No//   (No)

And the registration is complete.

Usha

- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Monday, May 30, 2005 9:32 PM
Subject: Re: [Hardhats-members] Uninstall a patch


 That was not something I was interested in in my site.
  But I would be happy to try to help get the code
 working for you.  I am not sure what you mean about it
 not accepting the registration time.  Can you post a
 screen log?

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:

  The routine is a lot better than VistA's. But it
  does not seem to accept the
  registration time.
 
  Or is there some other routine to do that part?
  Would be glad to see it.
 
  Usha
  - Original Message -
  From: Kevin Toppenberg [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Friday, May 27, 2005 5:48 PM
  Subject: Re: [Hardhats-members] Uninstall a patch
 
 
   Another way would be to use the registrantion
  program
   that I put on the wikki.  I took the vista code,
  and
   cut out the part that calls MPI, added a few
  features,
   and created a new function.
  
   It is what we use at our site.
  
   Kevin
  
   --- Usha [EMAIL PROTECTED] wrote:
  
While registering a patient, the Austin database
  is
checked. Wiki says that it can be disabled if
  the
HL*1.6*39 patch is not installed. Unfortunately,
  we
have it installed in our system.
   
How can this patch be uninstalled?
   
Regards
Usha
   
   
  
  
   __
   Do You Yahoo!?
   Tired of spam?  Yahoo! Mail has the best spam
  protection around
   http://mail.yahoo.com
  
  
  
 
 ---
   This SF.Net email is sponsored by Yahoo.
   Introducing Yahoo! Search Developer Network -
  Create apps using Yahoo!
   Search APIs Find out how you can build Yahoo!
  directly into your own
   Applications - visit
 
 http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
  
 
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
  
 
 
 
 
 ---
  This SF.Net email is sponsored by Yahoo.
  Introducing Yahoo! Search Developer Network - Create
  apps using Yahoo!
  Search APIs Find out how you can build Yahoo!
  directly into your own
  Applications - visit
 
 http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




 __
 Do you Yahoo!?
 Yahoo! Small Business - Try our new Resources site
 http://smallbusiness.yahoo.com/resources/


 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo! directly into your own
 Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

Re: [Hardhats-members] Uninstall a patch

2005-05-29 Thread Usha
The routine is a lot better than VistA's. But it does not seem to accept the
registration time.

Or is there some other routine to do that part? Would be glad to see it.

Usha
- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Friday, May 27, 2005 5:48 PM
Subject: Re: [Hardhats-members] Uninstall a patch


 Another way would be to use the registrantion program
 that I put on the wikki.  I took the vista code, and
 cut out the part that calls MPI, added a few features,
 and created a new function.

 It is what we use at our site.

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:

  While registering a patient, the Austin database is
  checked. Wiki says that it can be disabled if the
  HL*1.6*39 patch is not installed. Unfortunately, we
  have it installed in our system.
 
  How can this patch be uninstalled?
 
  Regards
  Usha
 
 


 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com


 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo! directly into your own
 Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Uninstall a patch

2005-05-26 Thread Usha



While registering a patient, the Austin database is 
checked. Wiki says that it can be disabled if the HL*1.6*39 patch is not 
installed. Unfortunately,we have it installed in our system. 

How canthis patch be 
uninstalled?

Regards
Usha