Leadtools.Dicom.Services Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetDicomFileName Method
See Also 
Leadtools.Dicom.Services Namespace > IDICOMQuery Interface : GetDicomFileName Method



studyInstanceUID
A String representing the Study Instance UID to match the DICOM file. This parameter can be null.
seriesInstanceUID
A String representing the Series Instance UID to match the DICOM file. This parameter can be null.
sopInstanceUID
A String representing the SOP Instance UID to match the DICOM file. This parameter can be null.
extraData
User custom data.
Get the physical path of the DICOM files.

Syntax

Visual Basic (Declaration) 
Overridable Function GetDicomFileName( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As String()
Visual Basic (Usage)Copy Code
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)
C# 
virtual string[] GetDicomFileName( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
C++/CLI 
virtual array<String^>^ GetDicomFileName( 
   String^ studyInstanceUID,
   String^ seriesInstanceUID,
   String^ sopInstanceUID,
   String^ extraData
) 

Parameters

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

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

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.

Requirements

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

See Also

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