Class DicomAssociationRejectedEvent
- Namespace
- FellowOakDicom.Network.Client.Advanced.Connection
- Assembly
- fo-dicom.core.dll
When the DICOM association is rejected
public class DicomAssociationRejectedEvent : IAdvancedDicomClientConnectionEvent
- Inheritance
-
DicomAssociationRejectedEvent
- Implements
- Inherited Members
- Extension Methods
Properties
Reason
Why the association was rejected
public DicomRejectReason Reason { get; }
Property Value
Result
Whether the rejection is permanent or only temporary
public DicomRejectResult Result { get; }
Property Value
Source
Who rejected the association
public DicomRejectSource Source { get; }