Re: Re: Re: [Hardhats-members] AIDA & GTM

2006-04-07 Thread Bhaskar, KS
Vittal -- I got back to my laptop and the Internet. Here's the URL for M2web - http://vista.vmth.ucdavis.edu/notebook/index/48.html Good luck. And have fun with it! Regards -- Bhaskar On Sat, 2006-04-08 at 00:49 -0500, M.S.Vittal wrote: > Thanks Bhaskar garu for the info. > > Hello Jim, > >

Re: Re: Re: [Hardhats-members] AIDA & GTM

2006-04-07 Thread M.S.Vittal
Thanks Bhaskar garu for the info. Hello Jim, I wanted to develop a GUI for the GT.M patient registration form. I came to know that M2Web could be used in this regard. Can you please guide me in this regard so that I could venture developing the GUI. Thanks Vittal. On Sat, 08 Apr 2006 Bhaskar

RE: [Hardhats-members] Recipient file in VistA to notify of file entry updates?

2006-04-07 Thread Cameron Schlehuber
One approach is called the AUDIT file and has the following fields (aka columns).  It’s part of VA FileMan (whose documentation gives more details about how to use it.)  It actually records down to the individual field.      .001 NUMBER    .01  INTERNAL ENTRY NUMBER    .

Re: [Hardhats-members] Normalized Data Model Scope

2006-04-07 Thread Jim Self
Arv Sepetys wrote: >Does anybody have an idea of roughly how many normalized data >entities/tables are in the data model implicitly supported by VistA (full >version)? > Roughly it appears to be close to 6000. I get count=5865 from running the following code on a VistA database (I think from semi

Re: [Hardhats-members] Normalized Data Model Scope

2006-04-07 Thread Chris Richardson
Dear Arv;      VistA supports a logical schema which means that the actual data stored on any specific entity need not be fully populated andthere is no space penalty for not fully expressing the data dictionary for the data base being updated.  This does not preclude future expansion of the

[Hardhats-members] Normalized Data Model Scope

2006-04-07 Thread Arv Sepetys
Does anybody have an idea of roughly how many normalized data entities/tables are in the data model implicitly supported by VistA (full version)?   Thanks!  Arv   Sepetys & Associates, LLC 210 W Russell St Saline, Michigan 48176 734.678.8639 734

Re: [Hardhats-members] AIDA & GTM

2006-04-07 Thread Kevin Toppenberg
On 6 Apr 2006 09:48:57 -, M.S.Vittal <[EMAIL PROTECTED]> wrote: ... Will the data entered into Aida will be automatically updated into GTM database ? Can we write our custom Java frontend to access the globals of GTM ? If yes can any one help me in finding tutorial / guidance sort of thing. Yo

Re: Re: [Hardhats-members] AIDA & GTM

2006-04-07 Thread Bhaskar, KS
Title: Re: Re: [Hardhats-members] AIDA & GTM You should look into M2web & ESIObjects (http://sourceforge.net/projects/esiobjects).  I don't have web access right now to give you a URL for M2web but I know that Jim Self, the developer is on this list. -- Bhaskar -

Re: [Hardhats-members] TIU Template field storage

2006-04-07 Thread Kevin Toppenberg
The communication is via an RPC broker.  I believe there is an ActiveX wrapper for this.  Many languages work with ActiveX, so it should be wide open.KevinOn 4/6/06, venkata raghunath <[EMAIL PROTECTED]> wrote: hi all,     can any one give  clear idea about vista configuration for a single  module

[Hardhats-members] Recipient file in VistA to notify of file entry updates?

2006-04-07 Thread Renee Cannon
Hi All   Is it true that there is such a thing as a recipient file in VistA that can be used to send notification if a record (aka file entry?) has been added or updated or deleted?  If so, what is the file number and is there documentation on how to use it?   Thank you, Renee  

RE: [Hardhats-members] Re: Getting SQL access to Fileman files on Cache

2006-04-07 Thread Renee Cannon
If you have Cache 5.2 you have the InterSystems mapper routine, %fm2cache, already installed. I will send you the documentation directly, Steve. I have an email into Mike Clayton requesting clarification on distributing the VA's mapper. Regards, Renee PS - You did not miss anything, I didn't me

[Hardhats-members] Re: Getting SQL access to Fileman files on Cache

2006-04-07 Thread steve
Tks Renee! So, if I'm running Cache 5.2 or greater I already have the routine...sorry must have missed the routine name / namespace, what is it? Renee Cannon writes: I am glad you asked that question. The short answer is "No." The VA is developing its own set of routines. Mike Clayton i

Re: [Hardhats-members] UML Diagrams / ER Diagrams - GT.M

2006-04-07 Thread Chris Richardson
Cameron;      I am a big proponent of generated documentation taken from the actual tables which are used by the application, so I would like to help with this effort.  Perhaps we can make this a tool that the individual sites might utilize the PACKAGE file to trigger the generation of these

RE: [Hardhats-members] Re: Getting SQL access to Fileman files on Cache

2006-04-07 Thread Renee Cannon
I am glad you asked that question. The short answer is "No." The VA is developing its own set of routines. Mike Clayton is at the helm and says it will be rolled out as soon as QA is finished and the necessary permissions are granted (he did get an official routine prefix/namespace name). Some

[Hardhats-members] WorldVistA Community Meeting

2006-04-07 Thread Colin Smith
The next  WorldVistA Community Meeting will be held at Robert Morris University, Pittsburgh, Pennsylvania, USA. from Thursday 29th June to Sunday 2nd July. A one day meeting is planned for VistA international adopters on Wednesday 28th.   The current organising committee is Colin Smith, Vale

RE: [Hardhats-members] UML Diagrams / ER Diagrams - GT.M

2006-04-07 Thread Cameron Schlehuber
The M routine I wrote uses the VA FileMan Data Dictionary to output a form of “structured modeling language” (SML) for ERWin version 3.2 (later versions of ERWin don’t appear to use that format and I haven’t taken the time to explore the XML format that later versions of ERWin use.)  The t

RE: [Hardhats-members] Getting SQL access to Fileman files on Cache

2006-04-07 Thread Renee Cannon
Grrr, I tested it before sending this!!! I will investigate :o( Sorry, Renee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Anthracite Sent: Friday, April 07, 2006 9:10 AM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] G

Re: [Hardhats-members] UML Diagrams / ER Diagrams - GT.M

2006-04-07 Thread Chris Richardson
Cameron S. knows the procedure for the generation of these diagrams, but it starts with some MUMPS code to output the DD for processing into the PDF format.   - Original Message - From: Renee Cannon To: hardhats-members@lists.sourceforge.net Sent: Friday, April 07, 20

[Hardhats-members] Re: Getting SQL access to Fileman files on Cache

2006-04-07 Thread steve
Renee, Are these the same set of routines developed my Mike Clayton? Renee Cannon writes: Hello If you are running Caché 5.2 the routine is already there. Otherwise, just email a request for the FileMan SQL utility to [EMAIL PROTECTED] and you will get a response message containing

Re: [Hardhats-members] Getting SQL access to Fileman files on Cache

2006-04-07 Thread Nancy Anthracite
Renee, that email address does not seem to be working. On Friday 07 April 2006 11:51, Renee Cannon wrote: Hello If you are running Caché 5.2 the routine is already there. Otherwise, just email a request for the FileMan SQL utility to [EMAIL PROTECTED] and you will get a response message contai

RE: [Hardhats-members] UML Diagrams / ER Diagrams - GT.M

2006-04-07 Thread Renee Cannon
Hi Gregory   What tool was used to build the diagrams shown in the Acrobat files?  Visio?   Thanks, Renee   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregory Woodhouse Sent: Friday, April 07, 2006 6:17 AM To: hardhats-members@lists.sourceforge.net Subject

RE: [Hardhats-members] Getting SQL access to Fileman files on Cache

2006-04-07 Thread Renee Cannon
Hello   If you are running Caché 5.2 the routine is already there.  Otherwise, just email a request for the FileMan SQL utility to [EMAIL PROTECTED] and you will get a response message containing a small  attachment (extension will be “kit” to get around email blockers) that has everythin

Re: [Hardhats-members] Getting SQL access to Fileman files on Cache

2006-04-07 Thread ashfaq
What is this free tool and how can i access it     Ashfaq

Re: [Hardhats-members] AIDA & GTM

2006-04-07 Thread Gregory Woodhouse
On Apr 6, 2006, at 11:57 PM, M.S.Vittal wrote: Thanks Bhaskar garu for the information. We wanted to create GUI for patient registation with GT.M (Unix) as our database. Can u please let us know using which language (Java/DOT NET/PHP/ etc) we can implement it from a windows based system as

Re: [Hardhats-members] UML Diagrams / ER Diagrams - GT.M

2006-04-07 Thread Gregory Woodhouse
On Apr 7, 2006, at 5:21 AM, Nancy Anthracite wrote:ftp.va.gov/vista/Software/ERdiagrams On Friday 07 April 2006 02:48, M.S.Vittal wrote: Hi All, Can anyone please let us how to know the Objects/Entities available in the  GT.M and the fields in those objects, relation between those objects etc. B

Re: [Hardhats-members] AIDA & GTM

2006-04-07 Thread Nancy Anthracite
Take a look at Getting Started With the Broker Development Kit here to see if that will help you. http://www.va.gov/vdl/Infrastructure.asp?appID=23 Look into M2Web. M2Web (MUMPS to Web Server) And/Or take a look at Getting Started With the Broker Development Kit here to see if that will help

Re: [Hardhats-members] UML Diagrams / ER Diagrams - GT.M

2006-04-07 Thread Nancy Anthracite
ftp.va.gov/vista/Software/ERdiagrams On Friday 07 April 2006 02:48, M.S.Vittal wrote: Hi All, Can anyone please let us how to know the Objects/Entities available in the GT.M and the fields in those objects, relation between those objects etc. Basically Iam looking fwd to have UML / ER Diagrams