package
1.0.6
Repository: https://github.com/wyll-io/dicomizer.git
Documentation: pkg.go.dev

# Functions

AnonymizeDataset by looping over all known tags (see tags.go) and applying the appropriate action.
DeleteElementValue deletes a tag from a given dataset.
EmptyElementValue empties the value of the given element.
ReplaceElementValue replaces the value of the given element.

# Constants

DEFAUlT_ANON is the default value for anonymized fields.
DEFAULT_DA is the default value for VR "DA".
DEFAULT_DT is the default value for VR "DT".
DEFAULT_TM is the default value for VR "TM".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ROOT_UID is the root UID allocated for this project.

# Variables

Tags's value to be replaced.
Tags's value to be replaced with fake UID.
Tags to be deleted.
Tags to be deleted or value emptied or replaced.
Tags to be deleted or value emptied or replaced.
Tags to be deleted or value emptied or replaced.
To be cleaned with UI as VR.
Tags's value to be emptied.
Tags to be deleted or value emptied.

# Structs

To be anonymized tag and its anonymization action.

# Type aliases

No description provided by the author