Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support year-based surgery codes #48

Closed
depryf opened this issue Jan 7, 2019 · 2 comments
Closed

Support year-based surgery codes #48

depryf opened this issue Jan 7, 2019 · 2 comments
Assignees

Comments

@depryf
Copy link
Member

depryf commented Jan 7, 2019

The current surgery code modules takes it's data from the SEER website but only support "the latest data".

We need to add support for multiple SEER manuals (so we keep historic data) and the methods that request the data need to take a year parameter (I guess the current year can be assume if not provided).

@depryf
Copy link
Member Author

depryf commented Jan 7, 2019

The full data currently takes about 150KB of memory; I think we need to add about 8 versions of that data in this pass (to support the different versions of the SEER manual). That's still below 1MB of memory. It would be nice to optimize that number, but at the end, it's not huge and shouldn't cause any issues in software using the data. Also, the data will only be loaded per year if needed, so it's unlikely the old years would be loaded.

depryf added a commit that referenced this issue Jan 7, 2019
depryf added a commit that referenced this issue Jan 8, 2019
depryf added a commit that referenced this issue Jan 12, 2019
garybeverungen pushed a commit that referenced this issue Jan 15, 2019
…ate utility to modify dxYear so that if it was 2019 it is changed to 2018. Update regex in SiteSpecificSurgeryUtilsTest to accept an optional period as in the Spleen Code 4.22 (#48)
@depryf
Copy link
Member Author

depryf commented Apr 8, 2019

This issue was never closed, but it was released a long time ago. Closing now...

@depryf depryf closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants