-
Notifications
You must be signed in to change notification settings - Fork 2
Home
mwarnock edited this page Sep 13, 2010
·
2 revisions
Radsearch is a web application for searching large databases of radiology reports. It was designed to help our radiologists access reports in order to:
- Identify cases for decision support and comparison at the point of care
- Find cases on a specific indication or feature for lecture
- Improve education materials
- Perform inclusion criteria-based searches to identify cases for IRB-approved research
Radsearch is built using the ruby programming language and the rails web programming framework. It uses a MySql database and an indexing system called Sphinx to produce sub-second response to searches. We use UltraSphinx to integrate the rails application and the sphinx indexing system.
The database schema and associated sphinx indexes are just an example and can be adjusted to fit institution or user needs.