Hi Andriy,
The index is in a file called PrivateTagIndex.xml contained in CTP/libraries/CTP.jar which will be updated in new releases. The source of that information is coming from WUSTL’s team managing The Cancer Imaging Archive (specifically Steve Moore) which has been gathered in the process of de-identifying all the collections we post. It does as you suspected in terms of keeping a vendor/software/version specific list of when elements are safe. JP would have to discuss how that’s actually implemented in the CTP code if you’re curious.
We have discussed some options for allowing other people to add to the database in the past. At this point I’m not convinced that any kind of complex process is worthwhile, so just talking to WUSTL and JP directly is probably the easiest way to propose new elements. This may change to something more formal if we start to get lots of feedback down the road.
Justin
Justin Kirby
Bioinformatics Analyst III
Applied/Developmental Research Directorate
Frederick National Laboratory for Cancer Research
Leidos Biomedical Research, Inc.
Support to: Cancer Imaging Program
240-276-6016 office
240-367-3626 blackberry
Check out The Cancer Imaging Archive (TCIA) : a large archive of medical images of cancer accessible for download.
Notice: This email and any attachments to it are intended only for the identified recipient. It may contain proprietary or otherwise legally protected information for Leidos Biomedical Research, Inc. Any unauthorized use or disclosure of this communication is strictly prohibited. If you have received this communication in error, please notify the sender and delete or otherwise destroy the email and all attachments immediately.
--
You received this message because you are subscribed to the Google Groups "RSNA's CTP/MIRC User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rsnas-ctpmirc-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
John,
Just a thought, but many toolkits (including the dcm4che version that CTP uses) simply hardcode the VR of private elements as UN. Since you are capturing that information in the private tag index, it would be nice if the CTP Anonymizer also converted the VR from UN to the one in the table.
(Better would be the ability to include private tags in the dictionary of the underlying toolkit. I’m not sure that is possible for dcm4che v1.)
Lawrence
John, this makes sense. Thank you for the github pointer.
What do you think about the other suggestion about including the description of the private tag to make this resource more comprehensive?
That would work.
For NBIA, certain of the private elements actually get added by the DICOM Anonymizer (e.g. the group 13 provenance info added to images submitted to NBIA). One could also have the anonymizer add the VR.
We would have to add the NBIA Group 13 stuff to the DB of safe private attributes. I’ll talk to Steve about that.