Changeset 24355 in main
- Timestamp:
- 12/21/21 14:56:44 (8 months ago)
- Location:
- adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer
- Files:
-
- 15 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_AA100K.def
r24351 r24355 293 293 data tmp; 294 294 set tmp; 295 if ((0<n<6) and ( .<popcount<5000)) then do;295 if ((0<n<6) and (popcount^=.)) then do; 296 296 n = .A; 297 297 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_GE50_AA100K.def
r22445 r24355 269 269 * code at the end of this file to work. ; 270 270 *******************************************************************; 271 * NMTR rule: suppress if count 1 through 5; 272 271 273 data tmp; 272 274 set tmp; 273 if ((0<n< 4) and (.<popcount<5000)) then do;275 if ((0<n<6) and (.<popcount<5000)) then do; 274 276 n = .A; 275 277 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_LT15_AA1M.def
r22445 r24355 269 269 * code at the end of this file to work. ; 270 270 *******************************************************************; 271 * NMTR rule: suppress if count is 1 through 5; 272 271 273 data tmp; 272 274 set tmp; 273 if ((0<n< 4) and (.<popcount<5000)) then do;275 if ((0<n<6) and (.<popcount<5000)) then do; 274 276 n = .A; 275 277 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_LT15_AA1M_tract.def
r22445 r24355 266 266 * code at the end of this file to work. ; 267 267 *******************************************************************; 268 * NMTR rule: suppress if count 1 through 5; 269 268 270 data tmp; 269 271 set tmp; 270 if ((0<n< 4) and (.<popcount<5000)) then do;272 if ((0<n<6) and (.<popcount<5000)) then do; 271 273 n = .A; 272 274 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_LT20_AA1M.def
r22445 r24355 269 269 * code at the end of this file to work. ; 270 270 *******************************************************************; 271 * NMTR rule: suppress if count 1 through 5; 272 271 273 data tmp; 272 274 set tmp; 273 if ((0<n< 4) and (.<popcount<5000)) then do;275 if ((0<n<6) and (.<popcount<5000)) then do; 274 276 n = .A; 275 277 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_LT20_AA1M_tract.def
r22445 r24355 266 266 * code at the end of this file to work. ; 267 267 *******************************************************************; 268 * NMTR rule: suppress counts 1 through 5; 269 268 270 data tmp; 269 271 set tmp; 270 if ((0<n< 4) and (.<popcount<5000)) then do;272 if ((0<n<6) and (.<popcount<5000)) then do; 271 273 n = .A; 272 274 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_LT50_AA100K.def
r22445 r24355 268 268 * code at the end of this file to work. ; 269 269 *******************************************************************; 270 * NMTR rule: suppress if count 1 through 5; 271 270 272 data tmp; 271 273 set tmp; 272 if ((0<n< 4) and (.<popcount<5000)) then do;274 if ((0<n<6) and (.<popcount<5000)) then do; 273 275 n = .A; 274 276 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_Count.def
r21824 r24355 182 182 * code at the end of this file to work. ; 183 183 ********************************************************************; 184 * NMTR rule: suppress if count 1 through 5; 185 184 186 data tmp; 185 187 set tmp; 186 if ((0<n< 4) and (popcount<5000)) then do;188 if ((0<n<6) and (popcount<5000)) then do; 187 189 n = .A; 188 190 rateper = .A; -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/_CancerCnty19.cfg
r24201 r24355 57 57 #value SASnumer_var dimension_name SASdenominator_var label type1 type2 length 58 58 59 11 null YearProxy null CalendarYear num 10 8 60 11 year Year year Year num 0 8 61 10 year YearGrp3Yrs year YearofDiagnosis num 0 8 62 10 year YearGrp5Yrs year YearofDiagnosis num 0 8 63 #These 2 dims for sarea aggregated year selections 64 10 year YearGrp3 year YearofDiag num 3 8 65 10 year YearRangeAll year YearofDiag num 0 8 59 10 null YearProxy null Year num 0 8 60 #10 year Year year Year num 0 8 61 10 year YearRange5 year YearofDiag num 3 8 66 62 67 63 12 null CancerSiteProxy null CancerSite num 10 8
Note: See TracChangeset
for help on using the changeset viewer.