Open DICOMweb
/odw/sdk
- 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.
**TODO: better example **
A simple usage example:
import 'package:core/core.dart';
main() {
var awesome = new Awesome();
}
Please file feature requests and bugs at the issue tracker.