Is it possible to send image to modality with another DicomAet?

Hello my friends!

I have the following source code:

function OnStoredInstance(instanceId, tags, metadata, origin)

    SendToModality(instanceId, 'DESTINATION');
    
end;

When i send the image, the destination receive DicomAet like “ORTHANC” because my DicomAet is “ORTHANC” in the file orthanc.json. Is it possible to send image to modality with another DicomAet?

If it isn’t, if i change DicomAet, the machines which send images to this ORHTANC stop to send?

Hi Tholive, if your goal is to send the images to Orthanc always, you can change the DicomAET from Orthanc in the “orthanc.json” configuration file. If you want to send the images to another node, then you need the Dicom-AET from that node to include it at the orthanc configuration file in the “DICOM Network” section.
If your issue has another situation, please describe the details more specific.

Regards Ricardo Martínez.

Hi Ricardo,

I solved changing o DicomAet.

Thanks for your support.

Regards
Thiago