forked from pool/orthanc
bcb3e25912
New version and additional specfile cleanup. No info about multibuild from ML, wiki or schwab@suse.de for more than a week. I do not consider this as path forward, as it adds complexity as well, compared to modular approach. OBS-URL: https://build.opensuse.org/request/show/740978 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=1
13 lines
395 B
JSON
13 lines
395 B
JSON
{
|
|
/**
|
|
* Configuration of the ModalityWorklists plugin, that can be used
|
|
* to serve DICOM modality worklists. More information about this
|
|
* plugin is available in the source distribution at:
|
|
* https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/ModalityWorklists/README
|
|
**/
|
|
"Worklists" : {
|
|
"Enable": false,
|
|
"Database": "/var/lib/orthanc/worklists"
|
|
}
|
|
}
|