A way to get the information from Dicom Tags

Hello,

Looking for a way to get the information from the Dicom Tags. Particularly for measurements and other patient information. I have tried methods and looking through the SDK Documentation, even the examples and am still having issues.

Thanks!

Hi Jonathan,

It depends what tags you are looking for. We don’t extract all DICOM tags on load and make them available in our SDK by default.
You can find the most commonly used tags in DataComponents that are attached to a dataset, for instance in the ImageInfoDataComponent or the GeneralEquipmentModuleDataComponent.

If you need more specific tags you will most probably need to extract them manually using our ImFusionDicom plugin.

Cheers,
Christian