Autres OP des vaisseaux extra­crâniens en cas d'OP du cœur, de l'aorte, des artères des jambes, de traumatisme ou de tumeurs malignes ORL (âge >19), mortalité

F1_13_M(x)

Arguments

x

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

Alias

26_3

Chapitre

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

Groupe

F-Affections des vaisseaux

Type

mortalité

Spécification

F1_13_M <- function(x){ x %>%
mutate( i = if_else(( ((srg %in_table% (CHOP_Carotis_OP) |
srg %in_table% (CHOP_Vertebralis_OP)) &
(srg %in_table% (CHOP_Herz_OP) |
ddx %in_table% (ICD_HNO_Tumor) |
srg %in_table% (CHOP_Aorta_abdom_evar %+%
CHOP_Aorta_abdom_offen %+%
CHOP_Aorta_thorak_evar %+%
CHOP_Aorta_thorak_offen) |
srg %in_table% (CHOP_Amput_Bein %+%
CHOP_Amput_Fuss) |
ddx %in_table% (ICD_HWK_Trauma) |
F_Polytrauma |
(srg %in_table% (CHOP_Becken_Bein_OP) &
(ddx %not_in_table% (ICD_Dissektion) &
ddx %not_in_table% (ICD_Embolie)))) |
((srg %in_table% (CHOP_Stent_Carotis) |
srg %in_table% (CHOP_Stent_Vertebralis)) &
(srg %in_table% (CHOP_Herz_OP) |
ddx %in_table% (ICD_HNO_Tumor) |
srg %in_table% (CHOP_Aorta_abdom_evar %+%
CHOP_Aorta_abdom_offen %+%
CHOP_Aorta_thorak_evar %+%
CHOP_Aorta_thorak_offen) |
ddx %in_table% (ICD_HWK_Trauma) |
F_Polytrauma |
srg %in_table% (CHOP_Stent_excl)))) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('F1_13_M') }

Examples

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