dicom_web 0.1.0 copy "dicom_web: ^0.1.0" to clipboard
dicom_web: ^0.1.0 copied to clipboard

A library for reading and writing DICOM files and DICOM JSONs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dicom_web

With Flutter:

 $ flutter pub add dicom_web

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dicom_web: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dicom_web/dicom_web.dart';
3
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A library for reading and writing DICOM files and DICOM JSONs.

Topics

#dicom #medical #web #json

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on dicom_web