Re: [Hardhats-members] VistA Web unable to select patients

2005-10-20 Thread Usha




The error message was miseading. Registering the 
remote procedure XUS SIGNON SETUP with the option OR CPRS GUI CHART did the 
trick.

Regards
Usha

  - Original Message - 
  From: 
  Usha 
  To: hardhats-members@lists.sourceforge.net 
  
  Sent: Tuesday, October 18, 2005 5:00 
  PM
  Subject: Re: [Hardhats-members] VistA Web 
  unable to select patients
  
  On refreshing the page, following is shownrecv error: Security 
  Segment: The remote procedure XUS SIGNON SETUP is notregistered to the 
  option XUS SIGNON.(81)I have assinged the option XUS SIGNON to the user's 
  SECONDARY MENU OPTIONS.ThanksUsha- Original Message 
  -From: "Kevin Toppenberg" <[EMAIL PROTECTED]>To: 
  <HARDHATS-MEMBERS@LISTS.SOURCEFORGE.NET>Sent: Monday, October 17, 2005 
  9:53 PMSubject: Re: [Hardhats-members] VistA Web unable to select 
  patientsLook at the RPC code entry for your XUS AV Code. As I have 
  beenlooking the RPC entries lately, I notice that some entries 
  havespecific codes or security features. There may more that needs to 
  bedone than simply add it to the XUS SIGNON optionKevinOn 
  10/17/05, Usha <[EMAIL PROTECTED]>wrote: Hi Nancy As you 
  had adviced, I tried to look for the problem in the code. The wrong 
  function name seemed to be the problem. In line 31 of the 
  EMR\resource\Mail.cs file, a function named getName of class MDO.User 
  was being called. msg.Body += "User: " + user.getName() + " (" 
  + user.getSite().getName() + ")"; There is no function in the 
  class MDO.User with the name getName. So I change it to 
  msg.Body += "User: " + user.getUsername() + " (" 
  +user.getSite().getName() + ")"; Now there is a new 
  message is being displayed. It says recv error: Security Segment: The 
  remote procedure XUS AV CODE is not registered to the option XUS 
  SIGNON.(76) The XUS SIGNON entry in the OPTION file is NUMBER: 
  3411 NAME: XUS SIGNON MENU TEXT: Kernel sign-on context TYPE: Broker 
  (Client/Server) CREATOR: IRM,MGR DELEGABLE: YES TIMESTAMP OF 
  PRIMARY MENU: 57936,84609 RPC: XUS SIGNON SETUP RPC: XUS AV 
  CODE RPC: XUS INTRO MSG RPC: XUS CVC RPC: XUS AV 
  HELP RPC: XUS DIVISION SET RPC: XUS GET USER INFO RPC: 
  XUS DIVISION GET RPC: XWB GET BROKER INFO UPPERCASE MENU TEXT: 
  KERNEL SIGN-ON CONTEXT How can I register the remote procedure with 
  the XUS SIGNON option? Regards Usha - 
  Original Message ----- From: "Nancy Anthracite" To: 
  Sent: Thursday, October 13, 2005 11:08 PM Subject: Re: 
  [Hardhats-members] VistA Web unable to select patients  My 
  HealtheVet is what is not available. VistA Web is available. You have 
  to  set up a server and all of that and then have something to 
  connect to. Maybe  your missing object is the connection 
  to the VAs databases which mayneed to  be edited to 
  connect to yours. I would suggest taking a look at thesource  
  code.   On Thursday 13 October 2005 01:25 pm, Kevin 
  Toppenberg wrote:  I didn't think that VistA Web was finished or 
  available. Maybe that  is why it is not working? 
Kevin   On 10/13/05, Usha 
  wrote:   Hi I trying to 
  install VistA Web, the web interface to the EMR for providers. 
According to the Installation Guide, I have done the 
  following 1. Extract the EMR.zip file to 
  the desired location for EMR.   2. Configure the EMR folder to 
  run as a virtual directory under the default   
  website.   3. Set the default content page to 
  "loginframeset.htm".   4. Configure VistAWebDocs and 
  VistAWebUserMgt as web applicationsunder the   
  VistAWeb website; the virtual directories for each are 
  VistAWebDocsand   VistAWebUserMgt, respectively. 
  SQL Database Schema Instructions   
  1. Create a database called "EMR".   2. Run the scripts in 
  Appendix A.   3. Add the user account used by VistAWeb (call 
  VistAWeb Support at   734-769-7100 x.5782 for the 
  account/password). - What is the username and   
  password?   4. Grant the provided user account "dbowner" 
  rights to the EMRdatabase. Given 
  "dbowner" rights of database "EMR" to a user account with thename 
"dbo" .  
 I am able to login to the VistA server through VistA 
  Web, but amunable to   see the patient selection 
  screen. Instead the following comes up. 
  Server Error in '/VistAWeb' Application. 
   Object 
  reference not set to an instance of an object.   Description: 
  An unhandled exception occurred during the execution ofthe  
   current web request. Please review the stack trace for 
  moreinformation   about the error and where it originated 
  in the code. Exception Details: 
  System.NullReferenceException: Object reference not set  
   to an instance of an object. Source 
  Error: 
  An unhandled exception was generated during the execution 

Re: [Hardhats-members] VistA Web unable to select patients

2005-10-18 Thread Usha



On refreshing the page, following is shownrecv error: Security Segment: The remote procedure XUS SIGNON SETUP is notregistered to the option XUS SIGNON.(81)I have assinged the option XUS SIGNON to the user's SECONDARY MENU OPTIONS.ThanksUsha- Original Message -From: "Kevin Toppenberg" <[EMAIL PROTECTED]>To: <hardhats-members@lists.sourceforge.net>Sent: Monday, October 17, 2005 9:53 PMSubject: Re: [Hardhats-members] VistA Web unable to select patientsLook at the RPC code entry for your XUS AV Code.  As I have beenlooking the RPC entries lately, I notice that some entries havespecific codes or security features.  There may more that needs to bedone than simply add it to the  XUS SIGNON optionKevinOn 10/17/05, Usha <[EMAIL PROTECTED]> wrote:>> Hi Nancy> As you had adviced, I tried to look for the problem in the code. The wrong> function name seemed to be the problem. In line 31 of the> EMR\resource\Mail.cs file, a function named getName of class MDO.User was> being called.> msg.Body += "User: " + user.getName() + " (" + user.getSite().getName() +> ")";> There is no function in the class MDO.User with the name getName. So I> change it to> msg.Body += "User: " + user.getUsername() + " (" +user.getSite().getName()> + ")";> Now there is a new message is being displayed. It says> recv error: Security Segment: The remote procedure XUS AV CODE is not> registered to the option XUS SIGNON.(76)> The XUS SIGNON entry in the OPTION file is> NUMBER: 3411 NAME: XUS SIGNON>  MENU TEXT: Kernel sign-on context TYPE: Broker (Client/Server)>  CREATOR: IRM,MGR DELEGABLE: YES>  TIMESTAMP OF PRIMARY MENU: 57936,84609> RPC: XUS SIGNON SETUP> RPC: XUS AV CODE> RPC: XUS INTRO MSG> RPC: XUS CVC> RPC: XUS AV HELP> RPC: XUS DIVISION SET> RPC: XUS GET USER INFO> RPC: XUS DIVISION GET> RPC: XWB GET BROKER INFO>  UPPERCASE MENU TEXT: KERNEL SIGN-ON CONTEXT> How can I register the remote procedure with the XUS SIGNON option?> Regards> Usha>> - Original Message -> From: "Nancy Anthracite"> To:> Sent: Thursday, October 13, 2005 11:08 PM> Subject: Re: [Hardhats-members] VistA Web unable to select patients>> > My HealtheVet is what is not available. VistA Web is available. You have> to> > set up a server and all of that and then have something to connect to.> Maybe> > your missing object is the connection to the VAs databases which mayneed> to> > be edited to connect to yours. I would suggest taking a look at thesource> > code.> >> > On Thursday 13 October 2005 01:25 pm, Kevin Toppenberg wrote:> > I didn't think that VistA Web was finished or available. Maybe that> > is why it is not working?> >> > Kevin> >> > On 10/13/05, Usha wrote:> > > Hi> > >> > > I trying to install VistA Web, the web interface to the EMR for> providers.> > > According to the Installation Guide, I have done the following> > >> > > 1. Extract the EMR.zip file to the desired location for EMR.> > > 2. Configure the EMR folder to run as a virtual directory under the> default> > > website.> > > 3. Set the default content page to "loginframeset.htm".> > > 4. Configure VistAWebDocs and VistAWebUserMgt as web applicationsunder> the> > > VistAWeb website; the virtual directories for each are VistAWebDocsand> > > VistAWebUserMgt, respectively.> > >> > > SQL Database Schema Instructions> > > 1. Create a database called "EMR".> > > 2. Run the scripts in Appendix A.> > > 3. Add the user account used by VistAWeb (call VistAWeb Support at> > > 734-769-7100 x.5782 for the account/password). - What is the username> and> > > password?> > > 4. Grant the provided user account "dbowner" rights to the EMRdatabase.> > >> > > Given "dbowner" rights of database "EMR" to a user account with thename> > > "dbo" .> > >> > >> > >> > > I am able to login to the VistA server through VistA Web, but amunable> to> > > see the patient selection screen. Instead the following comes up.> > >> > > Server Error in '/VistAWeb' Application.> > > >> > > Object reference not set to an instance of an object.> > > Description: An unhandled exception occurred during the execution ofthe> > > current web request. Please review the stack trace for moreinformation> > > about the error and where it originated in the code.> > >> > > Exception Details: System.NullR

Re: [Hardhats-members] VistA Web unable to select patients

2005-10-17 Thread Usha



Hi NancyAs you had adviced, I tried to look for the problem in the code. The wrongfunction name seemed to be the problem. In line 31 of theEMR\resource\Mail.cs file, a function named getName of class MDO.User wasbeing called.msg.Body += "User: " + user.getName() + " (" + user.getSite().getName() +")";There is no function in the class MDO.User with the name getName. So Ichange it tomsg.Body += "User: " + user.getUsername() + " (" + user.getSite().getName()+ ")";Now there is a new message is being displayed. It saysrecv error: Security Segment: The remote procedure XUS AV CODE is notregistered to the option XUS SIGNON.(76)The XUS SIGNON entry in the OPTION file isNUMBER: 3411NAME: XUS SIGNON  MENU TEXT: Kernel sign-on context TYPE: Broker (Client/Server)  CREATOR: IRM,MGR  DELEGABLE: YES  TIMESTAMP OF PRIMARY MENU: 57936,84609RPC: XUS SIGNON SETUPRPC: XUS AV CODERPC: XUS INTRO MSGRPC: XUS CVCRPC: XUS AV HELPRPC: XUS DIVISION SETRPC: XUS GET USER INFORPC: XUS DIVISION GETRPC: XWB GET BROKER INFO  UPPERCASE MENU TEXT: KERNEL SIGN-ON CONTEXTHow can I register the remote procedure with the XUS SIGNON option?RegardsUsha- Original Message -From: "Nancy Anthracite" <[EMAIL PROTECTED]>To: <hardhats-members@lists.sourceforge.net>Sent: Thursday, October 13, 2005 11:08 PMSubject: Re: [Hardhats-members] VistA Web unable to select patients> My HealtheVet is what is not available. VistA Web is available. You haveto> set up a server and all of that and then have something to connect to.Maybe> your missing object is the connection to the VAs databases which may needto> be edited to connect to yours. I would suggest taking a look at the source> code.>> On Thursday 13 October 2005 01:25 pm, Kevin Toppenberg wrote:> I didn't think that VistA Web was finished or available.  Maybe that> is why it is not working?>> Kevin>> On 10/13/05, Usha <[EMAIL PROTECTED]> wrote:> > Hi> >> > I trying to install VistA Web, the web interface to the EMR forproviders.> > According to the Installation Guide, I have done the following> >> > 1. Extract the EMR.zip file to the desired location for EMR.> > 2. Configure the EMR folder to run as a virtual directory under thedefault> > website.> > 3. Set the default content page to "loginframeset.htm".> > 4. Configure VistAWebDocs and VistAWebUserMgt as web applications underthe> > VistAWeb website; the virtual directories for each are VistAWebDocs and> > VistAWebUserMgt, respectively.> >> > SQL Database Schema Instructions> > 1. Create a database called "EMR".> > 2. Run the scripts in Appendix A.> > 3. Add the user account used by VistAWeb (call VistAWeb Support at> > 734-769-7100 x.5782 for the account/password). - What is the usernameand> > password?> > 4. Grant the provided user account "dbowner" rights to the EMR database.> >> > Given "dbowner" rights of database "EMR" to a user account with the name> > "dbo" .> >> >> >> > I am able to login to the VistA server through VistA Web, but am unableto> > see the patient selection screen. Instead the following comes up.> >> > Server Error in '/VistAWeb' Application.> >> > Object reference not set to an instance of an object.> > Description: An unhandled exception occurred during the execution of the> > current web request. Please review the stack trace for more information> > about the error and where it originated in the code.> >> > Exception Details: System.NullReferenceException: Object reference notset> > to an instance of an object.> >> > Source Error:> >> >> >> > An unhandled exception was generated during the execution of the current> > web request. Information regarding the origin and location of theexception> > can be identified using the exception stack trace below.> >> > Stack Trace:> >> >> >> > [NullReferenceException: Object reference not set to an instance of an> > object.]> >  EMR.Mail.send(User user, Patient patient, HttpRequest request,Exception> > ex) in C:\Inetpub\wwwroot\EMR\resources\classes\Mail.cs:31> >  EMR.Global.showOops(User user, Patient patient, HttpRequest request,> > Exception ex, HttpResponse response) in> > c:\inetpub\wwwroot\emr\global.asax.cs:94> >  EMR.Login.submitButton_Click(Object sender, EventArgs e) in> > C:\Inetpub\wwwroot\EMR\Login.aspx.cs:217> >  System.Web.UI.WebControls.Button.OnClick(EventArgs e)> > +108> >System.Web.UI.WebControls.Button.System.Web.UI

Re: [Hardhats-members] VistA Web unable to select patients

2005-10-13 Thread Kevin Toppenberg
I didn't think that VistA Web was finished or available.  Maybe that
is why it is not working?

Kevin

On 10/13/05, Usha [EMAIL PROTECTED] wrote:


 Hi

 I trying to install VistA Web, the web interface to the EMR for providers.
 According to the Installation Guide, I have done the following

 1. Extract the EMR.zip file to the desired location for EMR.
 2. Configure the EMR folder to run as a virtual directory under the default
 website.
 3. Set the default content page to loginframeset.htm.
 4. Configure VistAWebDocs and VistAWebUserMgt as web applications under the
 VistAWeb website; the virtual directories for each are VistAWebDocs and
 VistAWebUserMgt, respectively.

 SQL Database Schema Instructions
 1. Create a database called EMR.
 2. Run the scripts in Appendix A.
 3. Add the user account used by VistAWeb (call VistAWeb Support at
 734-769-7100 x.5782 for the account/password). - What is the username and
 password?
 4. Grant the provided user account dbowner rights to the EMR database.

 Given dbowner rights of database EMR to a user account with the name
 dbo .



 I am able to login to the VistA server through VistA Web, but am unable to
 see the patient selection screen. Instead the following comes up.

 Server Error in '/VistAWeb' Application. 

 Object reference not set to an instance of an object.
 Description: An unhandled exception occurred during the execution of the
 current web request. Please review the stack trace for more information
 about the error and where it originated in the code.

 Exception Details: System.NullReferenceException: Object reference not set
 to an instance of an object.

 Source Error:



 An unhandled exception was generated during the execution of the current web
 request. Information regarding the origin and location of the exception can
 be identified using the exception stack trace below.

 Stack Trace:



 [NullReferenceException: Object reference not set to an instance of an
 object.]
  EMR.Mail.send(User user, Patient patient, HttpRequest request, Exception
 ex) in C:\Inetpub\wwwroot\EMR\resources\classes\Mail.cs:31
  EMR.Global.showOops(User user, Patient patient, HttpRequest request,
 Exception ex, HttpResponse response) in
 c:\inetpub\wwwroot\emr\global.asax.cs:94
  EMR.Login.submitButton_Click(Object sender, EventArgs e) in
 C:\Inetpub\wwwroot\EMR\Login.aspx.cs:217
  System.Web.UI.WebControls.Button.OnClick(EventArgs e)
 +108
 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
 eventArgument) +57
 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
 sourceControl, String eventArgument) +18
  System.Web.UI.Page.RaisePostBackEvent(NameValueCollection
 postData) +33
  System.Web.UI.Page.ProcessRequestMain() +1315




  

 Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
 Version:1.1.4322.573

 Is this problem due to the missing username and password of the SQL
 database? If yes, then what is the username and password to be used? If no,
 then how this problem can be overcome?

 Regards
 Usha



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web unable to select patients

2005-10-13 Thread Nancy Anthracite
My HealtheVet is what is not available. VistA Web is available. You have to 
set up a server and all of that and then have something to connect to.  Maybe 
your missing object is the connection to the VAs databases which may need to 
be edited to connect to yours. I would suggest taking a look at the source  
code.

