I3_16_F.Rd
DP fracture du trochanter avec traitement par ostéosynthèse (âge >19)
I3_16_F(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
46_21_N
I3-Fractures métaphysaires de la hanche
I-Maladies des os, des articulations et du tissu conjonctif
nombre de cas
I3_16_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Pertrochantaere_Fraktur) &
ddx %not_in_table% (ICD_Hueftfraktur_Aus) &
ddx %not_in_table% (ICD_TUMOR) &
srg %not_in_range% c('81A111') &
srg %not_in_table% (CHOP_TEPABST) &
srg %not_in_table% (CHOP_Huefte_Knie_Sonderprothese) &
srg %in_table% (CHOP_Pertroch_Frak_OsteoOP) &
srg %not_in_table% (CHOP_Pertroch_Frak_EndoproOP) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('I3_16_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I3_16_F() # \dontrun{}