.
This commit is contained in:
@@ -14,10 +14,10 @@
|
|||||||
<ol id="" class="sortable">
|
<ol id="" class="sortable">
|
||||||
{% for case in cases %}
|
{% for case in cases %}
|
||||||
<li data-question_pk={{case.pk}}>
|
<li data-question_pk={{case.pk}}>
|
||||||
<div class="case-item" data-title="{{case.title}}" data-case={{case.pk}} data-type="case" data-case-json='{{case.get_viva_details_json}}'>Case {{forloop.counter}}: {{case.title}}
|
<div class="case-item" data-title="{{case.title}}" data-case={{case.pk}} data-case-json='{{case.get_viva_details_json}}'>Case {{forloop.counter}}: {{case.title}}
|
||||||
{% comment %} <button class="show-case no-padding" data-target="/ohif/viewer/dicomjson?url=https://www.penracourses.org.uk{% url 'atlas:case_dicom_json' case.pk %}">Show</button> {% endcomment %}
|
{% comment %} <button class="show-case no-padding" data-target="/ohif/viewer/dicomjson?url=https://www.penracourses.org.uk{% url 'atlas:case_dicom_json' case.pk %}">Show</button> {% endcomment %}
|
||||||
{% comment %} <button class="send-message no-padding" data-title="{{case.title}}" data-target="/ohif/viewer/dicomjson?url=https://www.penracourses.org.uk{% url 'atlas:case_dicom_json' case.pk %}">Open</button> {% endcomment %}
|
{% comment %} <button class="send-message no-padding" data-title="{{case.title}}" data-target="/ohif/viewer/dicomjson?url=https://www.penracourses.org.uk{% url 'atlas:case_dicom_json' case.pk %}">Open</button> {% endcomment %}
|
||||||
<button class="open-case no-padding" data-target="{% url 'atlas:collection_viva_case' collection.pk forloop.counter0 %}">Open</button>
|
<button class="open-case no-padding" data-target="{% url 'atlas:collection_viva_case' collection.pk forloop.counter0 %}" data-type="case">Open</button>
|
||||||
<br />
|
<br />
|
||||||
<div class="pre-whitespace multi-image-block">
|
<div class="pre-whitespace multi-image-block">
|
||||||
<details><summary>Series:</summary>
|
<details><summary>Series:</summary>
|
||||||
@@ -89,6 +89,7 @@
|
|||||||
$("#current-case-discussion").text("Discussion: "+case_details['discussion']);
|
$("#current-case-discussion").text("Discussion: "+case_details['discussion']);
|
||||||
$("#current-case-report").text("Report: "+case_details['report']);
|
$("#current-case-report").text("Report: "+case_details['report']);
|
||||||
|
|
||||||
|
console.log($(this).data('type'))
|
||||||
if ($(this).data('type') == 'case') {
|
if ($(this).data('type') == 'case') {
|
||||||
$('#current-case-series').text("Series: All");
|
$('#current-case-series').text("Series: All");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user