OP an Becken­/Beinarterien bei Aneurysma/Dissektion

F5_03_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

30_3_F

Kapitel

F5-Perkutan transluminale Gefässinterventionen (PTA)

Gruppe

F-Gefässerkrankungen

Typ

Fallzahl

Spezifikation

F5_03_F <- 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), 1, as.double(NA))) %>%
output_table_cnt('F5_03_F') }

Examples

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