edits.seer.internal.rules.Registry_ID.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<rule id="Registry_ID" name="Registry ID (NAACCR)" tag="N0067" java-path="lines.line" category="field"> <expression><![CDATA[return ((List)Context.Registry_ID_Table).contains(Functions.asInt(line.registryId))]]></expression> <message>Registry ID is not valid.</message> <description><![CDATA[A specific 10-digit identification of each participant in the SEER Program: 0000001501 = San Francisco-Oakland SMSA 0000001502 = Connecticut 0000001520 = Metropolitan Detroit 0000001521 = Hawaii 0000001522 = Iowa 0000001523 = New Mexico 0000001525 = Seattle-Puget Sound 0000001526 = Utah 0000001527 = Metropolitan Atlanta 0000001529 = Alaska 0000001530 = California 0000001531 = San Jose-Monterey 0000001532 = Greater Bay 0000001533 = Arizona Indians 0000001535 = Los Angeles 0000001537 = Rural Georgia 0000001540 = Georgia 0000001541 = California excluding LA,SJ&SF 0000001542 = Kentucky 0000001543 = Louisiana 0000001544 = New Jersey 0000001547 = Greater Georgia 0000001551 = Cherokee Nation (NCI Funded) 0000001561 = Idaho 0000001562 = New York 0000001563 = Massachusetts 0000001564 = Wisconsin 0000001565 = Illinois 0000001566 = Texas 0000001567 = Arkansas 0000001568 = California Department of Public Health (CDPH) 0000001569 = Colorado 0000001570 = Michigan 0000001571 = Oregon 0000001572 = Tennessee 0000001573 = Missouri 0000001574 = Dartmouth ]]></description> <history> <event version="SE11-001-10" user="greend" date="1994-01-10">Program updated to include two new registries (31-San Jose-Monterey, 35-Los Angeles).</event> <event version="SE11-001-17" user="greend" date="2003-03-06">Documentation updated to include new registries (29, 41-44,51).</event> <event version="SE12-002-05" user="murphy" date="2010-10-08">Added Greater Georgia.</event> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> <event version="SE18-018-02" user="kirbyk" date="2018-06-06" ref="67849">Added California, Greater Bay, Georgia, Idaho, New York, Massachusetts, and Wisconsin.</event> <event version="SE21-021-06" user="kirbyk" date="2021-06-03" ref="68676">Added IL, TX, AR, CDPH, CO, MI, OR, TN, MO, and Dartmouth.</event> </history> </rule>