AET through RESTful

Hello,

Does Orthanc allows to access AET through RESTful api. I checked the Orthanc Restful apis but couldn’t find it.

Thanks
Imran

Hi Imran,

You can use the REST api to manage remote modalities (AETs). Refer to the documentation https://book.orthanc-server.com/users/rest.html#id2

Firstly, if you want the changes to persist, you will need to set DicomModalitiesInDatabase in the config file to true. You can then use the rest api (refer to /modalities endpoint listed https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vSBEymDKGZgskFEFF6yzge5JovGHPK_FIbEnW5a6SWUbPkX06tkoObUHh6T1XQhgj-HqFd0AWSnVFOv/pubhtml?gid=654036639&single=true)

Hth

James

Binary Logo

James Manners • Director
Suite 3, Level 2, 10 Queens Road, Melbourne, Victoria 3004, Australia

T: 03 9017 5230 M: 0422 973 235 E: james@binary.com.au W: binary.com.au

James,
Thanks for the reply. Perhaps, I wasn’t clear in my question. I need to access AET as part to study DICOM tag so I can route the study accordingly. I don’t see DICOM tag for AET in the study.

Thanks
Imran

Hello,

I think you are interested in the “RemoteAet” metadata:
https://book.orthanc-server.com/faq/features.html#metadata-attachments

Sébastien-