Unable to export dicom file from GCP dicom store to storage with original filename

287 Views Asked by At

I am trying to export dicom file (.dcm) after de-identification from dicom store to GCS bucket. Once the operation is successful, the image gets loaded in gcs bucket but the file name is in numerical format. Is there any way to export the file with original file name.

For example :
source dicom filename : source.dcm
exported dicom filename :1.3.6.1.4.1.11129.5.1.285203166265972638872377502038110961072/1.3.6.1.4.1.11129.5.1.12890303936119703509451462489773813927/1.3.6.1.4.1.11129.5.1.216682955412074535971523503539344066890.png

I want to destination filename same as source filename for easy identification and further analysis.

1

There are 1 best solutions below

4
On

The export operation always stores the image in the folder: studyUID/seriesUID/instanceUID of the DICOM file that you are exporting. Only the contents of the DICOM file that is imported/stored in the Healthcare API is stored. The name of the file is not really a part of the dicom file ie it is not part of the contents and hence is not stored in the API.