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); // ....Viewer Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...
Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Viewer Product Family GroupDocs.Comparison...formats. We discussed the convert Image to PDF in C# code in our earlier...
We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Java examples out-of-the-box....Viewer Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...
Render files, list and save attachments in any supported format using GroupDocs.Viewer for Python via .NET to experience its simplicity and power in Python....Viewer Product Solution GroupDocs...format as image. ImageFileType.PNG : Sets the output image format...
Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following Image:
Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....Viewer Product Solution GroupDocs...folders will look like following image: Open IntelliJ Idea and import...
This article demonstrates how to convert PDF to Word, Excel, PowerPoint and Image formats with GroupDocs.Conversion for Java....Viewer Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...
This article is designed to assist you how to add distance annotation in JPG using C# along with comprehensive steps to insert distance annotation to JPG in C#....Viewer Product Family GroupDocs.Comparison...distance annotations to JPG images can significantly enhance the...
This article is crafted to guide you on how to add distance annotation to JPG using Java, providing detailed steps to insert distance annotation to JPG in Java....Viewer Product Family GroupDocs.Comparison...measurement aspects of your images is possible by incorporating...
Discover the process of how to convert PDF to GIF using Python. We will also provide the code example to export PDF to GIF using Python that works on every plateform....Viewer Product Family GroupDocs.Comparison...lightweight, universally supported images for web pages, emails, and...
This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Viewer Product Solution GroupDocs...extracted from a document, video, image, etc. GroupDocs.Metadata represents...