Study name and number, confused

hi
When I tried to review image name. the programme shows me the wrong path(name of study). I review it from python interactor. as you can see in the attachment. actually,study%20path%2C in one file I save V1,V2,V3 but when I segment and save V1 or V3 and open it again and see the python it shows in both case V2.

I am wondering how I can check the image name so I can make sure I have worked on right one

When you deal with DICOM files, file names do not matter, they are not taken into account anywhere. All information (instance UIDs, patient id, name, study information, image slice positions, etc) are all retrieved from the file content. Note that whenever you change anything in a DICOM file, you also need to regenerate the unique identifier (SOP instance UID) value in the file.