Resektion der Schilddrüse bei gutartiger Erkrankung der Schilddrüse

E3_05_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

20_12_F

Kapitel

E3-Eingriffe an der Schilddrüse

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Fallzahl

Spezifikation

E3_05_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Schilddruese) &
ddx %not_in_table% (ICD_SD_TU_maligne) &
pdx %in_table% (ICD_SD_TU_benigne)), 1, as.double(NA))) %>%
output_table_cnt('E3_05_F') }

Examples

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