E1_01_X.RdCholezystektomie bei Gallensteinen und Cholezystitis, ohne Tumor, Aufenthaltsdauer
E1_01_X(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
A_02_WV
E1-Entfernung der Gallenblase (Cholezystektomie)
E-Erkrankungen der Bauchorgane
Aufenthaltsdauer
E1_01_X <- function(x){ x %>%
mutate( i = if_else((F_Cholecystektomie), los, as.double(NA))) %>%
output_table_cnt('E1_01_X') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E1_01_X() # \dontrun{}