Closed Ede1994 closed 1 year ago
Next time I'll think about it before and then I'm sure I'll find my mistake :) but maybe it will help someone later. The following works of course:
extraAnonymizationRules[(0x0008, 0x103E)] = lambda dataset, tag, value=value: setupSeriesDescription(dataset, tag, value)
Glad your problem got solved !
I would like to use the following function:
and then use them as follows:
How can I now use the variable
value
to be able to append something to the series description that differs from dataset to dataset?