RE: [Hardhats-members] GTM & XDialog interaction

2004-09-22 Thread Kevin Toppenberg
Michael, Great to hear from you. Are you associated with the project at this site?: http://www.hello-penguin.com/gtm-perl/ I debated whether to write my code "inside" or "outside" of GTM. I ended up deciding to write on the inside. I did know that if I wrote on the outside that I could still g

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Kevin Toppenberg
Bummer about the lack of resources. And I ment that **MY** 'leopard' comment was being harsh--not you. Thanks again Kevin --- "Beza, Fil" <[EMAIL PROTECTED]> wrote: > Sorry, I didn't mean to be. Just terse. > > Like you I wish there exist web versions of the > kernel docs but as you > can s

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Beza, Fil
Sorry, I didn't mean to be. Just terse. Like you I wish there exist web versions of the kernel docs but as you can see even the .pdf version dates back to 1995 which isn't exactly current. As far as the VA is concerned VistA M is Legacy and only minimal resources are spent for it. -Origina

RE: [Hardhats-members] GTM & XDialog interaction

2004-09-22 Thread Michael Zacharias
--- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > Thanks Bhaskar, > > In the web examples that I found, one can bring the > stderr directly into the shell. I read in the GT.M > programming manual about this, and had figured that we > would have to use a file intermediate. I'm glad to > see tha

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Kevin Toppenberg
As I read this message back, I think it sounds a bit harsh. Fil, I really appreciate you finding the spot for me. I think I am wishing that I had one source where all the functions were documented. I really like the web version of the Fileman programmer's manual. I wish there was something like

[Hardhats-members] Announcing Xdialog wrapper library (beta)

