DICOM (Digital Imaging and Communication in Medicine) is probably the most common standard used for storage and exchange of Medical Images. This article provides a basic introduction on reading a Dicom File using C#. The basic unit of a Dicom file is called an Element. Dicom Elements consists of 4 components 1. Tag 2. Value … Continue reading An Introduction into Dicom using Fellow Oak
Month: August 2015
Parse Sub-Folders which do not contain specified file extension.
An easier way to parse for folders, which do not contain files with a specified extension.