SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

Update dictionary to 2008 standard #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dictionary based on 03 standard. Need to update to 2008 documents. This
will entail:
  * adding tags to the dictionary
  * dealing with more "xx" groups and "xxx" elements
  * will update dictionary to include flag for whether the tag is retired
  * add a boolean attibute property isRetired
  * ? consider one-time pickling operation to speed loading since
dictionary will be much larger

Original issue reported on code.google.com by darcymason@gmail.com on 16 Sep 2008 at 3:34

GoogleCodeExporter commented 9 years ago
Fixed in r16. All bullet points above but did not do the pickling operation. 
The load
time is acceptable and I like the transparency of seeing the dicom dictionary 
as a
python dict. For now it is good to be able to edit the dictionary if necessary.

Also reorganized this code a bit, renamed some files although want to
rename/reorganize further. 

Original comment by darcymason@gmail.com on 20 Sep 2008 at 2:53