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: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate DicomServiceApplicationInfo CreateApplicationInfoDelegate(DicomUID sopClass, byte[] rawApplicationInfo);
    Parameters
    Type Name Description
    DicomUID sopClass

    SOP Class UID.

    Byte[] rawApplicationInfo

    The raw application info byte data.

    Returns
    Type Description
    DicomServiceApplicationInfo

    The application information class.

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