fo-dicom fo-dicom DiscussionsSearch all discussions Clear Sort by: Latest activity Label Filter Categories, most helpful, and community links Categories View all discussions 💬 General 💡 Ideas 🗳️ Polls 🙏 Q&A 🙌 Show and tell Most helpful Be sure to mark someone’s ...
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity c-sharpnugetjpegdicomdot-netnetcoremedicalmedical-imagingnetstandardfo-dicom UpdatedOct 27, 2024 C# fo-dicom/fo-dicom-samples Star152 Code Issues Pull requests ...
fo-dicom.github.ioPublic fo-dicom API documentation fo-dicom-samplesPublic Sample applications associated with the fo-dicom framework libjpeg.netPublicForked fromBitMiracle/libjpeg.net LibJpeg.Net allows you to read and create JPEG images in .NET compatible languages. It's the managed version of ori...
Configuration ofMaxClientsAllowedmust now be done via theconfigureparameter ofIDicomServerFactory.Create(..)instead of using theOptionsproperty of aDicomServer. IServiceCollection.AddDicomServer(Action<DicomServiceOptions> configure)was changed toIServiceCollection.AddDicomServer(Action<DicomServerOptions> config...
<description>A DICOM library for .NET</description> <language>en-US</language> <projectUrl>https://github.com/rcd/fo-dicom</projectUrl> <licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl> <dependencies> <dependency id="NLog"/> </dependencies> </metadata> <files> <file src="...
Issues: fo-dicom/fo-dicomLabels 22 Milestones 2 New issue Clear current search query, filters, and sorts 0 Open 0 Closed Author Label Projects Milestones Assignee Sort No results matched your search. You could search all of GitHub or try an advanced search....
This branch is 1 commit ahead of, 31 commits behind fo-dicom/fo-dicom:development.Folders and files Name Last commit message Last commit date parent directory .. AssemblyInfo.cs Enable and disable nullable annotations Dec 17, 2023 FO-DICOM.Json.csproj prepare release 5.1.2 Dec 22, 2023 Json...
distributed-medical / fo-dicom Public forked from fo-dicom/fo-dicom Notifications Fork 625 Star 0 Code Pull requests Actions Projects Security Insights Projects Templates Search all projects 0 Open 0 Closed Sort No open projects ...
.editorconfig update samples to fo-dicom version 5.0.0 Sep 16, 2021 .gitattributes Added stub for iOS sample project. Feb 25, 2017 .gitignore Initial commit Jan 26, 2016 License.txt update to latest version of fo-dicom 5.1.3 Jul 12, 2024 README.md update to fo-dicom 5.1.2 Dec 22,...
Since fo-dicom version 4.0.0 there is a new API to get data from DicomDatasetpublic T GetDicomItem(DicomTag tag) where T:DicomItem Gets the DicomItem of the specified tag. param T: Type of the return value. Must inherit from DicomItem. returns: Item corresponding to tag or null ...