Hello all,
I have a orthanc setup to work as a receiver which will be connected to different sources.How can I tell that each DICOM images that I am receiving is coming from which source ?
Regards
Rushabh
Hello all,
I have a orthanc setup to work as a receiver which will be connected to different sources.How can I tell that each DICOM images that I am receiving is coming from which source ?
Regards
Rushabh
Hello,
Maybe with GetInstanceRemoteAet
(see https://book.orthanc-server.com/plugins/python.html?highlight=getinstanceremoteaet#filtering-incoming-c-store-instances-new-in-4-0)…
HTH,
Or, directly through the Rest API, by reading the RemoteAET metadata.
Thanks team,
Will surly try this out!
Regards
Rushabh
Note that the RemoteAET will only show when the instances were received through the DICOM port. If you used the API to populate Orthanc, RemoteAET won’t be present (obviously, as it didn’t come in through DICOM)
HTH
BNOEAFK