The Open DICOMweb De-Identification library, part of the Open DICOMweb SDK.
-
The default dummy value is "De-Identified". This is for attributes that have a "D" action but no values have been supplied to the DeIdentifier.
A simple usage example:
import 'package:sdk/de_id.dart';
main() {
var awesome = new Awesome();
}
Please file feature requests and bugs at the issue tracker.