databricks-industry-solutions / pixels

Facilitates simple large scale processing of HLS Medical images, documents, zip files. Previously at https://github.com/dmoore247/pixels
https://databricks-industry-solutions.github.io/pixels/
Other
25 stars 15 forks source link

Enh: Use PyDicom built in english dicom properties to create a reference table for AI/BI genie #73

Open dmoore247 opened 1 week ago

dmoore247 commented 1 week ago

Is your feature request related to a problem? Please describe. Make it easier to query in english the pixels table.

Describe the solution you'd like image

Describe alternatives you've considered Manually creating a view or silver table. Also manually labeling the Genie space.

Additional context

dmoore247 commented 1 week ago

dicom/_dicom_dict.py contains the mapping. The file size is 500kb. One thought, load the data into a vector index to assist in converting human inquire, what is the sex of the patients to a tag value.