Skip to content

Releases: imsweb/seerapi-client-java

New disease fields

10 Feb 19:20

Choose a tag to compare

  • 4 new fields were added to Disease
    • primary_site_text
    • transform_from_text
    • transform_to_text
    • same_primaries_text
  • Additional updates to the staging API. The API is still not available yet.

Staging API

12 Nov 20:37

Choose a tag to compare

This release includes an early version of the staging API. This is still being beta tested and is not yet available for the general public.

Offsets in searching

05 Nov 16:22

Choose a tag to compare

The library was updated to work with the latest changes in the the Disease (/rest/disease/:version) and glossary (/rest/glossary/:version) search APIs. If you use the search API you will most likely need to make changes to your code.

  • The number of results returned in a single call is now limited by the "count" parameter. If "count" is not specified, 25 results will be returned. Up to 100 results can be returned in a single API call.
  • An "offset" parameter was added. This allows results to be "paged" and returned in chunks.
  • The "count-only" parameter was removed. This is no longer needed since all search results now include a "total" field which represents the total number of results regardless of "count" and "offset".

SEER*Rx and Surgery

30 Sep 17:30

Choose a tag to compare

Two additional sets of APIs are supported with this release.

  • SEER*Rx APIs (/rest/rx) were added. It represents a lookup for coding oncology drug and regimen treatment categories in cancer registries
  • SEER Surgery APIs (/rest/surgery) were added. These APIs allow programmatic access to SEER Site-Specific Surgery Codes. The data comes from Appendix C on the SEER website.

Bugfixes

02 Sep 17:20

Choose a tag to compare

This is a minor bugfix release.

Initial release

18 Jul 01:49

Choose a tag to compare

v1.0

Set version to 1.0