Skip to content

Commit

Permalink
Ensure we keep linkages between rt images, dose, plan, and struct fil…
Browse files Browse the repository at this point in the history
…es by using the same uids after anonymisation
  • Loading branch information
p-j-smith committed Nov 7, 2024
1 parent 6591dde commit 00bc356
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions projects/configs/tag-operations/rt-dose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
group: 0x0010
element: 0x0020
op: replace
- name: Referenced SOP Class UID
group: 0x0008
element: 0x1150
op: keep
- name: Referenced SOP Instance UID
group: 0x0008
element: 0x1155
op: replace_UID
- name: Slice Thickness
group: 0x0018
element: 0x0050
Expand All @@ -36,3 +44,7 @@
group: 0x3004
element: 0x000e
op: keep
- name: Referenced RT Plan Sequence
group: 0x300c
element: 0x0002
op: keep
2 changes: 1 addition & 1 deletion projects/configs/tag-operations/rt-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Referenced SOP Instance UID
group: 0x0008
element: 0x1155
op: keep
op: replace_UID
- name: RT Plan Label
group: 0x300a
element: 0x0002
Expand Down
16 changes: 14 additions & 2 deletions projects/configs/tag-operations/rt-struct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: Referenced SOP Instance UID
group: 0x0008
element: 0x1155
op: keep
op: replace_UID
- name: Structure Set Label
group: 0x3006
element: 0x0002
Expand All @@ -48,10 +48,22 @@
group: 0x3006
element: 0x0022
op: keep
- name: Referenced Frame of Reference Sequence
group: 0x3006
element: 0x0010
op: keep
- name: RT Referenced Study Sequence
group: 0x3006
element: 0x0012
op: keep
- name: RT Referenced Series Sequence
group: 0x3006
element: 0x0014
op: keep
- name: Referenced Frame of Reference UID
group: 0x3006
element: 0x0024
op: keep
op: replace_UID
- name: ROI Name
group: 0x3006
element: 0x0026
Expand Down

0 comments on commit 00bc356

Please sign in to comment.