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

[ENH] Use deidentification consistently in place of anonymization #1799

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/modality-agnostic-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ ses-followup 2009-06-17T13:45:30 110
Template: `code/*`

Source code of scripts that were used to prepare the dataset MAY be stored here.
Examples include anonymization or defacing of the data, or
Examples include deidentification or defacing of the data, or
the conversion from the format of the source data to the BIDS format
(see [source vs. raw vs. derived data](./common-principles.md#source-vs-raw-vs-derived-data)).
Extra care should be taken to avoid including original IDs or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ NIfTI headers.

### `*_asllabeling.*`

An anonymized screenshot of the planning of the labeling slab/plane
A deidentified screenshot of the planning of the labeling slab/plane
with respect to the imaging slab or slices.
This screenshot is based on DICOM macro C.8.13.5.14.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ A guide for using macros can be found at
-->
{{ MACROS___make_sidecar_table("pet.PETTime") }}

We refer to the common principles for the standards for describing dates and timestamps, including possibilities for anonymization (see [Units](../common-principles.md#units)).
We refer to the common principles for the standards for describing dates and timestamps, including possibilities for deidentification (see [Units](../common-principles.md#units)).

#### Reconstruction

Expand Down
4 changes: 2 additions & 2 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ acq_time__scans:
Acquisition time refers to when the first data point in each run was acquired.
Furthermore, if this header is provided, the acquisition times of all files
from the same recording MUST be identical.
Datetime format and their anonymization are described in
Datetime format and their deidentification are described in
[Units](SPEC_ROOT/common-principles.md#units).
type: string
format: datetime
Expand All @@ -28,7 +28,7 @@ acq_time__sessions:
display_name: Session acquisition time
description: |
Acquisition time refers to when the first data point of the first run was acquired.
Datetime format and their anonymization are described in
Datetime format and their deidentification are described in
[Units](SPEC_ROOT/common-principles.md#units).
type: string
format: datetime
Expand Down
2 changes: 1 addition & 1 deletion src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ LabelingLocationDescription:
Description of the location of the labeling plane (`"CASL"` or `"PCASL"`) or
the labeling slab (`"PASL"`) that cannot be captured by fields
`LabelingOrientation` or `LabelingDistance`.
May include a link to an anonymized screenshot of the planning of the
May include a link to a deidentified screenshot of the planning of the
labeling slab/plane with respect to the imaging slab or slices
`*_asllabeling.*`.
Based on DICOM macro C.8.13.5.14.
Expand Down
2 changes: 1 addition & 1 deletion src/schema/objects/suffixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ asllabeling:
value: asllabeling
display_name: ASL Labeling Screenshot
description: |
An anonymized screenshot of the planning of the labeling slab/plane
A deidentified screenshot of the planning of the labeling slab/plane
with respect to the imaging slab or slices.
This screenshot is based on DICOM macro C.8.13.5.14.
beh:
Expand Down