E4_06_F.Rd
Résections colorectales pour diverticule avec abcès/perforation
E4_06_F(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
21_322_N
E4-Maladies du côlon et du rectum
E-Maladies des organes abdominaux
nombre de cas
E4_06_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_range% c('K5722','K5793') &
(F_komplexe_Diagnose |
pdx %in_table% (ICD_Divertikulitis_mit_Perfo)) &
ddx %not_in_table% (ICD_Kolonkarzinom) &
srg %in_table% (CHOP_Kolonresektion_erweitert_total %+%
CHOP_Kolonresektion_partiell %+%
CHOP_Rektumresektion)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('E4_06_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E4_06_F() # \dontrun{}