Replies: 1 comment 1 reply
-
What phantom would this be analyzing? Generally speaking, you could filter out the series based on the phases. E.g. here's a rudimentary filter:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CPQR's most recent Technical Quality Control Guidelines for CT Sims requires analyzing each phase annually for contrast, resolution, and slice thickness. Page 11, Table 4. For our clinic this would require manually exporting each phase individually and analyzing each using the CatPhan module. An alternate idea would be to use the DICOM header information to determine the phase, and then analyze each phase in turn, however this idea has a problem.
As best as I can tell the only phase information being populated by our scanner is the Series Description
(0008, 103e) Series Description LO: '4D LUNG 2.0 Br38 3 60%'
How does the group feel about manually parsing text fields that will be vendor, and possibly version dependent?
Beta Was this translation helpful? Give feedback.
All reactions