Table of Contents

Class AdvancedDicomClientAssociationRequest

Namespace
FellowOakDicom.Network.Client.Advanced.Association
Assembly
fo-dicom.core.dll

Contains all the possible parameters that can change how a DICOM association is requested

public class AdvancedDicomClientAssociationRequest
Inheritance
AdvancedDicomClientAssociationRequest
Inherited Members
Extension Methods

Constructors

AdvancedDicomClientAssociationRequest()

public AdvancedDicomClientAssociationRequest()

Properties

CalledAE

Gets the called application entity.

public string CalledAE { get; set; }

Property Value

string

CallingAE

Gets the calling application entity.

public string CallingAE { get; set; }

Property Value

string

ExtendedNegotiations

Gets the (common) extended negotiations

public DicomExtendedNegotiationCollection ExtendedNegotiations { get; }

Property Value

DicomExtendedNegotiationCollection

MaxAsyncOpsInvoked

Gets or sets the supported maximum number of asynchronous operations invoked.

public int MaxAsyncOpsInvoked { get; set; }

Property Value

int

MaxAsyncOpsPerformed

Gets or sets the supported maximum number of asynchronous operations performed.

public int MaxAsyncOpsPerformed { get; set; }

Property Value

int

PresentationContexts

Gets the supported presentation contexts.

public DicomPresentationContextCollection PresentationContexts { get; }

Property Value

DicomPresentationContextCollection

UserIdentityNegotiation

Gets or sets the user identity negotiation information

public DicomUserIdentityNegotiation UserIdentityNegotiation { get; set; }

Property Value

DicomUserIdentityNegotiation