DimseEventHandler Delegate
Represents the method that will handle a DIMSE service event.
[Visual Basic]
Public Delegate Sub DimseEventHandler( _
ByVal
dimseService As
DimseService _
)
[C#]
public delegate void DimseEventHandler(
DimseService dimseService);
Parameters
-
dimseService
- The DIMSE service object: C_Move,C_Find,C_Echo,C_Store, N_Action,N_Create,N_Delete,N_Event_Report,N_Get,N_Set.
Requirements
Namespace:
dcmNET
Assembly: dcmNET (in dcmNET.dll)
See Also
dcmNET Namespace