Error : Could not load: 1: RTPLAN: Prostate1_v1 as a RT

Hi Reza,

Sure. You would need a unix shell of some sort, and dcmtk installed. Then you do something like this:

dcmdump file.dcm | grep ControlPoint3DPosition | uniq | sed -e ‘s/[^[//’ | sed -e 's/].//’

Andras already answered the second question here. :smiling_face:

Peace,
Greg