F5_05_M.RdPTA an abdominalen/Becken/Beinarterien ohne Aorta bei Ruheschmerz (Fontaine III), Mortalität
F5_05_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
30_12
F5-Perkutan transluminale Gefässinterventionen (PTA)
F-Gefässerkrankungen
Mortalität
F5_05_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_PTA_Bein) &
ddx %in_table% (ICD_Ruheschmerz) &
ddx %not_in_table% (ICD_Dissektion %+%
ICD_Embolie %+%
ICD_Ulzeration %+%
ICD_Prothesen_Implantate) &
srg %not_in_table% (CHOP_Amput_Bein %+%
CHOP_Amput_Fuss) &
F_Aorta_exclusion),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('F5_05_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% F5_05_M() # \dontrun{}