L_DicomSetCallback

#include "ltdic.h"

L_VOID EXT_FUNCTION L_DicomSetCallback(hNet, pCallback)

HDICOMNET hNet;

/* a DICOM Network handle */

pDICOMNETCALLBACK pCallback;

/* pointer to a structure */

Sets the callback functions to be used. This function is available in the Medical Suite Toolkit.

Parameter

Description

hNet

A DICOM Network handle.

pCallback

Pointer to a structure that contains the callback functions to set.

Returns

None.

Comments

Any callback function that will be used by an SCU or an SCP must be set using this function.

Required DLLs and 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:

ACCEPTCALLBACK, CLOSECALLBACK, CONNECTCALLBACK, RECEIVECALLBACK, SENDCALLBACK, RECEIVEASSOCIATEREQUESTCALLBACK, RECEIVEASSOCIATEACCEPTCALLBACK, RECEIVEASSOCIATEREJECTCALLBACK, RECEIVEDATACALLBACK, RECEIVERELEASEREQUESTCALLBACK, RECEIVERELEASERESPONSECALLBACK, RECEIVEABORTCALLBACK, RECEIVECSTOREREQUESTCALLBACK, RECEIVECSTORERESPONSECALLBACK, RECEIVECFINDREQUESTCALLBACK, RECEIVECFINDRESPONSECALLBACK, RECEIVECGETREQUESTCALLBACK, RECEIVECGETRESPONSECALLBACK, RECEIVECMOVEREQUESTCALLBACK, RECEIVECMOVERESPONSECALLBACK, RECEIVECCANCELREQUESTCALLBACK, RECEIVECECHOREQUESTCALLBACK, RECEIVECECHORESPONSECALLBACK, RECEIVENREPORTREQUESTCALLBACK, RECEIVENREPORTRESPONSECALLBACK, RECEIVENGETREQUESTCALLBACK, RECEIVENGETRESPONSECALLBACK, RECEIVENSETREQUESTCALLBACK, RECEIVENSETRESPONSECALLBACK, RECEIVENACTIONREQUESTCALLBACK, RECEIVENACTIONRESPONSECALLBACK, RECEIVENCREATEREQUESTCALLBACK, RECEIVENCREATERESPONSECALLBACK, RECEIVENDELETEREQUESTCALLBACK, RECEIVENDELETERESPONSECALLBACK, RECEIVEUNKNOWNCALLBACK

Topics:

Working with DICOM Network Connections

Example

For an example, refer to L_DicomConnect.