Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetStrippedDicomFile Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : GetStrippedDicomFile Method



sopInstanceUID
The DICOM SOP Instance UID String for the DICOM object.
Retrieve a DICOM object information without the image data.

Syntax

Visual Basic (Declaration) 
Public Function GetStrippedDicomFile( _
   ByVal sopInstanceUID As String _
) As DicomDataSet
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim sopInstanceUID As String
Dim value As DicomDataSet
 
value = instance.GetStrippedDicomFile(sopInstanceUID)
C# 
public DicomDataSet GetStrippedDicomFile( 
   string sopInstanceUID
)
C++/CLI 
public:
DicomDataSet GetStrippedDicomFile( 
   String^ sopInstanceUID
) 

Parameters

sopInstanceUID
The DICOM SOP Instance UID String for the DICOM object.

Return Value

Returns a DicomDataSet without the image data.

Example

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

Remarks

If the DICOM file has been requested before the method will get it from the user cache.

Requirements

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

See Also

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