https://github.com/microsoft/dicom-server
OSS Implementation of DICOMweb standard
https://github.com/microsoft/dicom-server
azure dicom dicomweb fhir healthcare medical-imaging
Last synced: 3 days ago
JSON representation
OSS Implementation of DICOMweb standard
- Host: GitHub
- URL: https://github.com/microsoft/dicom-server
- Owner: microsoft
- License: mit
- Created: 2019-05-16T22:57:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T16:05:48.000Z (5 days ago)
- Last Synced: 2025-04-15T17:23:44.459Z (4 days ago)
- Topics: azure, dicom, dicomweb, fhir, healthcare, medical-imaging
- Language: C#
- Homepage:
- Size: 23.3 MB
- Stars: 476
- Watchers: 39
- Forks: 180
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-industrial-protocols - dicom-server - Microsoft's OSS Implementation of DICOMweb standard (DICOM / Tools)
- awesome-dicom - dicom-server - The Medical Imaging Server for DICOM is an open source DICOM server that is easily deployed on Azure. (Libraries / C#)
README
# Medical Imaging Server for DICOM
> [!IMPORTANT]
> 📢 **After more than 3 years, our team is planning to archive the DICOM server project to allow us to focus on delivering customer value to our [managed service offering on Azure](https://learn.microsoft.com/en-us/azure/healthcare-apis/dicom/overview).**
>
> Learn more in our recent [discussion post](https://github.com/microsoft/dicom-server/discussions/3401)## Project Cleanup: Client Code Retention
This repository has undergone a significant cleanup. All code except for the client has been removed. If you need access to the removed code, it has been preserved in an archived branch for reference.
### Key Details
**Current State**: Only the client code remains in the main branch.
**Archived Code**: All other components have been moved to the [`archived`](https://github.com/microsoft/dicom-server/tree/archived) branch.
### Accessing the Archived Code
To access the archived code:
1. Clone the repository if you haven't already:
`git clone https://github.com/microsoft/dicom-server.git`
2. Switch to the archive branch:
`git checkout archived`
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repositories using our CLA.There are many other ways to contribute to Medical Imaging Server for DICOM.
* Join the [#dicomonazure](https://twitter.com/hashtag/dicomonazure?f=tweets&vertical=default) discussion on Twitter.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.