Difference between revisions of "OpenVistA-CIS client package"

From VistApedia
Jump to: navigation, search
(Installation on Linux)
(Installation on Linux)
Line 15: Line 15:
 
== Installation on Linux ==
 
== Installation on Linux ==
 
(These instructions are oriented towards Ubuntu/Kubuntu users). See [http://medsphere.org/docs/DOC-1411 this page] for more information about dependencies.
 
(These instructions are oriented towards Ubuntu/Kubuntu users). See [http://medsphere.org/docs/DOC-1411 this page] for more information about dependencies.
 +
*Install the Mono platform and other required dependencies in Ubuntu 9.10 (Karmic):
 +
:* mono-runtime
 +
:* libmono-corlib2.0-cil
 +
:* libgtk2.0-cil
 +
:* libglade2.0-cil
 +
:* libmono-cairo2.0-cil
 +
:* libmono-winforms2.0-cil
 +
:* libmono-system-runtime2.0-cil
  
*Install the Mono platform.
+
You can install all of the dependencies at once using the following command:
 +
sudo apt-get install mono-runtime libmono-corlib2.0-cil libgtk2.0-cil libglade2.0-cil libmono-cairo2.0-cil libmono-winforms2.0-cil libmono-system-runtime2.0-cil
  
 
*Create directories and download the binaries into them:
 
*Create directories and download the binaries into them:

Revision as of 16:20, 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). See this page for more information about dependencies.

  • Install the Mono platform and other required dependencies in Ubuntu 9.10 (Karmic):
  • mono-runtime
  • libmono-corlib2.0-cil
  • libgtk2.0-cil
  • libglade2.0-cil
  • libmono-cairo2.0-cil
  • libmono-winforms2.0-cil
  • libmono-system-runtime2.0-cil

You can install all of the dependencies at once using the following command:

sudo apt-get install mono-runtime libmono-corlib2.0-cil libgtk2.0-cil libglade2.0-cil libmono-cairo2.0-cil libmono-winforms2.0-cil libmono-system-runtime2.0-cil
  • Create directories and download the binaries into them:
mkdir ~/openvistacisclient
cd ~/openvistacisclient
wget http://sourceforge.net/projects/openvista/files/OpenVista%20CIS/1.0%20RC2/openvistacis-0.9.96-client.zip/download
mkdir ~/openvistacisvitals
cd ~/openvistacisvitals
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 ~/openvistacisclient
unzip openvistacis-0.9.96-client.zip
cd ~/openvistacisvitals
unzip openvistacis-0.9.96-vitals.zip

Installation on Mac