#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomSetRequest(hPDU, bRequest)
Sets the type of DICOM Associate (Request or Accept).
A DICOM Associate handle.
Flag that indicates the type of DICOM Associate to set. Possible values are:
Value | Meaning |
---|---|
TRUE | Sets the DICOM Associate to Associate Request. |
FALSE | Sets the DICOM Associate to Associate Accept. |
None.
For more information about Associate Connections, refer to Creating a DICOM Associate Connection.
To determine what of Associate a specific DICOM Associate is, use L_DicomIsRequest.
Required DLLs and Libraries
Win32, x64, Linux.
This example sets the type of an Associate class
L_INT DicomSetRequestExample(HDICOMPDU hPDU)
{
L_DicomSetRequest(hPDU, TRUE);
return DICOM_SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document