C#
VB
C++
Finds a InstanceRow in the System.Data.DataTable.Rows collection by the SOP Instance UID value.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public InstanceRow FindBySOPInstanceUID(
string SOPInstanceUID
)
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0"),
DebuggerNonUserCodeAttribute()>
Public Function FindBySOPInstanceUID(
ByVal SOPInstanceUID As String
) As InstanceRow
public:
[GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator",
L"4.0.0.0")]
[DebuggerNonUserCodeAttribute]
InstanceRow^ FindBySOPInstanceUID(
String^ SOPInstanceUID
)
SOPInstanceUID
A System.String representing the SOP Instance UID.
The InstanceRow that matches the given SOPInstanceUID. It returns null if no results are found.
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