Can study be mapped to specific hospital?

Hi

I’m synchronizing orthanc data to my own application, I do it for patients/studies/series and instances. On Serie and instance metadata, I see clear information about AET, so I know form where it’s comming from. The questions is how to map a Study, to know in 100%, which hospital has sent it? There is only one meta names MainDicomTagsSignature, is it the ID I can map to hospital? Or can I extend metadata for Study to also have AET meta parameter there?

BR
Damian

Hi Damian,

You can retrieve the metadata and hence, the RemoteAET, from the first instance of the study with this code

HTH,

Alain.