[Hardhats-members] Discharge summary - Addmission information is missing or invalid.

2006-03-01 Thread Anna Joseph
WhenI try to create a discharge summary(in the discharge summary tab in CPRS) foran inpatient in our VistA setup (admitted using the 'admit a patient' option), afterselectingthe Title, Author/Dictator, Attending Physician... and associating it with an inpatient stay, the following error

Re: [Hardhats-members] local file numbers

2006-03-01 Thread Steven McPhelan
So doesn't that mean that allocating an open file number range in the 000-999 through WorldVistA conflict with the IHS file numbers? On 2/28/06, Gordon Moreshead [EMAIL PROTECTED] wrote: Because back in the early 90's, VA imported some files from IHS applications related to visit file

RE: [Hardhats-members] local file numbers

2006-03-01 Thread Gary Monger
I thought there was an extra digit in the proposed WorldVistA allocation. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven McPhelan Sent: Wednesday, March 01, 2006 8:41 AM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] local file

Re: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Steven McPhelan
What does your application do when it does encounter a null subscript? I think that is the more important problem than a M error thrown when it happens. In production software, why would your application encounter a null subscript in the first place? Usually it is the resultof bad data or missing

Re: [Hardhats-members] KILL'ing and NEW'ing -- what's really happening?

2006-03-01 Thread Steven McPhelan
You are addressing issues that have always been of concern to enterprise developers versus individual PC developers. Yes, Yes, Yes, there are individual PC developers that care about efficiencies. I do not want to go there. In an enterprise implementation a 1000 NEWs versus 1 NEW and a 1000 KILLs

Re: [Hardhats-members] KILL'ing and NEW'ing -- what's really happening?

2006-03-01 Thread Greg Woodhouse
--- Steven McPhelan [EMAIL PROTECTED] wrote: You are addressing issues that have always been of concern to enterprise developers versus individual PC developers. I'm not sure I agree, but perhaps I just misunderstand your point. It is true that essentially all PCs run complex operating

Re: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Greg Woodhouse
--- Steven McPhelan [EMAIL PROTECTED] wrote: What does your application do when it does encounter a null subscript? I think that is the more important problem than a M error thrown when it happens. In production software, why would your application encounter a null subscript in the first

Re: [Hardhats-members] CHUI scrollable window API

2006-03-01 Thread Dan
As far as I know that editor is full screen only. At 06:26 PM 2/28/2006, you wrote: Isn't there a text editor built into vista (although it is clunk in my opinion). --- This SF.Net email is sponsored by xPML, a groundbreaking scripting

[Hardhats-members] Word Processing Lab Results

2006-03-01 Thread scuneo
Is anyone using Word Processing fields for chemistry results? It seems the only types used are Free Text, Numeric and Set of Codes. Even if the field is defined in the Data Dictionary as WP, lab treats it as text, i.e. a one line entry. Steve

RE: [Hardhats-members] local file numbers

2006-03-01 Thread Gordon Moreshead
For those details it would be better for Cameron to comment. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Monger Sent: Wednesday, March 01, 2006 6:53 AM To: hardhats-members@lists.sourceforge.net Subject: RE: [Hardhats-members] local file numbers I

RE: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Cameron Schlehuber
So, Greg, do you ALWAYS use the $GET and then on top of that, check for $LENGTH before using such values as subscripts? Etc. etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Woodhouse Sent: Wednesday, March 01, 2006 9:33 AM To:

RE: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Greg Woodhouse
--- Cameron Schlehuber [EMAIL PROTECTED] wrote: So, Greg, do you ALWAYS use the $GET and then on top of that, check for $LENGTH before using such values as subscripts? Etc. etc. Pretty much...except, I tend to use $GET inside $PIECE like so S

RE: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread rcr
Cameron; Doesn't everyone do a $GET first and then a $LENGTH on things that will be used for subscripts? By the way, I have used the let it crash technique to seal up holes in already existing applications so I could trace back how bad data got into the system via which modules and

RE: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Greg Woodhouse
--- [EMAIL PROTECTED] wrote: By the way, I have used the let it crash technique to seal up holes in already existing applications so I could trace back how bad data got into the system via which modules and applications Does everyone realize that you can still log an error after you

Re: [Hardhats-members] CHUI scrollable window API

2006-03-01 Thread Mike Schrom
There is a line editor too: CLUNK * 1000! I worked for the VA for 5 years before I found out it could be changed! Dan wrote: As far as I know that editor is full screen only. At 06:26 PM 2/28/2006, you wrote: Isn't there a text editor built into vista (although it is clunk in my opinion).

RE: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread rcr
Yep, I like it so much that I created a package to track the history of specific errors that come from specific routines. This is really valuable to see when a specific problem first started and who was involved. It may be a software bug, or a training issue (especially if only a single user is

Re: [Hardhats-members] CHUI scrollable window API

2006-03-01 Thread Dan
This is the behavior I want (copy and paste into notepad): MAIN WINDOW== | | | | | | |

Re: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Steven McPhelan
I understand all this. I also made some assumptions in my statements. I had assumed that a process was initiated either through an RPC Broker connection or invoking an OPTION from Menuman through proper Kernel sign-on. In both of these cases, the Kernel sets an initial error trap for that process.

Re: [Hardhats-members] KILL'ing and NEW'ing -- what's really happening?

2006-03-01 Thread Steven McPhelan
I will give an example of enterprise versus local programmers that I have experienced in over 20 years of hiring programmers. A programmer who has only programmed in the situation where the application will run on a standalone single-user PC may not think twice about locking a record or a file.

Re: [Hardhats-members] KILL'ing and NEW'ing -- what's really happening?

2006-03-01 Thread rcr
Well said, Steve; Different situations require different solutions. Finesse comes with applying the best solution for the situation which inconveniences the fewest people. There was a site in Daito, Japan which had a warehouse and an facility where locks were being badly applied. They

Re: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread James Gray
I cannot tell for sure because none of the rest of the thread is attached, but I believe this thread was started by Kevin who was working on an application that did not meet either of your assumptions. It was a programmers debugging tool. Jim Gray - Original Message - From:

Re: [Hardhats-members] KILL'ing and NEW'ing -- what's really happening?

2006-03-01 Thread Greg Woodhouse
--- [EMAIL PROTECTED] wrote: Well said, Steve; Different situations require different solutions. Finesse comes with applying the best solution for the situation which inconveniences the fewest people. There was a site in Daito, Japan which had a warehouse and an facility where locks

Re: [Hardhats-members] KILL'ing and NEW'ing -- what's really happening?

2006-03-01 Thread Greg Woodhouse
--- Steven McPhelan [EMAIL PROTECTED] wrote: I will give an example of enterprise versus local programmers that I have experienced in over 20 years of hiring programmers. A programmer who has only programmed in the situation where the application will run on a standalone single-user PC may

Re: [Hardhats-members] Protecting against indirection errors.

2006-03-01 Thread Greg Woodhouse
--- James Gray [EMAIL PROTECTED] wrote: I cannot tell for sure because none of the rest of the thread is attached, but I believe this thread was started by Kevin who was working on an application that did not meet either of your assumptions. It was a programmers debugging tool. Jim Gray