DicomObjects 8.48.237

dotnet add package DicomObjects --version 8.48.237
                    
NuGet\Install-Package DicomObjects -Version 8.48.237
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DicomObjects" Version="8.48.237" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DicomObjects" Version="8.48.237" />
                    
Directory.Packages.props
<PackageReference Include="DicomObjects" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DicomObjects --version 8.48.237
                    
#r "nuget: DicomObjects, 8.48.237"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DicomObjects@8.48.237
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DicomObjects&version=8.48.237
                    
Install as a Cake Addin
#tool nuget:?package=DicomObjects&version=8.48.237
                    
Install as a Cake Tool

DicomObjects is a simple to use .NET Framework based DICOM library. The API is user-friendly and is aimed to provide easy ways to build your DICOM solution. This library is actively supported by MedicalConnections Ltd. If you have any questions please contact our support team

All .NET Framework (CLR 4.0 & 4.8) releases of DicomObjects are listed here.
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.48.237 198 5/13/2026
8.48.236 2,540 12/16/2025
8.48.235 1,361 11/21/2025
8.48.234 1,372 11/20/2025
8.48.232 1,401 11/18/2025
8.48.231 1,681 7/17/2025
8.48.230 1,170 7/11/2025
8.48.229 1,485 4/7/2025
8.48.228 5,098 11/28/2024
8.48.226-preview-103 250 11/27/2024
8.40.1216 99 5/14/2026
8.40.1215 649 1/21/2026
8.40.1214 1,183 7/10/2025
8.40.1213 1,203 6/30/2025
8.40.1212 1,243 1/28/2025
8.40.1102 1,548 3/25/2025
Loading failed

DataSet ValidationOptions & DefaultValidationOptions properties added

Added CalculatePETWindowingIfMissing regword to calculate PET VOI window width and level from the 3D volume pixel data when PET/Enhanced PET images do not contain valid WindowCenter and WindowWidth metadata.

Added CustomCustomPETWindowingFunctionDelegate to allow users to create a function to calculate their own windowing values.

Handling Jpeg Baseline image more correctly when the PI doesn't match the data.

Changed DicomImage3D.DownSample back to float

General Fixes and Improvements