L_DicomGetCalling

#include "ltdic.h"

L_CHAR * EXT_FUNCTION L_DicomGetCalling(hPDU)

HDICOMPDU hPDU;

/* a DICOM Associate handle */

Returns the name of the calling Application Entity of the specified DICOM Associate.

Parameter

Description

hPDU

A DICOM Associate handle.

Returns

The name of the calling Application Entity of the specified DICOM Associate.

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:

L_DicomSetCalling, L_DicomGetCalled, L_DicomSetCalled

Topics:

Working with DICOM Associate Connections

Example

For an example, refer to L_DicomGetCalled.