RecoverCompressedFile - Migration

Hi,

In some cases when I execute the RecoverCompressedFile I get a DICOM file but in others this app returns a JSON file with the DICOM tags. All returned JSON files have empty pixel data.

“7fe0,0010” :
{
“Name” : “PixelData”,
“Type” : “Null”,
“Value” : null
}

Why did I receive this? Some files are saved as JSON files in the storage?

For a migration I can only send the DICOM file and discard the JSONs. I am losing files?

Thanks!

Hi Tomas,

In version prior to 1.9.1, Orthanc used to store some json information in the storage. These files are redundant with the DICOM files so you can just ignore them for your migration.

Best regards,

Alain.

1 Like