suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Attribute -> DataElement #23

Closed suever closed 10 years ago

suever commented 10 years ago

From darcymason@gmail.com on October 16, 2008 18:45:19

Rename Attribute to DataElement to more closely follow DICOM standards. Attributes are what they are called in IODs, then Attributes are encoded into Data Elements in actual DICOM files.

Original issue: http://code.google.com/p/pydicom/issues/detail?id=22

suever commented 10 years ago

From darcymason@gmail.com on December 25, 2008 20:30:58

Done in r72 and r73 . Use of Attribute class or dicom.attribute module gives DeprecationWarning for now, but all old code should still work. Some updates made to wiki ( r74 ) to indicate name change; after 0.9.2 release docs should be changed to new names and say "formerly called Attribute..."

Status: Fixed

suever commented 10 years ago

From darcymason@gmail.com on January 11, 2009 20:34:48

All code and unit tests updated to new terminology. Wiki pages updated too.

Status: Verified