Sets the channel status.
#include "Ltdic.h"
L_LTDIC_API L_VOID L_DicomChannelSetStatus(hDICOMWaveFormChannel, uStatus)
A DICOM waveform channel handle.
The new channel status. You can combine values by using a bitwise OR ( | ). Possible values are:
Value | Meaning |
---|---|
DICOM_CHANNEL_STATUS_OK | [0x01] OK |
DICOM_CHANNEL_STATUS_TEST_DATA | [0x02] Test Data |
DICOM_CHANNEL_STATUS_DISCONNECTED | [0x04] Disconnected |
DICOM_CHANNEL_STATUS_QUESTIONABLE | [0x08] Questionable |
DICOM_CHANNEL_STATUS_INVALID | [0x10] Invalid |
DICOM_CHANNEL_STATUS_UNCALIBRATED | [0x20] Uncalibrated |
DICOM_CHANNEL_STATUS_UNZEROED | [0x40] Unzeroed |
None.
This function sets the channel status. For more information refer to the "Channel Status"(003A, 0205) element in the DICOM standard.
Win32, x64, Linux.
For an example, refer to L_DicomChannelSetSamples8.
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