J3_05_F.RdTransfusionen bei OP
J3_05_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
58_31_Z
J3-Komplexe Konstellationen
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Fallzahl
J3_05_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_05_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J3_05_F() # \dontrun{}