Indivo X Beta 3 (0.9.3) Release Notes
From Indivo
Contents |
[edit] Quick Overview
The Indivo X 0.9.3 (beta 3) release is a beta release, meant for developers and early adopters. This release has undergone some security testing and is thus appropriate for early adopters to deploy in production.
[edit] Components
- Indivo X backend server
http://github.com/chb/indivo_server/ http://cloud.github.com/downloads/chb/indivo_server/indivo_server-v0.9.3.tar.gz
- Indivo X UI server + bundled apps (problems, meds, labs)
http://github.com/chb/indivo_ui_server/ http://cloud.github.com/downloads/chb/indivo_ui_server/indivo_ui_server-v0.9.3.tar.gz
- Indivo X Python Client Library
http://github.com/chb/indivo_client_py/ http://cloud.github.com/downloads/chb/indivo_client_py/indivo_client_py-v0.9.3.tar.gz
- Mock Hospital
http://cloud.github.com/downloads/chb/mock_hospital/mock_hospital-v0.2.tar.gz
- Indivo Hospital Connector
http://cloud.github.com/downloads/chb/indivo_hospital_connector/indivo_hospital_connector-v0.1.tar.gz
[edit] Change Log
[edit] Backend
- Updated migration scripts for Beta3 (see HOWTO: migrate Indivo X)
- Added a new Querying API (see API Query Interface)
- Added tests for the new API
- Updated reporting schemas for compatibility with the new API
- Redid the Audit Interface (see Indivo Auditing)
- Added optional basic XML syntax validation of incoming documents
- Bugfix: circular imports in accesscontrol have been worked out
- Updated the token cleanup script to delete old nonces as well as old tokens
- Bugfix: now accepting 'text/xml' as a valid MIME type for XML
- Added additional support for Oracle backend, including bugfixes
[edit] UI
- Updated Bundled Apps for compatibility with new Querying API
[edit] Python Client
- Added API calls for new audit interface
[edit] Some Things You Should Know
- Because of licensing restrictions, we are not able to distribute SNOMED and UMLS concept codes, so the codingsystems functionality is not very developed right now. We've explained this in greater detail in the HOWTO:_install_Indivo_X.
