Skip to content

Commit 8a27802

Browse files
committed
fix: wrong body_part_examined in gc_autopet_fpr model
1 parent 82e7d77 commit 8a27802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/gc_autopet_fpr/meta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Positron Emission Tomography (PET) image with fluorodeoxyglucose (FDG) tracer",
1111
"format": "DICOM",
1212
"modality": "PT",
13-
"bodypartexamined": "Whole Body",
13+
"bodypartexamined": "WHOLEBODY",
1414
"slicethickness": "3mm",
1515
"non-contrast": false,
1616
"contrast": false
@@ -20,7 +20,7 @@
2020
"description": "Computed Tomography (CT) image after contrast administration",
2121
"format": "DICOM",
2222
"modality": "CT",
23-
"bodypartexamined": "Whole Body",
23+
"bodypartexamined": "WHOLEBODY",
2424
"slicethickness": "3mm",
2525
"non-contrast": false,
2626
"contrast": true

0 commit comments

Comments
 (0)