Release Notes¶
0.1.3¶
Changed Code String (CS) parsing to return verbose value or set of values using the
code_stringsmodule. This feature can be disabled by setting theParser’s verbose_code_strings attribute to False.Added warnings for invalid pixel arrays and invalid Code String (CS) values.
Updated the
sequencesclass to work with verbose Code String (CS) data element values and renamed known MR sequences.Refactored the
Parserclass to a bit to improve readability.
0.1.2¶
Improved private tags definition so that the
Headermodel’sget()method will work using the private tag’s keyword.Added support for calling len() over a
Seriesinstance to return the number of images in it.Added support for querying header information from a
Seriesinstance using theget()method or the indexing operator ([]) using a str or a tuple.Added support for indexing the
Imageinstances from aSeriesusing an int or slice.
0.1.1¶
Improved support for accessing CSA headers.
Added auto-decoding for Siemens mosaic encoded data (applies to data extraction in both
ImageandSeriesinstances).
0.1.0¶
First release!
Type correction based on value-representation (VR).
Simple
Seriesclass for reading DICOM series directories.Basic support for reading CSA headers using the
CsaHeaderclass.