Download Latest Version EvilDicom SRC.zip (1.9 MB)
Email in envelope

Get an email when there's a new version of Evil Dicom (classic)

Home / 0.05.3
Name Modified Size InfoDownloads / Week
Parent folder
0.05.3 README.txt 2011-09-21 296 Bytes
EvilDicom.dll 2011-09-21 2.4 MB
EvilDicom 0.05.3.zip 2011-09-21 3.2 MB
Totals: 3 Items   5.5 MB 0
New in 0.05.3

*You can now create and add objects to the DICOM file without have to declare them:

	df.PATIENT_NAME.Data = "Fred Flinstone"; 

Previously you had to do:

	PersonsName name = new PersonsName();
	name.Tag = new Tag....
	name.Data = "Fred Flinstone";
	df.addObject(name);
Source: 0.05.3 README.txt, updated 2011-09-21