From 9b334085cd3f7e63da9f387dcdea85884b138eb1 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 7 Aug 2023 15:50:30 +0100 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 256 +++++++++--------- 1 file changed, 128 insertions(+), 128 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 495c3a09..9ba0c65b 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -1,142 +1,142 @@
-
View case in OHIF
+
View case in OHIF
-
- {{ case.created_date|date:"d/m/Y" }} -
-
- ID: {{ case.id }} -
-

Title: {{ case.title }}

+
+ {{ case.created_date|date:"d/m/Y" }} +
+
+ ID: {{ case.id }} +
+

Title: {{ case.title }}

-

Description: {{ case.description }}

+

Description: {{ case.description }}

-

- Presentation: -

-

+

+ Presentation: +

+

-

History: {{ case.history }}

+

History: {{ case.history }}

-

Discussion: {{ case.discussion }}

+

Discussion: {{ case.discussion }}

-

Report: {{ case.report }}

+

Report: {{ case.report }}

-
Series: - {% for series in case.series.all %} - - - Series {{ forloop.counter }}:
- - {{series.get_block}} - -
- - Popup - -
-
- {% endfor %} - Add new series
-
+
Series: + {% for series in case.series.all %} + + + Series {{ forloop.counter }}:
+ + {{series.get_block}} + +
+ + Popup + +
+
+ {% endfor %} + Add new series
+
{% comment %}

Scrapped: {{ case.scrapped }} (toggle) {% endcomment %} -

-

- Condition: -

    - {% for con in case.condition.all %} -
  • {{con.get_link}}
  • - {% endfor %} -
-
-
- Findings - {% if case.series.all %} - {% for series in case.series.all %} - {% for finding in series.findings.all %} -
- - Series {{series.pk}}: {{series.get_examination_full}} |  - - {% if finding.findings.all %} - - Findings: {% for f in finding.findings.all %} - {{f.get_link}},  - {% endfor %} - - {% endif %} - {% if finding.structures.all %} - - Structure: {% for s in finding.structures.all %} - {{s.get_link}},  - {% endfor %} - - {% endif %} - {% if finding.description %} - - Description: {{finding.description}} - - {% endif %} -
- {% endfor %} - {% endfor %} - {% else %} - No series associated with case. - {% endif %} -
-
-
-
- Differentials -
    - {% for diff in case.differentialcase.all %} -
  • {{diff.condition.get_link}} - {{diff.text}}
  • - {% endfor %} -
-
-
-

-
- Subspecialty: - - Pathological Process: - - Collections: - -
- -

-

Previous case: {{ case.previous_case }}

-

Next case: {{ case.next_case }}

-
- {% include 'question_notes.html' %} +
+

+ Condition: +

    + {% for con in case.condition.all %} +
  • {{con.get_link}}
  • + {% endfor %} +
+
+
+ Findings + {% if case.series.all %} + {% for series in case.series.all %} + {% for finding in series.findings.all %} +
+ + Series {{series.pk}}: {{series.get_examination_full}} |  + + {% if finding.findings.all %} + + Findings: {% for f in finding.findings.all %} + {{f.get_link}},  + {% endfor %} + + {% endif %} + {% if finding.structures.all %} + + Structure: {% for s in finding.structures.all %} + {{s.get_link}},  + {% endfor %} + + {% endif %} + {% if finding.description %} + + Description: {{finding.description}} + + {% endif %} +
+ {% endfor %} + {% endfor %} + {% else %} + No series associated with case. + {% endif %} +
+
+
+
+ Differentials +
    + {% for diff in case.differentialcase.all %} +
  • {{diff.condition.get_link}} - {{diff.text}}
  • + {% endfor %} +
+
+
+

+
+ Subspecialty: +
    + {% for sub in case.subspecialty.all %} +
  • {{sub.get_link}}
  • + {% endfor %} +
+ Pathological Process: +
    + {% for p in case.pathological_process.all %} +
  • {{p.get_link}}
  • + {% endfor %} +
+ Collections: + +
+ +

+

Previous case: {{ case.previous_case }}

+

Next case: {{ case.next_case }}

+
+ {% include 'question_notes.html' %} -
+
-

Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}

+

Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}

-

Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}

+

Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}