Zystektomie

H3_05_F(x)

Arguments

x

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

Alias

51_31_N

Kapitel

H3-Eingriffe an der Harnblase

Gruppe

H-Erkrankungen der Harnwege und der männlichen Geschlechtsorgane

Typ

Fallzahl

Spezifikation

H3_05_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Zystektomie) &
srg %not_in_table% (CHOP_Eviszeration)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('H3_05_F') }

Examples

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