protected virtual void OnReceiveAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
- (void)onReceiveAssociateReject:(LTDicomAssociateRejectResultType)result source:(LTDicomAssociateRejectSourceType)source reason:(LTDicomAssociateRejectReasonType)reason;
protected:
virtual void OnReceiveAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
result
The type of the Association rejection.
source
The source of the Association rejection.
reason
The reason for the Association rejection.
A call to this method is generated on an SCU when an SCP calls SendAssociateReject. For more information on DICOM Associate connections, refer to Creating a DICOM Associate Connection. The value of reason depends on the value of source as follows:
To customize this method, you must derive a class from DicomNet and override this method.
For an example, refer to SendAssociateRequest.