←Select platform

GetDicomFileName Method

Summary

Gets the physical path of the DICOM files.

Syntax

C#
VB
C++
public string[] GetDicomFileName( 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopInstanceUID, 
   string extraData 
) 
  
Function GetDicomFileName( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal extraData As String _ 
) As String() 
array<String^>^ GetDicomFileName(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   String^ 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly