Releases: imsweb/seerdata-utility
Releases · imsweb/seerdata-utility
v1.8
v1.7
v1.6
Changes in version 1.6
- Changed the HematoDB utility class to add methods to determine if one disease is acute or chronic transformation of the other.
- Changed ICD-O-1 and ICD-O-2 codes on the diseases to become a list of codes instead of a single code.
- Changed ICD-10CM codes to be tied to a full date (yyyy-MM-dd).
v1.5.1
v1.5
Changes in version 1.5
- Now using XStreams instead of JAXB for all XML-related operations.
- Fixed some getters from the YearBasedDiseaseDto class so they return a single String instead of a list of String to agree with the XML data model.
- Move all year-based entities into a "json" package.
- Renamed package "com.imsweb.data" into "com.imsweb.seerdata"; made this change as part of moving the library to GitHub.