2018-02-21 11:52:31 +01:00
|
|
|
# ==================================================================== #
|
|
|
|
# TITLE #
|
|
|
|
# Antimicrobial Resistance (AMR) Analysis #
|
|
|
|
# #
|
|
|
|
# AUTHORS #
|
|
|
|
# Berends MS (m.s.berends@umcg.nl), Luz CF (c.f.luz@umcg.nl) #
|
|
|
|
# #
|
|
|
|
# LICENCE #
|
|
|
|
# This program is free software; you can redistribute it and/or modify #
|
|
|
|
# it under the terms of the GNU General Public License version 2.0, #
|
|
|
|
# as published by the Free Software Foundation. #
|
|
|
|
# #
|
|
|
|
# This program is distributed in the hope that it will be useful, #
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
|
|
|
# GNU General Public License for more details. #
|
|
|
|
# ==================================================================== #
|
|
|
|
|
|
|
|
globalVariables(c('.',
|
|
|
|
'abname',
|
|
|
|
'bactid',
|
|
|
|
'cnt',
|
|
|
|
'date_lab',
|
|
|
|
'days_diff',
|
|
|
|
'first_isolate_row_index',
|
2018-03-19 12:43:22 +01:00
|
|
|
'fullname',
|
2018-02-21 11:52:31 +01:00
|
|
|
'genus',
|
|
|
|
'gramstain',
|
|
|
|
'key_ab',
|
|
|
|
'key_ab_lag',
|
|
|
|
'key_ab_other',
|
|
|
|
'mic',
|
2018-03-19 21:23:21 +01:00
|
|
|
'mocode',
|
2018-02-21 11:52:31 +01:00
|
|
|
'n',
|
|
|
|
'other_pat_or_mo',
|
|
|
|
'patient_id',
|
|
|
|
'real_first_isolate',
|
|
|
|
'species',
|
|
|
|
'y'))
|