Example #1
0
 internal InstanceXmlDicomSequenceItem(DicomSequenceItem source, bool copyBinary, bool copyPrivate, bool copyUnknown)
     : base(source, copyBinary, copyPrivate, copyUnknown)
 {
     _excludedTagsHelper = new ExcludedTagsHelper(this);
     if (source is IInstanceXmlDicomAttributeCollection)
     {
         _excludedTagsHelper.Add(((IInstanceXmlDicomAttributeCollection)source).ExcludedTags);
     }
 }