←Select platform

LoadDicomDataSet(DataRow,DicomDataSetLoadFlags) Method

Summary

Returns the DicomDataSet that corresponds to row"/>

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

Parameters

row

a System.Data.DataRow in the Instance table

flags

DicomDataSetSaveFlags that specified the Load(intptr,int64,DicomDataSetFlags) behavior.

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly