←Select platform

FindObjectInstanceEx Method

Summary

Queries for DICOM objects information based on search parameters.

Syntax

C#
VB
C++
public ObjectInstanceInformationEx[] FindObjectInstanceEx( 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string instanceNumber, 
   string SOPInstanceUID, 
   string extraData 
) 
  
Public Function FindObjectInstanceEx( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal instanceNumber As String, _ 
   ByVal SOPInstanceUID As String, _ 
   ByVal extraData As String _ 
) As Leadtools.Dicom.Web.ObjectInstanceInformationEx() 
public: 
Leadtools.Dicom.Web.array<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 System.String.Empty.

seriesInstanceUID
The Series Instance UID for the DICOM object 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

An array of ObjectInstanceInformationEx containing the information found for each DICOM instance.

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly