PabloRomeroAgudo commited on
Commit
748ba74
1 Parent(s): 21a4867

Update documentation.html

Browse files
Files changed (1) hide show
  1. documentation.html +10 -1
documentation.html CHANGED
@@ -125,10 +125,19 @@
125
  </li>
126
  </ul>
127
  </section>
 
 
 
 
 
 
 
 
 
128
 
129
  <section id="study-management">
130
  <h2>Study Management</h2>
131
- <p>Users can import patient data from this screen to a local Orthanc daemon—a lightweight, standalone DICOM server, which ensures the confidentiality of patient files. A list of patient data present in the Orthanc server is displayed with summarized information. Users can load the data into the app by clicking on the Load button. The left icon displays more complete information from DICOM tags and users can delete a patient study from the server with the red arrow on the right.</p>
132
  <figure>
133
  <img src="img/screen_study_management.png" alt="Study Management Image" class="img-fluid mb-3">
134
  <figcaption>Figure ?: Study Management screen.</figcaption>
 
125
  </li>
126
  </ul>
127
  </section>
128
+
129
+ <section id="patient-management">
130
+ <h2>Patient Management</h2>
131
+ <p>Users can import patient data (files or zip) from this screen to a local Orthanc daemon—a lightweight, standalone DICOM server, which ensures the confidentiality of patient files. A list of patient data present in the Orthanc server is displayed with summarized information. Users can load the patient into the app by clicking on the Load button. Users can delete a patient from the server with the red arrow on the right.</p>
132
+ <figure>
133
+ <img src="img/screen_patient_management.PNG" alt="Patient Management Image" class="img-fluid mb-3">
134
+ <figcaption>Figure ?: Patient Management screen.</figcaption>
135
+ </figure>
136
+ </section>
137
 
138
  <section id="study-management">
139
  <h2>Study Management</h2>
140
+ <p>Users can import patient data from this screen to a local Orthanc daemon—a lightweight, standalone DICOM server, which ensures the confidentiality of patient files. A list of patient data present in the Orthanc server is displayed with summarized information. Users can load the data into the app by clicking on the Load button. The left icon displays more complete information from DICOM tags and users can delete a patient study from the server with the red arrow on the right.</p> <p>A list of studies of the loaded patient present in the Orthanc server is displayed with summarized information. Users can load the data into the app by clicking on the Load button. The left icon displays more complete information from DICOM tags and users can delete a patient study from the server with the red arrow on the right.</p>
141
  <figure>
142
  <img src="img/screen_study_management.png" alt="Study Management Image" class="img-fluid mb-3">
143
  <figcaption>Figure ?: Study Management screen.</figcaption>