SMI / RdmpDicom

Plugin for RDMP that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.
GNU General Public License v3.0
4 stars 4 forks source link

Support for DICOM sequence data #380

Closed jas88 closed 3 weeks ago

jas88 commented 9 months ago

Currently we map simple DICOM tag/value pairs such as PatientID to database columns. Ideally we need an analogous capability for coding sequences as used for ICD11 diagnostic findings, Fitzpatrick skin type in dermatology imaging and similar.

rkm commented 9 months ago

We have some support for tag "elevation" (if I remember the term correctly), but I agree there's probably an improvement we can make for sub-sequences with some known structure

jas88 commented 3 weeks ago

Implemented in #393