@umessen/dicom-deidentifier
Version:
DICOM de-identification library for TypeScript
13 lines (12 loc) • 696 B
TypeScript
import type ProfileOption from './types/ProfileOption';
export declare const BasicProfile: ProfileOption;
export declare const RetainLongModifDatesOption: ProfileOption;
export declare const RetainLongFullDatesOption: ProfileOption;
export declare const RetainUIDsOption: ProfileOption;
export declare const CleanGraphOption: ProfileOption;
export declare const RetainPatientCharsOption: ProfileOption;
export declare const RetainSafePrivateOption: ProfileOption;
export declare const CleanDescOption: ProfileOption;
export declare const RetainDeviceIdentOption: ProfileOption;
export declare const RetainInstIdentOption: ProfileOption;
export declare const CleanStructContOption: ProfileOption;