DICOM Parsing with R
R-bloggers 2023-12-17
Summary:
Abstract This blog post is to describe how to parse medically relevant non-image meta information from DICOM files using the programming language R. The resulting structure of the whole parsing process is an R data frame in form of a name – value table that is both easy to handle and ...
Continue reading: DICOM Parsing with R