E2_01_X.RdHerniotomie ohne OP am Darm, Aufenthaltsdauer
E2_01_X(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
A_03_WV
E2-Hernienoperationen
E-Erkrankungen der Bauchorgane
Aufenthaltsdauer
E2_01_X <- 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)), los, as.double(NA))) %>%
output_table_cnt('E2_01_X') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E2_01_X() # \dontrun{}