" />
←Select platform

LoadDicomDataSet(DataRow) Method (IInstanceInfo)

Summary

Returns the DicomDataSet that corresponds to row"/>

Syntax

C#
VB
C++
public abstract DicomDataSet LoadDicomDataSet( 
   System.Data.DataRow row 
) 
Public MustOverride Function LoadDicomDataSet( 
   ByVal row As System.Data.DataRow 
) As DicomDataSet 
public:  
   virtual DicomDataSet^ LoadDicomDataSet( 
      System::Data::DataRow^ row 
   ) abstract 

Parameters

row

a System.Data.DataRow in the Instance table

Return Value

the DicomDataSet that corresponds to row"/>

Remarks

The default behavior is to load the DicomDataSet specified by ReferencedFile. If the DicomDataSet is stored externally, the DicomDataSet returned is specified by ExternalSToreGuid and StoreToken. Implementors must set their own behavior when using a custom database.

For more information, see: <see href="https://www.leadtools.com/help/leadtools/v19m/dh/to/dn-topics-introductionwalkthrough.html">Introduction To The External Store Walk-through</see>"

and <see href="https://www.leadtools.com/help/leadtools/v19m/dh/to/dn-topics-introductionwalkthrough.html">Introduction To The External Store Walk-through</see>

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize