Skip to content

vintasoft/WinForms-Dicom_Mpr_Viewer_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VintaSoft WinForms DICOM MPR Viewer Demo

This C# project uses VintaSoft Imaging .NET SDK and demonstrates how to view DICOM MPR in WinForms:

  • Create and view 3D multiplanar reconstruction of DICOM images.
  • Create and view 2D multiplanar reconstruction of DICOM images.

Screenshot

Usage

  1. Get the 30 day free evaluation license for VintaSoft Imaging .NET SDK as described here: https://www.vintasoft.com/docs/vsimaging-dotnet/Licensing-Evaluation.html

  2. Update the evaluation license in "CSharp\MainForm.cs" file:

    Vintasoft.Imaging.ImagingGlobalSettings.Register("REG_USER", "REG_EMAIL", "EXPIRATION_DATE", "REG_CODE");
    
  3. Build the project ("DicomMprViewerDemo.Net8.csproj" file) in Visual Studio or using .NET CLI:

    dotnet build DicomMprViewerDemo.Net8.csproj
    
  4. Run compiled application and try to view DICOM MPR.

Documentation

VintaSoft Imaging .NET SDK on-line User Guide and API Reference for .NET developer is available here: https://www.vintasoft.com/docs/vsimaging-dotnet/

Support

Please visit our online support center if you have any question or problem.

About

VintaSoft WinForms DICOM MPR Viewer Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages