-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.4.0: (55 commits) Update Makefile and Pipfile to streamline dependencies and improve documentation Bump version: 0.4.0-dev -> 0.4.0 Bump version: 0.3.13-dev -> 0.4.0-dev Update release checklist to correct git flow command for starting a release Fix InstanceNumber check to handle empty string and ensure proper type conversion for scheduled protocol index streamline DICOM attribute setting and improve type keyword handling Add method to retrieve scheduled protocol code in OrthodonticPhotograph class and enhance unit tests Refactor logging configuration and clean up whitespace in test_photography.py Add properties for series number and instance number in DicomBase Update lock file. Fix test cases to use 'test.dcm' instead of 'd90.dcm' Moved fhir2dicom4ortho to its own repository. Remove unused JPEG UID imports in model.py for cleaner code Fix condition in set_image to require either input_image_filename or input_image_bytes Add assertion for successful response status in e2e tests Fix username parameter to pacs_wado_username Rename process_bundle to build_and_send_dicom_image for clarity in DICOM image processing Refactor task processing to use build_and_send_dicom_image and add utility for extracting Scheduled Protocol from Basic resource Remove extension from ImagingStudy and add subject reference to Basic. Enhance DICOM handling and task status management in FHIR API integration ...
- Loading branch information
Showing
26 changed files
with
1,753 additions
and
1,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ build | |
modules/dicom3tools | ||
docs/.buildinfo | ||
.test* | ||
*.sqlite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,3 @@ | |
import dicom4ortho.config | ||
|
||
__version__ = dicom4ortho.config.VERSION | ||
__url__ = 'https://github.com/open-ortho/dicom4ortho' | ||
__author__ = 'Toni Magni' | ||
__email__ = '[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.