Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class AdvancedDicomClientAssociationRequest

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

    Inheritance
    System.Object
    AdvancedDicomClientAssociationRequest
    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.Association
    Assembly: fo-dicom.core.dll
    Syntax
    public class AdvancedDicomClientAssociationRequest

    Constructors

    AdvancedDicomClientAssociationRequest()

    Declaration
    public AdvancedDicomClientAssociationRequest()

    Properties

    CalledAE

    Gets the called application entity.

    Declaration
    public string CalledAE { get; set; }
    Property Value
    Type Description
    System.String

    CallingAE

    Gets the calling application entity.

    Declaration
    public string CallingAE { get; set; }
    Property Value
    Type Description
    System.String

    ExtendedNegotiations

    Gets the (common) extended negotiations

    Declaration
    public DicomExtendedNegotiationCollection ExtendedNegotiations { get; }
    Property Value
    Type Description
    DicomExtendedNegotiationCollection

    MaxAsyncOpsInvoked

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

    Declaration
    public int MaxAsyncOpsInvoked { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxAsyncOpsPerformed

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

    Declaration
    public int MaxAsyncOpsPerformed { get; set; }
    Property Value
    Type Description
    System.Int32

    PresentationContexts

    Gets the supported presentation contexts.

    Declaration
    public DicomPresentationContextCollection PresentationContexts { get; }
    Property Value
    Type Description
    DicomPresentationContextCollection

    UserIdentityNegotiation

    Gets or sets the user identity negotiation information

    Declaration
    public DicomUserIdentityNegotiation UserIdentityNegotiation { get; set; }
    Property Value
    Type Description
    DicomUserIdentityNegotiation

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors