A library for reading and writing DICOM files and DICOM JSONs.
More...
DICOM library for Dart
const dcm = DicomJsonLoader.loadFromPath("data/0000.json"); print(dcm[TagsDictionary.PATIENT_NAME]?.asString())
unverified uploader
#dicom #medical #web #json
API reference
MIT (license)
collection
Packages that depend on dicom_web
Back