Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Input: DICOM

36 views
Skip to first unread message

Evan Brook

unread,
Mar 29, 2016, 9:30:21 AM3/29/16
to dcm4che
How could I make an application that would take a file (dicom or .csv) as an input and then perform a math function on all of the numerical values in the DICOM files and then output a new DICOM file containing all of the outputs from the math functions?

Dimitri Pianeta

unread,
Mar 29, 2016, 12:50:29 PM3/29/16
to dcm...@googlegroups.com
step 1: Reading  values use for your computing (these values are in a tag).
Algo :
             a. reading file dicom
             b. reading medata of dicom
             c. if VM >1 then create table of values else a value.
  
step 2: create function math
             a. computing
             b; put variable computing

step 3: put values in new tag
step 4: create new file dicom
      
 

Reply all
Reply to author
Forward
0 new messages