Leadtools.Dicom.WCF
LEAD Technologies, Inc

GetObjectTags Method (DICOMService)






The Study Instance UID for the DICOM objects to query. 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 SOP Instance UID for the DICOM objects. This value can be null or System.String.Empty.
User custom data.
Retrieves DICOM and image information for queried DICOM objects.
Syntax
public virtual ObjectTags GetObjectTags( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
'Declaration
 
Public Overridable Function GetObjectTags( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ObjectTags
'Usage
 
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)
public virtual ObjectTags GetObjectTags( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.GetObjectTags( 
   studyInstanceUID ,
   seriesInstanceUID ,
   sopInstanceUID ,
   extraData 
)
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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.