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

Bumps System.Net.Http from 4.1.1 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.1.1&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I need to look up if a treatment beam is a flattening filter free beam. This information is stored in the "primary fluence mode sequence" (tag 3285,1000) (see ftp://medical.nema.org/medical/dicom/final/cp805_ft.pdf when...

Hi, I'm evaluating Evil-DICOM for our company's usage. And going through the code I probably found a bit of memory leak in ```csharp public bool Ping(Entity ae, int msTimeout =...

Hello. there is an error I can't overcome for quite some time now. ERROR **OpenCvSharp.OpenCVException: 'scn == m.cols || scn + 1 == m.cols'** ERROR when i try to calculate...

Hi Rex, thanks for EvilDICOM. I love to use it. Sadly, I run into a problem today. I want to build a standalone DICOM-Anonymizer (inspired by 'Varian-Code-Samples/webinars & workshops/Developer Workshop...

private bool IsInBounds(Vector3 pt) { return pt.X >= X0 && pt.X = Y0 && pt.Y = X0 && pt.Z < ZMax; } it should be pt.Z >= Z0 Thanks

Hi, I think I've found an issue for tags with VR=DT at least for AcquisitionDateTime. The reader found the tag 0008,002A, but as you can see in the screenshot, the...

Hi, I used this library in visualisation station DICOM fonctionalities tests. In this context, I try to read some DICOM files with different transfer syntax. I encounter issues with JPEG_SpectralSelectionNon-Hierarchical_6-8...

Hi, I'm receiving an error while attempting to read Segmentation files (SOPCLASS "1.2.840.10008.5.1.4.1.1.66.4" "Segmentation Storage") provided by a visualization station : Explicit VR syntax used but VR string is missing...

My colleague and I encountered this little typo and thought of fixing it here. Thanks!