removed comments
This commit is contained in:
parent
614d729232
commit
2f32cb394f
@ -197,50 +197,13 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"StoneWebViewer": {
|
"StoneWebViewer": {
|
||||||
/**
|
|
||||||
* Enables/disables the print button.
|
|
||||||
**/
|
|
||||||
"PrintEnabled": false,
|
"PrintEnabled": false,
|
||||||
/**
|
|
||||||
* Enables/disables the button to download a screenshot of the
|
|
||||||
* active viewport as a JPEG file.
|
|
||||||
**/
|
|
||||||
"DownloadAsJpegEnabled": false,
|
"DownloadAsJpegEnabled": false,
|
||||||
/**
|
|
||||||
* Enables/disables the button to download the display study.
|
|
||||||
* Only used if "OrthancApiRoot" is properly set.
|
|
||||||
**/
|
|
||||||
"DownloadStudyEnabled": false,
|
"DownloadStudyEnabled": false,
|
||||||
/**
|
|
||||||
* If option "DownloadDicomDir" is set to "true", the Stone Web
|
|
||||||
* viewer will create DICOMDIR media archives (as generated by the
|
|
||||||
* route "/studies/{id}/media" of Orthanc), instead of archives
|
|
||||||
* containing a human-readable hierarchy of folders (as generated
|
|
||||||
* by the route "/studies/{id}/archive").
|
|
||||||
**/
|
|
||||||
"DownloadDicomDir": false,
|
"DownloadDicomDir": false,
|
||||||
/**
|
|
||||||
* By setting option "InstitutionLogo" to an URL containing an
|
|
||||||
* image, this logo will be displayed at the bottom-left of the
|
|
||||||
* Stone Web viewer.
|
|
||||||
**/
|
|
||||||
"InstitutionLogo": "",
|
"InstitutionLogo": "",
|
||||||
/**
|
|
||||||
* Whether to display the info panel at startup. Allowed values:
|
|
||||||
* "Always", "Never", "User". With "User", the user can decide to
|
|
||||||
* show or not the info panel in the user preferences panel (this
|
|
||||||
* is implemented using a cookie). (New in Stone Web viewer 2.4)
|
|
||||||
**/
|
|
||||||
"ShowInfoPanelAtStartup": "Never",
|
"ShowInfoPanelAtStartup": "Never",
|
||||||
/**
|
|
||||||
* Whether to give access to the user preferences window. (New in
|
|
||||||
* Stone Web viewer 2.4)
|
|
||||||
**/
|
|
||||||
"ShowUserPreferencesButton": true,
|
"ShowUserPreferencesButton": true,
|
||||||
/**
|
|
||||||
* Display a "not for diagnostic usage" disclaimer above the list
|
|
||||||
* of studies/series. (New in Stone Web viewer 2.4)
|
|
||||||
**/
|
|
||||||
"ShowNotForDiagnosticUsageDisclaimer": false
|
"ShowNotForDiagnosticUsageDisclaimer": false
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -270,11 +233,11 @@
|
|||||||
|
|
||||||
"PostgreSQL": {
|
"PostgreSQL": {
|
||||||
"EnableIndex": true,
|
"EnableIndex": true,
|
||||||
"EnableStorage": false, // DICOM files are stored in the Orthanc container in /var/lib/orthanc/db/
|
"EnableStorage": false,
|
||||||
"Host": "postgres", // the name of the PostgreSQL container
|
"Host": "postgres",
|
||||||
"Port": 5432,
|
"Port": 5432,
|
||||||
"Database": "orthanc", // default database name in PostgreSQL container (no need to create it)
|
"Database": "orthanc",
|
||||||
"Username": "postgres", // default user name in PostgreSQL container (no need to create it)
|
"Username": "postgres",
|
||||||
"Password": "password"
|
"Password": "password"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user