Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.05.6 README.txt | 2011-09-30 | 384 Bytes | |
EvilDicom 0.5.6.zip | 2011-09-30 | 2.3 MB | |
EvilDicom.dll | 2011-09-30 | 2.4 MB | |
Totals: 3 Items | 4.7 MB | 1 |
New in 0.05.6 *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.