C#
VB
C++
Represents an in-memory cache of DICOM Hangning Protocol information.
[SerializableAttribute()]
[ToolboxItemAttribute(true)]
[XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[XmlRootAttribute("HangingProtocolDataset")]
[HelpKeywordAttribute("vs.data.DataSet")]
public class HangingProtocolDataset : DataSet
<SerializableAttribute(),
ToolboxItemAttribute(true),
XmlSchemaProviderAttribute("GetTypedDataSetSchema"),
XmlRootAttribute("HangingProtocolDataset"),
HelpKeywordAttribute("vs.data.DataSet")>
Public Class HangingProtocolDataset
Inherits System.Data.DataSet
public [SerializableAttribute,
ToolboxItemAttribute(true),
XmlSchemaProviderAttribute(L"GetTypedDataSetSchema"),
XmlRootAttribute(L"HangingProtocolDataset"),
HelpKeywordAttribute(L"vs.data.DataSet")]
ref class HangingProtocolDataset : System::Data::DataSet
This is a strongly typed System.Data.DataSet which has the schema information for the underlying DICOM Composite Instance database.
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