Difference between revisions of "Astronaut VistA"

From VistApedia
Jump to: navigation, search
(Installation Instructions)
(Older Instructions)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== What is Astronaut VistA ==  
 
== What is Astronaut VistA ==  
  
[http://www.astronautvista.com Astronaut VistA Installer Suite] is a package that installs one of several different versions of VistA (currently available versions are Astronaut WorldVistA and Astronaut OpenVistA) in an integrated fashion.   
+
[http://www.astronautvista.com Astronaut VistA Installer Suite] is a package that installs one of several different versions of VistA (currently available versions are Astronaut WorldVistA, dEWDrop edition) in an integrated fashion.   
  
Astronaut packages the servers, clients, and auxiliary modules so that they are able to function together seamlessly. The preferred clinical client that is tested in actual private-sector clinical use is TMG-CPRS and its configuration assistant VistA-Config. These are both present in an easy to use .exe client installer. Other clients are bundled as well.
+
Astronaut packages servers, clients, and auxiliary modules so that they are able to function together seamlessly. Its preferred Windows client, tested in private-sector clinical, is TMG-CPRS. Its configuration assistant is VistA-Config. These are both present in an easy-to-use Windows client (.exe) installer. (Additional client modules are bundled as well.)
  
== Where can I get Astronaut VistA ? ==
+
Astronaut also has added many, many enhancements to VistA for use in the private sector.
  
Server: Sourceforge.net download installation is now obsolete. apt-get or yum is the preferred method. See below on how to use yum or apt-get.
+
== Reasons to use Astronaut VistA ==
  
Client: Sourceforge.net client installer download of the .exe is still the preferred method. Download here: http://sourceforge.net/projects/astronaut/files/
+
* Admission, Discharge, Transfer (ADT) integrated in tmg-CPRS.
 +
* Tested for years in real clinical environments by real clinicians.
 +
* Clinically relevant features added often.
 +
* Mixed typefaces, bold, italic, underline notes.
 +
* Embedded images in notes including consent signatures.
 +
* Template math.
 +
* Easy client and server installer.
 +
* tmg-CPRS based user registration with EPCS address enforcement.
 +
* VistA-based, WorldVistA-based, dEWDrop based, GT.M based.
 +
* Label printing.
 +
* tmg-CPRS easy demographic editing.
 +
* Printed page numbering.
 +
* Standard filesystem layout.
 +
* Built to support multiple instances on the same server.
 +
* Easy migration to a new server.
 +
* Can install on nearly any Linux even the latest in the cloud.
 +
* Electronic Prescribing of Controlled Substances (EPCS) from multiple locations.
 +
* Out of the box nightly backup.
 +
* Can build VM's easily.
 +
* Cohort form letters.
 +
* tmg-CPRS record access history logging and use by user.
 +
* VistA Commander, easy bash script controls.
 +
* Client session manager, can redirect clients to another server easily.
 +
* Supports EWD. EWD plugin available (does not have the latest EWD currently).
 +
* Plugin architecture.
 +
* Client encryption out of the box.
 +
* Actively developed.
 +
* Surescripts certified.
 +
* Treatment plans.
 +
* 'Foreign' account and record numbers supported manually.
  
== Installation Instructions ==
+
== Where can I get Astronaut VistA ? ==
  
Overview: apt-get and yum require configuration file pointers to the Astronaut repository which is currently at http://software.astronautvista.com. The instructions below put the repository pointer in place.
+
Server: The [http://astronautvista.com/astronaut-help/how-to/how-to-install-astronaut-vista-server-and-client AstronautVistA website] contains instructions for the repositories (for .deb packages or .rpm packages) for use with package managers (such as apt-get and yum). (The older Sourceforge server packages have been deleted.)
  
Ubuntu 10.x systems using apt-get (change lucid to karmic if using 9.x Ubuntu):
+
Windows Client: Download the Windows client installer (.exe) from [http://sourceforge.net/projects/astronaut/files/ Sourceforge].
<pre>
 
The whole idea here is to get the line:
 
  
deb http://software.astronautvista.com/deb lucid main
+
== Installation Instructions ==
 
 
Into the file: /etc/apt/sources.list.d/lucid-partner.list
 
 
 
So the software repository can be found as well as import the public key to authenticate that the repository is who it says it is.
 
 
 
# sudo echo "deb http://software.astronautvista.com/deb lucid main" >> /etc/apt/sources.list.d/lucid-partner.list
 
 
 
Ubuntu 9.x change lucid to karmic:
 
 
 
# sudo echo "deb http://software.astronautvista.com/deb karmic main" >> /etc/apt/sources.list.d/lucid-partner.list
 
 
 
Now get the public key and refresh the apt-get info:
 
 
 
# sudo wget http://software.astronautvista.com/deb/astropubkey.asc
 
# sudo apt-key add astropubkey.asc
 
# sudo apt-get update
 
 
 
Then:
 
 
 
WorldVistA:
 
# sudo apt-get install astronaut-wv-server-beta
 
OpenVistA:
 
# sudo apt-get install astronaut-ov-server-beta
 
 
 
 
 
Fedora/RedHat/CentOS using yum:
 
 
 
As root,
 
# cd /etc/yum.repos.d
 
# vi astro.repo
 
 
 
To add the following code to the file using vi press the letter i and then either type the following or cut and paste it into the terminal window. Using putty.exe this is done with the Shift-Insert key.
 
  
[Astronaut]
+
*Installation instructions can be found at the [http://astronautvista.com/astronaut-help/how-to/how-to-install-astronaut-vista-server-and-client AstronautVistA website]
name=Astronaut Yum Repository
 
baseurl=http://software.astronautvista.com/rpm
 
gpgcheck=0
 
 
 
Then press : then w then q to save the file and exit the editor. After that:
 
 
 
WorldVistA:
 
# yum install astronaut-wv-server-beta
 
OpenVistA:
 
# yum install astronaut-ov-server-beta
 
</pre>
 
 
 
=== Astronaut VistA client installers ===
 
* Install [[Astronaut_CPRS_client_package|Astronaut CPRS (and other) client packages]] (for Windows)
 
* Using [[Astronaut CPRS in Linux]]
 
  
=== Additional installation resources ===
+
*Also see [[#Other_Resources|Other Resources]]
*The Astronaut VistA installation is also detailed in the [http://kubuntuguide.org/Ultimate_Server_Jaunty_K_with_OpenVistA_EHR#Install_an_EHR_.28Electronic_Health_Record.29_system Ultimate Server Jaunty with OpenVistA] walkthrough.
 
*Astronaut VistA is also used in a version of [http://sourceforge.net/projects/ubuntu-med/ Ubuntu-Med].
 
  
 
== Server functions ==
 
== Server functions ==
 
The VistA server functions are generally configured from a text interface. The VistA server is very flexible and powerful, and therefore can seem complex to customize and daunting for new users.  
 
The VistA server functions are generally configured from a text interface. The VistA server is very flexible and powerful, and therefore can seem complex to customize and daunting for new users.  
  
Accessing the interface is possible in several ways:
 
*While logged on the server (using any login ID) by starting VistA Commander from a command-line interface Terminal:
 
/opt/openvista/EHR/bin/vista_com.sh
 
*Logging in directly to the server using the provided Linux login (''openvistaEHR'' or ''worldvistaEHR'') and opening a (Konsole) Terminal. This loads the VistA Commander interface automatically. (On Astronaut systems, the default initial password is ''vista!123''.)
 
*Using the ''Text Client'' and ''VistA Config'' menu items/shortcuts in the [[Astronaut_CPRS_client_package|Astronaut Client]] menu (Windows systems only).
 
*Using the built-in ''VistA Server Text Client'' menu items/shortcuts in the [http://kubuntuguide.org/Ubuntu-Med_FAQ Ubuntu-Med] system.
 
 
Then see
 
*[http://medsphere.org/docs/DOC-1010 OpenVistA FAQs]
 
 
*[http://vistapedia.net/index.php?title=Begin_Configuration_of_Vista Beginning VistA configuration]
 
*[http://vistapedia.net/index.php?title=Begin_Configuration_of_Vista Beginning VistA configuration]
 
*[http://vistapedia.net/index.php?title=Where_do_I_Start Vistapedia: Where Do I Start?] and [http://vistapedia.net/index.php?title=Usage Vistapedia:Usage]
 
*[http://vistapedia.net/index.php?title=Where_do_I_Start Vistapedia: Where Do I Start?] and [http://vistapedia.net/index.php?title=Usage Vistapedia:Usage]
Line 96: Line 65:
 
* [[EWD]] -- A MUMPS/GT.M/M21 to Java, PHP, and ASP bridge that allows web browsers to interface with the VistA server directly (without CPRS).
 
* [[EWD]] -- A MUMPS/GT.M/M21 to Java, PHP, and ASP bridge that allows web browsers to interface with the VistA server directly (without CPRS).
 
* [[M2Web]] -- a web-based interface to the VistA server routines
 
* [[M2Web]] -- a web-based interface to the VistA server routines
 +
 +
== Other Resources ==
 +
*[http://kubuntuguide.info/All#VistA_.28Enterprise_Electronic_Health_Record.29 Installing VistA on Kubuntu] -- includes instructions for the Astronaut installer
 +
*[http://ubuntuguide.org/wiki/Ubuntu:Lucid#VistA_.28Enterprise_Electronic_Health_Record.29 Installing VistA on Ubuntu] -- includes instructions for the Astronaut installer
 +
 +
== Older Instructions ==
 +
These instructions are considered obsolete but contain a wealth of information not covered elsewhere.
 +
 +
* Install [[WorldVistA on Ubuntu|Astronaut WorldVistA using an Ubuntu server]] (.deb package)
 +
* Install [[Astronaut_CPRS_client_package|Astronaut CPRS (and other) client packages]] (for Windows)
 +
* Using [[Astronaut CPRS in Linux]]

Latest revision as of 04:23, 4 December 2015

What is Astronaut VistA

Astronaut VistA Installer Suite is a package that installs one of several different versions of VistA (currently available versions are Astronaut WorldVistA, dEWDrop edition) in an integrated fashion.

Astronaut packages servers, clients, and auxiliary modules so that they are able to function together seamlessly. Its preferred Windows client, tested in private-sector clinical, is TMG-CPRS. Its configuration assistant is VistA-Config. These are both present in an easy-to-use Windows client (.exe) installer. (Additional client modules are bundled as well.)

Astronaut also has added many, many enhancements to VistA for use in the private sector.

Reasons to use Astronaut VistA

  • Admission, Discharge, Transfer (ADT) integrated in tmg-CPRS.
  • Tested for years in real clinical environments by real clinicians.
  • Clinically relevant features added often.
  • Mixed typefaces, bold, italic, underline notes.
  • Embedded images in notes including consent signatures.
  • Template math.
  • Easy client and server installer.
  • tmg-CPRS based user registration with EPCS address enforcement.
  • VistA-based, WorldVistA-based, dEWDrop based, GT.M based.
  • Label printing.
  • tmg-CPRS easy demographic editing.
  • Printed page numbering.
  • Standard filesystem layout.
  • Built to support multiple instances on the same server.
  • Easy migration to a new server.
  • Can install on nearly any Linux even the latest in the cloud.
  • Electronic Prescribing of Controlled Substances (EPCS) from multiple locations.
  • Out of the box nightly backup.
  • Can build VM's easily.
  • Cohort form letters.
  • tmg-CPRS record access history logging and use by user.
  • VistA Commander, easy bash script controls.
  • Client session manager, can redirect clients to another server easily.
  • Supports EWD. EWD plugin available (does not have the latest EWD currently).
  • Plugin architecture.
  • Client encryption out of the box.
  • Actively developed.
  • Surescripts certified.
  • Treatment plans.
  • 'Foreign' account and record numbers supported manually.

Where can I get Astronaut VistA ?

Server: The AstronautVistA website contains instructions for the repositories (for .deb packages or .rpm packages) for use with package managers (such as apt-get and yum). (The older Sourceforge server packages have been deleted.)

Windows Client: Download the Windows client installer (.exe) from Sourceforge.

Installation Instructions

Server functions

The VistA server functions are generally configured from a text interface. The VistA server is very flexible and powerful, and therefore can seem complex to customize and daunting for new users.

Astronaut Features

Depending on the version of Astronaut used, these features may be available:

  • Medsphere OVID - A MUMPS to Java bridge system.
  • TMG CPRS - An improved version of CPRS that allows the ability to add patients directly. Has an integrated web browser.
  • EWD -- A MUMPS/GT.M/M21 to Java, PHP, and ASP bridge that allows web browsers to interface with the VistA server directly (without CPRS).
  • M2Web -- a web-based interface to the VistA server routines

Other Resources

Older Instructions

These instructions are considered obsolete but contain a wealth of information not covered elsewhere.