Behandlungsfälle mit OP

J3_05N_F(x)

Arguments

x

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

Alias

58_31_N

Kapitel

J3-Komplexe Konstellationen

Gruppe

J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)

Typ

Fallzahl

Spezifikation

J3_05N_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Operationen_Ausschluss)),
if_else((srg %in_table% (CHOP_Transfusion_gesamt)), 2, 1), as.double(NA))) %>%
output_table_cnt('J3_05N_F') }

Examples

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