-
Notifications
You must be signed in to change notification settings - Fork 3
Add thrombosis AF project #678
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
19 commits
Select commit
Hold shift + click to select a range
9a9494a
Add readme to project config
stefpiatek 1dcc378
Update readme linkage
stefpiatek 80ea2a3
Make config file a link in main readme
stefpiatek cb8b7d9
add config for thrombosis AF project
7afe18a
Merge branch 'stefpiatek/add_thrombosis_af' of https://github.com/SAF…
bcea599
add config files for thrombosis af project
e5077eb
updating config file for thormbosis af
5317778
update thrombosis-af config
a6d83ad
Merge branch 'main' of https://github.com/SAFEHR-data/PIXL into stefp…
stefpiatek 058353e
Merge branch 'stefpiatek/add_thrombosis_af' of https://github.com/SAF…
stefpiatek e5a1fa9
Fixes for work in prod
stefpiatek be0a5ee
Reduce debug noise
stefpiatek 8eae79a
Fix logging
stefpiatek 66aa818
Use trace for stdout redirect
stefpiatek 6409729
Merge branch 'main' of https://github.com/SAFEHR-data/PIXL into stefp…
stefpiatek 3d6cf5d
Update success to after upload
stefpiatek 34ca530
Merge branch 'stefpiatek/add_thrombosis_af' of https://github.com/SAF…
stefpiatek e12a7b9
Merge branch 'main' of https://github.com/SAFEHR-data/PIXL into stefp…
stefpiatek 6635679
Merge branch 'main' into stefpiatek/add_thrombosis_af
stefpiatek 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
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
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,8 @@ | ||
| # Project configurations for PIXL extractions | ||
|
|
||
| This directory contains: | ||
|
|
||
| - Configuration files for specific projects, including automated test cases, these reference the the sub-directories for their anonymisation rules. These are copied from [template_config.yaml](/template_config.yaml). Expand the [Setup PIXL in GAE section](/README.md#setup-pixl-in-gae) of the main readme find the `Configure a new project` section for more information | ||
| - [image-operations](./image-operations/): Methods for removing identifiable information from the pixel data of DICOM data | ||
| - [tag-operations](./tag-operations/): Allowlist for each DICOM tag. All projects are expected to use [tag-operations/base.yaml](./tag-operations/base.yaml), adding in extra configurations for each modality. Any DICOM tag not defined will be removed in anonymisation. | ||
| - In some cases, [tag-operations/manufacturer-overrides/](./tag-operations/manufacturer-overrides/) will be defined private DICOM tags are required from a manufacturer. |
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,25 @@ | ||
| # 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. | ||
|
|
||
| # Default `base.yaml` configuration file with commented links to their respective image modalities | ||
| # `base.yaml` configuration file is expected to be part of all projects configuration files | ||
|
|
||
| #################################### 0008 Group ################################### | ||
| # | ||
| # | ||
|
|
||
| - name: "Study Date" | ||
| group: 0x0008 | ||
| element: 0x0020 | ||
| op: "keep" |
43 changes: 43 additions & 0 deletions
43
projects/configs/uclh-investigating-correlations-of-thrombosis-risk-in-af.yaml
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,43 @@ | ||
| # 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. | ||
|
|
||
| project: | ||
| name: "uclh-investigating-correlations-of-thrombosis-risk-in-af" | ||
| modalities: ["CT"] # DICOM dataset modalities to retain | ||
| azure_kv_alias: null # Optional field to allow for a common secret prefix to be used | ||
|
|
||
| tag_operation_files: # DICOM tag anonymisation operations | ||
| base: | ||
| - "base.yaml" # Base schema | ||
| - "ct.yaml" | ||
| - "thrombosis-af.yaml" | ||
| manufacturer_overrides: [] # Manufactuer-dependendent overrides | ||
|
|
||
| allowed_manufacturers: | ||
| - regex: ".*" | ||
| exclude_series_numbers: [] | ||
|
|
||
| # Filter out any series with a single instance (e.g. PACS reports, screenshots) | ||
| min_instances_per_series: 6 | ||
|
|
||
| series_filters: | ||
| - "localizer" | ||
| - "localiser" | ||
| - "scout" | ||
| - "positioning" | ||
| - "mip" # for PET studies these series have PID | ||
|
|
||
| destination: | ||
| dicom: "ftps" # alternatives: "dicomweb", "xnat", "none" | ||
| parquet: "ftps" # alternatives: "none" |
Oops, something went wrong.
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.