Anteil alloplastische OP bei Inguinalhernie, Alter >19

E2_04_P(x)

Arguments

x

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

Alias

19_32

Kapitel

E2-Hernienoperationen

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Anteil

Spezifikation

E2_04_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Hernien) &
srg %in_table% (CHOP_Inguinalhernie) &
ageyears>19),
if_else((srg %in_table% (CHOP_alloplast_Hernie)), 2, 1), as.double(NA))) %>%
output_table_perc('E2_04_P') }

Examples

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