LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)
LEAD Technologies, Inc

DoGetObjectTags Method






The physical path of the DICOM file(s) to extract the DICOM and image information from.
User custom data.
Retrieves DICOM and Image information from a DICOM object(s).
Syntax
protected override ObjectTags DoGetObjectTags( 
   string[] dicomFiles,
   string extraData
)
'Declaration
 
Protected Overrides Function DoGetObjectTags( _
   ByVal dicomFiles() As String, _
   ByVal extraData As String _
) As ObjectTags
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFiles() As String
Dim extraData As String
Dim value As ObjectTags
 
value = instance.DoGetObjectTags(dicomFiles, extraData)
protected override ObjectTags DoGetObjectTags( 
   string[] dicomFiles,
   string extraData
)
 function Leadtools.Dicom.Services.MedicalWebViewer.MedicalWebViewerObjectRetrieve.DoGetObjectTags( 
   dicomFiles ,
   extraData 
)
protected:
ObjectTags^ DoGetObjectTags( 
   array<String^>^ dicomFiles,
   String^ extraData
) override 

Parameters

dicomFiles
The physical path of the DICOM file(s) to extract the DICOM and image information from.
extraData
User custom data.

Return Value

An ObjectTags object containing the DICOM and Image information for each specified DICOM object.
Remarks

The method returns a combination of DICOM elements information and Images information. The OverlayTags property will contain the DICOM information which can be identified by their DICOM DICOMTags.Tag value where the ObjectTags property will contain the Image information which can be identified by the DICOMTags~TagName.

For ObjectTags.GeneralTags the following DICOMTags.TagName are returned:

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

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

 

 


Products | Support | Contact Us | Copyright Notices

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