edits.seer.internal.rules.RegCounty.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="RegCounty" name="County (SEER IFCOUNTY)" tag="N0311" java-path="lines.line" category="inter-field"> <expression><![CDATA[return ((List)((Map)Context.registry_county).getOrDefault(Functions.asInt(line.registryId), [])).contains(Functions.asInt(line.countyAtDxAnalysis))]]></expression> <message>Registry and County conflict</message> <description><![CDATA[This edit verifies valid County at DX Analysis[89] within each Registry ID[40]. See Appendix A of SEER Program Code Manual for valid counties.]]></description> <history> <event version="SE11-001-01" user="greend" date="1985-06-15">Added the county code for the Puerto Rico registry to the table COUNTIES.</event> <event version="SE11-001-03" user="greend" date="1987-03-01">New Jersey county codes restricted to Passaic, Hudson, Union, or Essex counties only.</event> <event version="SE11-001-03" user="greend" date="1987-10-01">County code of 999 is not acceptable.</event> <event version="SE11-001-07" user="greend" date="1991-09-15">For Arizona Indians the county 028 has been added.</event> <event version="SE11-001-08" user="greend" date="1992-01-15">For Arizona Indians the county 012 has been added and the counties 028 and 029 have been removed.</event> <event version="SE11-001-08" user="greend" date="1992-02-03">For all areas the county code of 999 (unknown) is acceptable.</event> <event version="SE11-001-10" user="greend" date="1994-01-10">Added county codes for the two new SEER registries. For San Jose - Monterey (31), the valid county codes are 053, 069, 085, 087, and 999. For Los Angeles (35), the only valid county code is 037.</event> <event version="SE11-001-15" user="greend" date="2001-07-01">Added County codes for the new SEER registries; CA, KY, NJ, Louisiana.</event> <event version="SE11-001-22" user="greend" date="2007-11-20">Added the following county codes for Alaska: 13, 16, 20, 50, 60, 68, 70, 90, 100, 110, 122, 130, 150, 164, 170, 180, 185, 188, 201, 220, 232, 240,261,270,280,282,290</event> <event version="SE12-003-02" user="depryf" date="2011-01-10">Added county codes for Greater Georgia (see registry_county context table).</event> <event version="SE13-010-06" user="murphyr" date="2013-09-27" ref="66935">Added county codes 105, 195, 198, 230 and 275 for Alaska (see registry_county context table).</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="schadega" date="2018-05-25" ref="67756">Update County at DX[90] to County at DX Reported[90] in description.</event> <event version="SE18-018-03" user="schadega" date="2018-07-20" ref="67964">Added County codes for the new SEER registries; ID, NY, MA, WI.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> <event version="SE21-021-07" user="beverung" date="2021-07-16" ref="68685">Added County codes for registries IL and TX.</event> <event version="SE22-022-16" user="kirbyk" date="2022-10-24" ref="69052">Added County codes for Alaska: 63, 66, 158.</event> <event version="SE23-023-06" user="cooki" date="2023-07-31" ref="69294">Updated countyAtDx to countyAtDxAnalysis.</event> <event version="SE24-024-06" user="kirbyk" date="2024-07-22" ref="69326">Removed some edit dependencies.</event> <event version="SE24-024-11" user="beverung" date="2024-09-26" ref="69537">Added county code 900 for Alaska.</event> </history> </rule>