{% extends "remapp/base.html" %} {% block navbar %}
In most instances, dose metrics from the modalities make much more sense when reviewed in conjunction with patient size. This interface allows you to upload a csv file containing patient size information that can then be imported to the existing data in the database.
The csv file needs to contain a column for each of the following, with a column title in the first row. The columns can be in any order; additional columns will be ignored:
* The study identifier can be either the accession number or the Study Instance UID. The column titles can be anything, and there can be as many other columns as you like.
If you have a csv file with weight but not height or vice-versa, just add a column header to a blank column to suit.
Data already in the database does not get overwritten. So if a study already has a height or weight, or if the same study identifier is used more than once in the csv file on different roles, only the first entry is used.
This function can only be accessed if you are logged in to OpenREM with admin permissions.