-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
118 orthanc reciever agent to download stable studies #131
118 orthanc reciever agent to download stable studies #131
Conversation
This looks really good! I think it needs to be rebased with main and made sure that the orthanc receiving and logging agents have the updated functionality and retested |
Orthanc requires certain DICOM tags to be present. Copy the elements from original DICOM data and update
51b4fcb
to
02fc0d4
Compare
I rebased with main. Additionally, we might want to rename parts of the codebase from job to study. For example I still see the class from trackerAPI called JobConfigManager |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good
Overview
This pull request introduces the fully functional system orchestrating the orthanc PACS servers with the example medical imaging product and connected to the TrackerAPI system.
This includes:
Testing
in your local environment:
bash example_tool/Orthanc/tmux_startup.sh
python3 internal_servers/orthanc_reciever_agent.py
Closes #24
Closes #34
Closes #35
Closes #61
Closes #68