From 995aae3cc576793404877904957fc907aa7eb2d0 Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Tue, 28 Jan 2025 00:50:44 +0600 Subject: [PATCH] improvements --- config/orthanc/explorer.json | 72 +++++++++++++++++++++++++++++++++++- config/orthanc/stone.json | 6 ++- orthanc.env | 3 ++ 3 files changed, 78 insertions(+), 3 deletions(-) diff --git a/config/orthanc/explorer.json b/config/orthanc/explorer.json index 14978aa..a7e272e 100644 --- a/config/orthanc/explorer.json +++ b/config/orthanc/explorer.json @@ -1,6 +1,76 @@ { "OrthancExplorer2": { + "CustomTitle": "BlackFish PACS", "IsDefaultOrthancUI": true, - "Theme": "light" + "Theme": "light", + "UiOptions": { + "EnableOpenInMedDreamViewer": false, + "EnableOpenInOhifViewer3": true, + "EnableOpenInVolView": true, + "EnableStudyList": true, + "EnableDownloadZip": true, + "EnableLinkToLegacyUi": false, + "ShowOrthancName": false, + "DateFormat": "dd/MM/yyyy", + "EnableDownloadDicomFile": true, + "EnableModification": true, + "DefaultShareDuration": 0, + "EnableApiViewMenu": true, + "EnableEditLabels": true, + "EnableViewerQuickButton": true, + "EnableReportQuickButton": false, + "StudyListSearchMode": "search-button", + "StudyListContentIfNoSearch": "empty", + "MaxStudiesDisplayed": 150, + "PageLoadSize": 50, + "MaxMyJobsHistorySize": 5, + "UploadReportTags": [ + "PatientName", + "StudyDescription", + "PatientID", + "AccessionNumber", + "StudyDate" + ], + "UploadReportMaxTags": 2, + "PatientMainTags": [ + "PatientID", + "PatientName", + "PatientBirthDate", + "PatientSex", + "OtherPatientIDs" + ], + "StudyMainTags": [ + "StudyDate", + "StudyTime", + "StudyDescription", + "AccessionNumber", + "StudyID", + "StudyInstanceUID", + "RequestingPhysician", + "ReferringPhysicianName", + "Department", + "ReportingDoctor", + "InstitutionName" + ], + "SeriesMainTags": [ + "SeriesDate", + "SeriesTime", + "SeriesDescription", + "SeriesNumber", + "BodyPartExamined", + "ProtocolName", + "SeriesInstanceUID" + ], + "StudyListColumns": [ + "PatientBirthDate", + "PatientName", + "PatientID", + "StudyDescription", + "StudyDate", + "modalities", + "AccessionNumber", + "seriesAndInstancesCount" + ] + } } } \ No newline at end of file diff --git a/config/orthanc/stone.json b/config/orthanc/stone.json index 93f79f5..6740d49 100644 --- a/config/orthanc/stone.json +++ b/config/orthanc/stone.json @@ -1,5 +1,6 @@ { "StoneWebViewer": { + "DateFormat": "DD/MM/YYYY", "PrintEnabled": false, "DownloadAsJpegEnabled": false, "DownloadStudyEnabled": false, @@ -7,6 +8,7 @@ "InstitutionLogo": "", "ShowInfoPanelAtStartup": "Never", "ShowUserPreferencesButton": true, - "ShowNotForDiagnosticUsageDisclaimer": false + "ShowNotForDiagnosticUsageDisclaimer": false, + "DicomCacheSize": 2048 } -} +} \ No newline at end of file diff --git a/orthanc.env b/orthanc.env index 9254608..b9f559e 100644 --- a/orthanc.env +++ b/orthanc.env @@ -1,6 +1,9 @@ VERBOSE_STARTUP=true VERBOSE_ENABLED=true + ORTHANC__POSTGRESQL__HOST=orthanc-db +ORTHANC__POSTGRESQL__TRANSACTION_MODE=ReadCommitted +ORTHANC__POSTGRESQL__INDEX_CONNECTIONS_COUNT=10 ORTHANC__OVERWRITE_INSTANCES=true #ORTHANC__DICOM_MODALITIES={"pacs": ["PACS", "pacs", 4242]}