Skip to content

OpenDICOMweb/sdk

Repository files navigation

Open DICOMweb

The ODW Software Development Kit

/odw/sdk

Libraries

  • core: The core DICOM classes
  • dictionary: The DICOM Data Dictionary
  • convert: encoders and decoders of DICOM representations.
  • io: utilities for reading and writing file and directories.
  • common: A library of useful classes and functions that are used by the system, but have nothing to do with DICOM.

Usage

**TODO: better example **

A simple usage example:

import 'package:core/core.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

The ODW Software Development Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages