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

[FIX] Deprecate ScanDate (PET) in favor of AcquisitionTime in scans.tsv files #798

Merged
merged 4 commits into from
Jul 13, 2021
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ which we divide into several categories:
| InjectionStart | REQUIRED | [number][] | Time of start of injection with respect to `TimeZero` in the default unit seconds. This corresponds to DICOM Tag 0018, 1042 `Contrast/Bolus Start Time` converted to seconds relative to `TimeZero`. |
| FrameTimesStart | REQUIRED | [array][] of [numbers][] | Start times for all frames relative to `TimeZero` in default unit seconds. |
| FrameDuration | REQUIRED | [array][] of [numbers][] | Time duration of each frame in default unit seconds. This corresponds to DICOM Tag 0018, 1242 `Actual Frame Duration` converted to seconds. |
| ScanDate | RECOMMENDED | [string][] | Date of scan in the default unit `"YYYY-MM-DD[Z]"`, with the Z indicator being optional for indicating UTC timezone (see [Units](../02-common-principles.md#units)). |
| ScanDate | RECOMMENDED | [string][] | Date (and optionally time) of scan formatted as YYYY-MM-DD[Thh:mm:ss[.000000]][Z] (see also [Units](../02-common-principles.md#units)).
| InjectionEnd | RECOMMENDED | [number][] | Time of end of injection with respect to `TimeZero` in the default unit seconds. |

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