philips-labs / igtcloud-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download issue for patient with multiple studies that contains files with same filename

Laugslander opened this issue · comments

When a patient has multiple studies that contain files with the same filename, these are discarded during a download.

Example:

  • patient_1:
    • study_1: test.txt
    • study_2: test.txt

This structure causes only one of the test.txt files to be downloaded. The problem is that the igtcloud-client only creates folders for the patients, and not for the corresponding studies.