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