Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images.
The following are the steps to read the native DICOM metadata.
Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....resources GitHub examples You may easily run the code above and...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....resources GitHub examples You may easily run the code from documentation...
This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
Follow this step-by-step tutorial to convert XLS to XLSX in Java. Perform document conversion without Microsoft Office to convert XLS to XLSX using Java.... However, you may also use this example as a template...
Review the step-by-step procedure to compare Images in Java and learn how to develop the functionality to compare two images and highlight differences Java....and target documents and you may use this sample code for comparing...
This article provides instructions on how to convert TXT to DOCX using Java, complete with a code sample to export TXT to DOCX in Java on any operating system.... Updated on 02 May 2023 English Français Türkçe...
This short tutorial explains the process in detail to compare PDF files using C# and guides you to develop the functionality to compare two PDF files using C#....for comparison, however, you may enhance the code for comparing...
This article provides guidance on how to convert HTML to DOCX using C#. It also includes code example to export HTML to DOCX in C# on various operating systems....However, there are times when you may need to convert HTML to a different...