improvements

This commit is contained in:
Dr Masroor Ehsan 2025-01-28 00:50:44 +06:00
parent b9cfd3152b
commit 995aae3cc5
3 changed files with 78 additions and 3 deletions

View File

@ -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"
]
}
}
}

View File

@ -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
}
}

View File

@ -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]}