#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomSetFlags(hNet, uDicomNetFlags)
A DICOM Network handle. This is the handle created by calling L_DicomCreateNet.
Flags to set on the hNet. Possible values are:
Value | Meaning |
---|---|
DICOMNET_FLAGS_NONE | [0x0] No flags. |
DICOMNET_FLAGS_SENDDATA_WITH_GROUP_LENGTH_STANDARD_DATA_ELEMENTS | [0x1] If set, group length elements will be sent for standard data elements. |
None.
Group Length (gggg,0000) Standard Data Elements have been retired.
The default behavior is to not include Group Length Standard Data Elements in DICOM communication.
Setting the DICOMNET_FLAGS_SENDDATA_WITH_GROUP_LENGTH_STANDARD_DATA_ELEMENTS flag will include Group Length Standard Data Elements in DICOM communication.
Note that Elements in groups 0, 2, 4 and 6 are not Standard Data Element, so for these groups, this does not apply.
For example, the CommandGroupLength element (0000,0000) is still required for these DIMSE commands:
Required DLLs and Libraries
Win32, x64, Linux.
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