G3_02_P.Rd
Hystérectomies laparoscopiques/vaginales sans plastie (âge >14), pourcentage
G3_02_P(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
34_2
G3-Ablation de l'utérus pour affections bénignes (hystérectomie)
G-Gynécologie et obstétrique
pourcentage
G3_02_P <- 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) |
srg %in_table% (CHOP_Hysterektomie_lap)), 2, 1), as.double(NA))) %>%
output_table_perc('G3_02_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G3_02_P() # \dontrun{}