E1_02_F.RdLaparoskopische OP bei Cholezystektomie bei Gallensteinen und Cholezystitis, ohne Tumor
E1_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
18_1_Z
E1-Entfernung der Gallenblase (Cholezystektomie)
E-Erkrankungen der Bauchorgane
Fallzahl
E1_02_F <- function(x){ x %>%
mutate( i = if_else((F_Cholecystektomie),
if_else((srg %in_table% (CHOP_Cholecystektomie_lap)), 2, 1), as.double(NA))) %>%
output_table_cnt('E1_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E1_02_F() # \dontrun{}