G6_04_F.RdSuspensions-OP und Plastiken im Bereich des Beckenbodens bei anderer Diagnose
G6_04_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
39_13_F
G6-Eingriffe am Beckenboden bei der Frau
G-Geburtshilfe und Frauenheilkunde
Fallzahl
G6_04_F <- function(x){ x %>%
mutate( i = if_else((ddx %not_in_table% (ICD_Inkontinenz) &
ddx %not_in_table% (ICD_Descensus) &
srg %in_table% (CHOP_Beckenboden) &
F_Sex), 1, as.double(NA))) %>%
output_table_cnt('G6_04_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G6_04_F() # \dontrun{}