DicomObjects 8.48.237
dotnet add package DicomObjects --version 8.48.237
NuGet\Install-Package DicomObjects -Version 8.48.237
<PackageReference Include="DicomObjects" Version="8.48.237" />
<PackageVersion Include="DicomObjects" Version="8.48.237" />
<PackageReference Include="DicomObjects" />
paket add DicomObjects --version 8.48.237
#r "nuget: DicomObjects, 8.48.237"
#:package DicomObjects@8.48.237
#addin nuget:?package=DicomObjects&version=8.48.237
#tool nuget:?package=DicomObjects&version=8.48.237
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
- CharLS.Native (>= 4.0.0)
- Microsoft.AspNet.WebApi.Client (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.3)
- SharpDX (>= 4.2.0)
- SharpDX.Direct2D1 (>= 4.2.0)
- SharpDX.Direct3D11 (>= 4.2.0)
- SharpDX.DXGI (>= 4.2.0)
- SharpDX.Mathematics (>= 4.2.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
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 |
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