Class DicomAssociationRejectedEvent
When the DICOM association is rejected
Inheritance
System.Object
DicomAssociationRejectedEvent
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Network.Client.Advanced.Connection
Assembly: fo-dicom.core.dll
Syntax
public class DicomAssociationRejectedEvent : IAdvancedDicomClientConnectionEvent
Properties
Reason
Why the association was rejected
Declaration
public DicomRejectReason Reason { get; }
Property Value
Type | Description |
---|---|
DicomRejectReason |
Result
Whether the rejection is permanent or only temporary
Declaration
public DicomRejectResult Result { get; }
Property Value
Type | Description |
---|---|
DicomRejectResult |
Source
Who rejected the association
Declaration
public DicomRejectSource Source { get; }
Property Value
Type | Description |
---|---|
DicomRejectSource |