Changeset 24303 in main
- Timestamp:
- 12/15/21 15:13:01 (8 months ago)
- Location:
- adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/mort
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/mort/HI_Count_df.def
r24299 r24303 10 10 OPTIONS MPRINT MLOGIC SYMBOLGEN NONUMBER NODATE PAGESIZE=4000; 11 11 OPTION SPOOL; 12 13 /* proc print data=tmp (obs=10); run; 14 15 -KB: should suppress count and rate, where count between 1 and 9 16 -Should suppress rate, but not count, where count <20 17 -Should not suppress at all, but note Unstable, where RSE >0.30 18 -Should not suppress at all, but note Very Unstable, where RSE >0.50 19 */ 12 20 13 21 ************************** 1. TMP ******************************; -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/mort/HI_RateAA100K_df.def
r24299 r24303 346 346 f out_variable 347 347 # definition for output file 348 f xml_out_map_file XMLRateAA Dths100K.map348 f xml_out_map_file XMLRateAA100K.map 349 349 --------BoNdArY-------- 350 350 f out_detail lbl_not_used__see_xml_out_map_file -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/mort/HI_RateCrude100K_df.def
r24299 r24303 168 168 rse=(stderr/rateper); 169 169 redflag=put('Stable', $16.); 170 if rse>.3 then redflag=put(' Unstable', $16.);170 if rse>.3 then redflag=put('VitalsUnstable', $16.); 171 171 if rse>.5 then redflag=put('VeryUnstable', $16.); 172 172 end; … … 262 262 # definition for output file 263 263 f out_variable rateper 264 f xml_out_map_file XMLRate Dths100K.map264 f xml_out_map_file XMLRate100K.map 265 265 --------BoNdArY-------- 266 266 f out_detail lbl_not_used__see_xml_out_map_file -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/mort/XMLRate100K.map
r24302 r24303 1 1 MEASURE Rate Dths100K1 1 MEASURE Rate100K 2 2 2 ANCILLARY_VALUE LowerConfidenceLimit 3 3 3 ANCILLARY_VALUE UpperConfidenceLimit -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/mort/XMLRateAA100K.map
r24302 r24303 1 1 MEASURE RateAA Dths100K1 1 MEASURE RateAA100K 2 2 2 ANCILLARY_VALUE LowerConfidenceLimit 3 3 3 ANCILLARY_VALUE UpperConfidenceLimit
Note: See TracChangeset
for help on using the changeset viewer.