Specifies options for DICOM communication.
[FlagsAttribute()]
public enum DicomNetFlags
<FlagsAttribute()>
Public Enum DicomNetFlags
public:
[FlagsAttribute]
enum class DicomNetFlags sealed
Value | Member | Description |
---|---|---|
0x00000000 | None | All Group Length Standard Data Elements are automatically removed from any DICOM datasets used in DICOM Communication. This is the default behavior. |
0x00000001 | SendDataWithGroupLengthStandardDataElements | All Group Length Standard Data Elements are automatically included with any DICOM datasets used in DICOM Communication. |
Group Length Standard Data Elements were retired in the 2007 DICOM Specification (PS3.5-2007). Group Length Standard Data Elements are of the form (gggg,0000) where where the group gggg is not 0, 2, 4, 6.
DICOM Communication typically involves a DICOM command set, and a DICOM data set.
All group Length Standard Data Elements are automatically removed from DICOM datasets used in DICOM communication by default.
Even though Group Length Standard Data Elements are retired, older implementations of DICOM SCU and DICOM SCP may expect Group Length Standard Data Elements. If this is the case, set the DicomNet.Flags property to DicomNetFlags.SendDataWithGroupLengthStandardDataElements.
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