Project

vistarpc4r

0.0
No commit activity in last 3 years
No release in over 3 years
more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.0
>= 0
 Project Readme

VistaRPC4r¶ ↑

VistaRPC4r provides a Ruby interface to the Veterans Administration’s almost opensource electronic health record called VistA. The VistA architecture is old school client/server. The typical client is a Windows based GUI. The typical server is an Linux or Windows based server. The server is primarily written in MUMPS or M.

VistA provides an RPC-style interface to its core functions using TCP sockets and a custom message format VistaRPC4r implements the socket layer and message format and provides methods which can initiate RPC requests and returns the RPC output. The VistA server requires each connection to have a username/password authentication.

This gem has been tested with Medsphere’s OpenVista server distribution.

Future features¶ ↑

  • Ruby classes for primary VistA data object

  • Some sort of connection pooling

  • ActiveRecord interface to VistA (nasty one, but cool)

*

Usage¶ ↑

Installation¶ ↑

You may get the latest stable version from Rubyforge.

$ gem install vistarpc4r

An Example¶ ↑

Check out the examples in the examples directory, until I get the time to write more extensive documentation

Copyright © 2011 Mike Cham. See LICENSE.txt for further details.