L_DicomGetImplementVersion

Summary

Gets the Implementation Version for the specified DICOM Associate.

Syntax

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomGetImplementVersion(hPDU, strImplementVersion, SizeInWords)

Parameters

HDICOMPDU hPDU

A DICOM Associate handle.

L_TCHAR * strImplementVersion

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

L_UINT32 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

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_DicomIsImplementVersion.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.