2004-09-22 Thread Kevin Toppenberg
Hey all, Here is my wrapper for the Xdialog command. http://69.68.182.66/downloads/TMGXDLG.m I'd like some feedback please Put it into your routines directory. Then: ZLINK "TMGXDLG.m" Then: do DEMO^TMGXDLG() Currently the demo will only work on GT.M with an X system display up and running.

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Kevin Toppenberg
Ahh, right there behind the sign "Beware of the Leopard"... Just kidding. (A little Douglas Adams there) Thanks Kevin --- "Beza, Fil" <[EMAIL PROTECTED]> wrote: > %ZISH is under Programmer Tools - starts at page > 233. DEL^%ZISH is on > page 235 > > -Original Message- > From: [EMAIL

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Nancy Anthracite
Kevin, if you haven't tried it yet, use Google too search the VistA documentation. It "reads" and searches the full vdl for you pretty well. That is certainly not to say that it works all of the time, but it is often enough to be a BIG help. Just throw VistA in as one of the search terms and the v

RE: [Hardhats-members] Introducing OpenVistA VivA FOIA Gold 0.1

2004-09-22 Thread Nancy Anthracite
Send me your address and I will send you a DVD with those buttons you wanted. ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Beza, Fil Sent: Wednesday, September 22, 2004 3:11 PM To: [EMAIL PROTECTED] Subject: RE: [Hardhats-members] Introducing OpenVistA

[Hardhats-members] MedPlexus, the AAFP and VistA

2004-09-22 Thread Nancy Anthracite
Take a look at this. Ignacio Valdez strikes again. www.linuxmednews.com/linuxmednews/1063113215/index_html I was hunting around the web for something else when I fell upon this. I know I should read LinuxMedNews every day, but I don't, so I didn't see this until now. I approached the AAFP abou

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Kevin Toppenberg
What page is it on, because I just downloaded the 1995 version again. I look in the table of contents, and in the index. I can't see %ZISH anywhere. Thanks Kevin --- "Beza, Fil" <[EMAIL PROTECTED]> wrote: > I wonder if you were looking at an old System > Manual. I just downloaded > the .pdf

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Beza, Fil
%ZISH is under Programmer Tools - starts at page 233. DEL^%ZISH is on page 235 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Toppenberg Sent: Wednesday, September 22, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: RE: [Hardhats-members] Where is %ZI

RE: [Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Beza, Fil
I wonder if you were looking at an old System Manual. I just downloaded the .pdf file from /VDL and it's fully documented. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Toppenberg Sent: Wednesday, September 22, 2004 12:07 PM To: Hardhats Sourcefo

RE: [Hardhats-members] Introducing OpenVistA VivA FOIA Gold 0.1

2004-09-22 Thread Beza, Fil
I need the DVD. I don't have a high speed connection on the machine with the DVD burner. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of K.S. Bhaskar Sent: Wednesday, September 22, 2004 12:04 PM To: [EMAIL PROTECTED] Subject: RE: [Hardhats-members] Intro

RE: [Hardhats-members] GTM & XDialog interaction

2004-09-22 Thread Kevin Toppenberg
Simple is good. Thanks Kevin --- "K.S. Bhaskar" <[EMAIL PROTECTED]> wrote: > You could use a TCP socket, or a UNIX named pipe to > bring it in, but a > file is the simplest to program and understand. > > -- Bhaskar > > On Wed, 2004-09-22 at 13:36, Kevin Toppenberg wrote: > > Thanks Bhaskar, >

[Hardhats-members] Where is %ZISH documented

2004-09-22 Thread Kevin Toppenberg
A while ago, Dan wrote me about using %ZISH functions for "proper" file IO. I can't seem to find the API documentation though. I ahve looked in the Kernal System Manual, and Kernal Technical manual. I tried looking in the code: DEL(%ZX1,%ZX2) ;ef,SR. Del fl(s) ;S Y=$$DEL^ZISH("/dir/",namevalue

RE: [Hardhats-members] GTM & XDialog interaction

2004-09-22 Thread K.S. Bhaskar
You could use a TCP socket, or a UNIX named pipe to bring it in, but a file is the simplest to program and understand. -- Bhaskar On Wed, 2004-09-22 at 13:36, Kevin Toppenberg wrote: > Thanks Bhaskar, > > In the web examples that I found, one can bring the > stderr directly into the shell. I re

RE: [Hardhats-members] Introducing OpenVistA VivA FOIA Gold 0.1

2004-09-22 Thread K.S. Bhaskar
Fil -- You can download the DVD ISO image from Source Forge (http://www.sourceforge.net/projects/worldvista). Get the OpenVistA VivA FOIA Gold 0.1 release. Regards -- Bhaskar On Wed, 2004-09-22 at 12:04, Beza, Fil wrote: > So Bashkar when should I expect my DVD > > I have a DVD burner (unteste

RE: [Hardhats-members] GTM & XDialog interaction

2004-09-22 Thread Kevin Toppenberg
Thanks Bhaskar, In the web examples that I found, one can bring the stderr directly into the shell. I read in the GT.M programming manual about this, and had figured that we would have to use a file intermediate. I'm glad to see that there isn't some much easier way to do it. But hey, the code

RE: [Hardhats-members] Introducing OpenVistA VivA FOIA Gold 0.1

2004-09-22 Thread Beza, Fil
So Bashkar when should I expect my DVD I have a DVD burner (untested as of yet). As soon as I get the DVD from Bhaskar and verify that I can indeed burn DVD's I make the same offer to anyone who makes a donation. I guess Bashkar and I have to coordinate who sends to who. -Original Message-

RE: [Hardhats-members] Re: CDC ICD-9 files

2004-09-22 Thread Beza, Fil
Because the latest is not released by the VA yet. BTW - The test patch has been released to VA sites but I don't know when the final will be released. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Schlehuber, Cameron Sent: Wednesday, September 22, 2004

RE: [Hardhats-members] Re: CDC ICD-9 files

2004-09-22 Thread Schlehuber, Cameron
Why not just pick up the ICD-9 data that's already kept up to date in VA FileMan files in VistA? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat Sent: Wednesday, September 22, 2004 5:15 AM To: [EMAIL PROTECTED] Subject: Re: [Hardhats-members] Re: CDC I

RE: VS: [Hardhats-members] CPRS GUI - not a valid floating pointvalu e message

2004-09-22 Thread Krzysztof Łuczak
Thanks! I've changed the regional settings to US and now CPRS goes OK'. Krzysztof Łuczak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Dal Molin Sent: Wednesday, September 22, 2004 3:54 PM To: [EMAIL PROTECTED] Subject: Re: VS: [Hardhats-members

Re: VS: [Hardhats-members] CPRS GUI - not a valid floating point valu e message

2004-09-22 Thread Joseph Dal Molin
The date format may in fact be the issue...because in the US it tends to be month day year order, in Europe it is day month year. We were using an English version of XP but in another country...so it may have been localized for the UK and not North America. Let us know if changing the locale works

VS: [Hardhats-members] CPRS GUI - not a valid floating point valu e message

2004-09-22 Thread Kaatrasalo Mauri
Hello! In VistA CPRS GUI there are propably some depencies about your Windows country settings, specially date. If I try to run CPRS GUI in my Finnish WinXP (with SP1) and my country is set to Finland, I get same error. But if I change my XP's country settings to English(United States), then CPRS

[Hardhats-members] CPRS GUI - not a valid floating point value message

2004-09-22 Thread Krzysztof Łuczak
Dear Hardhats, I am a beginner with VistA. I'd like to run CPRS GUI but after logging there is a message "'3040920.141047' is not a valid floating point value." and then next access violation messages. It is te same result when I run the application in XP and Windows2000, on the local or remot

Re: [Hardhats-members] Re: CDC ICD-9 files

2004-09-22 Thread Pat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looks like converting to XML is the way to go. The classifications are clearly marked with either 'Third Digit Level', 'Fourth Digit Level' or 'Fifth Digit Level' as a class in the XML document. ~ On to the next piece of extracting the data from the XML

Re: [Hardhats-members] Re: CDC ICD-9 files

2004-09-22 Thread Pat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually I have an ulterior motive for parsing the ICD-9 document from the CDC. Currently we pay significant (in my mind) dollars to purchase the dataset of ICD-9 codes. I worked with vendors to get pricing for the number of users we actually support. O