Changeset 19772 in main
- Timestamp:
- 01/29/20 11:59:05 (3 years ago)
- Location:
- adopters/nm/trunk/src/main/backend_qModules
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/_EPHT/ed/CountDayMeanNM.def
r14513 r19772 18 18 ; 19 19 output out=day sum=daily; 20 20 21 proc print; 22 title "data tmp - date summary"; 23 21 24 Proc sort data=day; 22 25 by month; … … 34 37 35 38 proc print; 36 title "data tmp - Daily Minimum";39 title "data tmp - Daily mean by month"; 37 40 run; 38 41 -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/ed/_ED0816.cfg
r18931 r19772 5 5 # Date By Description 6 6 # ---------- ---------- ----------------------------------------------------- 7 # 11/08/2011 Brian W NM Emergency Department Visi sts Initial Development7 # 11/08/2011 Brian W NM Emergency Department Visits Initial Development 8 8 # 01/23/2013 B Woods Added 2010 data and refined EPHT information 9 9 # 03/28/2013 B Woods Added 2011 … … 21 21 d saspath E:\ibisq\sasData\final\ 22 22 d saspop E:\ibisq\sasData\final\ 23 r sasdata nm_ed_081 623 r sasdata nm_ed_0818 24 24 d saspopdata popibiscnty90_18_28jun2019 25 25 #d saspopdata popibissarea90_15_11oct2016 26 26 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" 27 27 #r sas_bin sas&-memsize&0 28 r pop_where 2008<=year<=201 629 r data_where 2008<=year<=201 628 r pop_where 2008<=year<=2018 29 r data_where 2008<=year<=2018 30 30 r sasstdpop morstd 31 31 #################################################################### -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/hidd/CountDayMaxNM.def
r14513 r19772 8 8 9 9 Proc sort data=tmp; 10 by admitdate;10 by sasadmitdate; 11 11 12 12 proc means data=tmp noprint; 13 by admitdate;13 by sasadmitdate; 14 14 15 15 var x; -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/hidd/CountDayMeanNM.def
r14513 r19772 8 8 9 9 Proc sort data=tmp; 10 by admitdate;10 by SASADMITDATE; 11 11 12 12 proc means data=tmp noprint; 13 by admitdate;13 by SASADMITDATE; 14 14 15 15 var x; -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/hidd/CountDayMinNM.def
r14513 r19772 8 8 9 9 Proc sort data=tmp; 10 by admitdate;10 by sasadmitdate; 11 11 12 12 proc means data=tmp nway noprint; 13 by admitdate;13 by sasadmitdate; 14 14 15 15 var x; -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/hidd/_HIDD.cfg
r18190 r19772 26 26 d saspath E:\ibisq\sasData\final\ 27 27 d saspop E:\ibisq\sasData\final\ 28 d sasdata hiddepht201 729 d saspopdata popibis trct90_17_20aug201828 d sasdata hiddepht2018 29 d saspopdata popibiscnty90_18_28jun2019 30 30 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" -MEMMAXSZ 5G -MEMCACHE 4 -MEMLIB 31 31 #r sas_bin sas&-memsize&0 32 r pop_where 1999<=year<=201 733 r data_where 1999<=admit_year<=201 732 r pop_where 1999<=year<=2018 33 r data_where 1999<=admit_year<=2018 34 34 d sasstdpop morstd 35 35 r pop_where stdyr=2000 -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/hidd/_HIDD_MITX.cfg
r18931 r19772 8 8 # 03/18/2009 Lois Added 90-99 pop years, changed pop dimension for 00_06 9 9 # 5/4/2009 Lois Added 2007, changed year dimension to Year90_, added BEBR revised data, 4/24/09 10 # 2/15/2010 Brian Begun IBIS-HIDD construction with Lois' guidance 11 # 3/17/2010 Brian Begin rates, enable small number and rate suppression 12 # 4/7/2010 Brian Add more EPHT indicators and Procedures, AHRQ CCS 231 and NCHS 55 13 # 4/10/2010 Brian Adapt for EPHT indicators and switch to Admission versus Admissions 14 # 6/9/2010 Brian Multiple years, payer, status dadded and EPHT indicators modified 15 # to reflect primary versus secondary diagnosis detections 16 # 6/18/2010 Brian Adapt HIDD developments to EPHT 17 # 4/22/2013 Brian Adapt HIDD-EPHT to developments in ibph-view and related nesting problems 10 # 2/15/2010 Brian Begun IBIS-HIDD construction for NMTracking; rates, enable small number and rate suppression 18 11 # 10/19/2015 Brian Updated with Texas data acquired through HSEP 19 # 1 0/03/2018 Brian12 # 12/2/2019 Brian Complete 2018 data updates 20 13 #============================================================================== 21 22 14 #value name_path value_path 23 15 d homepath E:\ibisq\qModules\_EPHT\hidd … … 26 18 d saspath E:\ibisq\sasData\final\ 27 19 d saspop E:\ibisq\sasData\final\ 28 d sasdata hiddephtmitx061 620 d sasdata hiddephtmitx0618 29 21 d saspopdata popibiscnty90_18_28jun2019 30 22 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" -MEMMAXSZ 5G -MEMCACHE 4 -MEMLIB 31 23 #r sas_bin sas&-memsize&0 32 r pop_where 2007<=year<=201 633 r data_where 2007<=admit_year<=201 624 r pop_where 2007<=year<=2018 25 r data_where 2007<=admit_year<=2018 34 26 d sasstdpop morstd 35 27 r pop_where stdyr=2000 -
adopters/nm/trunk/src/main/backend_qModules/_EPHT/mortmc/_MortMC.cfg
r18931 r19772 9 9 # 09/28/2015 bw 2014 data 10 10 # 12/7/2017 bw 2015-16 data added and file mc_deaths streamlined 11 # 11/13/2019 bw 2018 data added 11 12 #============================================================================== 12 13 #value name_path value_path … … 16 17 d saspath E:\ibisq\sasData\final\ 17 18 d saspop E:\ibisq\sasData\final\ 18 r sasdata mc_deaths011 719 r sasdata mc_deaths0118 19 20 d saspopdata popibiscnty90_18_28jun2019 20 21 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" -MEMMAXSZ 128G -MEMCACHE 4 -MEMLIB 21 r pop_where 2001<=year<=201 722 r data_where 2001<=year<=201 722 r pop_where 2001<=year<=2018 23 r data_where 2001<=year<=2018 23 24 r sasstdpop morstd 24 25 #################################################################### -
adopters/nm/trunk/src/main/backend_qModules/birth23/NM_Percentage_5YrAvg_df.def
r17280 r19772 178 178 set numbers; 179 179 ?cross2? by %cross2%; 180 count5= sum(count, lag(count), lag2(count)); 181 totalnum5= sum(totalnum, lag(totalnum), lag2(totalnum)); 180 181 count5= sum(count, lag(count), lag2(count), lag3(count), lag4(count)); 182 totalnum5= sum(totalnum, lag(totalnum), lag2(totalnum), lag3(totalnum), lag4(totalnum)); 183 182 184 drop _TYPE_ _FREQ_; 183 185 run; -
adopters/nm/trunk/src/main/backend_qModules/cancer/_CancerSarea14.cfg
r17669 r19772 28 28 29 29 d sasdata cancergeo10_14_ibis 30 d saspopdata popibissarea90_1 7_20aug201830 d saspopdata popibissarea90_18_28jun2019 31 31 32 32 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" -
adopters/nm/trunk/src/main/backend_qModules/hidd/HIDD17.cfg
r18931 r19772 41 41 r cross1 AgeGrpProxy 42 42 r cross2 sex 43 r spvar1 none 43 44 d percent 1 44 45 r sas 0 -
adopters/nm/trunk/src/main/backend_qModules/hidd/HIDD17KISS.cfg
r19153 r19772 13 13 d saspath E:\ibisq\sasData\final\ 14 14 d saspop E:\ibisq\sasData\final\ 15 #d sasdata hiddkiss08_1816 d sasdata hiddkiss08_18abbrev15 d sasdata hiddkiss08_18 16 #d sasdata hiddkiss08_18abbrev 17 17 d saspopdata popibiscnty90_18_28jun2019 18 18 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" -MEMMAXSZ 128G -MEMCACHE 4 19 r data_where 2008<=year<=201 720 r pop_where 2008<=year<=201 719 r data_where 2008<=year<=2018 20 r pop_where 2008<=year<=2018 21 21 #################################################################### 22 22 d response_head_content XMLResponse.head -
adopters/nm/trunk/src/main/backend_qModules/infmort23/_InfMortSDH16.cfg
r17280 r19772 19 19 d saspop E:\ibisq\sasData\final 20 20 21 d sasdata sdhmort10_1 622 d saspopdata sdhbirth12_1 621 d sasdata sdhmort10_17 22 d saspopdata sdhbirth12_17 23 23 #remember, use birth data for pop data!! 24 24 25 25 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" 26 26 27 r data_where (2010<=year<=201 6&and&agepop=1&and&nmres=1)28 r pop_where (2010<=year<=201 6&and&nmres=1)27 r data_where (2010<=year<=2017&and&agepop=1&and&nmres=1) 28 r pop_where (2010<=year<=2017&and&nmres=1) 29 29 30 30 #################################################################### -
adopters/nm/trunk/src/main/backend_qModules/tribal/mort/NM_LifeExpBirth.def
r17280 r19772 243 243 * CANCER USING SAS® AND SAS/GRAPH® SOFTWARE ; 244 244 * Mike Zdeb and Matt Dairman, University at Albany-School of Public Health ; 245 ****************************************************************************; 245 ****************************************************************************; 246 246 data life&i 247 247 (keep=age n deaths pop sml smd smq smp sma bgm bgl bgt sme v_p v_e1 v_e2 %cross1% … … 363 363 364 364 v_p = var_p(j); 365 v_e1 = var_e_one(j); 366 v_e2 = var_e_two(j); 367 %cross1%=&&data&i; 365 v_e1 = var_e_one(j); 366 v_e2 = var_e_two(j); 367 %cross1%=&&data&i; 368 368 369 369 output; … … 423 423 424 424 proc print data=tmp noobs; 425 *var %cross1% agegrp19 n a deaths pop m q p l d lgl lgt e v_p se_e LL UL;426 var %cross1% agegrp19e;425 var %cross1% agegrp19 n a deaths pop m q p l d lgl lgt e v_p se_e LL UL; 426 *var %cross1% agegrp19 e se_e; 427 427 title2 'tmp'; 428 428 run; -
adopters/nm/trunk/src/main/backend_qModules/tribal/mort/S_ND_Count_data_frame.def
r12680 r19772 64 64 data tmp; 65 65 set new; 66 n=count; 66 67 drop _TYPE_ _FREQ_; 67 68 … … 142 143 * Create the output variables for the IBIS xml/map file. ; 143 144 *****************************************************************; 144 data tmp ;145 data tmpfoo; 145 146 set rate; 146 147 rate=count/popcount;
Note: See TracChangeset
for help on using the changeset viewer.