UNPKG

@umessen/dicom-deidentifier

Version:

DICOM de-identification library for TypeScript

3 lines (2 loc) 133 B
declare type ActionCode = 'X' | 'Z' | 'C' | 'D' | 'K' | 'U' | 'X/Z/U*' | 'X/Z/D' | 'X/Z' | 'X/D' | 'Z/D'; export default ActionCode;