Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.33 KB

eai-rs

eai-rs is an open-source project that aims to provide a robust and efficient implementation of an Enterprise Application Integration (EAI) system for medical imaging, specifically targeting the DICOM standard, using the Rust programming language.

Features

Current Features

  • Channels: Forward a DICOM file to multiple nodes
  • Pre/Post Processing: Modify DICOM files before forwarding

Future Features

  • TLS: Secure communication between nodes
  • DicomWeb: DICOM over HTTP
  • Web Interface: A user-friendly web-based interface for managing the EAI

Credits

This project is heavily based on dicom-rs by Eduardo Pinho.

Contributions

We welcome contributions to the project! If you're interested in helping, please feel free to submit issues, create pull requests, or get in touch with the maintainers.

License

Licensed under either of

Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.