LoadDicomDataSet(DataRow,DicomDataSetLoadFlags) Method

Summary

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

Syntax
C#
VB
C++
public DicomDataSet LoadDicomDataSet( 
   DataRow row, 
   DicomDataSetLoadFlags flags 
) 
  
Public Overloads Function LoadDicomDataSet( _ 
   ByVal row As DataRow, _ 
   ByVal flags As DicomDataSetLoadFlags _ 
) As DicomDataSet 
public: 
DicomDataSet^ LoadDicomDataSet(  
   DataRow^ row, 
   DicomDataSetLoadFlags flags 
)  

Parameters

row
a System.Data.DataRow in the Instance table

Return Value

the Leadtools.Dicom.DicomDataSet that corresponds to row"/>

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