Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate DicomServiceApplicationInfo.CreateApplicationInfoDelegate

    Represents a call-back method to be executed when application info is created.

    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public delegate DicomServiceApplicationInfo CreateApplicationInfoDelegate(DicomUID sopClass, byte[] rawApplicationInfo);
    Parameters
    Type Name Description
    DicomUID sopClass

    SOP Class UID.

    System.Byte[] rawApplicationInfo

    The raw application info byte data.

    Returns
    Type Description
    DicomServiceApplicationInfo

    The application information class.

    Extension Methods

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