←Select platform

FindBySOPInstanceUID Method

Summary

Finds the row with the given SOP Instance UID value.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ExternalStoreRow FindBySOPInstanceUID( 
   string SOPInstanceUID 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function FindBySOPInstanceUID( 
   ByVal SOPInstanceUID As String 
) As ExternalStoreRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ExternalStoreRow^ FindBySOPInstanceUID( 
      String^ SOPInstanceUID 
   ) 

Parameters

SOPInstanceUID

The SOP Instance UID value to find.

Return Value

A ExternalStoreRow that represents the row.

Remarks

Looks up the table for the given id and returns an instance of the row found, otherwise it returns null.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly