Leadtools.Dicom.WCF Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetObjectTags Method
See Also 
Leadtools.Dicom.WCF Namespace > DICOMService Class : GetObjectTags Method



studyInstanceUID
The Study Instance UID for the DICOM objects to query. 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.
sopInstanceUID
The SOP Instance UID for the DICOM objects. This value can be null or Empty.
extraData
User custom data.
studyInstanceUID
The Study Instance UID for the DICOM objects to query. 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.
sopInstanceUID
The SOP Instance UID for the DICOM objects. This value can be null or Empty.
extraData
User custom data.
Retrieve DICOM and image information for queried DICOM objects.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetObjectTags( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ObjectTags
Visual Basic (Usage)Copy Code
Dim instance As DICOMService
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ObjectTags
 
value = instance.GetObjectTags(studyInstanceUID, seriesInstanceUID, sopInstanceUID, extraData)
C# 
public virtual ObjectTags GetObjectTags( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
C++/CLI 
public:
virtual 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 Empty.
seriesInstanceUID
The Series Instance UID for the DICOM objects to query. This value can be null or Empty.
sopInstanceUID
The SOP Instance UID for the DICOM objects. This value can be null or Empty.
extraData
User custom data.

Return Value

An ObjectTags object which contains the DICOM objects information that matches the query parameters.

Requirements

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

See Also

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