Table of Contents

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

DicomRejectReason

Result

Whether the rejection is permanent or only temporary

public DicomRejectResult Result { get; }

Property Value

DicomRejectResult

Source

Who rejected the association

public DicomRejectSource Source { get; }

Property Value

DicomRejectSource