if I press the Send to DICOMweb server button, there is a pop up for
choose target. however there are no targets listed in there despite being listed in orthanc.json config file under networks (eg below)
Your kind assistance is greatly appreciated.
Thanks
/**
Network topology
**/
// The list of the known DICOM modalities
“DicomModalities” : {
/**
Uncommenting the following line would enable Orthanc to
connect to an instance of the “storescp” open-source DICOM
store (shipped in the DCMTK distribution) started by the
Just to confirm below would be the correct syntax?
{
/**
The following options control the configuration of the Orthanc
plugin adding support of WADO and DICOMweb.
**/
“DicomWeb” : {
“Enable” : true, // Whether DICOMweb support is enabled
“Root” : “/dicom-web/”, // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
“EnableWado” : true, // Whether WADO-URI (aka. WADO) support is enabled
“WadoRoot” : “/wado”, // Root URI of the WADO-URI (aka. WADO) API
“Host” : “localhost”, // Hard-codes the name of the host for subsequent WADO-RS requests
“Ssl” : false // Whether HTTPS should be used for subsequent WADO-RS requests
“Servers” : {
“sample” : [ “http://192.168.1.1/dicom-web/”, “username”, “password” ]
}
}
}