Difference between revisions of "OpenVistA-CIS client package"

From VistApedia
Jump to: navigation, search
(Installation on Linux)
(Installation on Linux)
Line 18: Line 18:
 
*Install the Mono platform.
 
*Install the Mono platform.
  
*Download the binaries:
+
*Create directories and download the binaries into them:
 +
sudo mkdir ~/''openvistacisclient''
 +
cd ~/''openvistcisclient''
 
  wget <nowiki>http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-client.zip/download</nowiki>
 
  wget <nowiki>http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-client.zip/download</nowiki>
 +
sudo mkdir ~/''openvistacisvitals''
 +
cd ~/''openvistcisvitals''
 
  wget <nowiki>http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-vitals.zip/download</nowiki>
 
  wget <nowiki>http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-vitals.zip/download</nowiki>
  
*Unzip the binaries:
+
*Unzip the binaries into their respective folders:
 +
cd ~/''openvistcisclient''
 
  sudo unzip openvistacis-0.9.96-client.zip
 
  sudo unzip openvistacis-0.9.96-client.zip
 +
cd ~/''openvistcisvitals''
 
  sudo unzip openvistacis-0.9.96-vitals.zip
 
  sudo unzip openvistacis-0.9.96-vitals.zip
  
 
== Installation on Mac ==
 
== Installation on Mac ==

Revision as of 16:04, 28 February 2010

The Medsphere OpenVista-CIS package is a modification of CPRS which has image viewing and other commercial ehancements added.

It uses the .NET framework in Windows or the MONO framework in Linux. There are versions for both platforms. (Mac users may be able to adapt the Linux version.) OpenVistA-CIS was developed on the Gtk platform (a widely-used Linux development platform).

Installation on Windows

  • If using an Astronaut OpenVistA server package, it is easiest to start OpenVistA-CIS using the Astronaut shortcut.

Installation on Linux

(These instructions are oriented towards Ubuntu/Kubuntu users).

  • Install the Mono platform.
  • Create directories and download the binaries into them:
sudo mkdir ~/openvistacisclient
cd ~/openvistcisclient
wget http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-client.zip/download
sudo mkdir ~/openvistacisvitals
cd ~/openvistcisvitals
wget http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-vitals.zip/download
  • Unzip the binaries into their respective folders:
cd ~/openvistcisclient
sudo unzip openvistacis-0.9.96-client.zip
cd ~/openvistcisvitals
sudo unzip openvistacis-0.9.96-vitals.zip

Installation on Mac