Gets the physical path of the DICOM files.
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)
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.
This method is to support the plug-ins architecture on the server side. It's not intended to be exposed on the WCF service.
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
