You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing a large number of files, it may be more efficient to write to a simple sqlite table instead of creating a json file for every dicom file. For example:
attribute
value
"0010,0020"
"patient-id-12345"
"0010,0040"
"M"
...
...
"0010,0040"
"O"
This functionality can be used by passing an attribute to the script. E.g., python scraper.py --use-sqlite "sqlite-db-file-name".
The text was updated successfully, but these errors were encountered:
When processing a large number of files, it may be more efficient to write to a simple sqlite table instead of creating a json file for every dicom file. For example:
This functionality can be used by passing an attribute to the script. E.g.,
python scraper.py --use-sqlite "sqlite-db-file-name"
.The text was updated successfully, but these errors were encountered: