Bluelight Config Examples for Raccoon, Dcm4chee and Orthanc #33
luckypig3400
started this conversation in
General
Replies: 2 comments 1 reply
-
|
nice |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, any config settings available for older versions of dcm4chee such as 2.18? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For Raccoon
Message during Raccoon installation
bluelight\data\config.json{ "DICOMWebServersConfig": [ { "AETitle": "Raccoon", "enableHTTPS": false, "hostname": "raccoon.example.com", "PORT": 80, "contentType": "application/json", "timeout": 80000, "charset": "UTF=8", "QIDO": "dicom-web", "WADO-URI": "wado", "WADO-RS": "dicom-web", "WADO-RS/RUI": "RS", "STOW": "stow", "enableRetrieveURI": false, "includefield": false, "enableXml2Dcm": false, "Xml2DcmUrl": "/upload", "target": "./html/BL/bluelight/html/start.html", "token": "" } ], "//_thumnail_witdth": "縮圖寬度", "thumnail_witdth": 70, "//_study_comparison": "進片模式", "study_comparison": false }search\data\config.json{ "DICOMWebServersConfig":[ { "AETitle":"Raccoon", "enableHTTPS":false, "hostname":"raccoon.example.com", "PORT":80, "contentType":"application/json", "timeout":80000, "charset":"UTF=8", "QIDO":"dicom-web", "WADO":"wado", "STOW":"stow", "enableRetrieveURI":false, "includefield":false, "target":"../../bluelight/html/start.html", "target-SM":"../../bluelight/html/start.html", "token":{ "apikey":"", "bearer":"" } } ], "//_thumnail_witdth":"縮圖寬度", "thumnail_witdth":70, "//_study_comparison":"進片模式", "study_comparison":false }For Dcm4chee
bluelight\data\config.json{ "DICOMWebServersConfig": [ { "AETitle": "DCM4CHEE", "QIDO-enableHTTPS": false, "WADO-enableHTTPS": false, "QIDO-hostname": "dcm4chee.example.com", "WADO-hostname": "dcm4chee.example.com", "QIDO-PORT": 8080, "WADO-PORT": 8080, "contentType": "application/json", "timeout": 80000, "charset": "UTF=8", "QIDO": "dcm4chee-arc/aets/DCM4CHEE/rs", "WADO-URI": "api/wado", "WADO-RS": "dcm4chee-arc/aets/DCM4CHEE/rs", "WADO-RS/URI": "RS", "DICOM/JPEG": "JPEG", "STOW": "stow", "enableRetrieveURI": false, "includefield": false, "enableXml2Dcm": false, "Xml2DcmUrl": "/upload", "target": "http://dcm4chee.example.com:8080/", "target_wsi": "bluelight/bluelight/html/start.html", "token": { "apikey": "", "bearer": "" } } ], "//_thumnail_witdth": "縮圖寬度", "thumnail_witdth": 70, "//_study_comparison": "進片模式", "study_comparison": false }search\data\config.json{ "DICOMWebServersConfig": [ { "AETitle": "DCM4CHEE", "enableHTTPS": false, "hostname": "dcm4chee.example.com", "PORT": 8080, "contentType": "application/json", "timeout": 80000, "charset": "UTF=8", "QIDO": "dcm4chee-arc/aets/DCM4CHEE/rs", "WADO": "dcm4chee-arc/aets/DCM4CHEE/rs", "STOW": "dcm4chee-arc/aets/DCM4CHEE/rs", "enableRetrieveURI": false, "includefield": false, "target": "../../bluelight/html/start.html", "target-SM": "../../bluelight/html/start.html", "token": { "apikey": "", "bearer": "" } } ], "//_thumnail_witdth": "縮圖寬度", "thumnail_witdth": 70, "//_study_comparison": "進片模式", "study_comparison": false }For Orthanc
References
bluelight\data\config.json{ "DICOMWebServersConfig":[ { "AETitle":"YMOrthanc", "QIDO-enableHTTPS":true, "WADO-enableHTTPS":true, "QIDO-hostname":"orthanc.dicom.tw", "WADO-hostname":"orthanc.dicom.tw", "QIDO-PORT":443, "WADO-PORT":443, "contentType":"application/json", "timeout":80000, "charset":"UTF=8", "QIDO":"dicom-web", "WADO-URI":"wado", "WADO-RS":"dicom-web", "WADO-RS/URI":"URI", "STOW":"stow", "enableRetrieveURI":false, "includefield":false, "enableXml2Dcm":false, "Xml2DcmUrl":"/upload", "target":"https://cylab-tw.github.io/bluelight/bluelight/html/start.html", "token":{ "apikey":"", "bearer":"" } }, { "AETitle":"ldcmPACS", "QIDO-enableHTTPS":true, "WADO-enableHTTPS":true, "QIDO-hostname":"orthanc.dicom.tw", "WADO-hostname":"orthanc.dicom.tw", "QIDO-PORT":443, "WADO-PORT":443, "contentType":"application/json", "timeout":80000, "charset":"UTF=8", "QIDO":"dicom-web", "WADO-URI":"wado", "WADO-RS":"dicom-web", "WADO-RS/URI":"URI", "STOW":"stow", "enableRetrieveURI":false, "includefield":false, "enableXml2Dcm":false, "Xml2DcmUrl":"/upload", "target":"https://cylab-tw.github.io/bluelight/bluelight/html/start.html", "token":{ "apikey":"", "bearer":"" } } ], "//_thumnail_witdth":"縮圖寬度", "thumnail_witdth":70, "//_study_comparison":"進片模式", "study_comparison":false }search\data\config.json{ "DICOMWebServersConfig":[ { "AETitle":"YMOrthanc", "enableHTTPS":true, "hostname":"orthanc.dicom.tw", "PORT":443, "contentType":"application/json", "timeout":80000, "charset":"UTF=8", "QIDO":"dicom-web", "WADO":"wado", "STOW":"stow", "enableRetrieveURI":false, "includefield":false, "target":"../../bluelight/html/start.html", "target-SM":"../../bluelight/html/start.html", "token":{ "apikey":"", "bearer":"" } }, { "AETitle":"ldcmPACS", "enableHTTPS":true, "hostname":"orthanc.dicom.tw", "PORT":443, "contentType":"application/json", "timeout":80000, "charset":"UTF=8", "QIDO":"dicom-web", "WADO":"wado", "STOW":"stow", "enableRetrieveURI":false, "includefield":false, "target":"../../bluelight/html/start.html", "target-SM":".../../bluelight/html/start.html", "token":{ "apikey":"", "bearer":"" } } ], "//_thumnail_witdth":"縮圖寬度", "thumnail_witdth":70, "//_study_comparison":"進片模式", "study_comparison":false }Beta Was this translation helpful? Give feedback.
All reactions