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

442 views
Skip to first unread message

txdh...@gmail.com

unread,
Jul 31, 2015, 12:31:04 PM7/31/15
to Orthanc Users
Have an issue with an older modality that uses "_" (underscore) in the ae title--
is there a work-around to allow for this, get the following in the error logs:

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

Sébastien Jodogne

unread,
Jul 31, 2015, 1:30:09 PM7/31/15
to Orthanc Users, txdh...@gmail.com
Hello,

This error is only relative to the symbolic name that is used by the API of Orthanc. The AET can be an arbitrary string.

For instance, this configuration is invalid (as "sample_" is the symbolic name):

  "DicomModalities" : {
    "sample_" : [ "ANY_SCP", "localhost", 2000 ]
  }


But this configuration is valid ("ANY_SCP" is the AET):

  "DicomModalities" : {
    "sample" : [ "ANY_SCP", "localhost", 2000 ]
  }


HTH,
Sébastien-

Rochelle

unread,
Aug 20, 2015, 6:54:05 PM8/20/15
to Orthanc Users
Sebastien,
I'm having a similar issue with the Orthanc AET using underscores.
Does the AET require alphanumerics only?
We are trying to replace an older dicom node and want to keep the same AET.
Regards,
Rochelle

rmcc...@gmail.com

unread,
Aug 20, 2015, 7:50:19 PM8/20/15
to Orthanc Users, rmcc...@gmail.com
Installing a newer version has fixed my issue here.

Thanks
Reply all
Reply to author
Forward
0 new messages