# HG changeset patch # User Sebastien Jodogne # Date 1734385206 -3600 # Node ID bdcea1ec1683c8c6aac8bd8ff8e0694ef7bbdc2a # Parent 280980f6dda3b6cb725d80bf58e4ebbd07c07d7f started removing dependency on bootstrap-vue diff -r 280980f6dda3 -r bdcea1ec1683 WebApplication/app.js --- a/WebApplication/app.js Mon Dec 16 16:31:37 2024 +0100 +++ b/WebApplication/app.js Mon Dec 16 22:40:06 2024 +0100 @@ -35,8 +35,6 @@ showStudies: false, showSeries: false, maxResults: MAX_RESULTS, - currentPage: 0, - perPage: 10, servers: [ ], serversInfo: { }, activeServer: '', @@ -49,28 +47,20 @@ jobDetails: '', studiesFields: [ { - key: DICOM_TAG_PATIENT_ID + '.Value', - label: 'Patient ID', - sortable: true - }, - { - key: DICOM_TAG_PATIENT_NAME + '.Value', - label: 'Patient name', - sortable: true + key: DICOM_TAG_PATIENT_ID, + label: 'Patient ID' }, { - key: DICOM_TAG_ACCESSION_NUMBER + '.Value', - label: 'Accession number', - sortable: true + key: DICOM_TAG_PATIENT_NAME, + label: 'Patient name' }, { - key: DICOM_TAG_STUDY_DATE + '.Value', - label: 'Study date', - sortable: true + key: DICOM_TAG_ACCESSION_NUMBER, + label: 'Accession number' }, { - key: 'operations', - label: '' + key: DICOM_TAG_STUDY_DATE, + label: 'Study date' } ], studyToDelete: null, diff -r 280980f6dda3 -r bdcea1ec1683 WebApplication/index.html --- a/WebApplication/index.html Mon Dec 16 16:31:37 2024 +0100 +++ b/WebApplication/index.html Mon Dec 16 22:40:06 2024 +0100 @@ -75,32 +75,47 @@
- +
No DICOMweb server is configured! - - - - - - - - - - - - - - - - - +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+

- Do lookup - Reset + +

- +
@@ -111,30 +126,39 @@

Studies

- +
More than {{ maxResults }} matching studies, results have been truncated! - +
- - - - + + + + + + + + + + + + + +
{{column.label}}
{{column.key in study ? study[column.key].Value : ''}} + + + + +