Skip to content
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

[MRG] Add support for Storage Management #889

Merged
merged 2 commits into from
Nov 18, 2023

Conversation

scaramallion
Copy link
Member

@scaramallion scaramallion commented Nov 18, 2023

Reference issue

Adds support for Storage Management service class, closes #880

Tasks

  • Unit tests added that reproduce issue or prove feature is working
  • Fix or feature added
  • Documentation and examples updated (if relevant)
  • Unit tests passing and coverage at 100% after adding fix/feature
  • Type annotations updated and passing with mypy

Copy link

codecov bot commented Nov 18, 2023

Codecov Report

Merging #889 (0b6a5ba) into main (d38eb18) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #889   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         8679      8690   +11     
=========================================
+ Hits          8679      8690   +11     
Files Coverage Δ
pynetdicom/association.py 100.00% <ø> (ø)
pynetdicom/events.py 100.00% <ø> (ø)
pynetdicom/service_class.py 100.00% <100.00%> (ø)
pynetdicom/service_class_n.py 100.00% <100.00%> (ø)
pynetdicom/sop_class.py 100.00% <100.00%> (ø)
pynetdicom/status.py 100.00% <100.00%> (ø)

@scaramallion scaramallion changed the title [WIP] Add support for Storage Management [MRG] Add support for Storage Management Nov 18, 2023
@scaramallion scaramallion merged commit 3251a34 into pydicom:main Nov 18, 2023
11 checks passed
@scaramallion scaramallion deleted the dev-storeman branch November 18, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Storage Management
1 participant