F5_07_F.RdPTA an abdominalen/Becken/Beinarterien bei anderen Diagnosen oder OP an Aorta oder Amputation
F5_07_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
30_14_N
F5-Perkutan transluminale Gefässinterventionen (PTA)
F-Gefässerkrankungen
Fallzahl
F5_07_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_PTA_Bein) &
((F_Aorta_inclusion |
srg %in_table% (CHOP_Amput_Bein) |
srg %in_table% (CHOP_Amput_Fuss) |
ddx %in_table% (ICD_Embolie) |
ddx %in_table% (ICD_Prothesen_Implantate) |
ddx %in_table% (ICD_Dissektion)) |
(ddx %not_in_table% (ICD_Claudicatio) &
ddx %not_in_table% (ICD_Ruheschmerz) &
ddx %not_in_table% (ICD_Ulzeration)))),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('F5_07_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% F5_07_F() # \dontrun{}