Re: [Hardhats-members] Traversing an array

2006-07-12 Thread Maury Pepper
Kevin, here's a simple loop to create array B from array A with the following rules: For each data node in A, create a node in B having a subscript which is the last subscript of the A node, and set the value of the B node equal to the first subscript of the A node. SET N=A FOR SET N=$Q(@N)

[Hardhats-members] Starting Statistical Analysis of Global Growth (SAGG)

2006-07-12 Thread Asif Tasleem
Hi All! I have been working on Statistical Analysis of Global Growth (SAGG) software. Following are two issues which I have to face while using this software: -Can anybody tell me that from where “SAGG Project Collection routines” can be run?(One can see the exact scenario of above

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
In the meantime, until Cameron is able to resave the routines, use this simple expedient - 1) Copy GT.M routine ^%RI to ^ZZRI. 2) Modify routine ^ZZRI at noopen+7 as follows and recompile it - f u %ZD w:$P=%ZD !,Routine: r x s x=$p(x,^) q:'$l(x) i $l(x),$e(x)?1a!($e(x)=%),$e(x,2,99)?.an d

Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Dan
I wrote this many moons ago -- it should still be working: http://www.mcenter.com/vns/ The system notifies you when new patches have been placed on the FTP site. Also, the VA is also working on unattended/automatic patch installations. At 11:46 PM 7/11/2006, Usha wrote: How can the

[Hardhats-members] CPRS Note title

