TIEDicomTagInfoEx = record Group : Word; // Group Element : Word; // Element VType : TIEDicomTagType; // Data Type Src : TIEDicomTagSource; // Whether tag is NEMA standard, deprecated or propietary Desc : string[70]; // Description, Max Length = 68; Anon : TIEDicomAnonymization; // Whether this tag should be stripped during anonymization end;