[Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread Nancy Anthracite
Delphi 7 is getting increasingly hard to get and will not be supported after December 2005. It is only available now as an add on with the purchase of Delphi 8 as $1000 for the Professional version, and I believe that will not be sold fairly soon as Delphi 2005 is what is being sold everywhere

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Chris Richardson
John; We will probably do exactly that, make a callable function out of it. It seems the most useful way to implement this functionality. Kevin still gets the credit, we just do the packaging and promotion. BTW, Kevin, did you reserve that namespace with Cameron? You should. We may move

Re: [Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread Joseph Dal Molin
Nancy, A thought let's see if we can engage the Lazarus development community to help with this.it would be a very high profile win win. Joseph Nancy Anthracite wrote: Delphi 7 is getting increasingly hard to get and will not be supported after December 2005. It is only available now

Re: [Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread Nancy Anthracite
Ugh. Thanks. But no surprise I'm afraid. From what we read about it, it sounded like it might have been more oriented to moving code from exclusively Delphi components, etc., than moving it from the Kylix type, so I was hoping it would be better. Version 2 of Lazarus is in Debian

RE: [Hardhats-members] Re: Creating Java client for OpenVista

2005-05-19 Thread David Sommers
.NET is an open standard. It's just one of the most popular implementations is Microsoft's .NET Framework for Windows. Mono is an implementation of .NET for all platforms. Novell and Gnome will be all Mono within the coming year moving away from the mixmatch of languages currently in use. C#

Re: [Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread rgaber
I am in the process of setting up FPC and Lazarus to see what issues may surround the process of porting from Delphi ---BeginMessage--- One can try to do a port, but I believe that they would run into the same issues as trying to port CPRS to Kylix. I have successfully compiled CPRS with Delphi

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Kevin Toppenberg
Chris, Yes, TMG is a namespace given me by Cameron. Thanks Kevin --- Chris Richardson [EMAIL PROTECTED] wrote: John; We will probably do exactly that, make a callable function out of it. It seems the most useful way to implement this functionality. Kevin still gets the credit, we

Re: [Hardhats-members] Xyloc Proximity Authentication

2005-05-19 Thread Nancy Anthracite
Interesting you should mention that as my son and I were just about to look into the Smart Card readers, some of which, I believe, are proximity cards. There are Linux-open source supported readers, but I am not sure about the proximity variety. Could you please point me at that API? On

RE: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Thurman Pedigo
We have a goal to cut over to VistA July 1 and have some concerns regarding moving existing FM files to the new system. We have been using MAW as name space and 1xx as a numbering scheme. I wonder what we need to assure we have no conflict in VistA. Appreciate any suggestions. Thanks,

[Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Madhavi Bagepalli
Hi all, What kind of transaction Processing exits in VistA? How is commit and roll-back functions done in VistA? Is it done in FileMAn or globals or how? Madhavi _ Don’t just search. Find. Check out the new MSN Search!

RE: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Holloway, Thomas (EDS)
Don't know what the official answer is but a quick check shows nothing found: d ^%RD List all routines ? Yes N routine(s) ? MAW* searching directory ... routine(s) ? D ^%G Global ^DD(100:199,0 DD(100:199,0 Global ^ So I would say that there is currently no

Re: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread rgaber
Transaction processing is the interpreters responsibility, at least that is the way it is done in DSM and Cache' - Original Message - From: Madhavi Bagepalli [EMAIL PROTECTED] Date: Thursday, May 19, 2005 11:08 am Subject: [Hardhats-members] VistA Transaction Processing Hi all, What

Re: [Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread Nancy Anthracite
How does 2005 get along with Kylix and how many hoops did you have to jump through to convert the code to 2005? On Thursday 19 May 2005 09:10 am, [EMAIL PROTECTED] wrote: BODYP/P PBOne can try to do a port, but I believe that they would run into the same issues as trying to port CPRS to

Re: [Hardhats-members] Re: Creating Java client for OpenVista

2005-05-19 Thread Kevin Toppenberg
I don't know much about .NET except that it is infrastructure that MS offers. It is not bad code, but it ties one to the Windows environment Except that I have heard that .NET implementations outside of Windows are available. Kevin --- Troy Caldwell [EMAIL PROTECTED] wrote: David Sommers

RE: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Aylesworth Marc A Contr AFRL/IFSE
I believe it is done at the M level but it can be enabled and maintained by Journaling in Vista. Thanks, Marc Aylesworth C3I Associates AFRL/IFSE Joint Battlespace Infosphere Team 525 Brooks Rd Rome, NY 13441-4505 Tel:315.330.2422 Fax:315.330.7009 Email:Marc[EMAIL

Re: [Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread rgaber
Have not done any 2005/Kylix testing. The code converts relatively easily, just allow 2005 to do the package update and the components install. - Original Message - From: Nancy Anthracite [EMAIL PROTECTED] Date: Thursday, May 19, 2005 10:26 am Subject: Re: [Hardhats-members] Delphi 7 and

Re: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread K.S. Bhaskar
VistA does not use the transaction processing features of M (TStart, TCommit et al). The underlying M implementation is responsible for recovering the database in the event of a crash, which GT.M will do as long as you are running journaling. -- Bhaskar Madhavi Bagepalli wrote: Hi all, What

RE: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Kevin Toppenberg
Write to Cameron and ask for a namespace and allowed number range. Kevin --- Thurman Pedigo [EMAIL PROTECTED] wrote: We have a goal to cut over to VistA July 1 and have some concerns regarding moving existing FM files to the new system. We have been using MAW as name space and 1xx as a

Re: [Hardhats-members] Re: Creating Java client for OpenVista

2005-05-19 Thread rgaber
Look into VistALink, it is a pure java environment for VistA access, HelathEVet was designed around it. The namespace is XOB and the latest released version is 1.0. You can get free java development environments on the web, NetBeans and Eclipse are the two I am currently investigating. So, the

RE: [Hardhats-members] Language standard

2005-05-19 Thread Holloway, Thomas (EDS)
My copy says: -- Published by M Technology Association 1738 Elton Road, Suite 205 Silver Spring, MD 20903 (301) 431-4070 Copyright 1995 by The MUMPS Development Committee. All right reserved. No part of

RE: [Hardhats-members] Delphi 7 and Lazarus

2005-05-19 Thread David Sommers
It looks like they still have some work to do. I believe youll find sections of the original source will need to be patched, bypassed, or rewritten. http://www.lazarus.freepascal.org/modules.php?op=modloadname=Roadmapfile=index From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Greg Woodhouse
Actually, the enhanced mode acknowledgment framework in HL7 effectively provides a 2-phase commit -- if, that is, the application developers respect the intent of the acknowledgments. I f application acknowledgments are just ignored and data is committed on receipt, then it doesn't work. Of

RE: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Greg Woodhouse
Use of M level transaaction processing is not SACC compliant. Of course, journaling is another issue. --- Aylesworth Marc A Contr AFRL/IFSE [EMAIL PROTECTED] wrote: I believe it is done at the M level but it can be enabled and maintained by Journaling in Vista. Thanks, Marc

Re: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Madhavi Bagepalli
Thanks all. I think I need to use the M implementation journaling too do TP. Is there any reason why it was not built into VistA? Just a thought. Madhavi From: Greg Woodhouse [EMAIL PROTECTED] Reply-To: hardhats-members@lists.sourceforge.net To: hardhats-members@lists.sourceforge.net Subject:

RE: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Madhavi Bagepalli
What is SACC? A newbie question :-) From: Greg Woodhouse [EMAIL PROTECTED] Reply-To: hardhats-members@lists.sourceforge.net To: hardhats-members@lists.sourceforge.net Subject: RE: [Hardhats-members] VistA Transaction Processing Date: Thu, 19 May 2005 10:44:59 -0700 (PDT) Use of M level

Re: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread K.S. Bhaskar
According to Reuter and Grey's book on Transaction Processing, a transaction has four properties: Atomicity, Isolation, Consistency and Durability. Journaling only provides the Durability part. The application code would need to use TStart and TCommit M commands for the other three

RE: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Greg Woodhouse
Sorry...Standards and Conventions Committee. That's the body responsible for setting the coding standards that VistA is required to follow (at least within the VA). Obviously, WorldVistA can choose to define its own standards, but this is the mechanism the VA has used to (among other things)

Re: [Hardhats-members] VistA Transaction Processing

2005-05-19 Thread Greg Woodhouse
Yes, because it was not available on all supported platforms. --- Madhavi Bagepalli [EMAIL PROTECTED] wrote: Thanks all. I think I need to use the M implementation journaling too do TP. Is there any reason why it was not built into VistA? Just a thought. Madhavi A practical man is a

RE: [Hardhats-members] Language standard

2005-05-19 Thread Maury Pepper
I'm forwarding a reply which apparently did not get to this list: - Original Message - From: Ed de Moel To: Maury Pepper ; hardhats-members@lists.sourceforge.net Sent: Thursday, May 19, 2005 2:09 PM Subject: Re: Fw: Language standard When the MTA closed down, copyright of the

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread whitten
For those interested, I have changed the code on the wiki for DTFormat to include a few more comments, and to allow doubled ' characters to insert a single ' into the resultant string. I have tested it with some simple cases, but would appreciate someone else's input. The code is at:

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Kevin Toppenberg
Hey Dave, Thanks for adding the ability to include a quote character inside a string. Also the comments are helpful. Thanks! Kevin --- [EMAIL PROTECTED] wrote: For those interested, I have changed the code on the wiki for DTFormat to include a few more comments, and to allow doubled '

RE: [Hardhats-members] Language standard

2005-05-19 Thread Greg Woodhouse
Thanks. --- Maury Pepper [EMAIL PROTECTED] wrote: I'm forwarding a reply which apparently did not get to this list: - Original Message - From: Ed de Moel To: Maury Pepper ; hardhats-members@lists.sourceforge.net Sent: Thursday, May 19, 2005 2:09 PM Subject: Re: Fw: Language

[Hardhats-members] VEHU

2005-05-19 Thread David Sommers
Anyone else going to VEHU? http://vaww.vehu.med.va.gov/vehu2005/ (intranet link) David Sommers, Architect Dialog Medical p 800.482.7963 x46 p 770.982.7851 x46 c 770.330.2704 f 770.736.5725 e [EMAIL PROTECTED] w www.dialogmedical.com

Re: [Hardhats-members] VEHU

2005-05-19 Thread Joseph Dal Molin
Rick Marshall and I will be there. Joseph Dal Molin David Sommers wrote: Anyone else going to VEHU? http://vaww.vehu.med.va.gov/vehu2005/ (intranet link) David Sommers, Architect Dialog Medical p 800.482.7963 x46 p 770.982.7851 x46 c 770.330.2704 f 770.736.5725 e [EMAIL PROTECTED]

[Hardhats-members] CONTRACT AWARDED TO VistA-Office EHR VENDOR SUPPORT ORGANIZATION

2005-05-19 Thread JohnLeo Zimmer
http://www.cms.hhs.gov/quality/pfqi.asp#Contract CMS, through the Iowa Foundation for Medical Care as its contractor to support the VistA-Office EHR project, has established WorldVistA as a vendor support organization to provide vendor training on VistA-Office EHR. WorldVistAs mission is to

Re: [Hardhats-members] VistA Community Conference Call - update

2005-05-19 Thread Maury Pepper
VistA Community Call Friday at NOON EDT. TOPICS: - Summary from the Seattle meeting - More details about OpenVistA 4.0 - VVSO Contract (see www.cms.hhs.gov/quality/pfqi.asp) DATE: Friday, May 12 TIME: 12:00 Noon EDT DURATION: 1 hour. CONFERENCE CALL DIAL IN NUMBERS USA 866-483-4159