Changeset 24447 in main
- Timestamp:
- 01/10/22 16:30:42 (4 months ago)
- Location:
- adopters/nm/trunk/src/main/backend_qModules/3.0
- Files:
-
- 14 added
- 3 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/3.0/hidd/_HIDD19.cfg
r24328 r24447 73 73 2 null AgeGrpProxy null AgeProxy num 10 4 74 74 2 agegrp4 AgeGrp4 agegrp4 Age num 0 8 75 2 agegrp4 MLAgeGrp4Alt agegrp4ML Age num 0 875 2 agegrp4Alt AgeGrp4Alt agegrp4ML Age num 0 8 76 76 2 agegrp7 AgeGrp7 agegrp7 Age num 0 8 77 77 2 agegrp8 AgeGrp8 agegrp8 Age num 0 8 … … 83 83 84 84 3 sex Sex Sex Sex num 0 8 85 3 dohraceth RacEth DOH dohraceth NMRacEthnum 0 885 3 dohraceth RacEth null 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/idepi/NM_ScatterplotREDtoGREEN.def
r24328 r24447 14 14 OPTION SPOOL; 15 15 16 ************************** 0. DATES ****************************; 17 * The dates macro calculates beginning and ending dates used to ; 18 * filter the data to a user-specified date range (using spvar1 ; 19 * and spvar2). If no date range has been specified, the beg ; 20 * date is two weeks prior and the end date is yesterday. ; 21 ****************************************************************; 16 22 %macro dates; 17 23 %if (%spvar2%=Yesterday) %then %do; … … 32 38 %mend; 33 39 40 ****************************************************************; 41 * The beginning and end date filter is applied to the dataset ; 42 * before running the proc summary. The variables invcreatedate ; 43 * and _FRST_POS_SP_COLL_DT must be in the cases dataset. ; 44 ****************************************************************; 34 45 data tmp; 35 46 format begdate enddate invcreatedate mmddyy10.; … … 48 59 49 60 ************************** 1. TMP ******************************; 50 * The dataset 'tmp' is the numerator dataset that has been read ; 51 * in already by ibis-q. Any filters have already been applied. ; 52 * The proc summary counts deaths by cross1 and cross2. ; 53 * The variable "x" must be in the dataset, it is set equal to 1.; 61 * The dataset 'tmp' is the numerator dataset, set in the .CFG ; 62 * file, that has been read in by ibis-q and filtered to any user; 63 * specified records (e.g., selected years, counties, etc.). ; 64 * The proc summary counts records by cross1 (user-specified ; 65 * category cross variable) and cross2 (user-specified series ; 66 * variable). The variable "x" (set equal to 1) must be in the ; 67 * dataset. ; 54 68 ****************************************************************; 55 69 proc summary data=tmp; -
adopters/nm/trunk/src/main/backend_qModules/3.0/idepi/_COVID19Cnty.cfg
r24369 r24447 20 20 d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" 21 21 r data_where _nmres=1 22 r pop_where year =202022 r pop_where year <=2020 23 23 #################################################################### 24 24 d response_head_content XMLResponse.head … … 68 68 30 mmwr_week WeekMMWRCOVID20 null MMWRWeek num 0 8 69 69 30 mmwr_week WeekMMWRCOVID21 null MMWRWeek num 0 8 70 30 mmwr_week WeekMMWRCOVID22 null MMWRWeek num 0 8 70 71 71 72 10 status CaseStatus null CaseStatus num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/pop/_PopCnty20.cfg
r24263 r24447 72 72 2 null AgeGrpProxy null Age&Proxy num 10 8 73 73 2 agegrp4 AgeGrp4 null Age num 0 8 74 2 agegrp4 ML AgeGrp4MLnull Age num 0 874 2 agegrp4Alt AgeGrp4Alt null Age num 0 8 75 75 2 agegrp4demo AgeGrp4Demo null Age num 0 8 76 76 2 agegrp7 AgeGrp7 null Age num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/pop/_PopSarea20.cfg
r24263 r24447 71 71 2 null AgeGrpProxy null Age&Proxy num 10 8 72 72 2 agegrp4 AgeGrp4 null Age num 0 8 73 2 agegrp4 ML AgeGrp4MLnull Age num 0 873 2 agegrp4Alt AgeGrp4Alt null Age num 0 8 74 74 2 agegrp4demo AgeGrp4Demo null Age num 0 8 75 75 2 agegrp7 AgeGrp7 null Age num 0 8 -
adopters/nm/trunk/src/main/backend_qModules/3.0/pop/_PopTract20.cfg
r24263 r24447 71 71 2 null AgeGrpProxy null Age&Proxy num 10 8 72 72 2 agegrp4 AgeGrp4 null Age num 0 8 73 2 agegrp4 ML AgeGrp4MLnull Age num 0 873 2 agegrp4Alt AgeGrp4Alt null Age num 0 8 74 74 2 agegrp4demo AgeGrp4Demo null Age num 0 8 75 75 2 agegrp7 AgeGrp7 null Age num 0 8
Note: See TracChangeset
for help on using the changeset viewer.