F3_07_M.RdOP an Becken/Beinarterien bei Aneurysma/Dissektion, Mortalität
F3_07_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
28_16
F3-Operationen an Becken/Beinarterien
F-Gefässerkrankungen
Mortalität
F3_07_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Becken_Bein_OP) &
ddx %in_table% (ICD_Dissektion) &
ddx %not_in_table% (ICD_Embolie %+%
ICD_Prothesen_Implantate) &
srg %not_in_table% (CHOP_Amput_Bein %+%
CHOP_Amput_Fuss) &
srg %not_in_table% (CHOP_Organ_Tx_alle) &
F_Aorta_exclusion),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('F3_07_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% F3_07_M() # \dontrun{}