←Select platform

ExistsDicom Method

Summary

A default implementation of ExistsDicom

Syntax
C#
VB
C++
public Exception ExistsDicom( 
   DataRow row, 
   out bool exists 
) 
Public Function ExistsDicom( 
   ByVal row As System.Data.DataRow, 
   ByVal exists As System.Boolean& 
) As System.Exception 
public:  
   System::Exception^ ExistsDicom( 
      System::Data::DataRow^ row, 
      bool&^ exists 
   ) 

Parameters

row

DataRow

exists

bool

Return Value

Exception

Remarks

For more information, see ExistsDicom

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