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.
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.