L_DicomSetCallbackExt

#include "ltdic.h"

L_VOID EXT_FUNCTION L_DicomSetCallbackExt(hNet, pCallbackExt)

HDICOMNET hNet;

/* a DICOM Network handle */

pDICOMNETCALLBACKEXT pCallbackExt;

/* pointer to a structure */

Sets up non-communication-related callback functions. This function is available in the Medical Suite Toolkit.

Parameter

Description

hNet

A DICOM Network handle.

pCallbackExt

Pointer to a structure that contains information about the callback function being set.

Returns

None.

Comments

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.

Libraries

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

L_DicomCreateNet, L_DicomFreeNet, L_DicomStartup, PRIVATEKEYPASSWORD, L_DicomCreateNetExt, L_DicomSetClientCertificateTLS, L_DicomSetServerCertificateTLS, L_DicomSetCallback

Topics:

Working with DICOM Network Connections
Adding TLS Security to a DICOM Connection

DICOM Network Connection: Creating a Network Connection

DICOM Net: TLS Protocol

Example

For an example, refer to L_DicomCreateNetExt.