Leadtools.Dicom.Services Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FindObjectInstanceEx Method
See Also 
Leadtools.Dicom.Services Namespace > IDICOMQuery Interface : FindObjectInstanceEx Method



studyInstanceUID
The Study Instance UID of the DICOM object to find. This value can be null or Empty.
seriesInstanceUID
The Series Instance UID for the DICOM objects to query. This value can be null or Empty.
instanceNumber
The string representation of the DICOM Instance Number to search on. This value can be null or Empty.
SOPInstanceUID
The SOP Instance UID of the DICOM object. This value can be null or Empty.
extraData
Custom user data.
Query for DICOM objects information based on search parameters.

Syntax

Visual Basic (Declaration) 
Overridable Function FindObjectInstanceEx( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal instanceNumber As String, _
   ByVal SOPInstanceUID As String, _
   ByVal extraData As String _
) As List(Of ObjectInstanceInformationEx)
Visual Basic (Usage)Copy Code
Dim instance As IDICOMQuery
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim instanceNumber As String
Dim SOPInstanceUID As String
Dim extraData As String
Dim value As List(Of ObjectInstanceInformationEx)
 
value = instance.FindObjectInstanceEx(studyInstanceUID, seriesInstanceUID, instanceNumber, SOPInstanceUID, extraData)
C++/CLI 
virtual List<ObjectInstanceInformationEx>^ FindObjectInstanceEx( 
   String^ studyInstanceUID,
   String^ seriesInstanceUID,
   String^ instanceNumber,
   String^ SOPInstanceUID,
   String^ extraData
) 

Parameters

studyInstanceUID
The Study Instance UID of the DICOM object to find. This value can be null or Empty.
seriesInstanceUID
The Series Instance UID for the DICOM objects to query. This value can be null or Empty.
instanceNumber
The string representation of the DICOM Instance Number to search on. This value can be null or Empty.
SOPInstanceUID
The SOP Instance UID of the DICOM object. This value can be null or Empty.
extraData
Custom user data.

Return Value

A list of ObjectInstanceInformationEx containing the information found for each DICOM instance.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also

FindObjectInstanceEx requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features