| Leadtools.Dicom Namespace : DicomWaveformSampleInterpretationType Enumeration |
public enum DicomWaveformSampleInterpretationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomWaveformSampleInterpretationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomWaveformSampleInterpretationType
public enum DicomWaveformSampleInterpretationType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomWaveformSampleInterpretationType = function() { };
Leadtools.Dicom.DicomWaveformSampleInterpretationType.prototype = {
Signed16BitLinear = 0x00000000,
Unsigned16BitLinear = 0x00000001,
Signed8BitLinear = 0x00000002,
Unsigned8BitLinear = 0x00000003,
Mulaw8Bit = 0x00000004,
Alaw8Bit = 0x00000005,
};
public enum class DicomWaveformSampleInterpretationType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomWaveformSampleInterpretationType