G4_06_M.RdHysterektomie bei bösartigen Neubildungen des Uterus, Mortalität
G4_06_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
36_22
G4-Bösartige Neubildungen der Brust und der weiblichen Geschlechtsorgane
G-Geburtshilfe und Frauenheilkunde
Mortalität
G4_06_M <- function(x){ x %>%
mutate( i = if_else((ddx %in_table% (ICD_Uteruskarzinom) &
srg %in_table% (CHOP_Uterusoperation) &
F_Ovarektomie_bei_Ca),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('G4_06_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G4_06_M() # \dontrun{}