CLI option to allow retrying of anonymisation containing a specific string. e.g. pixl populate ... --retry-anonymisation 'Modality: CT'
Alternatives
Think having a string matching is better than just retrying all failed. But we could use --retry-anonymisation '*' for all if we ever needed that. Would suggest see if we ever find that useful rather than implementing it just in case
CLI option to allow retrying of anonymisation containing a specific string. e.g. pixl populate ...
--retry-anonymisation 'Modality: CT'Alternatives
Think having a string matching is better than just retrying all failed. But we could use
--retry-anonymisation '*'for all if we ever needed that. Would suggest see if we ever find that useful rather than implementing it just in case