TheLabbingProject / django_dicom

A reusable django app to manage DICOM files.

Home Page:https://django-dicom.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow specifying a globbing pattern in file import

ZviBaratz opened this issue · comments

Currently, the Image.objects.import_path method simply runs over .dcm files, it would be better to allow for the user to specify the globbing pattern.