Skip to content

Releases: imsweb/seerapi-client-java

2 more missing fields

07 Aug 19:43
Compare
Choose a tag to compare
  • add missing additional_info and coding_guidelines fields #42

Minor updates

07 Aug 18:37
Compare
Choose a tag to compare
  • rationale was added to the StagingTable #41
  • MPH was updated to support the latest version #41

Dependency updates

12 Jul 18:46
Compare
Choose a tag to compare
  • update various dependencies (#40)

Update HCPCS

28 Jul 14:07
Compare
Choose a tag to compare
  • The HCPCS now also includes a description field for some entities #38

Vulnerability fix

09 Jun 18:56
Compare
Choose a tag to compare

Update okhttp to fix vulnerability #37

NAACCR version in staging algorithm

19 Aug 19:10
Compare
Choose a tag to compare

Note that while this is version 5.0, it is still a minor release. The reason for the large version bump is that years ago a 4.x version was mistakenly released and cannot be removed from Maven Central. It was causing confusion so this version was raised to be the highest.

  • Add support for new naaccr_version property in StagingVersion. Its purpose is to associate a staging algorithm version with a specific NAACCR release #32
  • Various dependencies were also updated

Diagnostic confirmation

12 Aug 14:13
Compare
Choose a tag to compare

Added support for the new diagnostic confirmation field in the disease entity #30

Staging metadata changes

01 Jun 15:12
Compare
Choose a tag to compare

Support the upcoming changes to staging metadata. The metadata in StagingSchemaInput and StagingSchemaOutput changed from

public Set<String> getMetadata() {
        return _metadata;
    }

to

public List<StagingMetadata> getMetadata() {
        return _metadata;
    }

The new StagingMetadata class adds support for optional start and end years.

Minor fixes

22 Apr 18:16
Compare
Choose a tag to compare

Fixed MPH calls and updated staging output entity #29

NAACCR updates

22 Feb 14:54
Compare
Choose a tag to compare

Added support for the new flat and xml NAACCR endpoints in the API #28