No Documents Available

No documents are available for evaluation. This could be because:

How to Add Documents for Evaluation

1 Download the template file: sample_documents_template.csv
2 Open the template in a spreadsheet program (Excel, Google Sheets, etc.)
3 Add your documents using the following format:
filename,description,note "doc1.txt","Patient with heart failure","The patient is a 67-year-old male with a history of chronic heart failure who presented with increasing dyspnea on exertion." "doc2.txt","Emergency department visit","32-year-old female with history of asthma presented to the ED with acute onset of wheezing and shortness of breath."

Note: Make sure to properly quote text fields that contain commas

4 Save the file as CSV format
5 Return to the home page and upload your file

Go to Home Page

{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}