Search Results for

    Show / Hide Table of Contents

    Class DicomAssociation

    Representation of a DICOM association.

    Inheritance
    Object
    DicomAssociation
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class DicomAssociation

    Constructors

    DicomAssociation()

    Initializes a new instance of the DicomAssociation class.

    Declaration
    public DicomAssociation()

    DicomAssociation(String, String)

    Initializes a new instance of the DicomAssociation class.

    Declaration
    public DicomAssociation(string callingAe, string calledAe)
    Parameters
    Type Name Description
    String callingAe

    The calling Application Entity.

    String calledAe

    The called Application Entity.

    Properties

    CalledAE

    Gets the called application entity.

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

    CallingAE

    Gets the calling application entity.

    Declaration
    public string CallingAE { get; }
    Property Value
    Type Description
    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
    Int32

    MaxAsyncOpsPerformed

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

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

    MaximumPDULength

    Gets the maximum PDU length that the remote service accepts.

    Declaration
    public uint MaximumPDULength { get; }
    Property Value
    Type Description
    UInt32

    Options

    Gets or sets options to control behavior of DicomService base class.

    Declaration
    public DicomServiceOptions Options { get; }
    Property Value
    Type Description
    DicomServiceOptions

    PresentationContexts

    Gets the supported presentation contexts.

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

    RemoteHost

    Gets the remote host.

    Declaration
    public string RemoteHost { get; }
    Property Value
    Type Description
    String

    RemoteImplementationClassUID

    Gets the remote implementation class UID.

    Declaration
    public DicomUID RemoteImplementationClassUID { get; }
    Property Value
    Type Description
    DicomUID

    RemoteImplementationVersion

    Gets the remote implementation version.

    Declaration
    public string RemoteImplementationVersion { get; }
    Property Value
    Type Description
    String

    RemotePort

    Gets the remote port.

    Declaration
    public int RemotePort { get; }
    Property Value
    Type Description
    Int32

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string that represents the current object.

    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors