LDicomWaveformChannel::SetChannelStatus

#include "Ltdic.h"

L_VOID LDicomWaveformChannel::SetChannelStatus(uStatus)

Sets the channel status.

Parameters

L_UINT16 uStatus

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

Returns

None.

Comments

For more information please refer to the "Channel Status"(003A, 0205) element in the DICOM standard.

Required DLLs and Libraries

Platforms

Win32, x64

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help