-
Notifications
You must be signed in to change notification settings - Fork 42
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
Contrast agent ambiguity #35
Comments
LIDC-IDRI-0086,(0040, 0007) Scheduled Procedure Step Descriptio LO: 'CT, CHEST, W CONTRAST' |
Thanks for pointing this out, @Jonas1312. My suggestion at this point would be to consider the DICOM files themselves as the source of truth for these types of attributes, and only use the pylidc / sqlalchemy layer for more basic attributes (e.g., slice thickness) or for annotation attributes (spiculation, etc). |
@Jonas1312 if you don't mind, I'll leave this open for greater visibility since I think I would still consider this an issue (albeit with a workaround of just using the DICOM directly for these attributes as suggested above) |
Hi @notmatthancock , Yes we should keep this open (maybe add a "warning Unfortunately some DICOM tags for contrast agent are missing, especially in Philips dicoms. Absence of the "ContrastBolusAgent" tag doesn't mean there's not contrast agent. A surgeon came to my office last week and gave me some tips to "read" a CT scan and detect if a patient has had an injection of intravenous contrast agent. The best way to do that is to set a Hounsfield units window of [50HU ; 300HU] and if the aorta can be seen on the CT that means there is an IV contrast material. For oral/rectal contrast you have to look at the stomach and intestines. LIDRI-IDRI-0033: (IV and probably oral/rectal) You can find the corrected labels here IV contrast.csv. For IV contrast only (oral/rectal is considered as pylidc/_populate_db/populate.py Line 119 in b9f7a46
|
Hi,
I noticed the following metadata in
LIDC-IDRI-0132/1.3.6.1.4.1.14519.5.2.1.6279.6001.218658642102832118810712329678/1.3.6.1.4.1.14519.5.2.1.6279.6001.151647338241909635299641922057/000000.dcm
:It's writtent
W CONTRAST
, yet pylidc returnscontrast_used == False
.I think pylidc is correct since there's not
Contrast/Bolus Agent
dicom field, but i'm not sure...any opinion?
thanks
The text was updated successfully, but these errors were encountered: