Visual Basic (Declaration) | |
---|---|
Public Function GetStrippedDicomFile( _ ByVal sopInstanceUID As String _ ) As DicomDataSet |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.Please check our Medical Web Viewer demo, located in WinForms.csproj project.
If the DICOM file has been requested before the method will get it from the user cache.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family