Evil-DICOM icon indicating copy to clipboard operation
Evil-DICOM copied to clipboard

A C# DICOM Library

Results 26 Evil-DICOM issues
Sort by recently updated
recently updated
newest added

It seems as if EvilDICOM 2.0.6.5 is not able to add package on .NET v4.5.2. **Error** Could not install package 'EvilDICOM 2.0.6.5'. You are trying to install this package into...

I'd like to delete structures of Type "MARKER" from the Structure Set. Using selector I can find these structures: ``` var selector = dcm.GetSelector(); var roiTypes = selector.RTROIObservationsSequence.Select(s => s.RTROIInterpretedType_);...

Hello, I've been recently using Evil-DICOM library. And I'm trying to make a RT Dicom using contour data which consists of several polygonal data with points However, I noticed that...

When using the selector I get an error when trying to retrieve the tag for beam duration limit. System.InvalidCastException: 'Unable to cast object of type 'EvilDICOM.Core.Element.Unknown' to type 'EvilDICOM.Core.Element.FloatingPointDouble'.' I...

…ted errors My first contribution to github. Not sure to do it correctly. Lot a files pushed for just 2 usefull updates I updated DateAnonymizer.cs and PrivateTagAnonymizer.cs PrivateTagAnonymizer : correction...

My function is pretty similar to the example from the wiki. [Wiki - Anonymization Operations](http://rexcardan.github.io/Evil-DICOM/articles/anonymization.html) private static void Anonymize(string source, string name = "Sanitized", string id = "99999") { var...

Hello team Thanks for this package, it’s been very useful. I’m currently using it to interface with a Varians db daemon to collect CT images, following the example of CMoveTutorial2....

Dear Team, What is the features and user can be used. Anu active development plan in upcoming days?

I recently updated from 2.0.5 and in later versions (tested 2.0.5.9 & 2.0.6.5) the queue.Anonymize() command throws 'Collection was modified; enumeration operation may not execute' errors. I have reverted back...

Line 97 https://github.com/rexcardan/Evil-DICOM/blob/8f4144db75c5fe3270cae40fee40b1fab8f1c0c8/EvilDICOM/EvilDICOM/Core/IO/Reading/SequenceItemReader.cs#L94-L103