If my orthanc configuration is:
“PostgreSQL”: {
“EnableIndex”: true,
“EnableStorage”: false,
“Host”: “bbdd_orthanc”,
“Port”: 5432,
“Database”: “orthanc”,
“Username”: “orthanc”,
“Password”: “orthanc”,
“Lock”: true
}
That is, storing metadata in PostgreSQL and the images in a directory. Is this correct?
What happens if the database crashes? How can I access the list of studies again?
In another orthanc configuration, the default one, all DICOM data is saved in a specific directory. If all my studies are in the format “1.2.840.10008.1.2.1”, how can I convert them to another format, for example, “1.2.840.10008.1.2.4.90”? One option is to set up another Orthanc and send the studies one by one, via a script or by selecting them all. Is this the only option?
Since I have 50k studies in the format “1.2.840.10008.1.2.1”, they are taking up too much space.
The first thing is really to start from scratch by sending studies; I’ve done it before, there’s no other way, but I wanted to be sure.
And the second thing, these lines: “Housekeeper”: {
“Enable”: true
}, I add them to my config.json, right? Then I could add the date and time options for when it should run, as shown in: Housekeeper plugin — Orthanc Book documentation