The Aspose.Medical DICOM to Text Converter for .NET provides advanced capabilities for extracting and converting DICOM data to human-readable text formats programmatically. DICOM (Digital Imaging and Communications in Medicine) files contain structured metadata that is essential for medical imaging workflows, but accessing this data often requires specialized tools.
This plugin enables developers to extract individual data values from DICOM datasets and serialize entire datasets to standards-compliant JSON and XML formats. The JSON serialization adheres to DICOM PS3.18 (Web Services standard), making it suitable for RESTful APIs, web viewers, and cloud-based storage systems. XML serialization provides an alternative format for systems requiring XML-based data interchange. Both formats support customization options for tag presentation, value representation, and bulk data handling.
Get Aspose.Medical for .NET from the releases page or NuGet, then activate via metered licensing.
If issues arise:
No. Download Aspose.Medical for .NET, reference it in your project, then activate DICOM to Text Converter via metered licensing.
The plugin supports conversion to JSON (DICOM PS3.18 compliant) and XML formats. You can also extract individual values as strings from the DICOM dataset programmatically.
Yes. JSON serialization supports options like pretty-print (indented output), using keywords as JSON keys, and custom bulk data handling. XML serialization provides similar customization through DicomXmlSerializerOptions.
Common use cases include building RESTful medical imaging APIs, integrating DICOM data with web viewers, exporting metadata for data analysis and machine learning, debugging DICOM file contents, and enabling interoperability with JSON/XML-based healthcare systems.