L_DicomGetImplementClass

#include "ltdic.h"

L_CHAR * EXT_FUNCTION L_DicomGetImplementClass(hPDU)

HDICOMPDU hPDU;

/* a DICOM Associate handle */

Returns the Implementation Class name for the specified DICOM Associate.

Parameter

Description

hPDU

A DICOM Associate handle.

Returns

The name of the Implementation Class for the specified DICOM Associate.

Comments

Setting the Implementation Class can be disabled, or enabled and set using L_DicomSetImplementClass.

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_DicomIsImplementClass, L_DicomSetImplementClass

Topics:

Working with DICOM Associate Connections

Example

For an example, refer to L_DicomIsImplementClass.