Re: [Hardhats-members] Disable Austin connection during registration

2005-02-03 Thread Kevin Toppenberg
Nick, This is a standard thing to turn off. But for the life of me I can't find where to do it. My installation never asked for this, so I think you enabled something that you should not have. If someone doesn't have a quick answer for you, I'll search again. Kevin --- Nick James [EMAIL

Re: [Hardhats-members] Development stratergy for a new hospital

2005-02-03 Thread K.S. Bhaskar
With GT.M you can easily use C (or any language with a C compatible calling interface - some restrictions apply, so read the documentation) to call M and vice versa. If you are already programming in M for VistA, it may make sense to stick with M, but ultimately it's really your choice. KB_SQL

Re: [Hardhats-members] Development stratergy for a new hospital

2005-02-03 Thread Nick James
Bhaskar, We were thinking of a higher level language like .NET or Java rather than C and then have offline data update of the Fileman database. That should make it easier to get ready trained programmers. Thanks __ Do You Yahoo!? Tired of spam?

[Hardhats-members] Bush calls for computerized medical records

2005-02-03 Thread David Sommers
President Bush on Wednesday evening renewed his call for the use of better technology in hospitals and in doctor's offices for storing and sharing medical records. http://news.zdnet.com/2100-1009_22-5561836.html David Sommers, Architect Dialog Medical p 800.482.7963 x46 p

RE: [Hardhats-members] VPE routine locked

2005-02-03 Thread Carroll, Richard (EDS)
Any hints of who has it in the system status display? Ric Carroll Health Systems Design Development * phone: 972-604-8992 * email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sent: Thursday, February 03, 2005 12:51 PM To:

[Hardhats-members] INSTALL REPEAT #5

2005-02-03 Thread Thurman Pedigo
I decided to start again from scratch. So far things seem to be working well. However, I would like to verify a few settings before I get too far down the road to rescue. My first concern is below. Does any see anything intrinsically wrong with this configuration? I also have a few more areas of

Re: [Hardhats-members] Development stratergy for a new hospital

2005-02-03 Thread Nancy Anthracite
The VA is developing a Java based replacement for CPRS, so perhaps you would like to consider and Open Source version of Java, and making your work Open Source, of course! ;-) On Thursday 03 February 2005 12:13 pm, Nick James wrote: Bhaskar, We were thinking of a higher level language like

Re: [Hardhats-members] VPE routine locked

2005-02-03 Thread Kevin Toppenberg
Dan, I had a variable that got locked one time. I am using GTM. I had to read the documentation about how to manually unlock the variable. I think it used the mupip utility, though I'm not sure of that. Kevin --- Dan [EMAIL PROTECTED] wrote: Tried that but the routine is still locked.

Re: [Hardhats-members] INSTALL REPEAT #5

2005-02-03 Thread Nancy Anthracite
Run D GETENV^%ZOSV W Y and the 4th piece is what you want it to be. On Thursday 03 February 2005 02:48 pm, Thurman Pedigo wrote: I decided to start again from scratch. So far things seem to be working well. However, I would like to verify a few settings before I get too far down the road to

Re: [Hardhats-members] VPE routine locked

2005-02-03 Thread Greg Woodhouse
Well, here are the VPE files S I= F S I=$O(^VEE(I)) Q:I= W !,I_ _$P(^VEE(I,0),^) 19200.11 VPE RTN LBRY 19200.111 VPE PERSON 19200.112 VPE RTN VERSIONING 19200.113 VPE PROGRAMMER CALL 19200.114 VPE PROGRAMMER PARAMETER 19200.115 VPE FONT 19200.116 VPE MENU 19200.117 VPE SELECTOR

RE: [Hardhats-members] How do I mark a patient as a Sensitive patient?

2005-02-03 Thread Kevin Toppenberg
Thurman, Thanks. I notice that you did not put in any values for the Start with Values and the Go to values. I had to take them out of my first try to get it to work. But now I have to press enter to the question: START WITH: FIRST// I can't ever seem to get that fileman question START WITH

RE: [Hardhats-members] INSTALL REPEAT #5

2005-02-03 Thread Kevin Toppenberg
Thurman, What happens when you run CPRS? Is it not working for a reason other than version conflicts? Kevin --- Thurman Pedigo [EMAIL PROTECTED] wrote: My third (and fourth) question, how do I: 3. ID the version in current use (current patch)? 4. Know what which version CPRS to use

Re: [Hardhats-members] VPE routine locked

2005-02-03 Thread Dan
Looks like it uses two kinds of locking, global and variable: L ^%ZVEMS(E,LOCK,VRRPGM):0 L +VRRLOCK(RTN):0 I had to finally get the sys admin to just kill off the old processes. At 03:58 PM 2/3/2005, Greg Woodhouse wrote: Well, here are the VPE files S I= F S I=$O(^VEE(I)) Q:I= W !,I_

RE: [Hardhats-members] INSTALL REPEAT #5

2005-02-03 Thread Thurman Pedigo
Actually, I think is NOT version conflict. However, I need to confirm version before I know what to patch. So I was hoping to do both at same time. SEE BELOW: error encountered. Function was connect error was: WSAECONNREFUSED CPRS VERSION: 10.0.24.27 I had this all working before I had the

RE: [Hardhats-members] How to delete a file

2005-02-03 Thread Greg Woodhouse
I knew that. :-( I guess I wasn't paying attention! --- Cameron Schlehuber [EMAIL PROTECTED] wrote: Um ... no. To delete a file you need to use the EDIT FILE option on the UTILITY FUNCTIONS menu. FM will ask you what file to modify, whether to use screen-mode version (doesn't matter).

Re: [Hardhats-members] VPE routine locked

2005-02-03 Thread Chris Richardson
What you are describing are nonincrimental and incrimental locks. The argument of the lock is just a glvn (global/local variable name). There is also a decrimental lock. Incrimental and decrimental locks came about because of the confusion of the state of the lock, odd number of successful lock

[Hardhats-members] VistA Training RFP

2005-02-03 Thread Greg Kreis
I was asked to post this to the group, since it is very relevant to this audience. Request for Proposal - Seeking qualified individuals or organizations to provide VistA training services. For more information please contact Chiyoshi Hansen ([EMAIL PROTECTED]). -- Greg Kreis

Re: [Hardhats-members] VPE routine locked

2005-02-03 Thread K.S. Bhaskar
lke is GT.M's lock utility. -- Bhaskar On Thu, 2005-02-03 at 15:51 -0800, Chris Richardson wrote: What you are describing are nonincrimental and incrimental locks. The argument of the lock is just a glvn (global/local variable name). There is also a decrimental lock. Incrimental and

RE: [Hardhats-members] How to delete a file

2005-02-03 Thread Kevin Toppenberg
Thanks, I had done this before, but got stuck on the Modify File option, and couldn't remember how I had done it. Thanks Kevin --- Cameron Schlehuber [EMAIL PROTECTED] wrote: Um ... no. To delete a file you need to use the EDIT FILE option on the UTILITY FUNCTIONS menu. FM will ask you

RE: [Hardhats-members] How do I mark a patient as a Sensitive patient?

2005-02-03 Thread Kevin Toppenberg
No I didn't put the from and to answers in, but I'll try that. In general, what is Fileman looking for with that question? It takes an answer of FIRST, but a ? indicates putting in values valid for that field. But it seems when I try to put in a value, often I get back no results. The DIC{DIP}

RE: [Hardhats-members] How do I mark a patient as a Sensitive patient?

2005-02-03 Thread Kevin Toppenberg
I have much to learn about templates. Is [MAW ALL CHG SORT] a good template to use, or is it just an example. I don't want my report to be interactive. I just want it to print out. Thanks Kevin --- Thurman Pedigo [EMAIL PROTECTED] wrote: Kevin, I don't use the START or GOTO. I do that

RE: [Hardhats-members] INSTALL REPEAT #5

2005-02-03 Thread Kevin Toppenberg
Thurman, When I have gotten an error about connection refused, it was because I had a firewall blocking my IP connection, or because I had not started the listener with STRT^XWBTCP(port) Kevin --- Thurman Pedigo [EMAIL PROTECTED] wrote: Actually, I think is NOT version conflict. However, I

[Hardhats-members] NAME CHANGE: ScreenMan Option editor

2005-02-03 Thread Thurman Pedigo
Kevin, MAW ALL CHG SORT is a real template in our system. It is important enough to repeat that entering any data in the from/to will prompt the system to ask if u want the questions asked at runtime. Even then, it doesn't ask if you enter a filter such as TYPE=P. IF YOU ARE printing SINGLE

[Hardhats-members] how to get consults and procedures to order from CPRS

2005-02-03 Thread Nick James
Hi, I was trying to order a consult from CPRS, but to my dismay i found that i do not have any service/specialty! was wondering how i could get the service speciality listing in there? Similarly there does not seem to be a list of procedures to order a procedure from CPRS! Nick