Only alphanumeric and dash characters are allowed in the names of modalities/peers

Dear Sébastien,

We found an issue in Orthanc 1.5.1 after configured it with Application Entity Title (AET) in DicomModalities section.

“DicomModalities” : {

“pfltv74” : {

“AET” : “pfltv74”,

“Port” : 4010,

“Host” : “172.30.250.74”,

“AllowEcho” : true,

“AllowFind” : true,

“AllowMove” : true,

“AllowStore” : true

},

pfltv74_ds” : {

“AET” : “pfltv74ds”,

“Port” : 4010,

“Host” : “172.30.250.74”,

“AllowEcho” : true,

“AllowFind” : true,

“AllowMove” : true,

“AllowStore” : true

}

},

Error in log files:

E0103 11:16:03.826605 OrthancException.h:85] Bad file format: Only alphanumeric and dash characters are allowed in the names of modalities/peers, but found: pfltv74_ds

Hello,

The symbolic name is used to map the DICOM modality in the REST API of Orthanc. It is totally independent of the DICOM AET.

You can write:

“DicomModalities” : {
pfltv74-ds” : { // The symbolic name of the modality in the REST API
“AET” : “pfltv74ds”, // The AET of the modality for the DICOM protocol
“Port” : 4010,

“Host” : “172.30.250.74”,

“AllowEcho” : true,

“AllowFind” : true,

“AllowMove” : true,

“AllowStore” : true

}

}

HTH,

Sébastien-

Hello Sébastien,

Thank you for your suggestion.

We have tested with modified configuration and it has been worked successfully

viewed CT Images in our AW Image Viewer.

Best regards,

Szabolcs Illes

Senior System Engineer

Advantage Workstation

GE Healthcare

M: +36 20 477 2280

illes.szabolcs@ge.com