source: main/adopters/nj/trunk/src/main/ibisq/qModules3/birth/BirthPercent.cfg @ 26963

Last change on this file since 26963 was 26963, checked in by Maria Baron, 3 months ago

births 3.0 qMod cleanup

File size: 5.4 KB
Line 
1#==============================================================================
2# IBIS-Q Configuration File
3
4# Modifications:
5# Date        By          Description
6# ----------  ----------  -------------------------------------------------
7# 03/20/2008  LoisH     Adapted from NM version
8#==============================================================================
9#
10#value name_path value_path   
11d homepath C:\ibisq\qModules3\birth\
12d workpath C:\ibisq\workpath
13#############################################################################
14d saspath C:\ibisq\sasData\NJBirth\
15d saspop C:\ibisq\sasData\NJBirth\
16d sasdata njbir9021prelim
17d saspopdata njbrpop9021
18d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe"
19###Limit yr in pop data,otherwise all avail yrs shown in "all" button###
20r pop_where 1990<=year<=2021
21r data_where 1990<=bbthyear<=2021
22r percent_cond 1<=magegrp<=10
23#############################################################################
24d response_head_content XMLResponse.head
25d response_tail_content XMLResponse.tail
26#############################################################################
27r spvar1 none
28r form 30
29r output xml
30r func 1
31r cross1 Year
32r cross2 none
33r sas 0
34r test 0
35#r small_num 5
36#r small_pop 20
37#############################################################################
38#value name_sas name_html name_pop prompt type1 type2 length   
39#############################################################################
40#value =any value, place holder only
41# name_sas  = SAS variable name in the numerator data set (birth data set)
42# name_html = html name that specified under <DIMENSION> <NAME> in Module XML file
43# name_pop  = SAS variable name in denominator data set (population data set)
44# prompt    = Used for dimension title - but only in XML file, not in results page.
45# type1     = CGI data type for SAS variable type (see comment lines 48 & 49)
46# type2     = CGI data type for CGI regrouping purpose (see comment lines 51-59)
47# length    = used to indicate the variable length in SAS dataset
48#
49# type1= num -- SAS data type is numeric
50#        char -- SAS data type is alphabetic
51#
52# type2= 0 -- Categorical variable
53#        1 -- Non catergorical (Continuous) variable
54#        3 -- Groupable variable (Continuous, need regrouping by CGI)
55#        4 -- Grouped variable (keep the name space)
56#        6 -- Multiple columns
57#        7 -- Variable in standard population dataset
58#        8 -- Indicating variable (To be used with type2=3)
59#        9 -- Disable variable (To avoid conflict)
60#       10 –  Proxy variable
61#############################################################################
62#value name_sas name_dimension name_pop prompt type1 type2 length
6311 bbthyear YearProxy year Year num 10 4
6412 magegrp AgeGrpProxy magegrp Age&Group num 10 4
6513 null RaceEthProxy null Race&Ethnicity num 10 4
6614 null GeoProxy dist Health&Region num 10 4
6715 null GeoCntyOnly null County&Only num 0 4
6816 null PrenatalCareProxy null Prenatal&Care num 10 4
6917 null BirthOccurProxy null Occurrence num 10 4
70## YEAR VARS       
7121 bbthyear Year year Year num 0 4
7221 bbthyear YearGrp3 year Year num 3 4
7321 bbthyear YearGrp5 year Year num 3 4
74
75## MOTHER CHARACTERISTICS ########################
7630 bmomage AgeGrp9 age Mother's&Age num 3 8
7731 magegrp MomAgeGrp magegrp Mother's&Age num 0 4
7832 medugrp MomEdu null Mother's&Education num 0 4
7933 mmarital MomMar null Mother's&Marital&Status num 0 4
8034 btobacyn MomTobaccoUse null Mother's&Tobacco&Use num 0 4
8135 balchoyn MomAlcoholUse null Mother's&Alcohol&Use num 0 4
8236 bdrugyn MomDrugUse null Mother's&Drug&Use num 0 4
8337 parity MomParity null Parity num 0 4
8438 bmomrace MomRace race Mothers&Race num 0 4
8539 bmomhisp MomHisp hisp Mother's&Hispanic&Ethnicity num 0 4
8640 racehisp MomRE racehisp Mother's&Race/Ethnicity num 0 4
8740 brrace MomBrRace brace Mothers&Race num 0 4
8840 bracehisp MomBrRE bracehisp Mother's&Race/Ethnicity num 0 4
8941 bmedicyn MomMedicaid null Mom's&Medicaid&Status num 0 4
9042 nativity MomNativity null Mom's&Nativity num 0 4
91## INFANT CHARACTERISTICS #######################
9251 igender InfSex null Infant&Sex num 0 5
9352 bwtgrp InfBirthWt null Infant&Birth&Weight num 0 5
9455 gagegrp InfGestAgeGrp null Gestational&Age num 0 5
9555 small InfSizeForGestAge null Large/Small&for&Gestational&Age num 0 3
9653 bnborn InfMultBirth null Multiple&Birth num 0 5
9754 bapgar InfApgar null Apgar&Score num 0 4
98## SYSTEM: PNC CHARACTERISTICS ##########
9961 bpcgrp SysNumPNCVisit null PNC&Visits num 0 3
10062 btrime SysTriPNCBegan null Trimester&PNC&Began num 0 4
10163 kotel SysPNCKotel null Kotelchuck num 0 3
102## OTHER SYSTEM AND DELIVERY CHARACTERISTICS ##########
10364 bmeth SysBirthMethod null Birth&Method num 0 3
10464 breech Breech null Breech&Presentation num 0 3
10565 btyphosp SysTypeHosp null Place&of&Birth num 0 4
10666 bcertype SysTypeBirthAttend null Birth&Attendant num 0 3
10767 spacing SysInterpregInterval null Int&Preg&Interval num 0 3
10868 bfeed SysBrstFeed null Breast&Feeding num 0 4
109## GEOGRAPHIC CHARACTERISTICS ###################
110#71 dist GeoDist null Local&Health&District num 0 4
11172 brescnty GeoCnty county County num 0 4
11273 sarea GeoMuni null Municipality num 0 4
11374 dnjcnty BirthOccurRes null Resident&Births num 0 4
11475 occur Occur null Occurrent&births num 0 4
11576 rs_nj BirthOccurResNJ null Resident&Births&in&NJ num 0 4
116## END OF CFG FILE ##########################################################
Note: See TracBrowser for help on using the repository browser.