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!