←Select platform

LoadDicomDataSet(DataRow) Method

Summary

A default implementation that returns the DicomDataSet that corresponds to row"/>

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

Parameters

row

a System.Data.DataRow in the Instance table

Return Value

the DicomDataSet that corresponds to row"/>

Remarks

For more information, see LoadDicomDataSet(DataRow)

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