G3_05_F.Rd
Hystérectomies vaginales sans plastie (âge >14)
G3_05_F(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
34_21_Z
G3-Ablation de l'utérus pour affections bénignes (hystérectomie)
G-Gynécologie et obstétrique
nombre de cas
G3_05_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Hysterektomie) &
pdx %in_table% (ICD_benigne_Hysterektomie_Ursachen) &
srg %not_in_table% (CHOP_Hysterektomie_ohne_Plastik) &
ddx %not_in_table% (ICD_TUMOR) &
ddx %not_in_table% (ICD_HE_Ca_in_situ) &
F_Sex &
ageyears>14),
if_else((srg %in_table% (CHOP_Hysterektomie_vaginal)), 2, 1), as.double(NA))) %>%
output_table_cnt('G3_05_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G3_05_F() # \dontrun{}