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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article explAins how to get source and target texts of specific changes using GroupDocs.Comparison for .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article explAins how to get collection of changes between compared documents when using GroupDocs.Comparison for Java....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Extract, add, and remove attachments in emAil messages using Python via .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its contAining folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This page explAins how to convert a file to PDF, Word, Excel, PowerPoint, EmAil, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This page explAins how to convert a file to PDF, Word, Excel, PowerPoint, EmAil, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article describes the mAin functions of GroupDocs.Comparison for Python via .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This section contAins articles with explanation how to sign documents with electronic signatures using .Net c#...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...