Leadtools.Dicom.Services
LEAD Technologies, Inc

GetDicomFileName Method






A System.String representing the Study Instance UID to match the DICOM file. This parameter can be null.
A System.String representing the Series Instance UID to match the DICOM file. This parameter can be null.
A System.String representing the SOP Instance UID to match the DICOM file. This parameter can be null.
User custom data.
Gets the physical path of the DICOM files.
Syntax
'Declaration
 
Function GetDicomFileName( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMQuery
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim extraData As String
Dim value() As String
 
value = instance.GetDicomFileName(studyInstanceUID, seriesInstanceUID, sopInstanceUID, extraData)
function Leadtools.Dicom.Services.IDICOMQuery.GetDicomFileName( 
   studyInstanceUID ,
   seriesInstanceUID ,
   sopInstanceUID ,
   extraData 
)

Parameters

studyInstanceUID
A System.String representing the Study Instance UID to match the DICOM file. This parameter can be null.
seriesInstanceUID
A System.String representing the Series Instance UID to match the DICOM file. This parameter can be null.
sopInstanceUID
A System.String representing the SOP Instance UID to match the DICOM file. This parameter can be null.
extraData
User custom data.
Remarks

This method is to support the plug-ins architecture on the server side. It's not intended to be exposed on the WCF service.

Example
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
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

IDICOMQuery Interface
IDICOMQuery Members

 

 


Products | Support | Contact Us | Copyright Notices

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