I am trying to remove complete branches (PATIENT, STUDY) from a DICOMDIR file.
Why does the class SequenceOfItems only has a "AddItem(item)" function and a "Clear()" function which removes all items, but no "RemoveItem(item)" function.
How do I remove items from a sequence? Is this possible at all? Is there an example for this somewhere?