Log receipt of MRI exams into the database
Project description
ispy2_mri
Table of Contents
Purpose
This package provide a graphical application to enter information about batches of MRI's as they come in from sites. The information is saved in the ispy2 database, named breastdb
on the server. Some of that information is available electronically, and can be pulled from a plain text file of the user's choice instead of entered manually.
This is a replacement for one of the functions currently accessible through a web interface. That web application can still be used for other things, like generating reports, or even for entering the same information. However, the web application does not use the information in the plain text files.
If you are not in UCSF Radiology, it is very unlikely this package is of interest.
Installation
Prerequisites
- Only tested on MS-Windows, might work elsewhere if ODBC does
- Python 3.10 or greater installed. To test, start a terminal (hit the Windows button, type "command prompt", and select that application), and enter
py --version
in the terminal. - 64-bit ODBC installed with a recent MS SQL Server driver, e.g., 18.
- An ODBC data source ("DSN") named
breastdb-new
pointing to the breastdb database. - You have permission to write to that database.
- The machine you are using can contact the database (may require firewall changes)
- You have access to the directory in which the text files summarizing key scan info are available.
Program Setup
The main issue is exactly how you get access to the Python Package that uses the program.
py -m pip install ispy2_mri # MS-Windows
This will create a program that can be launched from a terminal with ispy2-mri
. You may want to create a desktop shortcut that will do the same thing.
License
ispy2-mri
is distributed under the terms of the GPL-3 license.
Developer Notes
The application that ships is under src
, but it is generated by the scripts under build
. Make any changes to the code in build
, and then run pre_fields.py
to regenerate src/ispy2_mri/ispy2_gui.py
. The pre
is for pre-processor: the code turns the "specification" in tomcat web application's original ispy2.jsp
(which came from the insert
directory of the bdb
project) into a Python-based Qt application.
There is probably a way to automate that into the regular build process, which uses hatch
. But its documentation doesn't spell out how.
See Notes.md for the main developer notes, as well as comments in the code and the version control history. In time, the issues for the project might have something as well.
I do not recommend studying the code in ispy2_gui.py
directly as it has a lot of repetitive, automatically generated code. And it does not have a lot of the notes and To Do list in the comments for pre_fields.py
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ispy2_mri-0.1.0.tar.gz
.
File metadata
- Download URL: ispy2_mri-0.1.0.tar.gz
- Upload date:
- Size: 79.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aec7dc5139c6087aa1a52c8d5757cd40f0cd117c1dccfa001d57d2405943c470 |
|
MD5 | 262beab69cee889c80f2a3e9c84bdc99 |
|
BLAKE2b-256 | 70fa1e8123d3d315b9cf7b73d51d3a20f51ef5250bf02053f38f50cebc6f5780 |
File details
Details for the file ispy2_mri-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ispy2_mri-0.1.0-py3-none-any.whl
- Upload date:
- Size: 53.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b677a30da3acd5a9c752cf0037dc1622cf6e7d341d65e3d6a2909ba53b471664 |
|
MD5 | 2d9a2f8c8026d644fc781a504a663ee9 |
|
BLAKE2b-256 | a30b11ec09aaf7a4ee8ace09fd4c038b6c1ec3bed5bec572aa8d5a94145ae35f |