C#
VB
C++
Determines whether the specified DicomDataSet is a hanging protocol.
[ExtensionAttribute()]
public static bool IsHangingProtocolDataSet(
DicomDataSet ds
)
Public Shared Function IsHangingProtocolDataSet( _
ByVal ds As DicomDataSet _
) As Boolean
public:
static bool IsHangingProtocolDataSet(DicomDataSet ^ds);
ds The DicomDataSet to test.
true
if the specified dataset is a hanging protocol, otherwise false
.
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