C#
VB
C++
Gets the bits allocated.
[Element(DicomTag.BitsAllocated(), DefaultValue=new 0)]
public int BitsAllocated { get; }
Public ReadOnly Property BitsAllocated As Integer
public:
property int BitsAllocated {
int get();
}
Number of bits allocated for each pixel sample.
For an example refer to QueryRetrieveScu.Move(DicomScp, string, string, string,string).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET