/// \brief unsecure memory area to hold 'non string' values
/// (ie : Lookup Tables, overlays, icons)
- void *voidArea;
+ // void *voidArea;
};
if ((*tag2).second->GetGroup() < 0x0008)
// Ignore pure DICOM V3 groups
continue;
- if ((*tag2).second->GetElement() %2)
+ if ((*tag2).second->GetGroup() %2)
// Ignore the "shadow" groups
continue;
if ((*tag2).second->GetVR() == "SQ" ) // ignore Sequences
protected:
/// \brief for 'non string' values. Will be move to gdcmBinEntry, later
- char* voidArea; // clean it out later
+ void* voidArea; // clean it out later
private: