Actions
Feature #531
closedDcmSCU: Add new methods for closing an association
Start date:
2013-07-12
Due date:
% Done:
100%
Estimated time:
Module:
dcmnet
Operating System:
Compiler:
Description
It would be nice to have two dedicated methods for closing an association (e.g. as in DcmStorageSCU):
- releaseAssociation() -> closeAssociation(DCMSCU_RELEASE_ASSOCIATION);
- abortAssociation() -> closeAssociation(DCMSCU_ABORT_ASSOCIATION);
Maybe, the current closeAssociation() method should be moved to the "protected" section since DCMSCU_PEER_REQUESTED_RELEASE and DCMSCU_PEER_ABORTED_ASSOCIATION are probably only used by derived classed. However, this would break existing code.
Actions