←Select platform

LoadDicomDataSet(DataRow) Method

Summary

Returns the DicomDataSet that corresponds to row"/>

Syntax

C#
VB
C++
public DicomDataSet LoadDicomDataSet( 
   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, refer to Introduction To The External Store Walk-through.

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