On Thursday 13 October 2005 01:25 pm, Kevin Toppenberg wrote:
I didn't think that VistA Web was finished or available.  Maybe that
is why it is not working?

Kevin

On 10/13/05, Usha [EMAIL PROTECTED] wrote:
 Hi

 I trying to install VistA Web, the web interface to the EMR for providers.
 According to the Installation Guide, I have done the following

 1. Extract the EMR.zip file to the desired location for EMR.
 2. Configure the EMR folder to run as a virtual directory under the default
 website.
 3. Set the default content page to loginframeset.htm.
 4. Configure VistAWebDocs and VistAWebUserMgt as web applications under the
 VistAWeb website; the virtual directories for each are VistAWebDocs and
 VistAWebUserMgt, respectively.

 SQL Database Schema Instructions
 1. Create a database called EMR.
 2. Run the scripts in Appendix A.
 3. Add the user account used by VistAWeb (call VistAWeb Support at
 734-769-7100 x.5782 for the account/password). - What is the username and
 password?
 4. Grant the provided user account dbowner rights to the EMR database.

 Given dbowner rights of database EMR to a user account with the name
 dbo .



 I am able to login to the VistA server through VistA Web, but am unable to
 see the patient selection screen. Instead the following comes up.

 Server Error in '/VistAWeb' Application. 

 Object reference not set to an instance of an object.
 Description: An unhandled exception occurred during the execution of the
 current web request. Please review the stack trace for more information
 about the error and where it originated in the code.

 Exception Details: System.NullReferenceException: Object reference not set
 to an instance of an object.

 Source Error:



 An unhandled exception was generated during the execution of the current
 web request. Information regarding the origin and location of the exception
 can be identified using the exception stack trace below.

 Stack Trace:



 [NullReferenceException: Object reference not set to an instance of an
 object.]
  EMR.Mail.send(User user, Patient patient, HttpRequest request, Exception
 ex) in C:\Inetpub\wwwroot\EMR\resources\classes\Mail.cs:31
  EMR.Global.showOops(User user, Patient patient, HttpRequest request,
 Exception ex, HttpResponse response) in
 c:\inetpub\wwwroot\emr\global.asax.cs:94
  EMR.Login.submitButton_Click(Object sender, EventArgs e) in
 C:\Inetpub\wwwroot\EMR\Login.aspx.cs:217
  System.Web.UI.WebControls.Button.OnClick(EventArgs e)
 +108
 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaiseP
ostBackEvent(String eventArgument) +57
 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
 sourceControl, String eventArgument) +18
  System.Web.UI.Page.RaisePostBackEvent(NameValueCollection
 postData) +33
  System.Web.UI.Page.ProcessRequestMain() +1315




  

 Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
 Version:1.1.4322.573

 Is this problem due to the missing username and password of the SQL
 database? If yes, then what is the username and password to be used? If no,
 then how this problem can be overcome?

 Regards
 Usha

---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-23 Thread Nancy Anthracite
OK David, you are on.  I will try it fully patched and Norton running full 
blast and see what happens.  

So were the CodeRed writers really Chinese?

On Saturday 23 April 2005 02:14 am, David Sommers wrote:
 Well Nancy - you were most likely hit with CodeRed.

 [anti-flame war hat on]

 I like to think that I'm the ambassador for all OSes - I've used them
 all and my three favorites are Windows, OS X, and Linux right now.
 (Although I'm installing FreeBSD on second box in the background right
 now.)

 Back in the early days of both IIS and Apache - it was easy to install
 the system with no patches and get hacked - pure and simple.  Now - we
 know what least priveledges means, how to NAT/firewall, etc.

 The problem with Windows and IIS is most users install it by default
 (which isn't the case for XP or 2003 anymore).  Your standard Windows
 user is about 5 cans short of a 6 pack and has no idea what IIS even
 stands for.

 Many of you are linux geeks and you know how to protect your Apache -
 here are some hints for your IIS on 2000 and XP.  (2003 ships with a
 secure base configuration)

 First and foremost, IIS Lockdown.  This one does A LOT - so read the
 instructions carefully.
 http://www.microsoft.com/technet/security/tools/locktool.mspx

 URL Scan is an optional component of IIS Lockdown.  It restricts the
 information being posted via IIS.
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/
 html/secmod114.asp

 Patterns and Practices: Securing your Web Server
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/
 html/secmod89.asp

 NSA Security Configuration Guides
 http://www.nsa.gov/snac/
 For IIS:
 http://www.nsa.gov/snac/downloads_miis.cfm?MenuID=scg10.3.1.4

 And don't knock IIS too much; Apache has its problems too.  Patch it -
 secure it - check it.

 There's not that many great single source guidelines for Apache.  You'll
 find some information with the NSA (since they did all the SELinux stuff
 too) and some with Apache.
 http://httpd.apache.org/docs-2.0/misc/security_tips.html
 http://www.nsa.gov/selinux/index.cfm

 Put your pitch forks down... I'm just being fair.  If you take a few
 minutes to make sure your setup is solid, you can make it work great
 like eWeek did for their OpenHack competition.  The contest was to hack
 either the Apache/Oracle/Java or IIS/SQL/.NET setup.  They both stood up
 well (the Oracle stack was hacked but it was due to the application
 itself being vulnerable and not the underlying software).  Note - most
 systems are hacked through non-OS software such as Web Apps or simply by
 lack of proper administration (bad setup, not patched, etc).
 http://www.eweek.com/article2/0,1759,741388,00.asp

 /David.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Nancy
 Anthracite
 Sent: Friday, April 22, 2005 5:27 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web

 Time for a web search for a work-around ... meanwhile, those with XP Pro
 have
 IIS as an option for their installation.  Can they least try it or does
 it
 take something more than that, I wonder?

 Anyone who uses IIS, be careful. It is a popular target.  A few years
 back I
 was using it to debug some code for a web site that was going to run on
 an
 IIS server.  I got hit successfully with my first virus when I was using
 it.
 My screen blanked and a message came up, You have been hacked by
 Chinese.
 I shut it down and reformatted the disk.  After that, I didn't start it
 when
 my machine was connected to the Internet.

 On Friday 22 April 2005 04:54 pm, Mark Street wrote:
  It looks to me like it is pretty much Windoze 2003 specific.  Too

 bad

  Software Requirements from the installation document.
 
  Windows Server 2003 Enterprise, configured with the role of

 Application

  Server Internet Information Services (IIS) 6.0 (installed by default

 as

  part of the Application Server role)
  Microsoft Visual J#.NET 2003 runtime component
  .NET Framework 1.1 (part of the Windows Server 2003 operating system
  default installation)
  FTP services and an FTP folder (to be used as a staging location for
  updates to VistAWeb)
  SMTP Virtual Server
  .NET Framework 1.1 is installed by default on Windows 2003 systems.
  Services packs and updates to all three components are available

 through

  Microsoft Windows update (http://windowsupdate.microsoft.com).
  Web Extension Services set to allow ASP.NET extensions (see Figure 2)
 
  On Friday 22 April 2005 11:49, Nancy Anthracite wrote:
   Well, then I guess we will have to just figure out how to do that -
   tunnel it or whatever.  We have only begun to fight!
  
   Actually, since the Hui project folks gave me that nice bound copy

 of the

   documentation, I think they have it going, but I think they said it

 uses

   an IIS server, which means we will have to see about Apache and all

 of

   that, too.  It may

RE: [Hardhats-members] VistA Web

2005-04-23 Thread David Sommers
Well Nancy - you were most likely hit with CodeRed.

[anti-flame war hat on]

I like to think that I'm the ambassador for all OSes - I've used them
all and my three favorites are Windows, OS X, and Linux right now.
(Although I'm installing FreeBSD on second box in the background right
now.)

Back in the early days of both IIS and Apache - it was easy to install
the system with no patches and get hacked - pure and simple.  Now - we
know what least priveledges means, how to NAT/firewall, etc.

The problem with Windows and IIS is most users install it by default
(which isn't the case for XP or 2003 anymore).  Your standard Windows
user is about 5 cans short of a 6 pack and has no idea what IIS even
stands for.

Many of you are linux geeks and you know how to protect your Apache -
here are some hints for your IIS on 2000 and XP.  (2003 ships with a
secure base configuration)

First and foremost, IIS Lockdown.  This one does A LOT - so read the
instructions carefully.
http://www.microsoft.com/technet/security/tools/locktool.mspx

URL Scan is an optional component of IIS Lockdown.  It restricts the
information being posted via IIS.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/
html/secmod114.asp

Patterns and Practices: Securing your Web Server
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/
html/secmod89.asp

NSA Security Configuration Guides
http://www.nsa.gov/snac/
For IIS:
http://www.nsa.gov/snac/downloads_miis.cfm?MenuID=scg10.3.1.4

And don't knock IIS too much; Apache has its problems too.  Patch it -
secure it - check it.

There's not that many great single source guidelines for Apache.  You'll
find some information with the NSA (since they did all the SELinux stuff
too) and some with Apache.
http://httpd.apache.org/docs-2.0/misc/security_tips.html
http://www.nsa.gov/selinux/index.cfm

Put your pitch forks down... I'm just being fair.  If you take a few
minutes to make sure your setup is solid, you can make it work great
like eWeek did for their OpenHack competition.  The contest was to hack
either the Apache/Oracle/Java or IIS/SQL/.NET setup.  They both stood up
well (the Oracle stack was hacked but it was due to the application
itself being vulnerable and not the underlying software).  Note - most
systems are hacked through non-OS software such as Web Apps or simply by
lack of proper administration (bad setup, not patched, etc).
http://www.eweek.com/article2/0,1759,741388,00.asp

/David.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nancy
Anthracite
Sent: Friday, April 22, 2005 5:27 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web

Time for a web search for a work-around ... meanwhile, those with XP Pro
have 
IIS as an option for their installation.  Can they least try it or does
it 
take something more than that, I wonder?  

Anyone who uses IIS, be careful. It is a popular target.  A few years
back I 
was using it to debug some code for a web site that was going to run on
an 
IIS server.  I got hit successfully with my first virus when I was using
it.  
My screen blanked and a message came up, You have been hacked by
Chinese.  
I shut it down and reformatted the disk.  After that, I didn't start it
when 
my machine was connected to the Internet. 

On Friday 22 April 2005 04:54 pm, Mark Street wrote:
 It looks to me like it is pretty much Windoze 2003 specific.  Too
bad

 Software Requirements from the installation document.

 Windows Server 2003 Enterprise, configured with the role of
Application
 Server Internet Information Services (IIS) 6.0 (installed by default
as
 part of the Application Server role)
 Microsoft Visual J#.NET 2003 runtime component
 .NET Framework 1.1 (part of the Windows Server 2003 operating system
 default installation)
 FTP services and an FTP folder (to be used as a staging location for
 updates to VistAWeb)
 SMTP Virtual Server
 .NET Framework 1.1 is installed by default on Windows 2003 systems.
 Services packs and updates to all three components are available
through
 Microsoft Windows update (http://windowsupdate.microsoft.com).
 Web Extension Services set to allow ASP.NET extensions (see Figure 2)

 On Friday 22 April 2005 11:49, Nancy Anthracite wrote:
  Well, then I guess we will have to just figure out how to do that -
  tunnel it or whatever.  We have only begun to fight!
 
  Actually, since the Hui project folks gave me that nice bound copy
of the
  documentation, I think they have it going, but I think they said it
uses
  an IIS server, which means we will have to see about Apache and all
of
  that, too.  It may be written with VB Script or something.  I really
  haven't looked at it at all since I have been working on getting the
  CPRS/Wine problem licked - which we are finally making some progress
on,
  I think/hope.

-- 
Nancy Anthracite


---
SF email is sponsored

Re: [Hardhats-members] VistA Web

2005-04-22 Thread Kevin Toppenberg
Last time I tried to get it working, it wouldn't.  I
don't know what I was doing wrong.  It works for you?

Kevin


--- Joseph Dal Molin [EMAIL PROTECTED] wrote:

 Jimthere is a version of Acrobat for
 Linuxwhen KDE doesn't work 
 I use that.
 
 Joseph
 
 Jim Self wrote:
  What exactly is VistaWeb? I downloaded the pdf
 documents for technical and user manual,
  but they appeared to be broken when I attempted to
 view in KDE.
  
  I seem to recall something about read-only access
 to some VistA data.
  
  I also can't download the packages from the VA ftp
 site because of something non-standard
  in the bisonware server there. 
  
  
  Sowinski, Richard J. wrote:
  
 Nancy,
 
 Are you trying to run VistaWeb outside of the VA
 intranet ?
 
 Something tells me (althought I am no expert on
 the internals of VistaWeb)
 that you may not have the necessary
 infrastructure, to run it outside of the
 VA
 firewall, if that is what you are trying to do.
 
 But, you may prove me wrong.
 
 -Original Message-
 From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]
 Behalf Of Nancy
 Anthracite
 Sent: Friday, April 22, 2005 12:14 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: [Hardhats-members] VistA Web
 
 
 While at the Boston meeting I received a nice gift
 of the printed
 documentation for VistA Web and I am now happy to
 see that the software is
 available on the FTP site at
 
 ftp://ftp.va.gov/vista/software/packages/vistaweb/
 
 and the documentation is at the www.va.gov/vdl web
 site
 
 so now we can all try it out!
 
 I am looking forward to someone beating me to
 installing it so you can tell
 us
 how it goes.  I don't have a recent VistA to run
 it against, so it will be a
 
 big deal for me to get it up and running and not
 so big a deal for some of
 you that have recent installations, so how about
 giving it a test drive and
 reporting back?
 
 I am assuming that it works with a recent CPRS as
 I understand it comes up
 with a button in CPRS and is a read-only for
 records elsewhere.  I may have
 that all wrong, though.
 --
 Nancy Anthracite
  
  
  ---
  Jim Self
  Systems Architect, Lead Developer
  VMTH Computer Services, UC Davis
  (http://www.vmth.ucdavis.edu/us/jaself)
  
  
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
 Products from real users.
  Discover which products truly live up to the hype.
 Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
  .
  
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-04-22 Thread Sowinski, Richard J.
Right, that's the infrastructure I'm talking about.

I thought the client is written mostly in Java. I'm told the M side is just
a subset of the CPRS RPC's.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Friday, April 22, 2005 1:49 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


Well, then I guess we will have to just figure out how to do that - tunnel
it 
or whatever.  We have only begun to fight!

Actually, since the Hui project folks gave me that nice bound copy of the 
documentation, I think they have it going, but I think they said it uses an 
IIS server, which means we will have to see about Apache and all of that, 
too.  It may be written with VB Script or something.  I really haven't
looked 
at it at all since I have been working on getting the CPRS/Wine problem 
licked - which we are finally making some progress on, I think/hope.

On Friday 22 April 2005 02:05 pm, Sowinski, Richard J. wrote:
 Nancy,

 Are you trying to run VistaWeb outside of the VA intranet ?

 Something tells me (althought I am no expert on the internals of VistaWeb)
 that you may not have the necessary infrastructure, to run it outside of
 the VA
 firewall, if that is what you are trying to do.

 But, you may prove me wrong.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Nancy
 Anthracite
 Sent: Friday, April 22, 2005 12:14 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: [Hardhats-members] VistA Web


 While at the Boston meeting I received a nice gift of the printed
 documentation for VistA Web and I am now happy to see that the software is
 available on the FTP site at

  ftp://ftp.va.gov/vista/software/packages/vistaweb/

 and the documentation is at the www.va.gov/vdl web site

 so now we can all try it out!

 I am looking forward to someone beating me to installing it so you can
tell
 us
 how it goes.  I don't have a recent VistA to run it against, so it will be
 a

 big deal for me to get it up and running and not so big a deal for some of
 you that have recent installations, so how about giving it a test drive
and
 reporting back?

  I am assuming that it works with a recent CPRS as I understand it comes
up
 with a button in CPRS and is a read-only for records elsewhere.  I may
have
 that all wrong, though.

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-22 Thread Nancy Anthracite
Time for a web search for a work-around ... meanwhile, those with XP Pro have 
IIS as an option for their installation.  Can they least try it or does it 
take something more than that, I wonder?  

Anyone who uses IIS, be careful. It is a popular target.  A few years back I 
was using it to debug some code for a web site that was going to run on an 
IIS server.  I got hit successfully with my first virus when I was using it.  
My screen blanked and a message came up, You have been hacked by Chinese.  
I shut it down and reformatted the disk.  After that, I didn't start it when 
my machine was connected to the Internet. 

On Friday 22 April 2005 04:54 pm, Mark Street wrote:
 It looks to me like it is pretty much Windoze 2003 specific.  Too bad

 Software Requirements from the installation document.

 Windows Server 2003 Enterprise, configured with the role of Application
 Server Internet Information Services (IIS) 6.0 (installed by default as
 part of the Application Server role)
 Microsoft Visual J#.NET 2003 runtime component
 .NET Framework 1.1 (part of the Windows Server 2003 operating system
 default installation)
 FTP services and an FTP folder (to be used as a staging location for
 updates to VistAWeb)
 SMTP Virtual Server
 .NET Framework 1.1 is installed by default on Windows 2003 systems.
 Services packs and updates to all three components are available through
 Microsoft Windows update (http://windowsupdate.microsoft.com).
 Web Extension Services set to allow ASP.NET extensions (see Figure 2)

 On Friday 22 April 2005 11:49, Nancy Anthracite wrote:
  Well, then I guess we will have to just figure out how to do that -
  tunnel it or whatever.  We have only begun to fight!
 
  Actually, since the Hui project folks gave me that nice bound copy of the
  documentation, I think they have it going, but I think they said it uses
  an IIS server, which means we will have to see about Apache and all of
  that, too.  It may be written with VB Script or something.  I really
  haven't looked at it at all since I have been working on getting the
  CPRS/Wine problem licked - which we are finally making some progress on,
  I think/hope.

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-22 Thread Jim Self
I am able to read the pdf documents just fine on a different computer using the 
default
pdf viewer in the Gnome desktop on Debian Sarge. I was able to read previous 
documents
with the viewers provided in KDE - must be a newer version of pdf. I will try 
updating KDE.

From my reading of the VistaWeb technical and user documentation:

  - it appears that much of VistaWeb is defined on the server using HTML, CSS, 
Javascript, XML, and C# - that suggests that recoding it for M2Web might be 
pretty straight forward.
  - the ASP.NET example suggests that it might be coded much more compactly and
simply in M2Web
  - changes to VistaWeb EMR require compiling a dll on the server
  - Vistaweb uses SQL Server to track and control web user activity
  - text reports appear to be generated directly from VistA/MUMPS and passed 
through to 
the browser as a text/plain document - these should be trivial to recode.
  - data grid reports appear to be very similar to HTML tables already 
available through
M2Web /query URLs. These tables can be easily composed and accessed via 
M2Web with
little (if any) programming.

Considering what I could see of VistaWeb in the documentation, I expect that 
the hardest
part of a project to provide this functionality via M2Web would be in 
identifying the data
elements to be viewed in the data grids and the MUMPS routines to be called 
that produce
the text reports.

Jimthere is a version of Acrobat for Linuxwhen KDE doesn't work
I use that.

Joseph

Jim Self wrote:
 What exactly is VistaWeb? I downloaded the pdf documents for technical and 
 user manual,
 but they appeared to be broken when I attempted to view in KDE.

 I seem to recall something about read-only access to some VistA data.

 I also can't download the packages from the VA ftp site because of something 
 non-standard
 in the bisonware server there.


 Sowinski, Richard J. wrote:

Nancy,

Are you trying to run VistaWeb outside of the VA intranet ?

Something tells me (althought I am no expert on the internals of VistaWeb)
that you may not have the necessary infrastructure, to run it outside of the
VA
firewall, if that is what you are trying to do.

But, you may prove me wrong.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Friday, April 22, 2005 12:14 PM
To: hardhats-members@lists.sourceforge.net
Subject: [Hardhats-members] VistA Web


While at the Boston meeting I received a nice gift of the printed
documentation for VistA Web and I am now happy to see that the software is
available on the FTP site at

ftp://ftp.va.gov/vista/software/packages/vistaweb/

and the documentation is at the www.va.gov/vdl web site

so now we can all try it out!

I am looking forward to someone beating me to installing it so you can tell
us
how it goes.  I don't have a recent VistA to run it against, so it will be a

big deal for me to get it up and running and not so big a deal for some of
you that have recent installations, so how about giving it a test drive and
reporting back?

I am assuming that it works with a recent CPRS as I understand it comes up
with a button in CPRS and is a read-only for records elsewhere.  I may have
that all wrong, though.
--
Nancy Anthracite


 ---
 Jim Self
 Systems Architect, Lead Developer
 VMTH Computer Services, UC Davis
 (http://www.vmth.ucdavis.edu/us/jaself)


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

 .



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
Jim Self
Systems Architect, Lead Developer
VMTH Computer Services, UC Davis
(http://www.vmth.ucdavis.edu/us/jaself)


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list

Re: [Hardhats-members] VistA Web

2005-04-22 Thread Bhaskar, KS
Note that IIS isn't even the most popular web server
(http://news.netcraft.com/archives/web_server_survey.html).  

-- Bhaskar

On Fri, 2005-04-22 at 17:26 -0400, Nancy Anthracite wrote:
 Time for a web search for a work-around ... meanwhile, those with XP Pro have 
 IIS as an option for their installation.  Can they least try it or does it 
 take something more than that, I wonder?  
 
 Anyone who uses IIS, be careful. It is a popular target.  A few years back I 
 was using it to debug some code for a web site that was going to run on an 
 IIS server.  I got hit successfully with my first virus when I was using it.  
 My screen blanked and a message came up, You have been hacked by Chinese.  
 I shut it down and reformatted the disk.  After that, I didn't start it when 
 my machine was connected to the Internet. 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-22 Thread Nancy Anthracite
Well, then I guess we will have to just figure out how to do that - tunnel it 
or whatever.  We have only begun to fight!

Actually, since the Hui project folks gave me that nice bound copy of the 
documentation, I think they have it going, but I think they said it uses an 
IIS server, which means we will have to see about Apache and all of that, 
too.  It may be written with VB Script or something.  I really haven't looked 
at it at all since I have been working on getting the CPRS/Wine problem 
licked - which we are finally making some progress on, I think/hope.

On Friday 22 April 2005 02:05 pm, Sowinski, Richard J. wrote:
 Nancy,

 Are you trying to run VistaWeb outside of the VA intranet ?

 Something tells me (althought I am no expert on the internals of VistaWeb)
 that you may not have the necessary infrastructure, to run it outside of
 the VA
 firewall, if that is what you are trying to do.

 But, you may prove me wrong.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Nancy
 Anthracite
 Sent: Friday, April 22, 2005 12:14 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: [Hardhats-members] VistA Web


 While at the Boston meeting I received a nice gift of the printed
 documentation for VistA Web and I am now happy to see that the software is
 available on the FTP site at

  ftp://ftp.va.gov/vista/software/packages/vistaweb/

 and the documentation is at the www.va.gov/vdl web site

 so now we can all try it out!

 I am looking forward to someone beating me to installing it so you can tell
 us
 how it goes.  I don't have a recent VistA to run it against, so it will be
 a

 big deal for me to get it up and running and not so big a deal for some of
 you that have recent installations, so how about giving it a test drive and
 reporting back?

  I am assuming that it works with a recent CPRS as I understand it comes up
 with a button in CPRS and is a read-only for records elsewhere.  I may have
 that all wrong, though.

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-04-22 Thread Sowinski, Richard J.
Nancy,

Are you trying to run VistaWeb outside of the VA intranet ?

Something tells me (althought I am no expert on the internals of VistaWeb)
that you may not have the necessary infrastructure, to run it outside of the
VA
firewall, if that is what you are trying to do.

But, you may prove me wrong.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Friday, April 22, 2005 12:14 PM
To: hardhats-members@lists.sourceforge.net
Subject: [Hardhats-members] VistA Web


While at the Boston meeting I received a nice gift of the printed 
documentation for VistA Web and I am now happy to see that the software is 
available on the FTP site at

 ftp://ftp.va.gov/vista/software/packages/vistaweb/  

and the documentation is at the www.va.gov/vdl web site

so now we can all try it out!

I am looking forward to someone beating me to installing it so you can tell
us 
how it goes.  I don't have a recent VistA to run it against, so it will be a

big deal for me to get it up and running and not so big a deal for some of 
you that have recent installations, so how about giving it a test drive and 
reporting back?

 I am assuming that it works with a recent CPRS as I understand it comes up 
with a button in CPRS and is a read-only for records elsewhere.  I may have 
that all wrong, though.
-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-22 Thread Greg Woodhouse
Why work so hard fighting the architecture? If you really like the
UI,wouldn't it be easier to reimplement it using different technology?

--- Bhaskar, KS [EMAIL PROTECTED] wrote:
 Note that IIS isn't even the most popular web server
 (http://news.netcraft.com/archives/web_server_survey.html).  
 
 -- Bhaskar
 
 On Fri, 2005-04-22 at 17:26 -0400, Nancy Anthracite wrote:
  Time for a web search for a work-around ... meanwhile, those with
 XP Pro have 
  IIS as an option for their installation.  Can they least try it or
 does it 
  take something more than that, I wonder?  
  
  Anyone who uses IIS, be careful. It is a popular target.  A few
 years back I 
  was using it to debug some code for a web site that was going to
 run on an 
  IIS server.  I got hit successfully with my first virus when I was
 using it.  
  My screen blanked and a message came up, You have been hacked by
 Chinese.  
  I shut it down and reformatted the disk.  After that, I didn't
 start it when 
  my machine was connected to the Internet. 
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real
 users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 

A practical man is a man who practices the errors of his forefathers. 
--Benjamin Disraeli

Greg Woodhouse 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-22 Thread Mark Street
I went with the .doc for the installation manual.

If you trust my VistaWeb archive at http://oswizards.com/VistAWeb.tar.gz

On Friday 22 April 2005 15:04, Nancy Anthracite wrote:
 I will put it all on my server shortly and anyone who can't get it from the
 VA site can send me an email and I will send you the info about how to get
 it. I am on a snail speed line right now, so Jim, wait for a couple of
 hours and I will get back to you. KPDF worked like a charm for me.  Maybe
 you need an apt-get update  upgrade. :-)
-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-04-22 Thread Jim Self
What exactly is VistaWeb? I downloaded the pdf documents for technical and user 
manual,
but they appeared to be broken when I attempted to view in KDE.

I seem to recall something about read-only access to some VistA data.

I also can't download the packages from the VA ftp site because of something 
non-standard
in the bisonware server there. 


Sowinski, Richard J. wrote:
Nancy,

Are you trying to run VistaWeb outside of the VA intranet ?

Something tells me (althought I am no expert on the internals of VistaWeb)
that you may not have the necessary infrastructure, to run it outside of the
VA
firewall, if that is what you are trying to do.

But, you may prove me wrong.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Friday, April 22, 2005 12:14 PM
To: hardhats-members@lists.sourceforge.net
Subject: [Hardhats-members] VistA Web


While at the Boston meeting I received a nice gift of the printed
documentation for VistA Web and I am now happy to see that the software is
available on the FTP site at

 ftp://ftp.va.gov/vista/software/packages/vistaweb/

and the documentation is at the www.va.gov/vdl web site

so now we can all try it out!

I am looking forward to someone beating me to installing it so you can tell
us
how it goes.  I don't have a recent VistA to run it against, so it will be a

big deal for me to get it up and running and not so big a deal for some of
you that have recent installations, so how about giving it a test drive and
reporting back?

 I am assuming that it works with a recent CPRS as I understand it comes up
with a button in CPRS and is a read-only for records elsewhere.  I may have
that all wrong, though.
--
Nancy Anthracite

---
Jim Self
Systems Architect, Lead Developer
VMTH Computer Services, UC Davis
(http://www.vmth.ucdavis.edu/us/jaself)


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-04-22 Thread Mark Street
It looks to me like it is pretty much Windoze 2003 specific.  Too bad

Software Requirements from the installation document.

Windows Server 2003 Enterprise, configured with the role of Application Server
Internet Information Services (IIS) 6.0 (installed by default as part of the 
Application Server role)
Microsoft Visual J#.NET 2003 runtime component
.NET Framework 1.1 (part of the Windows Server 2003 operating system default 
installation)
FTP services and an FTP folder (to be used as a staging location for updates 
to VistAWeb)
SMTP Virtual Server
.NET Framework 1.1 is installed by default on Windows 2003 systems. Services 
packs and updates to all three components are available through Microsoft 
Windows update (http://windowsupdate.microsoft.com).
Web Extension Services set to allow ASP.NET extensions (see Figure 2)

On Friday 22 April 2005 11:49, Nancy Anthracite wrote:
 Well, then I guess we will have to just figure out how to do that - tunnel
 it or whatever.  We have only begun to fight!

 Actually, since the Hui project folks gave me that nice bound copy of the
 documentation, I think they have it going, but I think they said it uses an
 IIS server, which means we will have to see about Apache and all of that,
 too.  It may be written with VB Script or something.  I really haven't
 looked at it at all since I have been working on getting the CPRS/Wine
 problem licked - which we are finally making some progress on, I
 think/hope.
-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-03-25 Thread Richard . Sowinski
Nancy,

No, Vista Web is an alternative to Remote Data Views. Its advantage over
RDV's it that it is faater and more efficient. Not as much watching the
hourglass.

It is a view only application.

I think what you are referring to is a new version of CPRS that will be
coming
out later this year. It is my understanding that this new version of CPRS
has
a different architecture. It is also my understanding that the CPRS
developers 
have broken out many of the Delphi-based CPRS components into Delphi
components, 
placed in Java wrappers.

With this architecture, CPRS will no longer be one, monolithic, application,
but
a set of smaller applications, that communicate with each other.

Each smaller application can theoretically be swapped out with something
else, as long as it
has the same interface under the hood. The presentation layer can be
different. Theoretically
allowing best of breed components to be developed, as long as they follow
the rules.

At least that is my shallow understanding. I hope it all works, and scales
well. 
Because it is obviously a much different architecture.

Cairo developed a very similar system in 1998 called ViStation. It became
the seed
for the product IHS is now deploying.

A little Vista/IHS history for you.

Vista has a very interesting history !

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 5:12 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


Do you think VistA Web the same thing as the supposed browser based 
replacement for CPRS that I was trying to find out about? That is what I was

trying to chase down and gave up as it was apparently not ready for a FOIA 
request wherever or whatever it was.  That was about 6-9 months or so ago I 
think. 

To this single developer, hats off to you and my apologies for spreading
the 
false rumor!


On Thursday 24 March 2005 04:06 pm, Sowinski, Richard J. wrote:
 Point of correction.

 VistaWeb was not developed by Cairo.

 The product was developed at Ann Arbor VA, by a single developer, who is
 not a member of the Cairo team.

 He has worked on the product, for a long time.

 Richard J Sowinski
 Director of Cairo, and Chief of Application Development
 Roudebush VAMC, Indianapolis Indiana

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Gilbert,
 Francis S. WCO
 Sent: Thursday, March 24, 2005 3:50 PM
 To: 'hardhats-members@lists.sourceforge.net'
 Subject: RE: [Hardhats-members] VistA Web


 Sorry, I don't know.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Greg
 Kreis Sent: Thursday, March 24, 2005 11:13 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web


 This sounds like it might be using CCOW.  Is that the case?

 Gilbert, Francis S. WCO wrote:

 OK, I should have done this before, and for that I apologize. Here's info

 from the welcome screen:



 VistAWeb is synchronized with CPRS. If you select a new patient in CPRS,

 VistAWeb will automatically select that same patient. You will not have to

 use the Tools Menu option again.



 Note: VistAWeb synchronizes patient selection with other VistA
 applications.

 If several VistA applications are in use and have different patients

 selected, this synchronization can sometimes cause confusion. This message

 is displayed as a patient safety measure.



 This is the VistAWeb national pilot study. This software is running on

 national servers in Silver Spring, MD. If all goes well, it will be made

 available to all VHA sites. We apologize in advance for whatever problems

 may arise, and ask for your patience. Any comments, criticisms or
 complaints

 are very welcome. Send them to VistaWeb Tech Support. Thank you.



 -Original Message-

 From:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

 [ mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] ]On Behalf Of

 Gilbert, Francis S. WCO

 Sent: Thursday, March 24, 2005 10:24 AM

 To: ' hardhats-members@lists.sourceforge.net
 mailto:hardhats-members@lists.sourceforge.net '

 Subject: RE: [Hardhats-members] VistA Web





 VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but

 VistaWeb was mentioned last Friday on the national conference call from
the

 office of the Undersecretary for Operations. On that call the roll-out was

 mentioned, so I wouldn't think it's been regionalized. But, one never
 knows.



 -Original Message-

 From:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

 [ mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] ]On Behalf Of Nancy

 Anthracite

 Sent: Thursday, March 24, 2005 10:27 AM

 To:  hardhats-members@lists.sourceforge.net
 mailto:hardhats-members@lists.sourceforge.net

 Subject: Re: [Hardhats-members] VistA Web





 What VISN (?) are you in?  I understand this was developed by the Cairo

 (sp?)

 folks so maybe

Re: [Hardhats-members] VistA Web

2005-03-24 Thread Kevin Toppenberg
Usha,

This question has been asked may times, many ways.  My
understanding is that it is not yet
available/ready/completed.  

If you find otherwise, please post here!

Kevin

--- Usha [EMAIL PROTECTED] wrote:

 Hi
 
 While skimming through the VistA Clinical modules, I
 came across VistA Web, which can be used by
 providers to access their patient's record from the
 Internet. 
 To get it up and running, an EMR.zip file is
 required.  Where I can get it from?
 
 Usha
 
 




__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-03-24 Thread Gilbert, Francis S. WCO
It must be available somewhere. I'm a VA employee, and I have it up and
running on my CPRS toolbar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin
Toppenberg
Sent: Thursday, March 24, 2005 7:49 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


Usha,

This question has been asked may times, many ways.  My
understanding is that it is not yet
available/ready/completed.  

If you find otherwise, please post here!

Kevin

--- Usha [EMAIL PROTECTED] wrote:

 Hi
 
 While skimming through the VistA Clinical modules, I
 came across VistA Web, which can be used by
 providers to access their patient's record from the
 Internet. 
 To get it up and running, an EMR.zip file is
 required.  Where I can get it from?
 
 Usha
 
 




__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.
Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA Web

2005-03-24 Thread Nancy Anthracite
What VISN (?) are you in?  I understand this was developed by the Cairo (sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
 It must be available somewhere. I'm a VA employee, and I have it up and
 running on my CPRS toolbar.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kevin
 Toppenberg
 Sent: Thursday, March 24, 2005 7:49 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web


 Usha,

 This question has been asked may times, many ways.  My
 understanding is that it is not yet
 available/ready/completed.

 If you find otherwise, please post here!

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:
  Hi
 
  While skimming through the VistA Clinical modules, I
  came across VistA Web, which can be used by
  providers to access their patient's record from the
  Internet.
  To get it up and running, an EMR.zip file is
  required.  Where I can get it from?
 
  Usha

 __
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 http://promotions.yahoo.com/new_mail


 ---
 This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
 Embedded(r)  Windows Mobile(tm) platforms, applications  content.
 Register
 by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-03-24 Thread Gilbert, Francis S. WCO
VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but
VistaWeb was mentioned last Friday on the national conference call from the
office of the Undersecretary for Operations. On that call the roll-out was
mentioned, so I wouldn't think it's been regionalized. But, one never knows.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 10:27 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


What VISN (?) are you in?  I understand this was developed by the Cairo
(sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
 It must be available somewhere. I'm a VA employee, and I have it up and
 running on my CPRS toolbar.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kevin
 Toppenberg
 Sent: Thursday, March 24, 2005 7:49 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web


 Usha,

 This question has been asked may times, many ways.  My
 understanding is that it is not yet
 available/ready/completed.

 If you find otherwise, please post here!

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:
  Hi
 
  While skimming through the VistA Clinical modules, I
  came across VistA Web, which can be used by
  providers to access their patient's record from the
  Internet.
  To get it up and running, an EMR.zip file is
  required.  Where I can get it from?
 
  Usha

 __
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 http://promotions.yahoo.com/new_mail


 ---
 This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
 Embedded(r)  Windows Mobile(tm) platforms, applications  content.
 Register
 by 3/29  save $300
http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-03-24 Thread Cameron Schlehuber
VistAWeb has been formally released.  I'll be posting the source shortly.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 11:27 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web

What VISN (?) are you in?  I understand this was developed by the Cairo
(sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
 It must be available somewhere. I'm a VA employee, and I have it up and
 running on my CPRS toolbar.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kevin
 Toppenberg
 Sent: Thursday, March 24, 2005 7:49 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web


 Usha,

 This question has been asked may times, many ways.  My
 understanding is that it is not yet
 available/ready/completed.

 If you find otherwise, please post here!

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:
  Hi
 
  While skimming through the VistA Clinical modules, I
  came across VistA Web, which can be used by
  providers to access their patient's record from the
  Internet.
  To get it up and running, an EMR.zip file is
  required.  Where I can get it from?
 
  Usha

 __
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 http://promotions.yahoo.com/new_mail


 ---
 This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
 Embedded(r)  Windows Mobile(tm) platforms, applications  content.
 Register
 by 3/29  save $300
http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] VistA Web

2005-03-24 Thread Gilbert, Francis S. WCO
OK, I should have done this before, and for that I apologize. Here's info
from the welcome screen:

VistAWeb is synchronized with CPRS. If you select a new patient in CPRS,
VistAWeb will automatically select that same patient. You will not have to
use the Tools Menu option again.

Note: VistAWeb synchronizes patient selection with other VistA applications.
If several VistA applications are in use and have different patients
selected, this synchronization can sometimes cause confusion. This message
is displayed as a patient safety measure. 

This is the VistAWeb national pilot study. This software is running on
national servers in Silver Spring, MD. If all goes well, it will be made
available to all VHA sites. We apologize in advance for whatever problems
may arise, and ask for your patience. Any comments, criticisms or complaints
are very welcome. Send them to VistaWeb Tech Support. Thank you.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Gilbert, Francis S. WCO
Sent: Thursday, March 24, 2005 10:24 AM
To: 'hardhats-members@lists.sourceforge.net'
Subject: RE: [Hardhats-members] VistA Web


VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but
VistaWeb was mentioned last Friday on the national conference call from the
office of the Undersecretary for Operations. On that call the roll-out was
mentioned, so I wouldn't think it's been regionalized. But, one never knows.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 10:27 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


What VISN (?) are you in?  I understand this was developed by the Cairo
(sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
 It must be available somewhere. I'm a VA employee, and I have it up and
 running on my CPRS toolbar.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Kevin
 Toppenberg
 Sent: Thursday, March 24, 2005 7:49 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web


 Usha,

 This question has been asked may times, many ways.  My
 understanding is that it is not yet
 available/ready/completed.

 If you find otherwise, please post here!

 Kevin

 --- Usha [EMAIL PROTECTED] wrote:
  Hi
 
  While skimming through the VistA Clinical modules, I
  came across VistA Web, which can be used by
  providers to access their patient's record from the
  Internet.
  To get it up and running, an EMR.zip file is
  required.  Where I can get it from?
 
  Usha

 __
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 http://promotions.yahoo.com/new_mail


 ---
 This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
 Embedded(r)  Windows Mobile(tm) platforms, applications  content.
 Register
 by 3/29  save $300
http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Re: [Hardhats-members] VistA Web

2005-03-24 Thread Greg Kreis




This sounds like it might be using CCOW. Is that the case?

Gilbert, Francis S. WCO wrote:

  OK, I should have done this before, and for that I apologize. Here's info
from the welcome screen:

"VistAWeb is synchronized with CPRS. If you select a new patient in CPRS,
VistAWeb will automatically select that same patient. You will not have to
use the Tools Menu option again.

Note: VistAWeb synchronizes patient selection with other VistA applications.
If several VistA applications are in use and have different patients
selected, this synchronization can sometimes cause confusion. This message
is displayed as a patient safety measure. 

This is the VistAWeb national pilot study. This software is running on
national servers in Silver Spring, MD. If all goes well, it will be made
available to all VHA sites. We apologize in advance for whatever problems
may arise, and ask for your patience. Any comments, criticisms or complaints
are very welcome. Send them to VistaWeb Tech Support. Thank you."

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Gilbert, Francis S. WCO
Sent: Thursday, March 24, 2005 10:24 AM
To: 'hardhats-members@lists.sourceforge.net'
Subject: RE: [Hardhats-members] VistA Web


VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but
VistaWeb was mentioned last Friday on the national conference call from the
office of the Undersecretary for Operations. On that call the roll-out was
mentioned, so I wouldn't think it's been regionalized. But, one never knows.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 10:27 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


What VISN (?) are you in?  I understand this was developed by the Cairo
(sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
  
  
It must be available somewhere. I'm a VA employee, and I have it up and
running on my CPRS toolbar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
Toppenberg
Sent: Thursday, March 24, 2005 7:49 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


Usha,

This question has been asked may times, many ways.  My
understanding is that it is not yet
available/ready/completed.

If you find otherwise, please post here!

Kevin

--- Usha [EMAIL PROTECTED] wrote:


  Hi

While skimming through the VistA Clinical modules, I
came across VistA Web, which can be used by
providers to access their patient's record from the
Internet.
To get it up and running, an "EMR.zip" file is
required.  Where I can get it from?

Usha
  

__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.
Register
by 3/29  save $300

  
  http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
  
  
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

  
  
  





RE: [Hardhats-members] VistA Web

2005-03-24 Thread Gilbert, Francis S. WCO



Sorry, 
I don't know.

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Greg 
  KreisSent: Thursday, March 24, 2005 11:13 AMTo: 
  hardhats-members@lists.sourceforge.netSubject: Re: 
  [Hardhats-members] VistA WebThis sounds like it might be 
  using CCOW. Is that the case?Gilbert, Francis S. WCO wrote: 
  OK, I should have done this before, and for that I apologize. Here's info
from the welcome screen:

"VistAWeb is synchronized with CPRS. If you select a new patient in CPRS,
VistAWeb will automatically select that same patient. You will not have to
use the Tools Menu option again.

Note: VistAWeb synchronizes patient selection with other VistA applications.
If several VistA applications are in use and have different patients
selected, this synchronization can sometimes cause confusion. This message
is displayed as a patient safety measure. 

This is the VistAWeb national pilot study. This software is running on
national servers in Silver Spring, MD. If all goes well, it will be made
available to all VHA sites. We apologize in advance for whatever problems
may arise, and ask for your patience. Any comments, criticisms or complaints
are very welcome. Send them to VistaWeb Tech Support. Thank you."

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Gilbert, Francis S. WCO
Sent: Thursday, March 24, 2005 10:24 AM
To: 'hardhats-members@lists.sourceforge.net'
Subject: RE: [Hardhats-members] VistA Web


VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but
VistaWeb was mentioned last Friday on the national conference call from the
office of the Undersecretary for Operations. On that call the roll-out was
mentioned, so I wouldn't think it's been regionalized. But, one never knows.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 10:27 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


What VISN (?) are you in?  I understand this was developed by the Cairo
(sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
  
It must be available somewhere. I'm a VA employee, and I have it up and
running on my CPRS toolbar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
Toppenberg
Sent: Thursday, March 24, 2005 7:49 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


Usha,

This question has been asked may times, many ways.  My
understanding is that it is not yet
available/ready/completed.

If you find otherwise, please post here!

Kevin

--- Usha [EMAIL PROTECTED] wrote:

  Hi

While skimming through the VistA Clinical modules, I
came across VistA Web, which can be used by
providers to access their patient's record from the
Internet.
To get it up and running, an "EMR.zip" file is
required.  Where I can get it from?

Usha
  __
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.
Register
by 3/29  save $300
http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
  
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

  


RE: [Hardhats-members] VistA Web

2005-03-24 Thread Sowinski, Richard J.



Point 
of correction.

VistaWeb was not developed by Cairo.

The 
product was developed at Ann Arbor VA, by a single developer, who is not a 
member of the Cairo team.

He has 
worked on the product, for a long time.

Richard J Sowinski
Director of Cairo, and Chief of Application 
Development
Roudebush VAMC, Indianapolis Indiana

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  Gilbert, Francis S. WCOSent: Thursday, March 24, 2005 3:50 
  PMTo: 'hardhats-members@lists.sourceforge.net'Subject: 
  RE: [Hardhats-members] VistA Web
  Sorry, I don't know.
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of 
Greg KreisSent: Thursday, March 24, 2005 11:13 
AMTo: hardhats-members@lists.sourceforge.netSubject: 
Re: [Hardhats-members] VistA WebThis sounds like it 
might be using CCOW. Is that the case?Gilbert, Francis S. WCO 
wrote: 
OK, I should have done this before, and for that I apologize. Here's info
from the welcome screen:

"VistAWeb is synchronized with CPRS. If you select a new patient in CPRS,
VistAWeb will automatically select that same patient. You will not have to
use the Tools Menu option again.

Note: VistAWeb synchronizes patient selection with other VistA applications.
If several VistA applications are in use and have different patients
selected, this synchronization can sometimes cause confusion. This message
is displayed as a patient safety measure. 

This is the VistAWeb national pilot study. This software is running on
national servers in Silver Spring, MD. If all goes well, it will be made
available to all VHA sites. We apologize in advance for whatever problems
may arise, and ask for your patience. Any comments, criticisms or complaints
are very welcome. Send them to VistaWeb Tech Support. Thank you."

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Gilbert, Francis S. WCO
Sent: Thursday, March 24, 2005 10:24 AM
To: 'hardhats-members@lists.sourceforge.net'
Subject: RE: [Hardhats-members] VistA Web


VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but
VistaWeb was mentioned last Friday on the national conference call from the
office of the Undersecretary for Operations. On that call the roll-out was
mentioned, so I wouldn't think it's been regionalized. But, one never knows.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nancy
Anthracite
Sent: Thursday, March 24, 2005 10:27 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


What VISN (?) are you in?  I understand this was developed by the Cairo
(sp?) 
folks so maybe that VISN is teh only place that has it.  If not, and it is 
deployed everywhere, we should be able to get it with a FOIA request.

On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:
  
  It must be available somewhere. I'm a VA employee, and I have it up and
running on my CPRS toolbar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
Toppenberg
Sent: Thursday, March 24, 2005 7:49 AM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] VistA Web


Usha,

This question has been asked may times, many ways.  My
understanding is that it is not yet
available/ready/completed.

If you find otherwise, please post here!

Kevin

--- Usha [EMAIL PROTECTED] wrote:

Hi

While skimming through the VistA Clinical modules, I
came across VistA Web, which can be used by
providers to access their patient's record from the
Internet.
To get it up and running, an "EMR.zip" file is
required.  Where I can get it from?

Usha
  __
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail


---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.
Register
by 3/29  save $300
http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
  
  ___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

  


Re: [Hardhats-members] VistA Web

2005-03-24 Thread Nancy Anthracite
Do you think VistA Web the same thing as the supposed browser based 
replacement for CPRS that I was trying to find out about? That is what I was 
trying to chase down and gave up as it was apparently not ready for a FOIA 
request wherever or whatever it was.  That was about 6-9 months or so ago I 
think. 

To this single developer, hats off to you and my apologies for spreading the 
false rumor!


On Thursday 24 March 2005 04:06 pm, Sowinski, Richard J. wrote:
 Point of correction.

 VistaWeb was not developed by Cairo.

 The product was developed at Ann Arbor VA, by a single developer, who is
 not a member of the Cairo team.

 He has worked on the product, for a long time.

 Richard J Sowinski
 Director of Cairo, and Chief of Application Development
 Roudebush VAMC, Indianapolis Indiana

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Gilbert,
 Francis S. WCO
 Sent: Thursday, March 24, 2005 3:50 PM
 To: 'hardhats-members@lists.sourceforge.net'
 Subject: RE: [Hardhats-members] VistA Web


 Sorry, I don't know.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Greg
 Kreis Sent: Thursday, March 24, 2005 11:13 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA Web


 This sounds like it might be using CCOW.  Is that the case?

 Gilbert, Francis S. WCO wrote:

 OK, I should have done this before, and for that I apologize. Here's info

 from the welcome screen:



 VistAWeb is synchronized with CPRS. If you select a new patient in CPRS,

 VistAWeb will automatically select that same patient. You will not have to

 use the Tools Menu option again.



 Note: VistAWeb synchronizes patient selection with other VistA
 applications.

 If several VistA applications are in use and have different patients

 selected, this synchronization can sometimes cause confusion. This message

 is displayed as a patient safety measure.



 This is the VistAWeb national pilot study. This software is running on

 national servers in Silver Spring, MD. If all goes well, it will be made

 available to all VHA sites. We apologize in advance for whatever problems

 may arise, and ask for your patience. Any comments, criticisms or
 complaints

 are very welcome. Send them to VistaWeb Tech Support. Thank you.



 -Original Message-

 From:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

 [ mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] ]On Behalf Of

 Gilbert, Francis S. WCO

 Sent: Thursday, March 24, 2005 10:24 AM

 To: ' hardhats-members@lists.sourceforge.net
 mailto:hardhats-members@lists.sourceforge.net '

 Subject: RE: [Hardhats-members] VistA Web





 VISN 20 (AK, WA, OR, ID). Our facility does a lot of early adoptions, but

 VistaWeb was mentioned last Friday on the national conference call from the

 office of the Undersecretary for Operations. On that call the roll-out was

 mentioned, so I wouldn't think it's been regionalized. But, one never
 knows.



 -Original Message-

 From:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

 [ mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] ]On Behalf Of Nancy

 Anthracite

 Sent: Thursday, March 24, 2005 10:27 AM

 To:  hardhats-members@lists.sourceforge.net
 mailto:hardhats-members@lists.sourceforge.net

 Subject: Re: [Hardhats-members] VistA Web





 What VISN (?) are you in?  I understand this was developed by the Cairo

 (sp?)

 folks so maybe that VISN is teh only place that has it.  If not, and it is

 deployed everywhere, we should be able to get it with a FOIA request.



 On Thursday 24 March 2005 12:07 pm, Gilbert, Francis S.   WCO wrote:



 It must be available somewhere. I'm a VA employee, and I have it up and

 running on my CPRS toolbar.



 -Original Message-

 From:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

 [ mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] ]On Behalf Of Kevin

 Toppenberg

 Sent: Thursday, March 24, 2005 7:49 AM

 To:  hardhats-members@lists.sourceforge.net
 mailto:hardhats-members@lists.sourceforge.net

 Subject: Re: [Hardhats-members] VistA Web





 Usha,



 This question has been asked may times, many ways.  My

 understanding is that it is not yet

 available/ready/completed.



 If you find otherwise, please post here!



 Kevin



 --- Usha   mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:



 Hi



 While skimming through the VistA Clinical modules, I

 came across VistA Web, which can be used by

 providers to access their patient's record from the

 Internet.

 To get it up and running, an EMR.zip file is

 required.  Where I can get it from?



 Usha



 __

 Do you Yahoo!?

 Yahoo! Mail - Helps protect you from nasty viruses.

 http://promotions.yahoo.com/new_mail http://promotions.yahoo.com/new_mail





 ---

 This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005

 Attend MEDC 2005 May