Name | Modified | Size | Downloads / 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);