Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to process the nested tags inside of DICOM sequences? #88

Open
kirbyju opened this issue Aug 22, 2024 · 1 comment
Open

Comments

@kirbyju
Copy link

kirbyju commented Aug 22, 2024

See title. If not, any future plans to support this?

Thanks!

@pchoisel
Copy link
Collaborator

Hi @kirbyju,

Normally this is already supported.

There is a caveat: the anonymization method that has been selected for the sequence element will be applied to all the sub-elements of the sequences, regardless of the any specific rule that might have been set for a specific sub-element of the sequence.

For example, if you have the sequence:

(0008,1032) SQ ProcedureCodeSequence = <sequence of 1 item>
  #0
  (0008,0100) SH CodeValue = ITC02 
  (0008,0102) SH CodingSchemeDesignator = BROKER

If the anonymization replace has been selected for the tag (0008,1032), replace will be applied to (0008,0100) and (0008,0102). Even if there is a rule saying that (0008,0102) should be anonymized with the delete method.

If this is an issue, we may improve this to apply any specific rule to sequences' sub-elements.

Let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants