You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('-d', '--do_not_clean', action='store_true', default=False, help='Do NOT apply general tag value cleaning;'
'instead only do any specified --force_replace & --exclude_series_descs')
to bypass the normal DICOM tag value cleaning de-identification operations for which dicom_anon was primarily written.
To be used when --force_replace and --exclude_series_descs are needed, but the de-identification is being performed elsewhere (e.g., in GCP's Healthcare API) and any other pre-de-identification is for whatever reason undesired. Allows the dicom_anon framework to still be fully leveraged for these two new --force_replace and --exclude_series_descs options without creating an entirely new tool.
The text was updated successfully, but these errors were encountered:
Add option of:
to bypass the normal DICOM tag value cleaning de-identification operations for which
dicom_anon
was primarily written.To be used when
--force_replace
and--exclude_series_descs
are needed, but the de-identification is being performed elsewhere (e.g., in GCP's Healthcare API) and any other pre-de-identification is for whatever reason undesired. Allows thedicom_anon
framework to still be fully leveraged for these two new--force_replace
and--exclude_series_descs
options without creating an entirely new tool.The text was updated successfully, but these errors were encountered: