Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services Namespace > IDICOMQuery Interface : GetDicomFileName Method |
string[] GetDicomFileName( string studyInstanceUID, string seriesInstanceUID, string sopInstanceUID, string extraData )
'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)
array<String^>^ GetDicomFileName( String^ studyInstanceUID, String^ seriesInstanceUID, String^ sopInstanceUID, String^ extraData )
This method is to support the plug-ins architecture on the server side. It's not intended to be exposed on the WCF service.