Changeset 25060 in main
- Timestamp:
- 04/14/22 14:00:30 (5 weeks ago)
- Location:
- adopters/nm/trunk/src/main/backend_qModules/3.0
- Files:
-
- 1 deleted
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/NM_CrudeRate100K.def
r24444 r25060 177 177 if ((0<n<4) and (popnum<5000)) then do; 178 178 n = .A; 179 popcount = .A; 180 rateper = .A; 179 181 LCL = put('**', 8.0); 180 182 UCL = put('**', 8.0); -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/NM_RateAA100K.def
r24491 r25060 284 284 if ((0<n<4) and (.<popcount<5000)) then do; 285 285 n = .A; 286 popcount = .A; 286 287 rateper = .A; 287 288 LL = put('**', 8.0); … … 315 316 ********************************************************************; 316 317 --------BoNdArY-------- 317 1 suppressed_variables 2 318 n 319 rateper 320 --------BoNdArY-------- 318 1 suppressed_variables 5 319 rateper 320 n 321 popcount 322 LL 323 UL 324 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/NM_RateAA10K.def
r24444 r25060 285 285 if ((0<n<4) and (.<popcount<5000)) then do; 286 286 n = .A; 287 popcount = .A; 287 288 rateper = .A; 288 289 LL = put('**', 8.0); … … 316 317 ********************************************************************; 317 318 --------BoNdArY-------- 318 1 suppressed_variables 2 319 n 320 rateper 321 --------BoNdArY-------- 319 1 suppressed_variables 5 320 rateper 321 n 322 popcount 323 LL 324 UL 325 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/NM_RateAA10K_GE25.def
r24444 r25060 290 290 if ((0<n<4) and (popcount<5000)) then do; 291 291 n = .A; 292 popcount = .A; 292 293 rateper = .A; 293 294 LL = put('**', 8.0); … … 321 322 ********************************************************************; 322 323 --------BoNdArY-------- 323 1 suppressed_variables 2 324 n 325 rateper 326 --------BoNdArY-------- 324 1 suppressed_variables 5 325 rateper 326 n 327 popcount 328 LL 329 UL 330 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/NM_RateAA10K_GE35.def
r24444 r25060 291 291 if ((0<n<4) and (popcount<5000)) then do; 292 292 n = .A; 293 popcount = .A; 293 294 rateper = .A; 294 295 LL = put('**', 8.0); … … 322 323 ********************************************************************; 323 324 --------BoNdArY-------- 324 1 suppressed_variables 2 325 n 326 rateper 327 --------BoNdArY-------- 325 1 suppressed_variables 5 326 rateper 327 n 328 popcount 329 LL 330 UL 331 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/_ED0820.cfg
r24444 r25060 107 107 8 hispeth HispEth hisp Ethnicity num 0 8 108 108 8 biology EthHerit dohraceth Descendancy num 0 8 109 8 NMDOHRaceEth NMDOHEthHerit nullNMRace&Eth num 0 8109 8 NMDOHRaceEth NMDOHEthHerit dohraceth NMRace&Eth num 0 8 110 110 111 111 9 stdyr stdpop null Standard&Population num 7 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/ed/_ED201020All.cfg
r24444 r25060 126 126 4 hispeth HispEth hisp Ethnicity num 0 8 127 127 4 biology EthHerit dohraceth Decendancy num 0 8 128 4 NMDOHRaceEth NMDOHEthHerit nullNMRace&Eth num 0 8128 4 NMDOHRaceEth NMDOHEthHerit dohraceth NMRace&Eth num 0 8 129 129 130 130 #5 null FilterProxy null Filter&Proxy num 10 3 -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/NM_CrudeRate100K.def
r24491 r25060 176 176 set rates; 177 177 if ((0<n<4) and (popnum<5000)) then do; 178 n = .A; 178 n = .A; 179 popcount = .A; 180 rateper = .A; 179 181 LCL = put('**', 8.0); 180 182 UCL = put('**', 8.0); … … 204 206 rateper 205 207 n 206 --------BoNdArY-------- 208 popcount 209 LL 210 UL 211 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/NM_CrudeRate10k.def
r24491 r25060 177 177 set rates; 178 178 if ((0<n<4) and (popnum<5000)) then do; 179 n = .A; 179 n = .A; 180 popcount = .A; 181 rateper = .A; 180 182 LCL = put('**', 8.0); 181 183 UCL = put('**', 8.0); … … 205 207 rateper 206 208 n 207 --------BoNdArY-------- 209 popcount 210 LL 211 UL 212 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/NM_RateAA100K.def
r24441 r25060 304 304 if ((0<n<4) and (.<popcount<5000)) then do; 305 305 n = .A; 306 popcount = .A; 306 307 rateper = .A; 307 308 LL = put('**', 8.0); … … 335 336 ********************************************************************; 336 337 --------BoNdArY-------- 337 1 suppressed_variables 2 338 n 339 rateper 340 --------BoNdArY-------- 338 1 suppressed_variables 5 339 rateper 340 n 341 popcount 342 LL 343 UL 344 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/NM_RateAA10K.def
r24441 r25060 297 297 if ((0<n<4) and (.<popcount<5000)) then do; 298 298 n = .A; 299 popcount = .A; 299 300 rateper = .A; 300 301 LL = put('**', 8.0); … … 328 329 ********************************************************************; 329 330 --------BoNdArY-------- 330 1 suppressed_variables 2 331 n 332 rateper 333 --------BoNdArY-------- 331 1 suppressed_variables 5 332 rateper 333 n 334 popcount 335 LL 336 UL 337 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/NM_RateAA10K_GE25.def
r24441 r25060 296 296 if ((0<n<4) and (popcount<5000)) then do; 297 297 n = .A; 298 popcount = .A; 298 299 rateper = .A; 299 300 LL = put('**', 8.0); … … 327 328 ********************************************************************; 328 329 --------BoNdArY-------- 329 1 suppressed_variables 2 330 n 331 rateper 332 --------BoNdArY-------- 330 1 suppressed_variables 5 331 rateper 332 n 333 popcount 334 LL 335 UL 336 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/NM_RateAA10K_GE35.def
r24491 r25060 297 297 if ((0<n<4) and (popcount<5000)) then do; 298 298 n = .A; 299 popcount = .A; 299 300 rateper = .A; 300 301 LL = put('**', 8.0); … … 328 329 ********************************************************************; 329 330 --------BoNdArY-------- 330 1 suppressed_variables 2 331 n 332 rateper 333 --------BoNdArY-------- 331 1 suppressed_variables 5 332 rateper 333 n 334 popcount 335 LL 336 UL 337 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/hidd/_HIDD.cfg
r24607 r25060 106 106 4 hispeth HispEth hisp Ethnicity num 0 8 107 107 4 biology EthHerit dohraceth Decendancy num 0 8 108 #4 NMDOHRaceEth NMDOHEthHerit nullNMRace&Eth num 0 8108 #4 NMDOHRaceEth NMDOHEthHerit dohraceth NMRace&Eth num 0 8 109 109 110 110 5 null EPHTIndicatorProxy null EPHT&Indicator&Proxy num 10 3 -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_CrudeRate100K.def
r24445 r25060 176 176 set rates; 177 177 if ((0<n<4) and (popnum<5000)) then do; 178 n = .A; 178 n = .A; 179 popcount = .A; 180 rateper = .A; 179 181 LCL = put('**', 8.0); 180 182 UCL = put('**', 8.0); -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_CrudeRate10k.def
r24491 r25060 176 176 set rates; 177 177 if ((0<n<4) and (popnum<5000)) then do; 178 n = .A; 178 n = .A; 179 popcount = .A; 180 rateper = .A; 179 181 LCL = put('**', 8.0); 180 182 UCL = put('**', 8.0); -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_RateAA100K.def
r24445 r25060 300 300 if ((0<n<4) and (.<popcount<5000)) then do; 301 301 n = .A; 302 popcount = .A; 302 303 rateper = .A; 303 304 LL = put('**', 8.0); … … 331 332 ********************************************************************; 332 333 --------BoNdArY-------- 333 1 suppressed_variables 2 334 n 335 rateper 336 --------BoNdArY-------- 334 1 suppressed_variables 5 335 rateper 336 n 337 popcount 338 LL 339 UL 340 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_RateAA100K_GE25.def
r24491 r25060 292 292 if ((0<n<4) and (popcount<5000)) then do; 293 293 n = .A; 294 popcount = .A; 294 295 rateper = .A; 295 296 LL = put('**', 8.0); … … 323 324 ********************************************************************; 324 325 --------BoNdArY-------- 325 1 suppressed_variables 2 326 n 327 rateper 328 --------BoNdArY-------- 326 1 suppressed_variables 5 327 rateper 328 n 329 popcount 330 LL 331 UL 332 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_RateAA100K_GE35.def
r24491 r25060 281 281 if ((0<n<4) and (popcount<5000)) then do; 282 282 n = .A; 283 popcount = .A; 283 284 rateper = .A; 284 285 LL = put('**', 8.0); … … 311 312 ********************************************************************; 312 313 --------BoNdArY-------- 313 1 suppressed_variables 2 314 n 315 rateper 316 --------BoNdArY-------- 314 1 suppressed_variables 5 315 rateper 316 n 317 popcount 318 LL 319 UL 320 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_RateAA10K.def
r24491 r25060 300 300 if ((0<n<4) and (.<popcount<5000)) then do; 301 301 n = .A; 302 popcount = .A; 302 303 rateper = .A; 303 304 LL = put('**', 8.0); … … 331 332 ********************************************************************; 332 333 --------BoNdArY-------- 333 1 suppressed_variables 2 334 n 335 rateper 336 --------BoNdArY-------- 334 1 suppressed_variables 5 335 rateper 336 n 337 popcount 338 LL 339 UL 340 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_RateAA10K_GE25.def
r24491 r25060 292 292 if ((0<n<4) and (popcount<5000)) then do; 293 293 n = .A; 294 popcount = .A; 294 295 rateper = .A; 295 296 LL = put('**', 8.0); … … 323 324 ********************************************************************; 324 325 --------BoNdArY-------- 325 1 suppressed_variables 2 326 n 327 rateper 328 --------BoNdArY-------- 326 1 suppressed_variables 5 327 rateper 328 n 329 popcount 330 LL 331 UL 332 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/NM_RateAA10K_GE35.def
r24491 r25060 280 280 if ((0<n<4) and (popcount<5000)) then do; 281 281 n = .A; 282 popcount = .A; 282 283 rateper = .A; 283 284 LL = put('**', 8.0); … … 310 311 ********************************************************************; 311 312 --------BoNdArY-------- 312 1 suppressed_variables 2 313 n 314 rateper 315 --------BoNdArY-------- 313 1 suppressed_variables 5 314 rateper 315 n 316 popcount 317 LL 318 UL 319 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/mortmc/_MortMC.cfg
r24445 r25060 105 105 106 106 5 null EthProxy null Ethnicity&Proxy num 10 8 107 5 raceth RacEth nullDOHethheritage num 0 8108 #5 hispflag HispEth nullHispanic&Ethnicity num 0 8107 5 raceth RacEth dohraceth DOHethheritage num 0 8 108 5 hispflag HispEth hisp Hispanic&Ethnicity num 0 8 109 109 110 110 6 null GeoProxy null Geographic&Area&Specified num 10 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/pcc/NM_CrudeRate100K.def
r24607 r25060 174 174 set rates; 175 175 if ((0<n<4) and (popnum<5000)) then do; 176 n = .A; 176 rateper = .A; 177 n = .A; 178 popcount = .A; 177 179 LCL = put('**', 8.0); 178 180 UCL = put('**', 8.0); -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/pcc/NM_RateAA100K.def
r24607 r25060 283 283 set rate; 284 284 if ((0<n<4) and (.<popcount<5000)) then do; 285 rateper = .A; 285 286 n = .A; 286 rateper= .A;287 popcount = .A; 287 288 LL = put('**', 8.0); 288 289 UL = put('**', 8.0); … … 315 316 ********************************************************************; 316 317 --------BoNdArY-------- 317 1 suppressed_variables 2 318 n 319 rateper 320 --------BoNdArY-------- 318 1 suppressed_variables 5 319 rateper 320 n 321 popcount 322 LL 323 UL 324 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/water/_Water_AnnMax.cfg
r23213 r25060 61 61 1 year_s Year null Sample&Year num 0 4 62 62 63 64 2 null ArsProxy null Arsenic&Dimensions char 10 8 65 63 66 2 MaxMCLARS Arsenic_MCL null MCL&Level&by&Arsenic num 0 8 64 67 2 MaxMCLNDARS Arsenic_MCL_ND null MCL&Level&by&Arsenic num 0 8 … … 70 73 2 MaxNDARS Arsenic_Level_ND null Level&by&Arsenic num 0 8 71 74 2 MaxRawNDARS Arsenic_Level_ND_Raw null Level&by&Arsenic num 0 8 75 76 2 null AtrProxy null Atrazine&Dimensions char 10 8 72 77 73 78 2 MaxMCLATR ATR_MCL null MCL&Level&by&ATR num 0 8 … … 81 86 2 MaxRawNDATR ATR_Level_ND_Raw null ND&Level&by&ATR num 0 8 82 87 88 2 null DEHPProxy null DEHP&Dimensions char 10 8 89 83 90 2 MaxMCLDEHP DEHP_MCL null MCL&Level&by&DEHP num 0 8 84 91 2 MaxMCLNDDEHP DEHP_MCL_ND null MCL&Level&by&DEHP num 0 8 … … 91 98 2 MaxRawNDDEHP DEHP_Level_ND_Raw null DEHP&by&ND&Level&Raw num 0 8 92 99 100 2 null HAAProxy null HAA&Dimensions char 10 8 93 101 2 MaxMCLHAA HAA_MCL null MCL&Level&by&HAA num 0 8 94 102 2 MaxMCLNDHAA HAA_MCL_ND null MCL&Level&by&HAA num 0 8 … … 101 109 2 MaxRawNDHAA HAA_Level_ND_Raw null HAA&by&ND&Level&Raw num 0 8 102 110 111 2 null NitProxy null Nitrate&Dimensions char 10 8 103 112 2 MaxMCLNIT Nitrate_MCL null MCL&Level&by&Nitrate num 0 8 104 113 2 MaxMCLNDNIT Nitrate_MCL_ND null MCL&Level&by&Nitrate num 0 8 … … 111 120 2 MaxRawNDNIT Nitrate_Level_ND_Raw null Nitrate&by&ND&Level&Raw num 0 8 112 121 122 2 null PCEProxy null PCE&Dimensions char 10 8 113 123 2 MaxMCLPCE PCE_MCL null MCL&Level&by&PCE num 0 8 114 124 2 MaxMCLNDPCE PCE_MCL_ND null MCL&Level&by&PCE num 0 8 … … 121 131 2 MaxRawNDPCE PCE_Level_ND_Raw null PCE&by&ND&Level&Raw num 0 8 122 132 133 2 null RadiumProxy null PCE&Dimensions char 10 8 123 134 2 MaxMCLRadium Radium_MCL null MCL&Level&by&Radium num 0 8 124 135 2 MaxMCLNDRadium Radium_MCL_ND null MCL&Level&by&Radium num 0 8 … … 131 142 2 MaxRawNDRadium Radium_Level_ND_Raw null Radium&by&ND&Level&Raw num 0 8 132 143 144 2 null TCEProxy null PCE&Dimensions char 10 8 133 145 2 MaxMCLTCE TCE_MCL null MCL&Level&by&TCE num 0 8 134 146 2 MaxMCLNDTCE TCE_MCL_ND null MCL&Level&by&TCE num 0 8 … … 141 153 2 MaxRawNDTCE TCE_Level_ND_Raw null TCE&by&ND&Level&Raw num 0 8 142 154 155 2 null THMProxy null TTHM&Dimensions char 10 8 143 156 2 MaxMCLTHM THM_MCL null MCL&Level&by&THM num 0 8 144 157 2 MaxMCLNDTHM THM_MCL_ND null MCL&Level&by&THM num 0 8 … … 151 164 2 MaxRawNDTHM THM_Level_ND_Raw null THM&by&ND&Level&Raw num 0 8 152 165 166 2 null UraniumProxy null Uranium&Dimensions char 10 8 153 167 2 MaxMCLUranium Uranium_MCL null MCL&Level&by&Uranium num 0 8 154 168 2 MaxMCLNDUranium Uranium_MCL_ND null MCL&Level&by&Uranium num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/water/_Water_AnnMean.cfg
r23213 r25060 60 60 1 year_s Year null Sample&Year num 0 4 61 61 62 2 null ArsProxy null Arsenic&Dimensions char 10 8 63 62 64 2 MeanMCLARS Arsenic_MCL null MCL&Level&by&Arsenic num 0 8 63 65 2 MeanMCLNDARS Arsenic_MCL_ND null MCL&Level&by&Arsenic num 0 8 … … 69 71 2 MeanNDARS Arsenic_Level_ND null Level&by&Arsenic num 0 8 70 72 2 MeanRawNDARS Arsenic_Level_ND_Raw null Level&by&Arsenic num 0 8 73 74 2 null AtrProxy null Arsenic&Dimensions char 10 8 71 75 72 76 2 MeanMCLATR ATR_MCL null MCL&Level&by&ATR num 0 8 … … 80 84 2 MeanRawNDATR ATR_Level_ND_Raw null ND&Level&by&ATR num 0 8 81 85 86 2 null DEHPProxy null DEHP&Dimensions char 10 8 87 82 88 2 MeanMCLDEHP DEHP_MCL null MCL&Level&by&DEHP num 0 8 83 89 2 MeanMCLNDDEHP DEHP_MCL_ND null MCL&Level&by&DEHP num 0 8 … … 90 96 2 MeanRawNDDEHP DEHP_Level_ND_Raw null DEHP&by&ND&Level&Raw num 0 8 91 97 92 2 meanMCLHAA HAA_MCL null Level&by&HAA5 num 0 3 98 2 null HAAProxy null DEHP&Dimensions char 10 8 99 100 2 MeanMCLHAA HAA_MCL null Level&by&HAA5 num 0 3 93 101 2 MeanMCLNDHAA HAA_MCL_ND null MCL&Level&by&HAA num 0 8 94 102 2 MeanRawMCLHAA HAA_MCL_Raw null MCL&Level&by&HAA num 0 8 95 2 MeanRaw NDMCLHAA HAA_MCL_ND_Raw null MCL&Level&by&HAA num 0 8103 2 MeanRawMCLNDHAA HAA_MCL_ND_Raw null MCL&Level&by&HAA num 0 8 96 104 97 2 meanHAA HAA_Level null Level&by&HAA5 num 0 398 2 meanNDHAA HAA_Level_ND null Level&by&HAA num 0 899 2 meanRawHAA HAA_Level_Raw null Level&by&HAA num 0 8105 2 MeanHAA HAA_Level null Level&by&HAA5 num 0 3 106 2 MeanNDHAA HAA_Level_ND null Level&by&HAA num 0 8 107 2 MeanRawHAA HAA_Level_Raw null Level&by&HAA num 0 8 100 108 2 MeanRawNDHAA HAA_Level_ND_Raw null MCL&Level&by&HAA num 0 8 109 110 2 null NitProxy null HAA&Dimensions char 10 8 101 111 102 112 2 MeanMCLNIT Nitrate_MCL null MCL&Level&by&Nitrate num 0 8 … … 110 120 2 MeanRawNDNIT Nitrate_Level_ND_Raw null Nitrate&by&ND&Level&Raw num 0 8 111 121 122 2 null PCEProxy null Nitrate&Dimensions char 10 8 123 112 124 2 MeanMCLPCE PCE_MCL null MCL&Level&by&PCE num 0 8 113 125 2 MeanMCLNDPCE PCE_MCL_ND null MCL&Level&by&PCE num 0 8 … … 120 132 2 MeanRawNDPCE PCE_Level_ND_Raw null PCE&by&ND&Level&Raw num 0 8 121 133 134 2 null RadiumProxy null PCE&Dimensions char 10 8 135 122 136 2 MeanMCLRadium Radium_MCL null MCL&Level&by&Radium num 0 8 123 137 2 MeanMCLNDRadium Radium_MCL_ND null MCL&Level&by&Radium num 0 8 … … 129 143 2 MeanRawRadium Radium_Level_Raw null Radium&by&Level&Raw num 0 8 130 144 2 MeanRawNDRadium Radium_Level_ND_Raw null Radium&by&ND&Level&Raw num 0 8 145 146 2 null TCEProxy null PCE&Dimensions char 10 8 131 147 132 148 2 MeanMCLTCE TCE_MCL null MCL&Level&by&TCE num 0 8 … … 145 161 2 MeanRawMCLNDTHM THM_MCL_ND_Raw null MCL&Level&by&THM num 0 8 146 162 163 2 null THMProxy null PCE&Dimensions char 10 8 164 147 165 2 MeanTHM THM_Level null Level&by&THM num 0 8 148 166 2 MeanNDTHM THM_Level_ND null THM&by&Level&ND num 0 8 149 167 2 MeanRawTHM THM_Level_Raw null THM&by&Level&Raw num 0 8 150 168 2 MeanRawNDTHM THM_Level_ND_Raw null THM&by&ND&Level&Raw num 0 8 169 170 2 null UraniumProxy null Uranium&Dimensions char 10 8 151 171 152 172 2 MeanMCLUranium Uranium_MCL null MCL&Level&by&Uranium num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/water/_Water_Qtr.cfg
r23213 r25060 58 58 1 qtr Quarter null Year&and&Quarter num 0 4 59 59 60 2 null AtrProxy null Arsenic&Dimensions char 10 8 61 60 62 2 MeanMCLATR ATR_MCL null MCL&Level&by&ATR num 0 8 61 63 2 MeanMCLNDATR ATR_MCL_ND null MCL&Level&by&ATR num 0 8 … … 68 70 2 MeanRawNDATR ATR_Level_ND_Raw null ND&Level&by&ATR num 0 8 69 71 72 2 null HAAProxy null Arsenic&Dimensions char 10 8 70 73 2 meanMCLHAA HAA_MCL null Level&by&HAA5 num 0 3 71 74 2 MeanMCLNDHAA HAA_MCL_ND null MCL&Level&by&HAA num 0 8 … … 78 81 2 MeanRawNDHAA HAA_MCL_ND_Raw null MCL&Level&by&HAA num 0 8 79 82 83 2 null NitProxy null Arsenic&Dimensions char 10 8 80 84 2 MeanMCLNit Nitrate_MCL null MCL&Level&by&Nit num 0 8 81 85 2 MeanMCLNDNit Nitrate_MCL_ND null MCL&Level&by&Nit num 0 8 … … 88 92 2 MeanRawNDNit Nitrate_Level_ND_Raw null Nit&by&ND&Level&Raw num 0 8 89 93 94 2 null THMProxy null PCE&Dimensions char 10 8 90 95 2 meanMCLTHM THM_MCL null Level&by&THM5 num 0 3 91 96 2 MeanMCLNDTHM THM_MCL_ND null MCL&Level&by&THM num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/birth/_Birth20.cfg
r24804 r25060 87 87 1 null AgeGrpProxy null AgeGroup num 10 8 88 88 3 mage Mage null MothersAge num 1 8 89 3 magegrp AgeGrp10MomAge magegrp MothersAge num 0 8 89 90 3 magegrp2 AgeGrp6MomAge magegrp2 MothersAge num 0 8 90 91 3 medugrp Edu1 null MothersEducation num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/birth/_BirthLegis17.cfg
r20952 r25060 91 91 3 tobacco MomTobaccoUse null MothersTobaccoUse num 0 8 92 92 ## INFANT CHARACTERISTICS ####################### 93 4 sex InfSex null InfantSex num 0 893 4 sex Sex null InfantSex num 0 8 94 94 4 bwtgrp InfBirthWtGrp null InfantBirthWeight num 0 8 95 95 4 nobrn2 InfMultBirth null MultipleBirth num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/birth/_BirthSDH17.cfg
r22346 r25060 83 83 3 mage Mage null MothersAge num 1 8 84 84 3 magegrp MomAgeGrp magegrp MothersAge num 0 8 85 3 magegrp2 MomAgeGrp2 magegrp2 MothersAge num 0 8 85 3 magegrp AgeGrp10MomAge magegrp MothersAge num 0 8 86 3 magegrp2 AgeGrp6MomAge magegrp2 MothersAge num 0 8 86 87 3 medugrp Edu1 null MothersEducation num 0 8 87 88 3 fedugrp FatherEdu null FathersEducation num 0 8 … … 93 94 3 tobacco MomTobaccoUse null MothersTobaccoUse num 0 8 94 95 ## INFANT CHARACTERISTICS ####################### 95 4 sex InfSex null InfantSex num 0 896 4 sex Sex null InfantSex num 0 8 96 97 4 bwtgrp InfBirthWtGrp null InfantBirthWeight num 0 8 97 98 4 nobrn2 InfMultBirth null MultipleBirth num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/birth/_BirthSarea17.cfg
r24524 r25060 21 21 d saspop E:\ibisq\sasData\final 22 22 23 d sasdata b irth90_17geo_18_19ngeo23 d sasdata b90_17geo_181920ngeo 24 24 d saspopdata popibissarea90_20_04nov2021 25 25 … … 83 83 1 null AgeGrpProxy null AgeGroup num 10 8 84 84 3 mage Mage null MothersAge num 1 8 85 3 magegrp MomAgeGrpmagegrp MothersAge num 0 886 3 magegrp2 MomAgeGrp2magegrp2 MothersAge num 0 885 3 magegrp AgeGrp10MomAge magegrp MothersAge num 0 8 86 3 magegrp2 AgeGrp6MomAge magegrp2 MothersAge num 0 8 87 87 3 medugrp Edu1 null MothersEducation num 0 8 88 88 3 fedugrp FatherEdu null FathersEducation num 0 8 … … 95 95 3 ftribe FTribe null FathersTribe num 0 8 96 96 ## INFANT CHARACTERISTICS ####################### 97 4 sex InfSex null InfantSex num 0 897 4 sex Sex null InfantSex num 0 8 98 98 4 bwtgrp InfBirthWtGrp null InfantBirthWeight num 0 8 99 99 4 nobrn InfMultBirth null MultipleBirth num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/birth/_BirthSecure20.cfg
r24804 r25060 86 86 1 null AgeGrpProxy null AgeGroup num 10 8 87 87 3 mage Mage null MothersAge num 1 8 88 3 magegrp AgeGrp10MomAge magegrp MothersAge num 0 8 88 89 3 magegrp2 AgeGrp6MomAge magegrp2 MothersAge num 0 8 89 90 3 medugrp Edu1 null MothersEducation num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/brfss/_BRFSS18.cfg
r24669 r25060 22 22 d response_tail_content XMLResponse.tail 23 23 ##################################################################### 24 r survey 1 24 r survey 1 25 25 r obs 1 26 26 r ps 20 -
adopters/nm/trunk/src/main/backend_qModules/3.0/cancer/NM_Count.def
r21224 r25060 189 189 LL = put('**', 8.0); 190 190 UL = put('**', 8.0); 191 *only 1 val attr allowed, over-write redflag if suppressed; 192 redflag = put('Suppressed', $10.); 191 192 *Only one value attribute is allowed - so if suppressed, overwrite unstable; 193 *This also puts ** in record code column for suppressed rows, and adds footnote; 194 redflag = put('Suppressed', $12.); 193 195 end; 196 if popcount=. then redflag=put('', $12.); *no value attribute for missing crossby values; 194 197 proc print data=tmp noobs; title2 '6. TMP - final dataset to pass to IBIS View app'; 195 198 run; -
adopters/nm/trunk/src/main/backend_qModules/3.0/cancer/NM_RateCrude100K.def
r21905 r25060 207 207 LL = put('**', 8.0); 208 208 UL = put('**', 8.0); 209 *only 1 val attr allowed, over-write redflag if suppressed; 210 redflag = put('Suppressed', $10.); 209 *Only one value attribute is allowed - so if suppressed, overwrite unstable; 210 *This also puts ** in record code column for suppressed rows, and adds footnote; 211 redflag = put('Suppressed', $12.); 211 212 end; 213 if popcount=. then redflag=put('', $12.); *no value attribute for missing crossby values; 212 214 proc print data=tmp noobs; title2 '6. TMP - final dataset to pass to IBIS View app'; 213 215 run; -
adopters/nm/trunk/src/main/backend_qModules/3.0/cancer/NM_RateCrude100K_3YrAvg.def
r21905 r25060 208 208 LL = put('**', 8.0); 209 209 UL = put('**', 8.0); 210 *only 1 val attr allowed, over-write redflag if suppressed; 211 redflag = put('Suppressed', $10.); 210 211 *Only one value attribute is allowed - so if suppressed, overwrite unstable; 212 *This also puts ** in record code column for suppressed rows, and adds footnote; 213 redflag = put('Suppressed', $12.); 212 214 end; 215 if popcount=. then redflag=put('', $12.); *no value attribute for missing crossby values; 213 216 proc print data=tmp noobs; title2 '12. TMP - final dataset to pass to IBIS View app'; 214 217 run; -
adopters/nm/trunk/src/main/backend_qModules/3.0/cancer/NM_RateCrude100K_5YrAvg.def
r21905 r25060 208 208 LL = put('**', 8.0); 209 209 UL = put('**', 8.0); 210 *only 1 val attr allowed, over-write redflag if suppressed; 211 redflag = put('Suppressed', $10.); 210 211 *Only one value attribute is allowed - so if suppressed, overwrite unstable; 212 *This also puts ** in record code column for suppressed rows, and adds footnote; 213 redflag = put('Suppressed', $12.); 212 214 end; 215 if popcount=. then redflag=put('', $12.); *no value attribute for missing crossby values; 213 216 proc print data=tmp noobs; title2 '12. TMP - final dataset to pass to IBIS View app'; 214 217 run; -
adopters/nm/trunk/src/main/backend_qModules/3.0/cancer/_CancerCntySecure19.cfg
r24202 r25060 56 56 #value SASnumerator_var dimension_name SASdenominator_var label type1 type2 length 57 57 58 10 null YearProxy null Year num 0 858 10 null YearProxy null Year num 10 8 59 59 10 year Year year Year num 0 8 60 60 10 year YearGrp3Yrs year YearofDiagnosis num 0 8 … … 81 81 13 agegrp13 AgeGrp13 agegrp13 AgeGroup num 0 8 82 82 13 agegrp18 AgeGrp18 agegrp18 AgeGroup num 0 8 83 13 agegrp19 AgeGrp19 agegrp19 AgeGroup num 0 8 83 84 13 agegrp35 AgeGrp35 agegrp35 AgeGroup num 0 8 84 85 … … 86 87 15 dohraceth RacEthDOH DOHraceth RaceEthinicity num 0 8 87 88 88 11 null GeoProxy null Geographic &Area num 10 889 11 null GeoProxy null GeographicArea num 10 8 89 90 11 fipscode GeoCnty fipscode County num 0 8 90 91 11 region GeoRegion region LocalHealthDistrict num 0 8 91 92 11 urbanrur GeoUrbanRur urbanrur UrbanRuralCounties num 0 8 92 11 Sarea134 GeoSarea Sarea134 NM &Small&Area num 0 893 11 Sarea134 GeoSarea Sarea134 NMSmallArea num 0 8 93 94 11 fipstrct10 GeoTract fipstrct10 CensusTract num 0 8 94 95 -
adopters/nm/trunk/src/main/backend_qModules/3.0/hidd/_HIDD19.cfg
r24447 r25060 83 83 84 84 3 sex Sex Sex Sex num 0 8 85 3 dohraceth RacEth nullRaceEthProxy num 0 885 3 dohraceth RacEth dohraceth RaceEthProxy num 0 8 86 86 87 87 4 null DiagProxy null DiagProxy char 10 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/hidd/_HIDD19Secure.cfg
r24843 r25060 83 83 84 84 3 sex Sex Sex Sex num 0 8 85 3 dohraceth RacEth nullRaceEthProxy num 0 885 3 dohraceth RacEth dohraceth RaceEthProxy num 0 8 86 86 87 87 4 null DiagProxy null DiagProxy char 10 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/hidd/_HIDD20.cfg
r24843 r25060 84 84 85 85 3 sex Sex Sex Sex num 0 8 86 3 dohraceth RacEth nullRaceEthProxy num 0 886 3 dohraceth RacEth dohraceth RaceEthProxy num 0 8 87 87 88 88 4 null DiagProxy null DiagProxy char 10 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/hidd/_HIDD20Secure.cfg
r24843 r25060 84 84 85 85 3 sex Sex Sex Sex num 0 8 86 3 dohraceth RacEth nullRaceEthProxy num 0 886 3 dohraceth RacEth dohraceth RaceEthProxy num 0 8 87 87 88 88 4 null DiagProxy null DiagProxy char 10 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/mort/NM_RateCrude100K_YPLL.def
r21905 r25060 1 1 #NM_RateCrude100K_YPLL.def 2 #computes YPLL rate from age 75 per 100,000 at time of death for causes, populations2 #computes YPLL rate from age 75 per 100,000 at time of death 3 3 #uses the IBIS-Q data_frame for cross1 and cross2 4 4 #NM_ = New Mexico cell suppression version … … 14 14 OPTION SPOOL; 15 15 16 proc freq data=tmp; tables age agepop agegrp11; run; 17 16 18 ****************************************************************************; 17 19 * Start by calculating the YPLL for each individual death. ; … … 24 26 end; 25 27 run; 26 28 27 29 ****************************************************************************; 28 30 * Then get death counts by cross variable(s). ; … … 129 131 %mend; 130 132 %popcross; 133 134 proc print data=pop noobs; title2 '2. pop'; run; 135 proc print data=rate noobs; title2 '2. rate'; run; 131 136 132 137 ********************** 4. tmp, again ****************************; -
adopters/nm/trunk/src/main/backend_qModules/3.0/mort/_Mort20.cfg
r25048 r25060 1 #============================================================================= =1 #============================================================================= 2 2 # IBIS-Q Configuration File 3 3 # … … 72 72 #Value SAS_Numerator_Var Dimension SAS_Denominator_Var Label type1 type2 len 73 73 74 1 null YearProxy yearYear num 10 874 1 null YearProxy null Year num 10 8 75 75 1 year Year year YearofDeath num 0 8 76 1 year Year9 year UserSpecifiedYearGrps num 3 877 76 1 year YearGrp3 year YearsforDynamicYrGrps num 3 8 78 77 1 year YearGrp5 year YearsforDynamicYrGrps num 3 8 79 78 1 year YearGrp3Yrs year YearsforRollingAvg num 0 8 80 79 1 year YearGrp5Yrs year YearsforRollingAvg num 0 8 80 1 year Year9 year UserSpecifiedYearGrps num 3 8 81 81 82 82 2 null CauseDeathProxy null CauseofDeath char 10 8 … … 111 111 3 agegrp9 AgeGrp9 agegrp9 AgeatDeath num 0 8 112 112 3 agepop AgeGrp11 agepop AgeatDeath num 0 8 113 3 AgeGrp11 AgeGrp11 agepop AgeatDeath num 0 8114 113 3 agegrp13 AgeGrp13 agegrp13 AgeatDeath num 0 8 115 114 3 agegrp18 AgeGrp18 agegrp18 AgeatDeath num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/mort/_MortSecure20.cfg
r25048 r25060 1 #============================================================================= =1 #============================================================================= 2 2 # IBIS-Q Configuration File 3 3 # … … 74 74 1 null YearProxy year Year num 10 8 75 75 1 year Year year YearofDeath num 0 8 76 1 year Year9 year UserSpecifiedYearGrps num 3 877 76 1 year YearGrp3 year YearsforDynamicYrGrps num 3 8 78 77 1 year YearGrp5 year YearsforDynamicYrGrps num 3 8 79 78 1 year YearGrp3Yrs year YearsforRollingAvg num 0 8 80 79 1 year YearGrp5Yrs year YearsforRollingAvg num 0 8 80 1 year Year9 year UserSpecifiedYearGrps num 3 8 81 81 82 82 2 null CauseDeathProxy null CauseofDeath char 10 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/mort/secure/S_RateCrude100K_YPLL.def
r23035 r25060 24 24 end; 25 25 run; 26 26 27 27 ****************************************************************************; 28 28 * Then get death counts by cross variable(s). ; … … 128 128 %mend; 129 129 %popcross; 130 131 proc print data=pop noobs; title2 '2. pop'; run; 132 proc print data=rate noobs; title2 '2. rate'; run; 130 133 131 134 ********************** 4. tmp, again ****************************;
Note: See TracChangeset
for help on using the changeset viewer.