.
This commit is contained in:
+1
-3
@@ -612,13 +612,11 @@ class Series(SeriesBase):
|
|||||||
|
|
||||||
return series_json
|
return series_json
|
||||||
|
|
||||||
def get_ohif_dicom_json(self, case_title_as_patient_name = True):
|
def get_ohif_dicom_json(self):
|
||||||
series_json = []
|
series_json = []
|
||||||
series_json.append(self.get_series_dicom_json())
|
series_json.append(self.get_series_dicom_json())
|
||||||
|
|
||||||
patient_name = ""
|
patient_name = ""
|
||||||
if case_title_as_patient_name:
|
|
||||||
patient_name = self.title
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"studies": [
|
"studies": [
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
show
|
show
|
||||||
</button>
|
</button>
|
||||||
<button class="open-series" data-target="{% url 'atlas:collection_viva_series' collection.pk series.pk %}">
|
<button class="open-series" data-target="{% url 'atlas:collection_viva_series' collection.pk series.pk %}">
|
||||||
show
|
open
|
||||||
</button>
|
</button>
|
||||||
<br>
|
<br>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user