You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`MWLServer`: registers a C-ECHO handler and adds `Verification` to its supported presentation contexts.
`PACSServer`: adds `Verification` to its supported presentation contexts. A C-ECHO handler was already registered, but without the Verification context the association would be rejected before reaching it. pynetdicom's [Verification Service Examples](https://pydicom.github.io/pynetdicom/stable/examples/verification.html) shows that an SCP must explicitly call `ae.add_supported_context(Verification)`.
0 commit comments