-
Notifications
You must be signed in to change notification settings - Fork 6
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
Race Recode #191
Comments
|
The code references multiple constants. We need the values for those. RACE_WHITE=1 Also, this logic checks the the state is not AK, but that's a tumor field. The recode is a patient-level field. The best we can do is to check that none of the tumors has an AK state. Also, we usually start the algorithm names with the organization that "owns" the algorithm. Is this owned/maintained by SEER? |
I think checking that none of the tumors are from AK is fine. Yes, I would say SEER owns it. The constants are:
|
The race1Recode field has to be added to algorithms. The code from seer recodes is attached.
I took the original code and removed the line that sets the "Naaccr" version of the recode, since we aren't interested in that one and I've added a condition to not recode the race if addrAtDxState = "AK".
raceRecode.txt
The text was updated successfully, but these errors were encountered: