medizininformatik-initiative / torch

Apache License 2.0
3 stars 1 forks source link

121-unknown-data-type-name #122

Open Lucas0T opened 4 days ago

Lucas0T commented 4 days ago

Unknown data type was created by open fields such as "value[x]" .

It occurred in redaction by calling the Factory Method, when handling unknown slices when masking the child elements.

Solution: -Changed handling of unknown slices to a child remove operation and only masking the parent if the parent element is mandatory.

-Introduced case "" in Factory by returning empty Stringtype (always valid for )