Returns the DicomDataSet that corresponds to row"/>
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
row
a System.Data.DataRow in the Instance table
the DicomDataSet that corresponds to row"/>
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET