feliwir / dicom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DICOM library for Dart

Features

  • Read DICOM data
  • Read DICOM JSON data

Getting started

Usage

const dcm = DicomJsonLoader.loadFromPath("data/0000.json");
print(dcm[TagsDictionary.PATIENT_NAME]?.asString())

Additional information

About

License:MIT License


Languages

Language:Dart 100.0%