What is the difference between .dcm and .md?
- Extension
- .dcm
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- NEMA
- John Gruber
- Description
- A DCM file is an image file saved in the Digital Imaging and Communications in Medicine (DICOM) image format. It stores a medical image, such as a CT scan or ultrasound. DCM files may also include patient information to pair the image with the patient.
- An MD file is a text file created using one of several possible dialects of the Markdown language. It is saved in plain text format but includes inline text symbols that define how to format the text (e.g., bold, indentations, headers, table formatting). MD files are designed for authoring plain text documentation that can be easily converted to HTML.
- MIME Type
- application/dicom
- text/x-markdown
- Sample
- sample.dcm
- sample.md
- Wikipedia
- .dcm on Wikipedia
- .md on Wikipedia