#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.  | 
None.
Setting the Implementation Version can be disabled, or enabled and set using L_DicomSetImplementVersion.
Required DLLs and Libraries
| 
 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application  | 
Win32, x64, Linux.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
