L_DicomGetImplementVersion

#include "ltdic.h"

L_CHAR * EXT_FUNCTION L_DicomGetImplementVersion(hPDU)

HDICOMPDU hPDU;

/* a DICOM Associate handle */

Returns the Implementation Version for the specified DICOM Associate.

Parameter

Description

hPDU

A DICOM Associate handle.

Returns

The Implementation Version for the specified DICOM Associate.

Comments

Setting the Implementation Version can be disabled, or enabled and set using L_DicomSetImplementVersion.

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_DicomIsImplementVersion, L_DicomSetImplementVersion

Topics:

Working with DICOM Associate Connections

Example

For an example, refer to L_DicomIsImplementVersion.