suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Add 08 VR types #9

Closed suever closed 10 years ago

suever commented 10 years ago

From darcymason@gmail.com on September 15, 2008 19:26:20

From DICOM standard 08_05 Table 6.2-1, need to add readers and writers for the following:

Also see if can find files with these in them to test with.

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

suever commented 10 years ago

From darcymason@gmail.com on September 19, 2008 21:07:20

Added OF, UT, and DT (missed in first comments on this issue) to filereader and filewriter modules. Had a sample file with DT which now reads correctly.

Still need unittest with these.

Status: Fixed