Bronchoplastie et angioplastie en cas de carcinome bronchique, pourcentage

D4_04_P(x)

Arguments

x

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

Alias

17_32

Chapitre

D4-Opérations du poumon (interventions majeures en chirurgie thoracique

Groupe

D-Maladies pulmonaires

Type

pourcentage

Spécification

D4_04_P <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Resektion_Lunge_Bronchien) &
srg %not_in_table% (CHOP_Pneumektomie) &
ddx %in_table% (ICD_Karzinom_Lunge_Bronchien)),
if_else((srg %in_table% (CHOP_Bronchoangioplastische_OP)), 2, 1), as.double(NA))) %>%
output_table_perc('D4_04_P') }

Examples

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