←Select platform

FindBySOPInstanceUID Method

Summary

Obtains the row with the given SOP instance UID.

Syntax

C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "17.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public SRDocumentGeneralRow FindBySOPInstanceUID( 
   string SOPInstanceUID 
) 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"17.0.0.0")] 
   SRDocumentGeneralRow^ FindBySOPInstanceUID( 
      String^ SOPInstanceUID 
   ) 

Parameters

SOPInstanceUID

The SOP instance UID to find.

Return Value

An SRDocumentGeneralRow that represents the row.

Remarks

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

Requirements

Target Platforms

See Also

SRDocumentGeneralDataTable Class

SRDocumentGeneralDataTable Members

Leadtools.Medical.Storage.DataAccessLayer Namespace

Help Version 23.0.2024.5.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.