←Select platform

LoadDicomDataSet(DataRow) Method

Summary

Returns the DicomDataSet that corresponds to row"/>

Syntax
C#
C++/CLI
public DicomDataSet LoadDicomDataSet( 
   DataRow row 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.