Implantation percutanée de stents dans l'artère carotide en cas de DP sténose (âge >19)

F1_10_F(x)

Arguments

x

un tibble (voir le format de la valeur de retour de read.bfs)

Alias

26_212_N

Chapitre

F1-Opérations des artères cérébrales

Groupe

F-Affections des vaisseaux

Type

nombre de cas

Spécification

F1_10_F <- function(x){ x %>%
mutate( i = if_else((srg %not_in_table% (CHOP_Herz_OP) &
ddx %not_in_table% (ICD_HNO_Tumor) &
srg %not_in_table% (CHOP_Aorta_abdom_evar %+%
CHOP_Aorta_abdom_offen %+%
CHOP_Aorta_thorak_evar %+%
CHOP_Aorta_thorak_offen) &
srg %not_in_table% (CHOP_Carotis_OP) &
srg %not_in_table% (CHOP_Stent_excl) &
ddx %not_in_table% (ICD_HWK_Trauma) &
F_Polytrauma_exclusion &
F_28_11_Aus &
F_28_12_Aus &
F_28_13_Aus &
F_28_15_Aus &
F_28_17_Aus &
F_28_18_Aus &
srg %in_table% (CHOP_Stent_Carotis) &
pdx %in_table% (ICD_Stent_asymptomatisch) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('F1_10_F') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% F1_10_F()  # \dontrun{}