ImageEn, unit iexBitmaps

TIEDicomTag


Declaration

type TIEDicomTag = record
  Group    : Word;
  Element  : Word;
  DataType : TIEDicomTagType;
  Data     : Pointer;
  DataLen  : Integer;
  Children : TObjectList;  // Each item must be a TIEDicomTags. If defined then Data = nil and DataLen = 0
end;