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

Fix comments pr88 #89

Merged
merged 6 commits into from
Jan 3, 2025
Merged

Conversation

dwikler
Copy link
Collaborator

@dwikler dwikler commented Jan 3, 2025

This merge request addresses reviewers comments in #88.
It modifies cstorescp.py to have ExplicitVRLittleEndian as default transfer syntax and modifies Treatment Summary Record 2 letters acronym to 3 letters.
It also updates CStoreSCP class tests and fix an issue in the integration test when run under Windows.

- exclude Flake8 config
- exclude scratchpad personal stuff
- exclude sqlite db files
- Fix issue calling pynetdicom apps
- Add vscode config to .gitgnore
- Make ExplicitVRLittleEndian default transfer syntax
- Modify RTSUMREC abbreviation
Copy link
Owner

@sjswerdloff sjswerdloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@@ -48,11 +49,20 @@ def setUpClass(cls):
cls.invalid_xfer_syntaxes = [
xfer for xfer, is_valid in XFER_SYNTAXES.items() if not is_valid]

# Create the list of default transfer syntaxes
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a candidate for refactoring for re-use

@sjswerdloff sjswerdloff merged commit bfda7c6 into sjswerdloff:main Jan 3, 2025
1 check passed
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.

2 participants