←Select platform

HangingProtocolDataset Class

Summary

Represents an in-memory cache of DICOM Hangning Protocol information.

Syntax

C#
VB
C++
[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 

Remarks

This is a strongly typed System.Data.DataSet which has the schema information for the underlying DICOM Composite Instance database.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly