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-