This commit is contained in:
Ross
2021-12-04 18:12:17 +00:00
parent 22e23622d8
commit 3b9ea18636
2 changed files with 25 additions and 7 deletions
+5
View File
@@ -90,6 +90,10 @@ This series is not associated with any cases.
$("#hidden-form").hide()
});
{% if editing_finding %}
$("#hidden-form").show()
{% endif %}
$("#reset-viewport-button").click(() => {
dicom_element = $(".cornerstone-element").get(0);
//annotationjson = JSON.parse(e.currentTarget.dataset.annotationjson);
@@ -128,6 +132,7 @@ This series is not associated with any cases.
type: 'POST',
url: '{% url "atlas:add_finding" %}',
data: {
series_finding_id: {{editing_finding}},
description: $('#id_description').val(),
series: {{ series.pk }},
//annotation_json: JSON.stringify(c.toolStateManager.saveToolState()),