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.