L_DicomGetImplementVersion

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomGetImplementVersion(hPDU, strImplementVersion, SizeInWords)

HDICOMPDU hPDU;

/* a DICOM associate handle */

L_TCHAR * strImplementVersion;

/* buffer to be updated */

L_UINT32 SizeInWords;

/* size of the strImplementVersion string buffe */

Gets the Implementation Version for the specified DICOM Associate.

Parameter

Description

hPDU

A DICOM Associate handle.

strImplementVersion

Null terminated character string that contains the implementation version. The length of this string should not exceed PDU_MAX_VERSION_SIZE + 1.

SizeInWords

Size of the strImplementVersion string buffer.

Returns

None.

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

Platforms

Win32, x64

See Also

Functions:

L_DicomIsImplementVersion, L_DicomSetImplementVersion

Topics:

Working with DICOM Associate Connections

Example

For an example, refer to L_DicomIsImplementVersion.