LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FindByOtherStudyNumberStudyInstanceUID Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.OtherStudyNumbersDataTable Class : FindByOtherStudyNumberStudyInstanceUID Method



OtherStudyNumber
Type: System.Decimal. The Other Study Number.
StudyInstanceUID
A System.String representing the Study Instance UID.
OtherStudyNumber
Type: System.Decimal. The Other Study Number.
StudyInstanceUID
A System.String representing the Study Instance UID.
Finds a CompositeInstanceDataSet.OtherStudyNumbersRow in the System.Data.DataTable.Rows collection by the Other Study Number and Study Instance UID value.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Public Function FindByOtherStudyNumberStudyInstanceUID( _
   ByVal OtherStudyNumber As Decimal, _
   ByVal StudyInstanceUID As String _
) As CompositeInstanceDataSet.OtherStudyNumbersRow
Visual Basic (Usage)Copy Code
Dim instance As CompositeInstanceDataSet.OtherStudyNumbersDataTable
Dim OtherStudyNumber As Decimal
Dim StudyInstanceUID As String
Dim value As CompositeInstanceDataSet.OtherStudyNumbersRow
 
value = instance.FindByOtherStudyNumberStudyInstanceUID(OtherStudyNumber, StudyInstanceUID)
C++/CLI 
[DebuggerNonUserCodeAttribute()]
public:
CompositeInstanceDataSet.OtherStudyNumbersRow^ FindByOtherStudyNumberStudyInstanceUID( 
   decimal OtherStudyNumber,
   String^ StudyInstanceUID
) 

Parameters

OtherStudyNumber
Type: System.Decimal. The Other Study Number.
StudyInstanceUID
A System.String representing the Study Instance UID.

Return Value

The CompositeInstanceDataSet.OtherStudyNumbersRow that matches the given OtherStudyNumber and StudyInstanceUID. NULL if no result found.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features