Skip to content

Releases: imsweb/seerapi-client-java

New disease fields

Choose a tag to compare

@ctmay4 ctmay4 released this 10 Feb 19:20
  • 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

Choose a tag to compare

@ctmay4 ctmay4 released this 12 Nov 20:37

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

Choose a tag to compare

@ctmay4 ctmay4 released this 05 Nov 16:22

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

Choose a tag to compare

@ctmay4 ctmay4 released this 30 Sep 17:30

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

Choose a tag to compare

@ctmay4 ctmay4 released this 02 Sep 17:20

This is a minor bugfix release.

Initial release

Choose a tag to compare

@ctmay4 ctmay4 released this 18 Jul 01:49
v1.0

Set version to 1.0