-
Notifications
You must be signed in to change notification settings - Fork 2
511 - anonymisation for spectroscopy data #513
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1976f87
Adds configs files for mr spectroscopy with relevant tags #511
mxochicale 0554a05
Merge branch 'main' into 511-anonymisation-spectroscopy-data
mxochicale 930f568
Adds Stef`s suggestion on expecting none in dicom at projects/configs…
mxochicale 1be4168
adds tags for 0002 and 0008 groups from `DICOM/csi_slaser_40_20_MR/1.…
mxochicale dff1b18
adds some ~20% of the tags from `dicom.dcmread(DICOM/csi_slaser_40_20…
mxochicale 7efd8d2
Merge branch 'main' into 511-anonymisation-spectroscopy-data
mxochicale ae6ea45
remove ms-pinpoint from base tag operations for mr-spectroscopy
p-j-smith 76f0901
Keep all tags unique to mr spectroscopy
p-j-smith 72666c0
Add manufacturer overrides for mr-spectroscopy
p-j-smith ae283f4
Rename mr-spectroscopy project to test-mr-spectroscopy project
p-j-smith a470222
Merge branch 'main' into 511-anonymisation-spectroscopy-data
p-j-smith cb79c3d
Use latest version of dicom-validator
p-j-smith 29b3136
remove manufacturer overrides for mr-spectroscopy
p-j-smith 9cbba49
Merge branch 'main' into 511-anonymisation-spectroscopy-data
p-j-smith 41bff31
remove patient id from spectroscopy anonymisation config
p-j-smith e8835ab
Move config Acquisition DateTime, Content Date, and Content Time to m…
p-j-smith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,190 @@ | ||
| # Copyright (c) University College London Hospitals NHS Foundation Trust | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| - name: Device Serial Number | ||
| group: 0x0018 | ||
| element: 0x1000 | ||
| op: keep | ||
| - name: Content Qualification | ||
| group: 0x0018 | ||
| element: 0x9004 | ||
| op: keep | ||
| - name: Pulse Sequence Name | ||
| group: 0x0018 | ||
| element: 0x9005 | ||
| op: keep | ||
| - name: Echo Pulse Sequence | ||
| group: 0x0018 | ||
| element: 0x9008 | ||
| op: keep | ||
| - name: Multi-planar Excitation | ||
| group: 0x0018 | ||
| element: 0x9012 | ||
| op: keep | ||
| - name: Steady State Pulse Sequence | ||
| group: 0x0018 | ||
| element: 0x9017 | ||
| op: keep | ||
| - name: Echo Planar Pulse Sequence | ||
| group: 0x0018 | ||
| element: 0x9018 | ||
| op: keep | ||
| - name: Spectrally Selected Suppression | ||
| group: 0x0018 | ||
| element: 0x9025 | ||
| op: keep | ||
| - name: Geometry of k-Space Traversal | ||
| group: 0x0018 | ||
| element: 0x9032 | ||
| op: keep | ||
| - name: Segmented k-Space Traversal | ||
| group: 0x0018 | ||
| element: 0x9033 | ||
| op: keep | ||
| - name: Spectral Width | ||
| group: 0x0018 | ||
| element: 0x9052 | ||
| op: keep | ||
| - name: Chemical Shift Reference | ||
| group: 0x0018 | ||
| element: 0x9053 | ||
| op: keep | ||
| - name: Volume Localization Technique | ||
| group: 0x0018 | ||
| element: 0x9054 | ||
| op: keep | ||
| - name: De-coupling | ||
| group: 0x0018 | ||
| element: 0x9059 | ||
| op: keep | ||
| - name: k-space Filtering | ||
| group: 0x0018 | ||
| element: 0x9064 | ||
| op: keep | ||
| - name: Time Domain Filtering | ||
| group: 0x0018 | ||
| element: 0x9065 | ||
| op: keep | ||
| - name: Number of Zero Fills | ||
| group: 0x0018 | ||
| element: 0x9066 | ||
| op: keep | ||
| - name: Baseline Correction | ||
| group: 0x0018 | ||
| element: 0x9067 | ||
| op: keep | ||
| - name: Acquisition Duration | ||
| group: 0x0018 | ||
| element: 0x9073 | ||
| op: keep | ||
| - name: Number of k-Space Trajectories | ||
| group: 0x0018 | ||
| element: 0x9093 | ||
| op: keep | ||
| - name: Transmitter Frequency | ||
| group: 0x0018 | ||
| element: 0x9098 | ||
| op: keep | ||
| - name: Resonant Nucleus | ||
| group: 0x0018 | ||
| element: 0x9100 | ||
| op: keep | ||
| - name: Frequency Correction | ||
| group: 0x0018 | ||
| element: 0x9101 | ||
| op: keep | ||
| - name: Slab Thickness | ||
| group: 0x0018 | ||
| element: 0x9104 | ||
| op: keep | ||
| - name: Slab Orientation | ||
| group: 0x0018 | ||
| element: 0x9105 | ||
| op: keep | ||
| - name: Mid Slab Position | ||
| group: 0x0018 | ||
| element: 0x9106 | ||
| op: keep | ||
| - name: Multiple Spin Echo | ||
| group: 0x0018 | ||
| element: 0x9011 | ||
| op: keep | ||
| - name: Volume Localization Sequence | ||
| group: 0x0018 | ||
| element: 0x9126 | ||
| op: keep | ||
| - name: Applicable Safety Standard Agency | ||
| group: 0x0018 | ||
| element: 0x9174 | ||
| op: keep | ||
| - name: First Order Phase Correction | ||
| group: 0x0018 | ||
| element: 0x9198 | ||
| op: keep | ||
| - name: Water Referenced Phase Correction | ||
| group: 0x0018 | ||
| element: 0x9199 | ||
| op: keep | ||
| - name: MR Spectroscopy Acquisition Type | ||
| group: 0x0018 | ||
| element: 0x9200 | ||
| op: keep | ||
| - name: Dimension Organization UID | ||
| group: 0x0020 | ||
| element: 0x9164 | ||
| op: keep | ||
| - name: Dimension Index Pointer | ||
| group: 0x0020 | ||
| element: 0x9165 | ||
| op: keep | ||
| - name: Dimension Organization Sequence | ||
| group: 0x0020 | ||
| element: 0x9221 | ||
| op: keep | ||
| - name: Dimension Index Sequence | ||
| group: 0x0020 | ||
| element: 0x9222 | ||
| op: keep | ||
| - name: Number of Frames | ||
| group: 0x0028 | ||
| element: 0x0008 | ||
| op: keep | ||
| - name: Data Point Rows | ||
| group: 0x0028 | ||
| element: 0x9001 | ||
| op: keep | ||
| - name: Data Point Columns | ||
| group: 0x0028 | ||
| element: 0x9002 | ||
| op: keep | ||
| - name: Signal Domain Columns | ||
| group: 0x0028 | ||
| element: 0x9003 | ||
| op: keep | ||
| - name: Data Representation | ||
| group: 0x0028 | ||
| element: 0x9108 | ||
| op: keep | ||
| - name: Acquisition Context Sequence | ||
| group: 0x0040 | ||
| element: 0x0555 | ||
| op: keep | ||
| - name: Shared Functional Groups Sequence | ||
| group: 0x5200 | ||
| element: 0x9229 | ||
| op: keep | ||
| - name: Spectroscopy Data | ||
| group: 0x5600 | ||
| element: 0x0020 | ||
| op: keep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Copyright (c) 2022 University College London Hospitals NHS Foundation Trust | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| project: | ||
| name: "test-mr-spectroscopy" | ||
| modalities: ["MR"] | ||
|
|
||
| tag_operation_files: | ||
| base: | ||
| - "base.yaml" | ||
| - "mri.yaml" | ||
| - "mr-spectroscopy.yaml" | ||
| manufacturer_overrides: | ||
| - "mri.yaml" | ||
|
|
||
| series_filters: | ||
| - "localizer" | ||
| - "localiser" | ||
| - "scout" | ||
| - "positioning" | ||
|
|
||
| destination: | ||
| dicom: "none" | ||
| parquet: "none" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.