Leadtools.Dicom.Services

FindObjectInstance Method

Show in webframe



The Study Instance UID of the DICOM object to find. This value can be null or System.String.Empty.
The Series Instance UID for the DICOM objects to query. This value can be null or System.String.Empty.
The string representation of the DICOM Instance Number to search on. This value can be null or System.String.Empty.
The SOP Instance UID of the DICOM object. This value can be null or System.String.Empty.
Custom user data.
Queries for DICOM objects information based on search parameters.
Syntax
'Declaration
 
Function FindObjectInstance( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal instanceNumber As String, _
   ByVal SOPInstanceUID As String, _
   ByVal extraData As String _
) As List(Of ObjectInstanceInformation)
'Usage
 
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 ObjectInstanceInformation)
 
value = instance.FindObjectInstance(studyInstanceUID, seriesInstanceUID, instanceNumber, SOPInstanceUID, extraData)

Parameters

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

Return Value

A list of Leadtools.Dicom.Services.DataTypes.ObjectInstanceInformation containing the information found for each DICOM instance.
Remarks
Use the new method FindObjectInstanceEx to retrieve the DICOM Object frame count.
Requirements

Target Platforms

See Also

Reference

IDICOMQuery Interface
IDICOMQuery Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.