Herniotomie ohne OP am Darm

E2_01_F(x)

Arguments

x

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

Alias

19_1_N

Kapitel

E2-Hernienoperationen

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Fallzahl

Spezifikation

E2_01_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Hernien) &
srg %in_table% (CHOP_Hernien) &
srg %not_in_table% (CHOP_Hernien_Excl) &
(agedays>27 |
ageyears>=1)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('E2_01_F') }

Examples

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