vvmurthy / RadiationTherapyDecisionSupport

Python Code, MATLAB Original Code and data to benchmark Radiation Therapy Decision Support Algorithm
0 stars 1 forks source link

Wireframe the "Similar Cases page" #43

Open vvmurthy opened 6 years ago

vvmurthy commented 6 years ago

It should consist of table ->

First column is the patient name -> If the patient / study is not from the same hospital of the user, write "ANONYMIZED"

Second column is the study name -> this can be shown as is

Third is the similarity- > this is a scalar

For now, you should write a django function in upload/views.py that simulates the functionality with hardcoded values.

Each column should be clickable, link to the patient's dashboard page (which currently is indexed by patient / study / series in view patients). You needn't make the links work for now.