| 
   Available in LEADTOOLS Medical Imaging toolkits.  | 
LDicomAssociate::GetImplementClass
#include "ltdic.h"
L_VOID LDicomAssociate::GetImplementClass(strImplementClass, SizeInWords)
| 
 L_TCHAR * strImplementClass;  | 
 /* buffer to be updated */  | 
| 
 L_UINT32 SizeInWords;  | 
 /* size of the destination string buffer */  | 
Returns the Implementation Class name for the DICOM Associate.
| 
 Parameter  | 
 Description  | 
| 
 strImplementClass  | 
 String Buffer to be updated with the Implementation Class name for the DICOM Associate.  | 
| 
 SizeInWords  | 
 Size of the destination string buffer.  | 
Returns
None.
Comments
Setting the Implementation Class can be disabled, or enabled and set using LDicomAssociate::SetImplementClass.
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:  | 
 LDicomAssociate::IsImplementClass, LDicomAssociate::SetImplementClass  | 
| 
 Topics:  | 
Example
For an example, refer to LDicomAssociate::IsImplementClass.