improvements
This commit is contained in:
parent
b9cfd3152b
commit
995aae3cc5
@ -1,6 +1,76 @@
|
|||||||
{
|
{
|
||||||
"OrthancExplorer2": {
|
"OrthancExplorer2": {
|
||||||
|
"CustomTitle": "BlackFish PACS",
|
||||||
"IsDefaultOrthancUI": true,
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"StoneWebViewer": {
|
"StoneWebViewer": {
|
||||||
|
"DateFormat": "DD/MM/YYYY",
|
||||||
"PrintEnabled": false,
|
"PrintEnabled": false,
|
||||||
"DownloadAsJpegEnabled": false,
|
"DownloadAsJpegEnabled": false,
|
||||||
"DownloadStudyEnabled": false,
|
"DownloadStudyEnabled": false,
|
||||||
@ -7,6 +8,7 @@
|
|||||||
"InstitutionLogo": "",
|
"InstitutionLogo": "",
|
||||||
"ShowInfoPanelAtStartup": "Never",
|
"ShowInfoPanelAtStartup": "Never",
|
||||||
"ShowUserPreferencesButton": true,
|
"ShowUserPreferencesButton": true,
|
||||||
"ShowNotForDiagnosticUsageDisclaimer": false
|
"ShowNotForDiagnosticUsageDisclaimer": false,
|
||||||
|
"DicomCacheSize": 2048
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,9 @@
|
|||||||
VERBOSE_STARTUP=true
|
VERBOSE_STARTUP=true
|
||||||
VERBOSE_ENABLED=true
|
VERBOSE_ENABLED=true
|
||||||
|
|
||||||
ORTHANC__POSTGRESQL__HOST=orthanc-db
|
ORTHANC__POSTGRESQL__HOST=orthanc-db
|
||||||
|
ORTHANC__POSTGRESQL__TRANSACTION_MODE=ReadCommitted
|
||||||
|
ORTHANC__POSTGRESQL__INDEX_CONNECTIONS_COUNT=10
|
||||||
|
|
||||||
ORTHANC__OVERWRITE_INSTANCES=true
|
ORTHANC__OVERWRITE_INSTANCES=true
|
||||||
#ORTHANC__DICOM_MODALITIES={"pacs": ["PACS", "pacs", 4242]}
|
#ORTHANC__DICOM_MODALITIES={"pacs": ["PACS", "pacs", 4242]}
|
||||||
|
Loading…
Reference in New Issue
Block a user