FNNDSC / FNNDSC/dmd2b

NameError: name 'saveToFile' is not defined

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Hi.
Completely nob. I am having this error:

NameError: name 'DicomInfoExtractor' is not defined
>>> import DicomInfoExtractor
C:\Users\Research\Desktop\testhcc\THC00006\14573
>>> print(extractStudyDetails(retrieveDicomFiles()))
Traceback (most recent call last):
File "", line 1, in
NameError: name 'extractStudyDetails' is not defined
>>> print(extractAddtionalHeaderInfo())
Traceback (most recent call last):
File "", line 1, in
NameError: name 'extractAddtionalHeaderInfo' is not defined
>>> saveToFile(extractSeriesDetails(retrieveDicomFiles()),'filename')
Traceback (most recent call last):
File "", line 1, in
NameError: name 'saveToFile' is not defined

Regards !

Contributor guide

No contributing guide indexed for this repository

Research direction

No file, test, or entry point is named. Start by inspecting how the Python module is imported and where DicomInfoExtractor, extractStudyDetails, extractAddtionalHeaderInfo, retrieveDicomFiles, extractSeriesDetails, and saveToFile are defined; done means the documented usage no longer produces these NameError messages.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.