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
CallingAE
Gets the calling application entity.
public string CallingAE { get; set; }
Property Value
ExtendedNegotiations
Gets the (common) extended negotiations
public DicomExtendedNegotiationCollection ExtendedNegotiations { get; }
Property Value
MaxAsyncOpsInvoked
Gets or sets the supported maximum number of asynchronous operations invoked.
public int MaxAsyncOpsInvoked { get; set; }
Property Value
MaxAsyncOpsPerformed
Gets or sets the supported maximum number of asynchronous operations performed.
public int MaxAsyncOpsPerformed { get; set; }
Property Value
PresentationContexts
Gets the supported presentation contexts.
public DicomPresentationContextCollection PresentationContexts { get; }
Property Value
UserIdentityNegotiation
Gets or sets the user identity negotiation information
public DicomUserIdentityNegotiation UserIdentityNegotiation { get; set; }