←Select platform

FindBySOPInstanceUID Method

Summary

Finds the row with the given Id value.

Syntax
C#
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public HangingProtocolRow FindBySOPInstanceUID( 
   string SOPInstanceUID 
) 

Parameters

SOPInstanceUID

The SOP Instance UID value to find.

Return Value

A HangingProtocolRow 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 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