The Quantitative Imaging Profile (QIPr) web application displays medical imaging and clinical data. The intent is to visualize the correlation of imaging analysis biomarkers with clinical outcomes.
- Side-by-side clinical and pharmacokinetic modeling results display.
- MR visualization.
- ROI and modeling overlays.
Install a REST server, if necessary.
Install Git, if necessary.
Make a directory to hold your git repository, if necessary, e.g.:
mkdir -p ~/workspaces cd ~/workspaces
Clone the qiprofile GitHub repository, e.g.:
git clone https://github.com/ohsu-qin/qiprofile cd qiprofile
Download npm.
Run the following in a console from the repository directory (omit the
--production
flag for a development installation):npm install --production
See the Developer Guide for installing a development project.
Populate the qiprofile database. A test database is available in the REST project, as described in the REST Development section. The production database is populated by the qipipe pipeline.
Start the REST server, as described in the REST Usage section.
Run the following command to start the web application server:
./bin/qiprofile
Once you have a database, e.g. the Developer Guide demo seed database, then the landing page is
host:3000/qiprofile
, wherehost
is the web application host URL.
See the Developer Guide for starting a development server.
.. toctree:: :hidden: development