Hi Aida,

        When reading DICOM data, the DICOM tags are not stored in the
imported DataEntity. There are a lot of tags and stored per slice, so It
will be difficult to retrieve these data in a structured way for all the
cases. There are several possible solutions to your problem:
        1. Load the file directly in your plugin. We can store the filename
path of the DICOM data in the DataEntity. Your processor can read the file
using dcmAPI and retrieve the tags you need.
        2. Add an "import tags" button/flag in the DICOM Plugin: We could
add a button/flag in the DICOM Plugin to import the DICOM tags from the
current slice and create a DataEntity with all this information. For example
using the DICOM tags browser widget.

        Please let me know what do you think is the best solution for your
problem.

Best regards,
Xavi

From: Aida Ninyerola [mailto:[email protected]] 
Sent: lunes, 09 de julio de 2012 14:42
To: [email protected]
Subject: [Gimias-developers] reading DICOM tags

Hello, 

I need to read some tags from the dicom file loaded by the user. I need some
of the information to proccess the images.
Is there any way to have this information from the dicom tags in my plugin?

Thanks,
Aida


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers

Reply via email to