DicomObjects 8.48.236

dotnet add package DicomObjects --version 8.48.236
                    
NuGet\Install-Package DicomObjects -Version 8.48.236
                    
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.236" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DicomObjects" Version="8.48.236" />
                    
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.236
                    
#r "nuget: DicomObjects, 8.48.236"
                    
#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.236
                    
#: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.236
                    
Install as a Cake Addin
#tool nuget:?package=DicomObjects&version=8.48.236
                    
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.236 1,766 12/16/2025
8.48.235 1,078 11/21/2025
8.48.234 1,092 11/20/2025
8.48.232 1,120 11/18/2025
8.48.231 1,390 7/17/2025
8.48.230 889 7/11/2025
8.48.229 1,208 4/7/2025
8.48.228 4,808 11/28/2024
8.48.226 1,092 11/6/2024
8.48.226-preview-103 242 11/27/2024
8.40.1215 350 1/21/2026
8.40.1214 907 7/10/2025
8.40.1213 914 6/30/2025
8.40.1212 965 1/28/2025
8.40.1211 1,004 11/6/2024
8.40.1102 1,262 3/25/2025
Loading failed

TryConvertInvalidTags read behavior added to automatically correct (convert) missmatched VRs and values to correct type.