Evil Dicom Changelog

What's new in Evil Dicom 0.05.6 Beta

Apr 26, 2014
  • Now supports DICOM =>XML. One line of code:
  • DicomFile df = new Dicomfile("needs2BConverted.dcm"); df.ToXML("myXmlFileName.xml");
  • Parse method in the IntegerString and DecimalString has been changed to TryParse to avoid blank data exceptions. Previously if one of these data types had a null data, there would be an exception when the Data property was read.