Table of Contents

Class AssociationRejectedEventArgs

Namespace
FellowOakDicom.Network.Client.EventArguments
Assembly
fo-dicom.core.dll

Container class for arguments associated with the AssociationRejected event.

public class AssociationRejectedEventArgs : EventArgs
Inheritance
AssociationRejectedEventArgs
Inherited Members
Extension Methods

Constructors

AssociationRejectedEventArgs(DicomRejectResult, DicomRejectSource, DicomRejectReason)

Initializes an instance of the AssociationRejectedEventArgs class.

public AssociationRejectedEventArgs(DicomRejectResult result, DicomRejectSource source, DicomRejectReason reason)

Parameters

result DicomRejectResult

Association rejection result.

source DicomRejectSource

Source of association rejection.

reason DicomRejectReason

Reason for association rejection.

Properties

Reason

Gets the reason for the association rejection.

public DicomRejectReason Reason { get; }

Property Value

DicomRejectReason

Result

Gets the association rejection result.

public DicomRejectResult Result { get; }

Property Value

DicomRejectResult

Source

Gets the source of the association rejection.

public DicomRejectSource Source { get; }

Property Value

DicomRejectSource