2006-07-12 Thread Mike Schrom
How can I add a note title to the CPRS drop down list of progress notes Progress note properties? I created a new note type through TIU Document Definition, but it doesn't appear in CPRS. Mike - Using Tomcat but need to

Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Matthew King
Usha, Rick Marshall gave a KIDS talk, presented a spreadsheet, and showed us how to use it to track patching. It is on Nancys server and may be able to be modified for your use, also. Matthew M. King, MD Medical Director Clinica Adelante, Inc Surprise, Arizona 85374 [EMAIL

Re: [Hardhats-members] Traversing an array

2006-07-12 Thread Gregory Woodhouse
On Jul 11, 2006, at 11:22 PM, Maury Pepper wrote:here's a simple loop to create array B from array A with the following rules: For each data node in A, create a node in B having a subscript which is the last subscript of the A node, and set the value of the B node equal to the first subscript of

[Hardhats-members] OV4 pharmacy patient file

2006-07-12 Thread Matthew King
JLZ, Could you post your cleanup technique for the pharmacy patient file? Thanks, matt - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

[Hardhats-members] Business Week: The Best Medical Care In The U.S.

2006-07-12 Thread Roger A Maduro
All, Great article on VistA and the VA in Business Week. Roger -- The Best Medical Care In The U.S. How Veterans Affairs transformed itself -- and what it means for the rest of us Catherine Arnst, Business Week July 17, 2006

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Marcus Malcom
Thanks all for the quick responses. I am very new to the VistA community and it's great to see such an active/helpful group. Lloyd - I tried your ZZRI approach, . Here's what I did. cp _RI.m _ZZRI.m Modified line 43 to now be: f u %ZD w:$P=%ZD !,Routine: r x s x=$p(x,^) q:'$l(x)

[Hardhats-members] Personal and (maybe) confidential

2006-07-12 Thread Nancy Anthracite
Don't quit early when you read this from Health IT Strategist. Keep going until Follow the Money and The Greatest Threat. Rubin, you may have your wish soon. Questions over privacy, formats and definitions remain, but personal health records are on the way. For full story, use link below:

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Nancy Anthracite
Until the fix is in, routines MAY work for you if exported from Cache 5.0 in ANSI or DSM format and then run through dos2unix. I have not tried the most recent FOIA. Intersystems has been kind enough to keep a single user version of Cache 5.0 available to us for those who wish to use the

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
Marcus, this is one line, not two. The compile error may have been caused by having one space instead of two between the q[uit] and i[f]. It is impossible to say without seeing the error. The program will not work with the IF command on a second line. The entire rest of the line must be

[Hardhats-members] KIDS Distribution global

2006-07-12 Thread James Gray
What global or globals does KIDS use to store distributions in? Jim Gray - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Marcus Malcom
Cheers Lloyd - that worked. I was able to complete Chapter 3 - now on to Chapter 4 - VistA Post-Install Steps. FYI - the perl script was needed which I believe is pretty much what the dos2unix command does (removing those pesky \r\n's). Thanks all for the support. -- Marcus On Wed, 2006-07-12

Re: [Hardhats-members] Traversing an array

2006-07-12 Thread Kevin Toppenberg
Very nice!. That $query is the function I was looking for. I read about it on the Mumps by example web site, but couldn't understand what I was reading thanks! Kevin On 7/12/06, Maury Pepper [EMAIL PROTECTED] wrote: Kevin, here's a simple loop to create array B from array A with the

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
Glad you got it working, Marcus. I don't know why your messages are coming as attachments rather than in the message body. I should have thought of this earlier, but in case anyone else is interested the modified routine import routine is attached. Note the name ZZRI, not %ZZRI. Copy to

Re: [Hardhats-members] open source rap lyrics-VistA

2006-07-12 Thread Kevin Toppenberg
I can see it now. At the next VistA conference, we'll have a disco ball, and dual turntables for Matthew to spin! LOL! Great work! Kevin On 7/11/06, Nancy Anthracite [EMAIL PROTECTED] wrote: Lord, it is confirmed. We have another quirky doctor in the group. You are right where you belong,

Re: [Hardhats-members] CPRS Note title

2006-07-12 Thread Kevin Toppenberg
I think the default is for the note to be inactive. There is a field that specifies that the note is active. Can you do an inquire on the note definition for us? I think it is in TIU DOCUMENT DEFINITION. Thanks Kevin On 7/12/06, Mike Schrom [EMAIL PROTECTED] wrote: How can I add a note

Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Kevin Toppenberg
By giving up your day job. :-\ Kevin On 7/11/06, Usha [EMAIL PROTECTED] wrote: How can the open source community stay updated on the current patches? Usha - Using Tomcat but need to do more? Need to support web

[Hardhats-members] M Programming

2006-07-12 Thread Mike Schrom
I just got my copy of Richard Walters' book, M Programming, and I want to try writing a few simple M programs (one project is to parse my external patient data to put it into a form suitable for importing into VistA via Fileman). However, I would like to avoid screwing up my VistA

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
Glad the edit worked this time, Marcus. I tried to attach the modified routine for importing the June FOIA routines in the new format, but the message/attachment was rejected by the Hardhats list server. Lloyd - Original Message - From: Marcus Malcom [EMAIL PROTECTED] To:

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Joseph Dal Molin
Lloyd the attachment came through for me must be because of NAFTA :-) Joseph Lloyd Milligan wrote: Glad the edit worked this time, Marcus. I tried to attach the modified routine for importing the June FOIA routines in the new format, but the message/attachment was rejected by the

Re: [Hardhats-members] M Programming

2006-07-12 Thread Mike Schrom
I am not thinking that I even need to copy the database. First, I intend to practice writing programs. That I should be able to do directly from GT.M, as a different user with a .bash profile that does not point to the VistA globals. Then, I plan to write a simple routine to extract data from

Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread rgaber
XPD - Original Message - From: James Gray [EMAIL PROTECTED] Date: Wednesday, July 12, 2006 1:53 pm Subject: [Hardhats-members] KIDS Distribution global To: James L. Gray (ILC) [EMAIL PROTECTED], hardhats- [EMAIL PROTECTED] What global or globals does KIDS use to store distributions in?

Re: [Hardhats-members] M Programming

2006-07-12 Thread Nancy Anthracite
In Cache, you can map your routines elsewhere. In GTM, there is a way of setting up the path to the routines so that yours are used first and then those in a different directory if you do not have a routine that matches what is called, etc. However, that does not protect the globals from

[Hardhats-members] Windows Client

2006-07-12 Thread Jamie Hussey
I've set vist up on two platforms windows and linux. Both system are great CPRSchart is able to connect no problem. 1. For patient registration from my workstationis no problem on the linux box using putty, but the windows server just gives me standard telnet login. How do I get a vista

Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Gregory Woodhouse
There's something wrong with this picture.The open source project I follow the most closely (after this one, I suppose) is PLT Scheme. They use an SVN repository with automated nightly builds. To stay up to date on the development version, I only need download the latest build and run the

Re: [Hardhats-members] Windows Client

2006-07-12 Thread Nancy Anthracite
For the first one, you change the routine that is launched by the Telnet server to ZU. You do this with Cache 5.0 going to Control Panel, Security, User Accounts and adding a user in the namespace where you have VISTA and making the startup routine ^ZU. In Cache 5.1, Configuration Manager

Re: [Hardhats-members] Windows Client

2006-07-12 Thread Gregory Woodhouse
On Jul 12, 2006, at 3:28 PM, Nancy Anthracite wrote: 2. I installed HealtheVet Desktop also, I get to the sign on process and receive a error message gov.va.med.hds.cd.m.internal.VistalinkLoginModuleBase.login(VistalinkLog inModuleBase.java:93) I could almost guess without looking that the

Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread Gregory Woodhouse
On Jul 12, 2006, at 10:52 AM, James Gray wrote:What global or globals does KIDS use to store distributions in? Jim GrayAre you just curious or do you have a problem you're trying to fix? You do know that if you can't install for some reason, you can use the option to unload a distribution and then

Re: [Hardhats-members] Windows Client

2006-07-12 Thread jhkhnh
thanks Nancy, - Original Message - From: Nancy Anthracite [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, July 12, 2006 5:28 PM Subject: Re: [Hardhats-members] Windows Client For the first one, you change the routine that is launched by the Telnet server

Re: [Hardhats-members] OV4 pharmacy patient file

2006-07-12 Thread JohnLeoZ
Matthew King wrote: JLZ, Could you post your cleanup technique for the pharmacy patient file? Matt, Let me try to repeat it when I install HuiOV4 myself later tonight. I think the problem was that entries in the pharmacy patient file do not get automatically deleted when the patient file is

Re: [Hardhats-members] Windows Client

2006-07-12 Thread JohnLeoZ
Jamie, Google putty to get the url: http://www.chiark.greenend.org.uk/~sgtatham/putty/ and install the Window's version of Putty. (I think it was originally a Window's application now ported to Linux.) About HealtheVet I remain ignorant. regards, jlz Jamie Hussey wrote: I've set vist up on

Re: [Hardhats-members] M Programming

2006-07-12 Thread Kevin Toppenberg
Mike, are you doing this for a learning exercise, or because you need the job done (or both). I have code that does what you describe if you want to study it. I have a GT.M system, but it should work on either (I think). Let me know if you want me to send it over. Kevin On 7/12/06, Mike

Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Kevin Toppenberg
I think it is because the patches allow for variance between sites. My site, for example, does not want the latest CPRS code. So it is a very individualistic approach. But I agree we do need to make it easier. Kevin On 7/12/06, Gregory Woodhouse [EMAIL PROTECTED] wrote: There's something

Re: [Hardhats-members] OV4 pharmacy patient file

2006-07-12 Thread Matthew King
Good job on Ubuntu and the lotus! Matthew M. King, MD Medical Director Clinica Adelante, Inc Surprise, Arizona 85374 [EMAIL PROTECTED] -Original Message- From: JohnLeoZ [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 3:49 PM To: hardhats-members@lists.sourceforge.net Subject:

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Ismet Kursunoglu
Glad you got it working, Marcus. I don't know why your messages are coming as attachments rather than in the message body. This shows the matrix of the common MUAs and various kinds of signing -i.e. how they are handled. http://www.phildev.net/pgp/pgp_clear_vs_mime.html I am not too

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Ismet Kursunoglu
Glad the edit worked this time, Marcus. I tried to attach the modified routine for importing the June FOIA routines in the new format, but the message/attachment was rejected by the Hardhats list server. I would greatly appreciate it if you could send me a copy or perhaps to Nancy or the

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Nancy Anthracite
Renamed to make it easy to find on http://opensourcevista.net:/NancysVistAServer/ LloydsCacheToGTMRoutineConverterZZRI.m On Wednesday 12 July 2006 21:29, Ismet Kursunoglu wrote: Glad the edit worked this time, Marcus. I tried to attach the modified routine for importing the June FOIA

Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread Dan
H, just about every time I've tried to uninstall a failed/aborted install KIDS wont let me. At 06:34 PM 7/12/2006, Greg wrote: On Jul 12, 2006, at 10:52 AM, James Gray wrote: What global or globals does KIDS use to store distributions in? Jim Gray Are you just curious or do you have a

Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread Gregory Woodhouse
On Jul 12, 2006, at 8:09 PM, Dan wrote:H, just about every time I've tried to uninstall a failed/aborted  install KIDS wont let me. I rarely have problems, BUT I work in development and install comparatively few patches, most of them infrastructure. I almost never queue patches, and work in a