Changeset 13318 in main
- Timestamp:
- 03/07/17 11:24:09 (5 years ago)
- Location:
- adopters/nm/trunk/src/main/backend_qModules
- Files:
-
- 2 added
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/_EPHT/birthdefects/_BirthDefects.cfg
r13259 r13318 79 79 3 Mrace MomRace Mrace Maternal&Race num 0 8 80 80 3 DOHraceth MomRacEth dohraceth Mothers&Race&and&Ethnicity num 0 8 81 3 maternalagegroup MomAgeGrp magegrpbd Maternal&Age&Group Age num 0 8 81 #3 maternalagegroup MomAgeGrp magegrpbd Maternal&Age&Group Age num 0 8 82 3 maternalagegroup MomAgeGrp magegrp2 Maternal&Age&Group Age num 0 8 82 83 83 84 ## INFANT CHARACTERISTICS ####################### -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/fire/_fire.cfg
r13220 r13318 6 6 # ---------- ---------- ------------------------------------------------- 7 7 # 02.09.17 Schatz Fires - acres burned and no. large fires 8 # 8 # 03.06.17 Schatz Split acres/number fires into two separate queries 9 9 #============================================================================== 10 10 … … 53 53 54 54 12 year Year year year num 0 8 55 56 13 null MetricProxy null Metric num 10 857 13 metric Metric null Metric num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/hidd/_HIDD.cfg
r13220 r13318 80 80 2 admit_year Year99-Pres year Year&of&Admission num 0 8 81 81 2 admit_year Year9 year Year&of&Admission num 3 8 82 2 admit_month Month null Month Month&of&Admission num 3882 2 admit_month Month null Month&of&Admission num 0 8 83 83 84 84 1 null GeoProxy null ProxyVar num 10 4 -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSAverage.def
r13265 r13318 46 46 end; 47 47 if count<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 48 49 if %cross1%=35000 then %cross1%=.; 48 50 run; 49 51 50 proc print data=tmp; 51 title 'final tmp'; 52 run; 52 proc print data=tmp; title2 'final tmp'; run; 53 53 54 54 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSCount.def
r11779 r13318 43 43 end; 44 44 if count<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 45 46 if %cross1%=35000 then %cross1%=.; 45 47 run; 46 48 47 proc print data=tmp; 48 title 'final tmp'; 49 run; 49 proc print data=tmp; title2 'final tmp'; run; 50 50 51 51 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSMedian.def
r11779 r13318 45 45 end; 46 46 if median<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 47 48 if %cross1%=35000 then %cross1%=.; 47 49 run; 48 50 49 proc print data=tmp; 50 title 'final tmp'; 51 run; 51 proc print data=tmp; title2 'final tmp'; run; 52 52 53 53 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSPercent.def
r13265 r13318 66 66 end; 67 67 if count<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 68 69 if %cross1%=35000 then %cross1%=.; 68 70 run; 69 71 70 proc print data=tmp; 71 title 'final tmp'; 72 run; 72 proc print data=tmp; title2 'final tmp'; run; 73 73 74 74 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSPercentHUnit.def
r13265 r13318 71 71 end; 72 72 if count<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 73 74 if %cross1%=35000 then %cross1%=.; 73 75 run; 74 76 -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSPercentNoPopEst.def
r13265 r13318 62 62 end; 63 63 if count<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 64 65 if %cross1%=35000 then %cross1%=.; 64 66 run; 65 67 66 proc print data=tmp; 67 title 'final tmp'; 68 run; 68 proc print data=tmp; title2 'final tmp'; run; 69 69 70 70 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/acs/ACSPercentOccHUnit.def
r13265 r13318 71 71 end; 72 72 if count<=0 then redflag=put('Unstable', $14.); *no variance, n=0, rse=div by zero; 73 74 if %cross1%=35000 then %cross1%=.; 73 75 run; 74 76 -
adopters/nm/trunk/src/main/backend_qModules/acs/_ACSCnty15.cfg
r13265 r13318 67 67 68 68 6 null GeoProxy null GeographicAreaSpecified num 10 8 69 6 fipscode GeoState fipscode NMCounties num 0 870 69 6 fipscode GeoCnty fipscode NMCounties num 0 8 70 6 region GeoRegion region NMHlthRegions num 0 8 71 71 6 sarea134 GeoSarea sarea134 NMSmallAreas num 0 8 72 72 6 fipstrct10 GeoTract fipstrct10 NM2010CensusTracts num 0 8 73 73 74 # The popcount variable is only referenced in the .DEF files ==================== 74 # The ACS variables and std err are inserted into the .DEF files using spvars 75 #============================================================================ 75 76 76 77 -
adopters/nm/trunk/src/main/backend_qModules/acs/_ACSRegion15.cfg
r13265 r13318 67 67 68 68 6 null GeoProxy null GeographicAreaSpecified num 10 8 69 6 fipscode GeoState fipscode NMState num 0 870 69 6 fipscode GeoCnty fipscode NMCounties num 0 8 71 70 6 region GeoRegion region NMHlthRegions num 0 8 … … 73 72 6 fipstrct10 GeoTract fipstrct10 NM2010CensusTracts num 0 8 74 73 75 # The popcount variable is only referenced in the .DEF files ==================== 74 # The ACS variables and std err are inserted into the .DEF files using spvars 75 #============================================================================ 76 76 77 77 -
adopters/nm/trunk/src/main/backend_qModules/acs/_ACSSarea15.cfg
r13265 r13318 67 67 68 68 6 null GeoProxy null GeographicAreaSpecified num 10 8 69 6 fipscode GeoState fipscode NMCounties num 0 870 69 6 fipscode GeoCnty fipscode NMCounties num 0 8 70 6 region GeoRegion region NMHlthRegions num 0 8 71 71 6 sarea134 GeoSarea sarea134 NMSmallAreas num 0 8 72 72 6 fipstrct10 GeoTract fipstrct10 NM2010CensusTracts num 0 8 73 73 74 # The popcount variable is only referenced in the .DEF files ==================== 74 # The ACS variables and std err are inserted into the .DEF files using spvars 75 #============================================================================ 75 76 76 77 -
adopters/nm/trunk/src/main/backend_qModules/acs/_ACSTrct15.cfg
r12680 r13318 67 67 68 68 6 null GeoProxy null GeographicAreaSpecified num 10 8 69 6 fipscode GeoState fipscode NMCounties num 0 870 69 6 fipscode GeoCnty fipscode NMCounties num 0 8 70 6 region GeoRegion region NMHlthRegions num 0 8 71 71 6 sarea134 GeoSarea sarea134 NMSmallAreas num 0 8 72 72 6 fipstrct10 GeoTract fipstrct10 NM2010CensusTracts num 0 8 73 73 74 # The popcount variable is only referenced in the .DEF files ==================== 74 # The ACS variables and std err are inserted into the .DEF files using spvars 75 #============================================================================ 75 76 76 -
adopters/nm/trunk/src/main/backend_qModules/hidd/HIDD15.cfg
r13220 r13318 5 5 # Date By Description 6 6 # ---------- --------- ------------------------------------------------- 7 # 12/15/201 10BrianW updated HIDD data with modes for accomdating 2015 ICD-10_CMs7 # 12/15/2016 BrianW updated HIDD data with modes for accomdating 2015 ICD-10_CMs 8 8 # 10/17/2014 BrianW updated HIDD data, dates and some notes 9 9 # 04/10/2012 LoisH pointed to new SAS version, added -memsize 0 system option
Note: See TracChangeset
for help on using the changeset viewer.