Skip to content

Commit

Permalink
ENH: Use "Tag XXXX, YYYY" not "Tag (XXXX,YYYY)" for DICOM Tags (#1758)
Browse files Browse the repository at this point in the history
In general I like more (XXXX,YYYY) form but the other form more prevalent and
thus what I also suggested in https://github.com/bids-standard/bids-specification/pull/1450/files
  • Loading branch information
yarikoptic authored Apr 19, 2024
1 parent 3896ba5 commit bbe2283
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/schema/rules/sidecars/pet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ PETPharmaceuticals:
fields:
PharmaceuticalName:
level: recommended
description_addendum: Corresponds to DICOM Tag (0008,0034) `Intervention Drug Name`.
description_addendum: Corresponds to DICOM Tag 0008, 0034 `Intervention Drug Name`.
PharmaceuticalDoseAmount:
level: recommended
description_addendum: Corresponds to DICOM Tag (0008,0028) `Intervention Drug Dose`.
description_addendum: Corresponds to DICOM Tag 0008, 0028 `Intervention Drug Dose`.
PharmaceuticalDoseUnits: recommended
PharmaceuticalDoseRegimen: recommended
PharmaceuticalDoseTime:
Expand All @@ -136,17 +136,17 @@ PETTime:
ScanStart: required
InjectionStart:
level: required
description_addendum: Corresponds to DICOM Tag (0018,1072) `Radiopharmaceutical Start Time`.
description_addendum: Corresponds to DICOM Tag 0018, 1072 `Radiopharmaceutical Start Time`.
FrameTimesStart: required
FrameDuration: required
InjectionEnd:
level: recommended
description_addendum: |
Corresponds to DICOM Tag (0018,1073) `Radiopharmaceutical Stop Time`
Corresponds to DICOM Tag 0018, 1073 `Radiopharmaceutical Stop Time`
converted to seconds relative to TimeZero.
ScanDate:
level: deprecated
description_addendum: Corresponds to DICOM Tag (0008,0022) `Acquisition Date`.
description_addendum: Corresponds to DICOM Tag 0008, 0022 `Acquisition Date`.

PETReconstruction:
selectors:
Expand All @@ -158,40 +158,40 @@ PETReconstruction:
ImageDecayCorrectionTime: required
ReconMethodName:
level: required
description_addendum: This partly matches the DICOM Tag (0054,1103) `Reconstruction Method`.
description_addendum: This partly matches the DICOM Tag 0054, 1103 `Reconstruction Method`.
ReconMethodParameterLabels:
level: required
description_addendum: This partly matches the DICOM Tag (0054,1103) `Reconstruction Method`.
description_addendum: This partly matches the DICOM Tag 0054, 1103 `Reconstruction Method`.
ReconMethodParameterUnits:
level: recommended
level_addendum: required if `ReconMethodParameterLabels` does not contain `"none"`
description_addendum: This partly matches the DICOM Tag (0054,1103) `Reconstruction Method`.
description_addendum: This partly matches the DICOM Tag 0054, 1103 `Reconstruction Method`.
ReconMethodParameterValues:
level: recommended
level_addendum: required if `ReconMethodParameterLabels` does not contain `"none"`
description_addendum: This partly matches the DICOM Tag (0054,1103) `Reconstruction Method`.
description_addendum: This partly matches the DICOM Tag 0054, 1103 `Reconstruction Method`.
ReconFilterType:
level: required
description_addendum: This partly matches the DICOM Tag (0018,1210) `Convolution Kernel`.
description_addendum: This partly matches the DICOM Tag 0018, 1210 `Convolution Kernel`.
ReconFilterSize:
level: recommended
level_addendum: required if `ReconFilterType` is not `"none"`
description_addendum: This partly matches the DICOM Tag (0018,1210) `Convolution Kernel`.
description_addendum: This partly matches the DICOM Tag 0018, 1210 `Convolution Kernel`.
AttenuationCorrection:
level: required
description_addendum: This corresponds to DICOM Tag (0054,1101) `Attenuation Correction Method`.
description_addendum: This corresponds to DICOM Tag 0054, 1101 `Attenuation Correction Method`.
ReconMethodImplementationVersion: recommended
AttenuationCorrectionMethodReference: recommended
ScaleFactor: recommended
ScatterFraction:
level: recommended
description_addendum: Corresponds to DICOM Tag (0054,1323) `Scatter Fraction Factor`.
description_addendum: Corresponds to DICOM Tag 0054, 1323 `Scatter Fraction Factor`.
DecayCorrectionFactor:
level: recommended
description_addendum: Corresponds to DICOM Tag (0054,1321) `Decay Factor`.
description_addendum: Corresponds to DICOM Tag 0054, 1321 `Decay Factor`.
DoseCalibrationFactor:
level: recommended
description_addendum: Corresponds to DICOM Tag (0054,1322) `Dose Calibration Factor`.
description_addendum: Corresponds to DICOM Tag 0054, 1322 `Dose Calibration Factor`.
PromptRate: recommended
SinglesRate: recommended
RandomRate: recommended
Expand Down

0 comments on commit bbe2283

Please sign in to comment.