←Select platform

FindByStudyInstanceUIDReferencedSOPInstanceUID Method

Summary

Finds a ReferencedStudySequenceRow in the System.Data.DataTable.Rows collection by the Study Instance UID and Referenced SOP Instance UID value.

Syntax
C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public ReferencedStudySequenceRow FindByStudyInstanceUIDReferencedSOPInstanceUID( 
   string StudyInstanceUID, 
   string ReferencedSOPInstanceUID 
) 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ReferencedStudySequenceRow^ FindByStudyInstanceUIDReferencedSOPInstanceUID( 
      String^ StudyInstanceUID, 
      String^ ReferencedSOPInstanceUID 
   ) 

Parameters

StudyInstanceUID

A System.String representing the Study Instance UID.

ReferencedSOPInstanceUID

A System.String representing the Referenced SOP Instance UID.

Return Value

The ReferencedStudySequenceRow that matches the given StudyInstanceUID and ReferencedSOPInstanceUID. It will return null if no results are found.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
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.