Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54f29f2a88 | ||
|
|
3850aa103d |
2
main.py
2
main.py
@@ -532,6 +532,8 @@ def process_workflow(args):
|
||||
|
||||
# Create services
|
||||
finder = DicomFinder()
|
||||
retriever = DicomRetriever()
|
||||
sender = DicomSender()
|
||||
|
||||
# Create directory for logs
|
||||
create_directory_if_not_exists(log_dir)
|
||||
|
||||
@@ -347,4 +347,4 @@ class DicomFinder:
|
||||
logger.error(error_msg)
|
||||
raise DicomQueryError(error_msg)
|
||||
|
||||
return study
|
||||
return study
|
||||
|
||||
Reference in New Issue
Block a user