Greetings,
Is there any way to get AET of study received in Python (when orthanc.ChangeType.NEW_STUDY)?
Greetings,
Is there any way to get AET of study received in Python (when orthanc.ChangeType.NEW_STUDY)?
Hello,
Maybe remoteAet = instance.GetInstanceRemoteAet()
on the first instance of the study?
(I would make sure to test origin == orthanc.InstanceOrigin.DICOM_PROTOCOL
first…)