ED Dicom Viewer

For now it only supports Android. iOS coming soon!

ED Dicom Viewer is an innovative tool designed to effectively process and analyze DICOM files on the Flutter platform. This comprehensive solution stands out with its ability to easily read basic DICOM data such as patient information, as well as convert MR images contained in the files into Flutter compatible images. ED Dicom Viewer is ideal for increasing efficiency in your medical imaging projects and providing rich image processing capabilities in Flutter-based applications.Imebra SDK was used for Android.

pubdev

Installation

To use ED Dicom Viewer in your Dart project, add it to your project's pubspec.yaml file under dependencies:

  dependencies:
    ed_dicom_viewer: <latest_version>

Then, run the following command to install the package:

  dart pub get

Usage

import 'package:ed_dicom_viewer/ed_dicom_viewer.dart';

final _dicomViewerPlugin = EdDicomViewer();

EdDicomModel response = await _dicomViewerPlugin.getViewDicom('---Dicom File Path---');

Contributors

Author: endmr11 "github"

Feedback

If you have any feedback, please contact us at [email protected].

Libraries

ed_dicom_viewer