#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomSetCallbackExt(hNet, pCallbackExt)
HDICOMNET hNet; |
a DICOM Network handle |
pDICOMNETCALLBACKEXT pCallbackExt; |
pointer to a structure |
Sets up non-communication-related callback functions.
Parameter |
Description |
hNet |
A DICOM Network handle. |
pCallbackExt |
Pointer to a structure that contains information about the callback function being set. |
None.
Use the L_DicomSetCallbackExt function to set up non-communication-related callback functions. To set up callback functions that will be used by a Service Class Provider (SCP) or Service Class User (SCU), use the L_DicomSetCallback function.
Required DLLs and Libraries
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64, Linux.
For an example, refer to L_DicomCreateNetExt.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET