←Select platform

GetObjectTags Method

Summary

Retrieves DICOM and image information for queried DICOM objects.

Syntax

C#
VB
C++
public ObjectTags GetObjectTags( 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopInstanceUID, 
   string extraData 
) 
  
Public Function GetObjectTags( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal extraData As String _ 
) As Leadtools.Dicom.Services.Datatypes.ObjectTags 
public: 
Leadtools.Dicom.Services.Datatypes.ObjectTags^ GetObjectTags(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   String^ extraData 
)  

Parameters

studyInstanceUID
The Study Instance UID for the DICOM objects to query. 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.

sopInstanceUID
The SOP Instance UID for the DICOM objects. This value can be null or System.String.Empty.

extraData
User custom data.

Return Value

An Leadtools.Dicom.Services.DataTypes.ObjectTags object which contains the DICOM objects information that matches the query parameters.

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.WCF Assembly