Skip to content

OpenDICOMweb/bytes

Repository files navigation

Bytes

The Bytes package

Basics

All _String_s when converted to Bytes are UTF8

It defines DICOM objects such as:

  1. Tags
  2. Elements
  3. Datasets
  4. Entities

It defines DICOM values such as:

  1. Ages
  2. Dates
  3. DateTimes
  4. Frames
  5. Times
  6. Uids
  7. Uuids

It also defines DICOM utility classes such as:

  1. throwOnError

  2. client package

  3. server package

Usage

A simple usage example:

import 'package:bytes/bytes.dart';

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

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A package that unifies Uint8List and ByteData.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages