Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IDicomClientFactory

    Namespace: FellowOakDicom.Network.Client
    Assembly: fo-dicom.core.dll
    Syntax
    public interface IDicomClientFactory

    Methods

    Create(String, Int32, ITlsInitiator, String, String)

    Initializes an instance of DicomClient.

    Declaration
    IDicomClient Create(string host, int port, ITlsInitiator tlsInitiator, string callingAe, string calledAe)
    Parameters
    Type Name Description
    System.String host

    DICOM host.

    System.Int32 port

    Port.

    ITlsInitiator tlsInitiator

    The handler to initialte TLS security, if null then no TLS is enabled.

    System.String callingAe

    Calling Application Entity Title.

    System.String calledAe

    Called Application Entity Title.

    Returns
    Type Description
    IDicomClient

    Create(String, Int32, Boolean, String, String)

    Initializes an instance of DicomClient.

    Declaration
    IDicomClient Create(string host, int port, bool useTls, string callingAe, string calledAe)
    Parameters
    Type Name Description
    System.String host

    DICOM host.

    System.Int32 port

    Port.

    System.Boolean useTls

    True if TLS security should be enabled, false otherwise.

    System.String callingAe

    Calling Application Entity Title.

    System.String calledAe

    Called Application Entity Title.

    Returns
    Type Description
    IDicomClient

    Extension Methods

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