diff --git a/config/ClearCanvasDIMSE.json b/config/ClearCanvasDIMSE.json index 40235bfd2..4248416b5 100644 --- a/config/ClearCanvasDIMSE.json +++ b/config/ClearCanvasDIMSE.json @@ -1,11 +1,9 @@ { "servers": { - "dimse": [{ "name": "SPRITE PACS", "wadoUriRoot": "http://localhost:1000/wado/CT", "requestOptions": { - "logRequests": true, "logResponses": true, "logTiming": true @@ -33,7 +31,8 @@ "public": { "verifyEmail": false, "ui": { - "studyListFunctionsEnabled": true + "studyListFunctionsEnabled": true, + "studyListDateFilterNumDays": 1 } } } diff --git a/config/dcm4cheeDICOMWeb.json b/config/dcm4cheeDICOMWeb.json index 05dc3de78..70cfdf39c 100644 --- a/config/dcm4cheeDICOMWeb.json +++ b/config/dcm4cheeDICOMWeb.json @@ -47,7 +47,8 @@ "public": { "verifyEmail": false, "ui": { - "studyListFunctionsEnabled": true + "studyListFunctionsEnabled": true, + "studyListDateFilterNumDays": 1 } } } diff --git a/config/dcm4cheeDIMSE.json b/config/dcm4cheeDIMSE.json index c3c891578..1799231da 100644 --- a/config/dcm4cheeDIMSE.json +++ b/config/dcm4cheeDIMSE.json @@ -47,7 +47,8 @@ "public": { "verifyEmail": false, "ui": { - "studyListFunctionsEnabled": true + "studyListFunctionsEnabled": true, + "studyListDateFilterNumDays": 1 } } } diff --git a/config/medkenOrthanc.json b/config/medkenOrthanc.json index 034fd605f..5da0baccf 100644 --- a/config/medkenOrthanc.json +++ b/config/medkenOrthanc.json @@ -42,5 +42,10 @@ "fhir" : { "host" : "localhost", "port" : 3937 + }, + "public": { + "ui": { + "studyListDateFilterNumDays": 1 + } } } diff --git a/config/orthancDICOMWeb.json b/config/orthancDICOMWeb.json index 2c6619e64..b840b362d 100644 --- a/config/orthancDICOMWeb.json +++ b/config/orthancDICOMWeb.json @@ -27,7 +27,8 @@ "leftSidebarOpen": false, "displaySetNavigationLoopOverSeries": false, "displaySetNavigationMultipleViewports": true, - "autoPositionMeasurementsTextCallOuts": "TRLB" + "autoPositionMeasurementsTextCallOuts": "TRLB", + "studyListDateFilterNumDays": 1 } }, "proxy": { diff --git a/config/orthancDIMSE.json b/config/orthancDIMSE.json index 51123489b..eeaafd64f 100644 --- a/config/orthancDIMSE.json +++ b/config/orthancDIMSE.json @@ -36,7 +36,8 @@ "leftSidebarOpen": false, "displaySetNavigationLoopOverSeries": false, "displaySetNavigationMultipleViewports": true, - "autoPositionMeasurementsTextCallOuts": "TRLB" + "autoPositionMeasurementsTextCallOuts": "TRLB", + "studyListDateFilterNumDays": 1 } } } diff --git a/config/osirixDIMSE.json b/config/osirixDIMSE.json index aa9b4d688..a99659082 100644 --- a/config/osirixDIMSE.json +++ b/config/osirixDIMSE.json @@ -35,7 +35,8 @@ "leftSidebarOpen": false, "displaySetNavigationLoopOverSeries": false, "displaySetNavigationMultipleViewports": true, - "autoPositionMeasurementsTextCallOuts": "TRLB" + "autoPositionMeasurementsTextCallOuts": "TRLB", + "studyListDateFilterNumDays": 1 } } } diff --git a/config/publicOrthancDICOMWeb.json b/config/publicOrthancDICOMWeb.json index c758990ce..c187fdad1 100644 --- a/config/publicOrthancDICOMWeb.json +++ b/config/publicOrthancDICOMWeb.json @@ -27,7 +27,8 @@ "leftSidebarOpen": false, "displaySetNavigationLoopOverSeries": false, "displaySetNavigationMultipleViewports": true, - "autoPositionMeasurementsTextCallOuts": "TRLB" + "autoPositionMeasurementsTextCallOuts": "TRLB", + "studyListDateFilterNumDays": 1 } }, "proxy": { diff --git a/dockersupport/app.json b/dockersupport/app.json index 8e2f33bb4..aee43be5a 100644 --- a/dockersupport/app.json +++ b/dockersupport/app.json @@ -9,7 +9,7 @@ "METEOR_SETTINGS": { "servers": { "dicomWeb": [ - { + { "name": "Orthanc", "wadoUriRoot": "http://pacsIP:8042/wado", "qidoRoot": "http://pacsIP:8042/dicom-web", @@ -27,7 +27,11 @@ ] }, "defaultServiceType": "dicomWeb", - "public": {}, + "public": { + "ui": { + "studyListDateFilterNumDays": 1 + } + }, "proxy": { "enabled": true }