Table of Contents

Delegate DicomServiceApplicationInfo.CreateApplicationInfoDelegate

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

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

public delegate DicomServiceApplicationInfo DicomServiceApplicationInfo.CreateApplicationInfoDelegate(DicomUID sopClass, byte[] rawApplicationInfo)

Parameters

sopClass DicomUID

SOP Class UID.

rawApplicationInfo byte[]

The raw application info byte data.

Returns

DicomServiceApplicationInfo

The application information class.

Extension Methods