Modality AE title in Databases.

Hi,

I inserted 50+ dicom ae through API,

https://book.orthanc-server.com/users/rest.html#warning-about-using-curl-from-the-windows-prompt

when I explore entery in mysql database, only two entry appears in server properties table.
entries.PNG

My question are:,
1, where are remaining entries in database. ?
2, in which tables all these entries are stored.?
3, i want to take back-up of all enteries for future.

Hello,

The two values you highlighted are JSON dictionaries.

Copy/paste these values in a JSON prettyfier, and you’ll see your multiple entries.

Here is a link to one of the many JSON prettyfiers available on Internet:

https://jsonformatter.curiousconcept.com/

Also, remember that your application should never access the SQL database directly, but should rather use the REST API:

https://book.orthanc-server.com/faq/orthanc-storage.html#direct-access

entries.PNG

Thanks, I got it.