Coder Social home page Coder Social logo

Update to Derived Grade 2018 about algorithms HOT 4 CLOSED

howew avatar howew commented on August 30, 2024
Update to Derived Grade 2018

from algorithms.

Comments (4)

depryf avatar depryf commented on August 30, 2024

So the current logic is this:

if schema ID is 00480 (breast) and behavior is 2, use "H, M, L, 3, 2, 1, D, C, B, A, 9, blank"
if schema ID is 00480 (breast) and behavior is 3, use "3, 2, 1, H, M, L, D, C, B, A, 9, blank"
if schema ID is not 00480 (breast), use "S, 5, 4, 3, 2, 1, E, D, C, B, A, H, M, L, 9, blank"

Does it need to become this:

if schema ID is 00480 (breast) and behavior is 2, use "H, M, L, 3, 2, 1, D, C, B, A, 9, blank"
if schema ID is 00480 (breast) and behavior is 3, use "3, 2, 1, H, M, L, D, C, B, A, 9, blank"
if schema ID is 00790, 00795 (etc...), use "8, blank"
if schema ID is not 00480 (breast) and not 00790, 00795, etc..., use "S, 5, 4, 3, 2, 1, E, D, C, B, A, H, M, L, 9, blank"

Does that look correct?

Is this needed for this upcoming February SEER submission?

from algorithms.

howew avatar howew commented on August 30, 2024

Yes, that looks right. I don't know if its needed for February or not, to be honest.

from algorithms.

schusslern avatar schusslern commented on August 30, 2024

yes, this looks good Fabian

from algorithms.

depryf avatar depryf commented on August 30, 2024

These changes are done. Since this is not needed for this upcoming SEER submission, I am not going to force a release right away. There is another issue for updating the site-specific surgery lookups, I will wait for that one to be completed as well...

from algorithms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.