OP alloplastique de hernie inguinale, âge >19, pourcentage

E2_04_P(x)

Arguments

x

un tibble (voir le format de la valeur de retour de read.bfs)

Alias

19_32

Chapitre

E2-Réparations de hernie

Groupe

E-Maladies des organes abdominaux

Type

pourcentage

Spécification

E2_04_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Hernien) &
srg %in_table% (CHOP_Inguinalhernie) &
ageyears>19),
if_else((srg %in_table% (CHOP_alloplast_Hernie)), 2, 1), as.double(NA))) %>%
output_table_perc('E2_04_P') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% E2_04_P()  # \dontrun{}