A7_18_F.Rd
Cas de respiration artificielle >24 h en cas d'OP isolée des vaisseaux coronaires, sans DP infarctus du myocarde (âge >19)
A7_18_F(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
07_83_Z
A7-Opérations du cœur
A-Maladies cardiaques
nombre de cas
A7_18_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Coronar_OP) &
ageyears>19 &
srg %not_in_table% (CHOP_Herzklappen) &
srg %not_in_table% (CHOP_Aorta_abdom_evar %+%
CHOP_Aorta_abdom_offen %+%
CHOP_Aorta_thorak_evar %+%
CHOP_Aorta_thorak_offen) &
pdx %not_in_table% (ICD_Herzinfarkt) &
srg %not_in_table% (CHOP_Ausschluss_Aortenklappe_Koronar)),
if_else((hmv>24), 2, 1), as.double(NA))) %>%
output_table_cnt('A7_18_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% A7_18_F() # \dontrun{}