seop commited on
Commit
eb47c62
1 Parent(s): c13119e

Upload SummarizationPipeline

Browse files
README.md ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
added_tokens.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\n": 4270,
3
+ " ": 4269,
4
+ " (+)": 4264,
5
+ " (-)": 4265,
6
+ " (I)": 4263,
7
+ " (R)": 4261,
8
+ " (S)": 4262,
9
+ " ^": 4266,
10
+ " β": 4268,
11
+ "( + )": 4275,
12
+ "( - )": 4274,
13
+ "( I )": 4273,
14
+ "( R )": 4272,
15
+ "( S )": 4271,
16
+ "(+)": 4259,
17
+ "(-)": 4260,
18
+ "(I)": 4258,
19
+ "(R)": 4256,
20
+ "(S)": 4257,
21
+ "Tobra": 4249,
22
+ "Tobramycin": 4248,
23
+ "β": 4267,
24
+ "결과보고서": 4251,
25
+ "동정": 4255,
26
+ "동정결과": 4250,
27
+ "동정불가": 4253,
28
+ "불가": 4254,
29
+ "정도": 4252
30
+ }
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./LED_cbnuh_batch16/checkpoint-14444",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "LEDForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "attention_window": [
10
+ 1024,
11
+ 1024,
12
+ 1024,
13
+ 1024,
14
+ 1024,
15
+ 1024
16
+ ],
17
+ "bos_token_id": 0,
18
+ "classif_dropout": 0.0,
19
+ "classifier_dropout": 0.0,
20
+ "d_model": 768,
21
+ "decoder_attention_heads": 12,
22
+ "decoder_ffn_dim": 3072,
23
+ "decoder_layerdrop": 0.0,
24
+ "decoder_layers": 6,
25
+ "decoder_start_token_id": 2,
26
+ "dropout": 0.1,
27
+ "encoder_attention_heads": 12,
28
+ "encoder_ffn_dim": 3072,
29
+ "encoder_layerdrop": 0.0,
30
+ "encoder_layers": 6,
31
+ "eos_token_id": 2,
32
+ "gradient_checkpointing": false,
33
+ "id2label": {
34
+ "0": "LABEL_0",
35
+ "1": "LABEL_1",
36
+ "2": "LABEL_2"
37
+ },
38
+ "init_std": 0.02,
39
+ "is_encoder_decoder": true,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1,
43
+ "LABEL_2": 2
44
+ },
45
+ "max_decoder_position_embeddings": 1024,
46
+ "max_encoder_position_embeddings": 16384,
47
+ "model_type": "led",
48
+ "num_hidden_layers": 6,
49
+ "pad_token_id": 1,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.40.1",
52
+ "use_cache": true,
53
+ "vocab_size": 4276
54
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.40.1"
7
+ }
merges.txt ADDED
@@ -0,0 +1,4095 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #version: 0.2
2
+ Ġ Ġ
3
+ ĠĠ ĠĠ
4
+ - -
5
+ ĠĠĠĠ ĠĠĠĠ
6
+ -- --
7
+ ---- ----
8
+ ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ
9
+ Ġ (
10
+ i n
11
+ ê ³
12
+ r o
13
+ -------- --------
14
+ Ġ ì
15
+ Ġ 2
16
+ ê ²
17
+ ĠĠ Ġ
18
+ ê³ ¼
19
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ
20
+ ê² °
21
+ ê²° ê³¼
22
+ ê °
23
+ Ġ <
24
+ Ġ< =
25
+ t h
26
+ 0 2
27
+ ì ł
28
+ e r
29
+ ë ³
30
+ ê³ ł
31
+ ë³ ´
32
+ ë³´ ê³ł
33
+ Ġì ĺ
34
+ Ġìĺ ¤
35
+ Ġ2 02
36
+ Ġ ê²°ê³¼
37
+ i m
38
+ r e
39
+ Ġ a
40
+ f t
41
+ d a
42
+ Ġ A
43
+ ì ĭ
44
+ ìĭ ľ
45
+ N o
46
+ ê° Ħ
47
+ ìĭľ ê°Ħ
48
+ ë³´ê³ł ìĭľê°Ħ
49
+ Ġê²°ê³¼ ë³´ê³łìĭľê°Ħ
50
+ l in
51
+ w th
52
+ ro wth
53
+ Ġ g
54
+ Ġg rowth
55
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠ
56
+ e ro
57
+ y s
58
+ Ġa ft
59
+ Ġaft er
60
+ da ys
61
+ c in
62
+ b e
63
+ ero be
64
+ erobe s
65
+ Ġ >
66
+ Ġ> =
67
+ c i
68
+ Ġ 0
69
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ
70
+ a m
71
+ í Ľ
72
+ Ġìĺ¤ íĽ
73
+ Ġìĺ¤íĽ Ħ
74
+ e n
75
+ ĠĠĠĠ Ġ
76
+ ci l
77
+ cil lin
78
+ o x
79
+ ---------------- ----------------
80
+ r t
81
+ -- -
82
+ r y
83
+ ---- ---
84
+ -------- -------
85
+ -------------------------------- ---------------
86
+ ìł Ħ
87
+ Ġìĺ¤ ìłĦ
88
+ Ġ No
89
+ Ġ 1
90
+ í ķ
91
+ Ġ P
92
+ re p
93
+ im e
94
+ in a
95
+ Ġ 5
96
+ C e
97
+ Ġ days
98
+ re l
99
+ o rt
100
+ Ġ rep
101
+ im ina
102
+ rel imina
103
+ Ġrep ort
104
+ relimina ry
105
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ
106
+ a z
107
+ ĠA erobes
108
+ ĠP reliminary
109
+ a n
110
+ i p
111
+ ĥ Ŀ
112
+ n a
113
+ íķ Ń
114
+ ìł ľ
115
+ Ġ &
116
+ íķŃ ì
117
+ ĠA na
118
+ ĠAna erobes
119
+ ĥĿ ìłľ
120
+ íķŃì ĥĿìłľ
121
+ Ġ202 2
122
+ ìł ķ
123
+ a cin
124
+ t am
125
+ ë ı
126
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ
127
+ u l
128
+ Ce f
129
+ az o
130
+ i cillin
131
+ c o
132
+ Ġ202 3
133
+ A m
134
+ 2 5
135
+ 1 2
136
+ Ġ M
137
+ Ġ202 1
138
+ a c
139
+ 1 0
140
+ m y
141
+ my cin
142
+ IJ ì
143
+ p r
144
+ Ċ Ċ
145
+ c lin
146
+ y clin
147
+ yclin e
148
+ e v
149
+ i d
150
+ en e
151
+ 3 2
152
+ ene m
153
+ 1 6
154
+ ê° IJì
155
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ
156
+ í Į
157
+ o pr
158
+ i c
159
+ f l
160
+ ox acin
161
+ fl oxacin
162
+ S ul
163
+ Ġì ł
164
+ i g
165
+ l e
166
+ t in
167
+ ¢ ħ
168
+ ì ¢ħ
169
+ µ ľ
170
+ ì µľ
171
+ ìµľ ì¢ħ
172
+ ìµľì¢ħ ë³´ê³ł
173
+ ì Ħ
174
+ ìĦ ±
175
+ 0 7
176
+ f am
177
+ 0 8
178
+ i s
179
+ c ycline
180
+ i e
181
+ i cin
182
+ ëı Ļ
183
+ ëıĻ ìłķ
184
+ Ġ ëıĻìłķ
185
+ ĠëıĻìłķ ê²°ê³¼
186
+ ë ĭ
187
+ Ġ b
188
+ ac tam
189
+ 0 9
190
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ
191
+ t a
192
+ Ġ S
193
+ 0 6
194
+ e d
195
+ Ġ ê°IJì
196
+ p icillin
197
+ e th
198
+ Ī ĺ
199
+ Īĺ ìĦ±
200
+ Ġê°IJì ĪĺìĦ±
201
+ Ġê°IJìĪĺìĦ± ê²°ê³¼
202
+ azo le
203
+ ª ħ
204
+ ë ªħ
205
+ Ġ íĮ
206
+ ĠíĮ IJ
207
+ ê° Ĵ
208
+ Ġê²°ê³¼ ê°Ĵ
209
+ íķŃìĥĿìłľ ëªħ
210
+ ĠíĮIJ ìłķ
211
+ Ġ ê²
212
+ Ġì ĭ
213
+ Ġì Ħ
214
+ Ġb y
215
+ ie w
216
+ R ev
217
+ Rev iew
218
+ Review ed
219
+ Ġìĭ ł
220
+ Ġê² ½
221
+ ĠìĦ Ń
222
+ o n
223
+ 6 4
224
+ 0 4
225
+ 0 5
226
+ ig e
227
+ a cillin
228
+ T r
229
+ th opr
230
+ ox azole
231
+ ime thopr
232
+ Sul fam
233
+ eth oxazole
234
+ Tr imethopr
235
+ Sulfam ethoxazole
236
+ Trimethopr im
237
+ T ige
238
+ Tige cycline
239
+ u s
240
+ 1 1
241
+ 0 3
242
+ ro floxacin
243
+ C ip
244
+ Cip rofloxacin
245
+ 0 1
246
+ G en
247
+ Gen tam
248
+ Gentam icin
249
+ ëı Ħ
250
+ Ġìł ķ
251
+ Ġìłķ ëıĦ
252
+ T e
253
+ b actam
254
+ 2 0
255
+ Am picillin
256
+ l a
257
+ is tin
258
+ Ġ0 9
259
+ Ġ 8
260
+ k acin
261
+ ci d
262
+ ĠA cid
263
+ ip er
264
+ iper acillin
265
+ P iperacillin
266
+ t o
267
+ ip enem
268
+ I m
269
+ Im ipenem
270
+ e p
271
+ Ġ202 0
272
+ ĠĠĠĠ ĠĠ
273
+ ì Ŀ
274
+ Ġ0 1
275
+ p enem
276
+ Ġ 4
277
+ Ġ1 0
278
+ y l
279
+ ë Ĭ
280
+ ëĬ Ķ
281
+ ëĭ ¤
282
+ Ī ëĭ¤
283
+ Ce ft
284
+ o ta
285
+ x ime
286
+ ota xime
287
+ Cef otaxime
288
+ ĊĊ Ċ
289
+ ĠĠĠĠ ĠĠĠ
290
+ i kacin
291
+ Am ikacin
292
+ azo bactam
293
+ T azobactam
294
+ co c
295
+ az id
296
+ azid ime
297
+ Ceft azidime
298
+ la v
299
+ Ġ0 5
300
+ ep ime
301
+ Cef epime
302
+ t re
303
+ on am
304
+ A z
305
+ tre onam
306
+ Az treonam
307
+ ul an
308
+ a l
309
+ lav ulan
310
+ lavulan ic
311
+ C lavulanic
312
+ th ro
313
+ thro mycin
314
+ Ġ E
315
+ ĠĠĠĠĠĠĠĠ ĠĠĠ
316
+ c us
317
+ coc cus
318
+ o l
319
+ an co
320
+ anco mycin
321
+ en icillin
322
+ p enicillin
323
+ Ġ1 1
324
+ ê ·
325
+ ê· ł
326
+ Ġì Ŀ
327
+ ëĭ Īëĭ¤
328
+ ì Ĺ
329
+ 0 0
330
+ i a
331
+ Ġ 9
332
+ a penem
333
+ N T
334
+ Ġ0 4
335
+ C O
336
+ E NT
337
+ M M
338
+ CO MM
339
+ COMM ENT
340
+ Ġ1 6
341
+ in o
342
+ ļ Ķ
343
+ Ġì ļĶ
344
+ L ev
345
+ 1 7
346
+ ì ŀ
347
+ £ ¼
348
+ 1 4
349
+ 1 8
350
+ m l
351
+ Ġ /
352
+ Ġ 02
353
+ ox i
354
+ 2 2
355
+ 2 8
356
+ B L
357
+ 2 1
358
+ S BL
359
+ 1 3
360
+ 1 5
361
+ 2 4
362
+ 1 9
363
+ 2 6
364
+ 2 7
365
+ 2 3
366
+ V ancomycin
367
+ rt apenem
368
+ 2 9
369
+ i co
370
+ da mycin
371
+ C lin
372
+ Clin damycin
373
+ oxi tin
374
+ ox icillin
375
+ Cef oxitin
376
+ Am oxicillin
377
+ Cef azo
378
+ Cefazo lin
379
+ E rtapenem
380
+ Y N
381
+ ĠS YN
382
+ u m
383
+ in e
384
+ 3 0
385
+ t r
386
+ en z
387
+ B enz
388
+ yl penicillin
389
+ Benz ylpenicillin
390
+ l i
391
+ tr ac
392
+ trac ycline
393
+ Te tracycline
394
+ ry thromycin
395
+ E rythromycin
396
+ f u
397
+ L ine
398
+ z ol
399
+ Line zol
400
+ Linezol id
401
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ
402
+ i t
403
+ p h
404
+ ħ ëĭĪëĭ¤
405
+ ìŀ ħëĭĪëĭ¤
406
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠ
407
+ it ro
408
+ ìĿ ĺ
409
+ Ġì £¼
410
+ Ġ주 ìĿĺ
411
+ Ġ0 8
412
+ u in
413
+ 3 1
414
+ p l
415
+ pl an
416
+ ico plan
417
+ icoplan in
418
+ Te icoplanin
419
+ r an
420
+ D al
421
+ Q uin
422
+ u pr
423
+ Dal f
424
+ Quin upr
425
+ Quinupr istin
426
+ Dalf opr
427
+ Dalfopr istin
428
+ N itro
429
+ Nitro fu
430
+ to in
431
+ ran toin
432
+ Nitrofu rantoin
433
+ íķ ¨
434
+ ĠìļĶ íķ¨
435
+ ĠĠĠĠĠĠĠĠ Ġ
436
+ Ġ0 3
437
+ t ero
438
+ Ġ s
439
+ E SBL
440
+ IJì Ħ
441
+ IJìĦ ľ
442
+ ìĹ IJìĦľ
443
+ Ġ ë
444
+ 12 8
445
+ Sul bactam
446
+ e l
447
+ Ġ )
448
+ ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠ
449
+ Ĺ ¼
450
+ Ħ íĮ
451
+ Ġìł ĦíĮ
452
+ ĠìłĦíĮ Į
453
+ ĺ ë
454
+ Ġ1 2
455
+ n tero
456
+ ê°IJì Ĺ¼
457
+ Ġ co
458
+ e g
459
+ ì Ĭ
460
+ ê° Ģ
461
+ í ļ
462
+ ¨ ê³¼
463
+ íļ ¨ê³¼
464
+ íļ¨ê³¼ ê°Ģ
465
+ ê³ Ħ
466
+ ĠE ntero
467
+ Ġa m
468
+ er g
469
+ Ġ H
470
+ ¯ ¸
471
+ ĠìĿ ĺë
472
+ ĠìĿĺë ¯¸
473
+ y n
474
+ Ġ Lev
475
+ ig h
476
+ ĠH igh
477
+ yn erg
478
+ ĠLev el
479
+ ynerg y
480
+ s ynergy
481
+ Ġ p
482
+ Ġ :
483
+ a r
484
+ yl o
485
+ ta ph
486
+ ylo coccus
487
+ taph ylococcus
488
+ ĠM R
489
+ 5 6
490
+ a t
491
+ ĠEntero coccus
492
+ Ġ 32
493
+ 5 7
494
+ ĠìĿ ´
495
+ Ġ N
496
+ Ġ C
497
+ ĠN eg
498
+ ´ ë
499
+ - )
500
+ Ġ( -)
501
+ ia e
502
+ ´ë Ĥ
503
+ 3 7
504
+ u p
505
+ s e
506
+ an y
507
+ ĠM any
508
+ 5 2
509
+ 4 2
510
+ 4 7
511
+ Ġ Ċ
512
+ 5 8
513
+ 32 0
514
+ 5 3
515
+ 5 4
516
+ M ino
517
+ Mino cycline
518
+ 3 8
519
+ 4 1
520
+ 5 9
521
+ 4 6
522
+ 4 8
523
+ 5 5
524
+ 5 1
525
+ ê·ł ìĿ
526
+ ê·łìĿ Ģ
527
+ Ġì ĥĿ
528
+ ac t
529
+ O x
530
+ Ox acillin
531
+ Ġ R
532
+ n e
533
+ 3 6
534
+ ĠìĿ´ ê·łìĿĢ
535
+ i fam
536
+ ifam p
537
+ 3 5
538
+ R ifamp
539
+ Rifamp icin
540
+ 3 3
541
+ 3 4
542
+ 5 0
543
+ 3 9
544
+ ĠS taphylococcus
545
+ F us
546
+ a be
547
+ M up
548
+ i ro
549
+ id ic
550
+ Fus idic
551
+ Mup iro
552
+ Mupiro cin
553
+ H abe
554
+ Habe kacin
555
+ Te li
556
+ Teli thromycin
557
+ 4 5
558
+ o floxacin
559
+ Lev ofloxacin
560
+ Ġp ne
561
+ Ġpne um
562
+ on iae
563
+ Ġpneum oniae
564
+ Ġ f
565
+ 4 0
566
+ ero penem
567
+ M eropenem
568
+ 4 3
569
+ ĠM o
570
+ Ġ c
571
+ Ġì ŀ
572
+ 4 4
573
+ l actam
574
+ 4 9
575
+ be ta
576
+ d er
577
+ s c
578
+ l la
579
+ at e
580
+ der ate
581
+ ĠMo derate
582
+ T ic
583
+ ar cillin
584
+ Tic arcillin
585
+ ĥ ģ
586
+ Ġs p
587
+ ic h
588
+ Ġ íķŃìĥĿìłľ
589
+ ° ı
590
+ h er
591
+ ĠE sc
592
+ ich ia
593
+ her ichia
594
+ ĠEsc herichia
595
+ Ġco li
596
+ o s
597
+ S A
598
+ ĠMR SA
599
+ act er
600
+ b acter
601
+ u g
602
+ ¥ ¼
603
+ ë ¥¼
604
+ t rep
605
+ trep to
606
+ C ol
607
+ Col istin
608
+ ìĹ IJ
609
+ o r
610
+ Ġ G
611
+ a e
612
+ Ġ0 6
613
+ e s
614
+ K le
615
+ b s
616
+ ie lla
617
+ Kle bs
618
+ Klebs iella
619
+ Ġ Klebsiella
620
+ u re
621
+ o m
622
+ Ġ0 7
623
+ µ ëĭĪëĭ¤
624
+ ìĬ µëĭĪëĭ¤
625
+ Ġì Ĺ
626
+ ĠìĹ Ĩ
627
+ Ġ íļ¨ê³¼ê°Ģ
628
+ ĠìĹĨ ìĬµëĭĪëĭ¤
629
+ Ġ beta
630
+ o na
631
+ ona s
632
+ i i
633
+ Ġsp p
634
+ om onas
635
+ is t
636
+ Ġ v
637
+ ist an
638
+ g l
639
+ s id
640
+ y co
641
+ ino gl
642
+ Ġam inogl
643
+ sid e
644
+ yco side
645
+ Ġaminogl ycoside
646
+ No r
647
+ t i
648
+ Ġ íķŃ
649
+ ê·ł ìłľ
650
+ ĠíķŃ ê·łìłľ
651
+ Ġì ĥģ
652
+ ´ëĤ ĺ
653
+ Ġam picillin
654
+ ìĿ ´ëĤĺ
655
+ Ŀ ¼
656
+ Ġë °ı
657
+ Ġìŀ Īëĭ¤
658
+ Ġv ancomycin
659
+ Ġ ë³
660
+ Nor floxacin
661
+ 5 00
662
+ ij íķ
663
+ ĠS M
664
+ 20 00
665
+ Ġë Ŀ¼
666
+ ĠG M
667
+ Ġspp ìĹIJìĦľ
668
+ ² ķ
669
+ ë ²ķ
670
+ ĠìĿĺ미 ëĬĶ
671
+ ĠíķŃê·łìłľ 를
672
+ Ġampicillin ìĿ´ëĤĺ
673
+ ĠëĿ¼ ëĬĶ
674
+ ¹ íļ¨ê³¼ê°Ģ
675
+ ĠìļĶ ë²ķ
676
+ ìĬ ¹íļ¨ê³¼ê°Ģ
677
+ ĠìĿĺ미 ìŀħëĭĪëĭ¤
678
+ Ġìĥģ ìĬ¹íļ¨ê³¼ê°Ģ
679
+ ĠìŀĪëĭ¤ ëĬĶ
680
+ Ġvancomycin ê³¼
681
+ Ġë³ ijíķ
682
+ ĠìļĶë²ķ ìĭľ
683
+ Ġë³ijíķ ©
684
+ Ġa ure
685
+ Ġaure us
686
+ S trepto
687
+ Strepto mycin
688
+ ti on
689
+ l or
690
+ e to
691
+ ĠA cin
692
+ eto bacter
693
+ ĠAcin etobacter
694
+ d i
695
+ Ġf ae
696
+ an di
697
+ andi da
698
+ ĠC andida
699
+ n ii
700
+ a um
701
+ an nii
702
+ aum annii
703
+ Ġb aumannii
704
+ ino s
705
+ ĠP os
706
+ + )
707
+ Ġ( +)
708
+ Ġ F
709
+ u d
710
+ se ud
711
+ ê·ł ì
712
+ ĠP seud
713
+ ĠPseud omonas
714
+ ĠE SBL
715
+ ĠìĥĿ ìĦ±
716
+ £¼ ìŀħëĭĪëĭ¤
717
+ ê·łì £¼ìŀħëĭĪëĭ¤
718
+ ĠìĥĿìĦ± ê·łì£¼ìŀħëĭĪëĭ¤
719
+ ic an
720
+ Ġa er
721
+ inos a
722
+ ug inosa
723
+ Ġaer uginosa
724
+ Ġa l
725
+ Ġal b
726
+ ican s
727
+ Ġalb icans
728
+ m al
729
+ Ġ in
730
+ ¡ ľ
731
+ ë ¡ľ
732
+ a se
733
+ i b
734
+ es istan
735
+ ina tion
736
+ Ġ 3
737
+ Ġ n
738
+ Ġc ep
739
+ h a
740
+ s p
741
+ ì ²
742
+ ´ ìĹIJìĦľ
743
+ penicillin ê³Ħ
744
+ ´ëĤ ´ìĹIJìĦľ
745
+ ĠìĥĿ ì²
746
+ Ġcep ha
747
+ ĠìĥĿì² ´ëĤ´ìĹIJìĦľ
748
+ Ġcepha ê³Ħ
749
+ ìŀ Ħ
750
+ e w
751
+ ĠMRSA ëĬĶ
752
+ ĠMRSA ìŀĦ
753
+ ìĹIJìĦľ ëĬĶ
754
+ lactam ê³Ħ
755
+ o t
756
+ ģ ì
757
+ ĠR esistan
758
+ lor a
759
+ ĠF lora
760
+ r mal
761
+ ĠNo rmal
762
+ ul t
763
+ al is
764
+ ì ¤
765
+ ì¤ ij
766
+ b apenem
767
+ c alis
768
+ Ġfae calis
769
+ ê°Ħ ë³´ê³ł
770
+ ì¤ij ê°Ħë³´ê³ł
771
+ Ġs sp
772
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ
773
+ r ug
774
+ M ult
775
+ id rug
776
+ ĠResistan t
777
+ Mult idrug
778
+ ĊĊ ĊĊ
779
+ a g
780
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ
781
+ Ġf ew
782
+ Ġ8 0
783
+ Ġfae ci
784
+ Ġfaeci um
785
+ 5 12
786
+ ĠC o
787
+ ° °
788
+ °° ì
789
+ ---------------- ---
790
+ -------------------------------- -------------------
791
+ ľ ¼
792
+ ë °°ì
793
+ Ġ B
794
+ i v
795
+ ľ¼ ë¡ľ
796
+ Ġco n
797
+ lactam ase
798
+ § Ģ
799
+ ¦ Ŀ
800
+ ê·ł ë°°ì
801
+ ¦Ŀ ê·łë°°ì
802
+ ¦Ŀê·łë°°ì §Ģ
803
+ ì ĥģ
804
+ ìł ģì
805
+ ìłģì ľ¼ë¡ľ
806
+ Ħ ìĥģ
807
+ Ġìŀ Ħìĥģ
808
+ ĠìŀĦìĥģ ìłģìľ¼ë¡ľ
809
+ Ġ 64
810
+ Ĥ ´
811
+ Ĥ´ ìĦ±
812
+ Ġë Ĥ´ìĦ±
813
+ iv e
814
+ Ġco m
815
+ ar bapenem
816
+ Ġc arbapenem
817
+ Ġn eg
818
+ s ëĬĶ
819
+ ul ase
820
+ to r
821
+ at ive
822
+ ag ulase
823
+ ĠCo agulase
824
+ Ġneg ative
825
+ b ination
826
+ h ib
827
+ i tor
828
+ ë °ı
829
+ eth icillin
830
+ Ġs taphylococcus
831
+ Ġin hib
832
+ Ġcom bination
833
+ Ġcarbapenem sëĬĶ
834
+ Ġstaphylococcus ë¡ľ
835
+ Ġinhib itor
836
+ Ġcombination s
837
+ ĠM ethicillin
838
+ o f
839
+ Ġp os
840
+ s ib
841
+ tam ination
842
+ Ġcon tamination
843
+ sib le
844
+ i x
845
+ Ġpos sible
846
+ ix ed
847
+ ĠM ixed
848
+ Ġ of
849
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠ
850
+ C h
851
+ am ph
852
+ en ico
853
+ lor amph
854
+ Ch loramph
855
+ enico l
856
+ Chloramph enicol
857
+ el la
858
+ Ġ 7
859
+ i l
860
+ A B
861
+ n g
862
+ ĠMR AB
863
+ Ġsp e
864
+ ci es
865
+ Ġspe cies
866
+ ¦ ¬
867
+ ì ¦Ŀê·łë°°ì§Ģ
868
+ Ġ V
869
+ Ġn ot
870
+ trepto coccus
871
+ c e
872
+ r ia
873
+ on e
874
+ x one
875
+ ria xone
876
+ Ceft riaxone
877
+ fu ng
878
+ P reliminary
879
+ fung in
880
+ ĠS treptococcus
881
+ l u
882
+ Ġ16 0
883
+ M oxi
884
+ Moxi floxacin
885
+ n azole
886
+ F lu
887
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ
888
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ
889
+ Ġ re
890
+ R E
891
+ m on
892
+ ľ ë
893
+ o la
894
+ ¬ ¼
895
+ ľë ¬¼
896
+ ĺë ¦¬
897
+ s istan
898
+ Ġre sistan
899
+ Ġresistan t
900
+ ² ĺ리
901
+ ¶ ľë¬¼
902
+ Ġì ²ĺ리
903
+ Ġìł ģì
904
+ Ġ주ìĿĺ 를
905
+ Ġì²ĺ리 ìĹIJ
906
+ Ġìłģì ¶ľë¬¼
907
+ al mon
908
+ almon ella
909
+ ĠS almonella
910
+ Ġ2 56
911
+ er m
912
+ Ġ is
913
+ Ġis ola
914
+ Ġisola tion
915
+ ĠS h
916
+ ige lla
917
+ ĠSh igella
918
+ ĠĠĠĠĠĠĠĠ ĠĠĠĠ
919
+ id is
920
+ Ġ ep
921
+ id erm
922
+ Ġep iderm
923
+ Ġepiderm idis
924
+ y to
925
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠ
926
+ ĠF ew
927
+ Ġ m
928
+ C a
929
+ íķ ĺ
930
+ n d
931
+ Ġ -
932
+ Ġ X
933
+ ĠEntero bacter
934
+ ĠV RE
935
+ coc ci
936
+ Ġ en
937
+ tero cocci
938
+ Ġen terococci
939
+ ĠG rowth
940
+ E ntero
941
+ Entero coccus
942
+ 25 6
943
+ ĠìĿ´ íķĺ
944
+ ĠC a
945
+ ic a
946
+ ph il
947
+ ) ,
948
+ ro ph
949
+ ro up
950
+ g al
951
+ act iae
952
+ gal actiae
953
+ t en
954
+ Ġ mal
955
+ ĠS ten
956
+ to phil
957
+ ot roph
958
+ Ġmal tophil
959
+ ĠSten otroph
960
+ Ġmaltophil ia
961
+ ĠStenotroph omonas
962
+ G roup
963
+ u ci
964
+ Ġ Clindamycin
965
+ er icin
966
+ Am ph
967
+ ot ericin
968
+ ĠResistan ce
969
+ Amph otericin
970
+ I nd
971
+ b le
972
+ uci ble
973
+ Ind ucible
974
+ c yto
975
+ Ġa galactiae
976
+ ico nazole
977
+ or iconazole
978
+ V oriconazole
979
+ s ine
980
+ Flu cyto
981
+ Flucyto sine
982
+ o fungin
983
+ sp ofungin
984
+ Ca spofungin
985
+ M ica
986
+ Mica fungin
987
+ k in
988
+ ĠS kin
989
+ Ġ w
990
+ P A
991
+ Ġaeruginosa i
992
+ ĠMR PA
993
+ Ġw e
994
+ e k
995
+ Ġc ult
996
+ Ġwe ek
997
+ Ġcult ure
998
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ
999
+ ene s
1000
+ Ġ h
1001
+ co nazole
1002
+ Flu conazole
1003
+ g enes
1004
+ r a
1005
+ Ġc a
1006
+ Ġ1 28
1007
+ ĠP ro
1008
+ Ġa ero
1009
+ Ġaero genes
1010
+ t e
1011
+ ĠCa bapenem
1012
+ R esistan
1013
+ Resistan ce
1014
+ te us
1015
+ Ġ4 0
1016
+ ĠPro teus
1017
+ g an
1018
+ il is
1019
+ i um
1020
+ it y
1021
+ l o
1022
+ Ġ t
1023
+ Ġ 6
1024
+ ê²°ê³¼ ë³´ê³łìĭľê°Ħ
1025
+ ac ae
1026
+ Ġc lo
1027
+ Ġclo acae
1028
+ Ġm i
1029
+ ĊĊ ĊĊĊ
1030
+ it is
1031
+ b ilis
1032
+ ina l
1033
+ v ity
1034
+ ag inal
1035
+ ĠV aginal
1036
+ ĠCa vity
1037
+ c a
1038
+ ra bilis
1039
+ Ġmi rabilis
1040
+ in g
1041
+ in is
1042
+ om inis
1043
+ Ġh ominis
1044
+ Ġ ox
1045
+ ĸ ij
1046
+ y t
1047
+ yto ca
1048
+ Ġox ytoca
1049
+ p itis
1050
+ Ġca pitis
1051
+ itro bacter
1052
+ ĠC itrobacter
1053
+ Ġ I
1054
+ Ġ [
1055
+ ol yt
1056
+ en s
1057
+ Ġê°IJì Ĺ¼
1058
+ en ing
1059
+ ĠĠĠĠĠĠĠĠ ĠĠĠĠĠ
1060
+ Ġ *
1061
+ Ġweek s
1062
+ í Ļ
1063
+ es t
1064
+ íĻ ĺ
1065
+ í Ĥ
1066
+ bacter ium
1067
+ Ġ2 0
1068
+ ac e
1069
+ íĻĺ ìŀ
1070
+ ë ¦¬
1071
+ íĤ ¤
1072
+ Ġt est
1073
+ ìĭľ íĤ¤
1074
+ i ace
1075
+ © 리
1076
+ IJ 를
1077
+ Ġê² ©ë¦¬
1078
+ Ca bapenem
1079
+ ĠEnterobacter iace
1080
+ íĻĺìŀ IJ를
1081
+ ìĭľíĤ¤ ê³ł
1082
+ Ġ격리 ìĭľíĤ¤ê³ł
1083
+ ĠEnterobacteriace ae
1084
+ Ġs c
1085
+ C I
1086
+ P E
1087
+ m CI
1088
+ re ening
1089
+ Ġsc reening
1090
+ mCI M
1091
+ C PE
1092
+ ĠC RE
1093
+ ë ŀ
1094
+ or gan
1095
+ Ġm organ
1096
+ Ġmorgan ii
1097
+ ĠE rtapenem
1098
+ ĸij ìĦ±
1099
+ Ġì ¦Ŀê·łë°°ì§Ģ
1100
+ th er
1101
+ er i
1102
+ n s
1103
+ Ġê²°ê³¼ ìŀħëĭĪëĭ¤
1104
+ Ġìŀ IJ
1105
+ Ġì ĸijìĦ±
1106
+ ĠìŀIJ ëŀ
1107
+ er r
1108
+ ĠìŀIJëŀ Ģ
1109
+ ĠìŀIJëŀĢ ê·ł
1110
+ O ther
1111
+ ĠS err
1112
+ at ia
1113
+ ĠSerr atia
1114
+ Ġì¦Ŀê·łë°°ì§Ģ ìĹIJìĦľ
1115
+ sc ens
1116
+ olyt ic
1117
+ u nd
1118
+ ae m
1119
+ re und
1120
+ Ġf reund
1121
+ Ġfreund ii
1122
+ l us
1123
+ ar ce
1124
+ Ġm arce
1125
+ Ġmarce scens
1126
+ Ġ Imipenem
1127
+ u r
1128
+ da ns
1129
+ inos us
1130
+ r gan
1131
+ ĠMo rgan
1132
+ ĠMorgan ella
1133
+ Ġ or
1134
+ n i
1135
+ ry ne
1136
+ ĠCo ryne
1137
+ ĠCoryne bacterium
1138
+ Ġp ar
1139
+ a re
1140
+ ĠR are
1141
+ olytic us
1142
+ Ġpar a
1143
+ t um
1144
+ ìĿ ´
1145
+ ylo s
1146
+ ia tum
1147
+ oxi dans
1148
+ tr iatum
1149
+ Ġs triatum
1150
+ ylos oxidans
1151
+ Ġh aem
1152
+ r i
1153
+ Ġhaem olyticus
1154
+ . ,
1155
+ Ġa ng
1156
+ Ġang inosus
1157
+ ci a
1158
+ Ġ x
1159
+ ĠA c
1160
+ Ġx ylosoxidans
1161
+ h ro
1162
+ t us
1163
+ m o
1164
+ hro mo
1165
+ p ic
1166
+ ro pic
1167
+ Ġt ropic
1168
+ Ġtropic alis
1169
+ ĠAc hromo
1170
+ ĠAchromo bacter
1171
+ s t
1172
+ s il
1173
+ p sil
1174
+ os is
1175
+ psil osis
1176
+ Ġ k
1177
+ Ġcon st
1178
+ ella tus
1179
+ ìĿ´ ê·łìĿĢ
1180
+ Ġconst ellatus
1181
+ Ġpara psilosis
1182
+ Ġ l
1183
+ pr ae
1184
+ Ġca prae
1185
+ s us
1186
+ in olyt
1187
+ inolyt ica
1188
+ i alis
1189
+ co m
1190
+ o bacterium
1191
+ Ġ T
1192
+ o com
1193
+ th inolytica
1194
+ os ocom
1195
+ Ġn osocom
1196
+ Ġor ni
1197
+ Ġnosocom ialis
1198
+ Ġorni thinolytica
1199
+ ib ri
1200
+ ĠV ibri
1201
+ ĠVibri o
1202
+ v er
1203
+ Į ìĦ±
1204
+ os eri
1205
+ di ver
1206
+ Ġk oseri
1207
+ diver sus
1208
+ í ĺ
1209
+ ¸ °
1210
+ ê ¸°
1211
+ erg il
1212
+ sp ergil
1213
+ spergil lus
1214
+ ĠA spergillus
1215
+ a cil
1216
+ ĠìĿ ĮìĦ±
1217
+ ĸij ì¤ij
1218
+ acil lus
1219
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ
1220
+ IJ 기
1221
+ íĺ IJ기
1222
+ h ol
1223
+ k hol
1224
+ ë ¶
1225
+ der ia
1226
+ ĠB ur
1227
+ khol deria
1228
+ ĠBur kholderia
1229
+ Į Ģ
1230
+ a cia
1231
+ Ġcep acia
1232
+ íĺIJ기 ìĦ±
1233
+ b ra
1234
+ Ġg la
1235
+ bra ta
1236
+ Ġgla brata
1237
+ v ium
1238
+ Ġa vium
1239
+ Ġ d
1240
+ ìĦ ¸
1241
+ e ta
1242
+ ĠA ero
1243
+ ë ĮĢ
1244
+ fl u
1245
+ O r
1246
+ id es
1247
+ Or al
1248
+ Ġp u
1249
+ ĠB acillus
1250
+ Ġa s
1251
+ ac tero
1252
+ ens is
1253
+ actero ides
1254
+ m onas
1255
+ ĠAero monas
1256
+ e m
1257
+ i us
1258
+ 09 4
1259
+ Ġ lactamase
1260
+ Ġs treptococcus
1261
+ ) (
1262
+ t ed
1263
+ Ġor alis
1264
+ o phil
1265
+ ĠB acteroides
1266
+ ys galactiae
1267
+ enz ae
1268
+ ĠH aem
1269
+ Ġd ysgalactiae
1270
+ flu enzae
1271
+ ophil us
1272
+ ĠHaem ophilus
1273
+ h em
1274
+ s ola
1275
+ t ic
1276
+ u c
1277
+ Î ²
1278
+ Ġ β
1279
+ ĠB eta
1280
+ ĠI sola
1281
+ hem olytic
1282
+ ĠIsola ted
1283
+ os p
1284
+ v id
1285
+ en cia
1286
+ ĠPro vid
1287
+ ĠProvid encia
1288
+ b ur
1289
+ en i
1290
+ Ġas bur
1291
+ Ġasbur iae
1292
+ S T
1293
+ er e
1294
+ E ST
1295
+ T EST
1296
+ Ġ íĺIJ기ìĦ±
1297
+ ë°°ì ĸijì¤ij
1298
+ ti da
1299
+ Ġpu tida
1300
+ r am
1301
+ ë¶ Ħ
1302
+ Ġ +
1303
+ ic ro
1304
+ lav obacterium
1305
+ o genes
1306
+ r ag
1307
+ Ġf rag
1308
+ Ġin fluenzae
1309
+ Ġfrag ilis
1310
+ N S
1311
+ ë IJ
1312
+ ĠG roup
1313
+ C NS
1314
+ ĠMR CNS
1315
+ Ġl act
1316
+ M eni
1317
+ Ġë °°ì
1318
+ ĠF lavobacterium
1319
+ t erm
1320
+ Ĥ ¬
1321
+ uin is
1322
+ uc ae
1323
+ Ġlact ucae
1324
+ term ed
1325
+ ep tic
1326
+ ĠG ram
1327
+ Ġin termed
1328
+ Ġm ening
1329
+ TEST ê²°ê³¼
1330
+ Ġë°°ì ĸijì¤ij
1331
+ eptic um
1332
+ Ġmening os
1333
+ h r
1334
+ ys e
1335
+ ĠC hr
1336
+ Ġintermed ius
1337
+ ĠChr yse
1338
+ ĠChryse obacterium
1339
+ Ġg al
1340
+ ĠM icro
1341
+ ni f
1342
+ ar is
1343
+ Ġìŀ Ī
1344
+ ìĦ¸ ê·ł
1345
+ osp or
1346
+ Ġmeningos epticum
1347
+ ĠMicro coccus
1348
+ al iv
1349
+ Ġs aliv
1350
+ Ġsaliv ar
1351
+ Ġ j
1352
+ 2 02
1353
+ z in
1354
+ Ġb ere
1355
+ zin iae
1356
+ Ġbere ziniae
1357
+ l os
1358
+ Ġ ra
1359
+ tr id
1360
+ los trid
1361
+ h al
1362
+ ĠìĿ ¼
1363
+ ĠC lostrid
1364
+ ospor in
1365
+ hal osporin
1366
+ ĠClostrid ium
1367
+ i ri
1368
+ t ii
1369
+ ì Ľ
1370
+ ig nif
1371
+ ìĹ ¬
1372
+ it iv
1373
+ ican t
1374
+ íķĺ ìŬ
1375
+ ns ignif
1376
+ iri dans
1377
+ nsignif icant
1378
+ n ensis
1379
+ Ģ ì
1380
+ T P
1381
+ d u
1382
+ g eri
1383
+ t t
1384
+ ì Ļ
1385
+ ug du
1386
+ Ġaminoglycoside ìĹIJ
1387
+ ĠPos itiv
1388
+ Ġcep halosporin
1389
+ Ġre tt
1390
+ ĠShigella ëĬĶ
1391
+ ĠI nsignificant
1392
+ Ġl ugdu
1393
+ ĠT o
1394
+ ĠT TP
1395
+ ìĦ¸ ëĮĢ
1396
+ ëĮĢ íķĺìŬ
1397
+ ĠìŀĪ ìĬµëĭĪëĭ¤
1398
+ ìĻ Ģ
1399
+ ĠPositiv ity
1400
+ Ġcephalosporin ê³¼
1401
+ Ġrett geri
1402
+ Ġlugdu nensis
1403
+ lin ar
1404
+ Ġin d
1405
+ Ġgal linar
1406
+ Ġgallinar um
1407
+ v iae
1408
+ Ġ ha
1409
+ ê² ½
1410
+ ol ogenes
1411
+ Ġind ologenes
1412
+ i la
1413
+ n eri
1414
+ a v
1415
+ Ġ ur
1416
+ us eri
1417
+ Ġha useri
1418
+ e t
1419
+ f f
1420
+ fl av
1421
+ ĠSalmonella ìĻĢ
1422
+ Ģì Ĥ¬
1423
+ Ġ L
1424
+ an s
1425
+ Ġra ff
1426
+ flav us
1427
+ Ġraff inosus
1428
+ 1 25
1429
+ u nii
1430
+ ar neri
1431
+ se li
1432
+ Ġw arneri
1433
+ Ġj unii
1434
+ s seli
1435
+ t u
1436
+ Ġca sseli
1437
+ Ġcasseli flavus
1438
+ d roph
1439
+ v iridans
1440
+ y droph
1441
+ Ġs trep
1442
+ Ġh ydroph
1443
+ Ġhydroph ila
1444
+ t est
1445
+ ìĿ Ħ
1446
+ e i
1447
+ s ing
1448
+ ì ľ¼
1449
+ ĠT ime
1450
+ Ġur sing
1451
+ Ġursing ii
1452
+ ê µ
1453
+ Ġv ul
1454
+ ĠíĺIJ기ìĦ± ìĦ¸ê·ł
1455
+ it tii
1456
+ Ġs an
1457
+ Ġp ittii
1458
+ x ella
1459
+ ĠìĿ¼ ìľ¼
1460
+ êµ ¬
1461
+ Ġvul g
1462
+ q uinis
1463
+ Ġì Īĺ
1464
+ ĠMo ra
1465
+ Ġm itis
1466
+ Ġsan quinis
1467
+ ĠMora xella
1468
+ Ġë ĵ
1469
+ Ġvulg aris
1470
+ Ī ê°��
1471
+ ro d
1472
+ or m
1473
+ Ġ ĊĊĊ
1474
+ Ġ rod
1475
+ ĠA l
1476
+ Ġs tu
1477
+ íĻĺ ê²½
1478
+ i r
1479
+ 06 4
1480
+ ĠìĿ¼ìľ¼ íĤ
1481
+ Ġ(+) ,
1482
+ ëŀ Į
1483
+ ĠMRCNS ëĬĶ
1484
+ ĠMRCNS ìŀħëĭĪëĭ¤
1485
+ Ġg u
1486
+ Ġê² ĢìĤ¬
1487
+ ĠìĿ¼ìľ¼íĤ ¬
1488
+ ic us
1489
+ Ġh ir
1490
+ ë¶ Īê°Ģ
1491
+ Ġgu il
1492
+ Ġhir ae
1493
+ Ġ ë³´
1494
+ Ġsalivar ius
1495
+ k of
1496
+ ê² Į
1497
+ Ġp et
1498
+ ten kof
1499
+ Ġpet tenkof
1500
+ Ġpettenkof eri
1501
+ a rt
1502
+ ° 구
1503
+ ± ´
1504
+ ê ±´
1505
+ Ľ IJ
1506
+ er f
1507
+ en t
1508
+ íķŃì ĽIJ
1509
+ ìĹ °êµ¬
1510
+ ĠH íķŃìĽIJ
1511
+ ê·łì ľ¼ë¡ľ
1512
+ Ġstu art
1513
+ íĻĺê²½ ìĹ°êµ¬
1514
+ ê±´ íĻĺê²½ìĹ°êµ¬
1515
+ Ġstuart ii
1516
+ ê±´íĻĺê²½ìĹ°êµ¬ ìĽ
1517
+ c ta
1518
+ i u
1519
+ ¸ ëŀĮ
1520
+ ìĿ ¼
1521
+ ê· ¸ëŀĮ
1522
+ yt icus
1523
+ Ġsalivar iu
1524
+ a k
1525
+ r ing
1526
+ © °
1527
+ Ġ ĊĊ
1528
+ Ġ ê·¸ëŀĮ
1529
+ an g
1530
+ Ġp erf
1531
+ 202 0
1532
+ Ġë³´ ê±´íĻĺê²½ìĹ°êµ¬ìĽ
1533
+ Ġperf ring
1534
+ n cta
1535
+ r h
1536
+ ì ľ¼ë¡ľ
1537
+ Ġ ne
1538
+ ac to
1539
+ ca viae
1540
+ Ġpu ncta
1541
+ Ġpuncta ta
1542
+ M R
1543
+ b acillus
1544
+ i f
1545
+ ë ħ
1546
+ Ŀ ĺ
1547
+ IJì Ŀĺ
1548
+ ìĽ Ķ
1549
+ ĠL acto
1550
+ Ġrod s
1551
+ ëħ Ħ
1552
+ G P
1553
+ c al
1554
+ d ii
1555
+ o re
1556
+ o ther
1557
+ Ġ ë³´ê³ł
1558
+ ig enes
1559
+ Ġs ol
1560
+ ĠAl cal
1561
+ ak ii
1562
+ Ġë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽ IJìĿĺ
1563
+ ĠLacto bacillus
1564
+ ĠAlcal igenes
1565
+ a p
1566
+ s ang
1567
+ Ġ D
1568
+ Ġb ra
1569
+ ta r
1570
+ Ġs ap
1571
+ roph yticus
1572
+ Ġpara sang
1573
+ ëIJ ¨
1574
+ Ġperfring ens
1575
+ Ġbra akii
1576
+ Ġsap rophyticus
1577
+ Ġparasang uinis
1578
+ ) )
1579
+ 7 5
1580
+ Ġ Fus
1581
+ ulan s
1582
+ os lo
1583
+ Ġca tar
1584
+ Ġk r
1585
+ Ġl en
1586
+ rh alis
1587
+ oslo ensis
1588
+ Ġcatar rhalis
1589
+ c es
1590
+ p to
1591
+ u b
1592
+ y ph
1593
+ ro n
1594
+ er mon
1595
+ ul aris
1596
+ my ces
1597
+ Tr ich
1598
+ us ei
1599
+ li ermon
1600
+ Ġc ere
1601
+ ľë¬¼ ê²Į
1602
+ Ġca viae
1603
+ ëIJ ĺ
1604
+ Ġguil liermon
1605
+ MR AB
1606
+ Ġsol i
1607
+ Ġkr usei
1608
+ yph i
1609
+ Ġcere us
1610
+ Ġguilliermon dii
1611
+ e a
1612
+ t er
1613
+ ì ļ
1614
+ ì ĸijìĦ±
1615
+ Ġ Trich
1616
+ No n
1617
+ Ġ(-) ,
1618
+ Ġìŀ ħëĭĪëĭ¤
1619
+ tic us
1620
+ test ê²°ê³¼
1621
+ Ġëĵ ľë¬¼ê²Į
1622
+ c ar
1623
+ z o
1624
+ Ġ ê·łìĿĢ
1625
+ Ġ lu
1626
+ ł ¤
1627
+ ry pto
1628
+ ĠP ar
1629
+ ico la
1630
+ ĠC rypto
1631
+ Ġê·¸ëŀĮ ìĸijìĦ±
1632
+ ĠCrypto coccus
1633
+ a b
1634
+ m ent
1635
+ o ron
1636
+ in fluenzae
1637
+ Ġì ĸ
1638
+ re v
1639
+ Ġpara influenzae
1640
+ osp oron
1641
+ 202 1
1642
+ ter na
1643
+ a h
1644
+ y ogenes
1645
+ Ġ flu
1646
+ Ġp yogenes
1647
+ es ti
1648
+ Ġv esti
1649
+ Nor mal
1650
+ of orm
1651
+ ë¶ Ģ
1652
+ Ġne oform
1653
+ Ġlen tus
1654
+ ĠTrich osporon
1655
+ zo le
1656
+ Ġneoform ans
1657
+ a s
1658
+ b ularis
1659
+ d ia
1660
+ § Į
1661
+ ¸ ê·ł
1662
+ ë Ĥ
1663
+ im ulans
1664
+ da zole
1665
+ ĠNo car
1666
+ ĠìĦ ¸ê·ł
1667
+ ĠE test
1668
+ ìŀ ¬
1669
+ Ġs imulans
1670
+ ni dazole
1671
+ Ġas ah
1672
+ Ġvesti bularis
1673
+ ĠNocar dia
1674
+ Ġasah ii
1675
+ C om
1676
+ o d
1677
+ © ´
1678
+ ro nidazole
1679
+ Ġì Ĥ¬
1680
+ Ġa ur
1681
+ Ġf ar
1682
+ íĺIJ기ìĦ± ìĦ¸ê·ł
1683
+ et ronidazole
1684
+ Com ment
1685
+ E G
1686
+ ë §Į
1687
+ ķ Į
1688
+ ê² ĢìĤ¬
1689
+ im onas
1690
+ ìĦ Ń
1691
+ ëıĻìłķ ë¶Īê°Ģ
1692
+ ĠëıĻìłķ ë¶Īê°Ģ
1693
+ Ġê°IJìĪĺìĦ± ìľ¼ë¡ľ
1694
+ ĠN EG
1695
+ Ġê°IJìĹ¼ ìĿĦ
1696
+ ê²½ ìĦŃ
1697
+ orm is
1698
+ C RE
1699
+ ë Ĥ´
1700
+ ê°Ħ ê·łìľ¼ë¡ľ
1701
+ IJì Ĺ
1702
+ 04 7
1703
+ ìĹ ¼
1704
+ ran s
1705
+ Ġë ĮĢ
1706
+ ore scens
1707
+ ë¶Ģ ë¶Ħ
1708
+ e f
1709
+ h am
1710
+ ì §Ģ
1711
+ ê° ķ
1712
+ Ġìĭ ľ
1713
+ on ia
1714
+ at um
1715
+ sc es
1716
+ Ġìĸ ´ë
1717
+ Ġflu orescens
1718
+ ĠëĮĢ ë¶Ģë¶Ħ
1719
+ q u
1720
+ t yphi
1721
+ u t
1722
+ ° ĺ
1723
+ ë ĵ
1724
+ ë °ĺ
1725
+ Ġì ķĮ
1726
+ Ġ2 4
1727
+ Ġa n
1728
+ ĠP an
1729
+ is s
1730
+ to ea
1731
+ ran ham
1732
+ Ġs s
1733
+ Ġ) (
1734
+ Ġf or
1735
+ ì¦Ŀê·łë°°ì§Ģ ìĹIJìĦľ
1736
+ ĠL e
1737
+ ĠFus obacterium
1738
+ ìļ °
1739
+ Ġlu teus
1740
+ ëĤ ĺ
1741
+ Ġfar cin
1742
+ ì§Ģ ë§Į
1743
+ Ġìĭľ í
1744
+ ë°ĺ ìłģìľ¼ë¡ľ
1745
+ ĠPan toea
1746
+ ranham ella
1747
+ i ci
1748
+ n os
1749
+ o v
1750
+ u co
1751
+ v imonas
1752
+ ¯ Ģ
1753
+ Ġ plan
1754
+ ro myces
1755
+ Ġa cid
1756
+ Ġ1 7
1757
+ my co
1758
+ ĊĊ ĠĠĠĠĠĠĠĠ
1759
+ ĺë ©°
1760
+ Ġm etronidazole
1761
+ ur i
1762
+ Ġë³´ê³ł ëIJĺ
1763
+ ĠPar vimonas
1764
+ Ġaur is
1765
+ ëĵ ±
1766
+ Ġë³´ê³łëIJĺ ê³ł
1767
+ a ci
1768
+ c ha
1769
+ t azobactam
1770
+ t icola
1771
+ ë ł¤
1772
+ Ġ th
1773
+ Ġ ê·ł
1774
+ Ġ myco
1775
+ Ī ì
1776
+ ĸ ī
1777
+ ìł ¸
1778
+ er ia
1779
+ ìĭ ¬
1780
+ co ace
1781
+ ac cha
1782
+ Ġìĭł ê²½ìĦŃ
1783
+ ìĿ ´ë
1784
+ al coace
1785
+ Ġc alcoace
1786
+ ĠG P
1787
+ ot ella
1788
+ ĠX ylosoxidans
1789
+ íĺ Īì
1790
+ ĠìĿ¼ ë°ĺìłģìľ¼ë¡ľ
1791
+ rev otella
1792
+ as te
1793
+ ê°ķ ëĤ´
1794
+ ĠìķĮ 볤
1795
+ Ġìĭľí ĸī
1796
+ Ġplan ticola
1797
+ aci ens
1798
+ Ġcalcoace ticus
1799
+ ĠìķĮ볤 ìł¸
1800
+ b er
1801
+ c ul
1802
+ f ae
1803
+ f ormis
1804
+ g ia
1805
+ o us
1806
+ z abe
1807
+ Ġ r
1808
+ Ġ mon
1809
+ ĺ ìĭ¬
1810
+ th kin
1811
+ ic ra
1812
+ to c
1813
+ ìĿ Ģ
1814
+ ĠE li
1815
+ ĠìĿ ĺìĭ¬
1816
+ ìĹ Ń
1817
+ NT M
1818
+ Ġp iperacillin
1819
+ ĠC if
1820
+ ich eni
1821
+ or d
1822
+ ase i
1823
+ Ġm icra
1824
+ err ii
1825
+ Ġl icheni
1826
+ tu ber
1827
+ ĠHíķŃìĽIJ ê²ĢìĤ¬
1828
+ ab sces
1829
+ ©´ ìĹŃ
1830
+ ĠLe uco
1831
+ nos toc
1832
+ Ġmyco bacterium
1833
+ accha romyces
1834
+ cul ous
1835
+ fae calis
1836
+ zabe thkin
1837
+ ĠEli zabethkin
1838
+ ĠìĿĺìĭ¬ ëIJ¨
1839
+ ĠCif errii
1840
+ Ġlicheni formis
1841
+ tuber culous
1842
+ absces sus
1843
+ ĠLeuco nostoc
1844
+ ĠElizabethkin gia
1845
+ . )
1846
+ E testê²°ê³¼
1847
+ T ime
1848
+ f er
1849
+ i ota
1850
+ o cyto
1851
+ o myces
1852
+ u iae
1853
+ â ī
1854
+ Ġ í
1855
+ Ġ 구
1856
+ Ġ âī
1857
+ er ev
1858
+ íķ ľ
1859
+ ĠP revotella
1860
+ is iae
1861
+ ĠS accharomyces
1862
+ on y
1863
+ on ii
1864
+ al ona
1865
+ ol ony
1866
+ it ive
1867
+ Ġs ei
1868
+ Ġë ©´ìĹŃ
1869
+ Ġam alona
1870
+ ar ium
1871
+ ĠC olony
1872
+ Ġc asei
1873
+ Ġc erev
1874
+ acter em
1875
+ om er
1876
+ om icro
1877
+ gl omer
1878
+ Ġìĥģ ìŀ¬
1879
+ Ġal terna
1880
+ ĠB ranhamella
1881
+ Ġpos itive
1882
+ lo uiae
1883
+ ĠAc tin
1884
+ eta iota
1885
+ ĠAero coccus
1886
+ ĠAl terna
1887
+ Ġguil louiae
1888
+ GP R
1889
+ ĠFus arium
1890
+ ¯Ģ ë¡ľ
1891
+ Ġth etaiota
1892
+ fer tii
1893
+ Ġsei fertii
1894
+ Ġamalona ticus
1895
+ Ġcerev isiae
1896
+ acterem ia
1897
+ omicro n
1898
+ Ġalterna ta
1899
+ ĠAlterna ria
1900
+ Ġthetaiota omicron
1901
+ g glomer
1902
+ l olyticus
1903
+ o ph
1904
+ o rans
1905
+ p i
1906
+ r thro
1907
+ s ul
1908
+ ë ©°
1909
+ Ġ fl
1910
+ Ġ íĻĺìŀ
1911
+ Ġ od
1912
+ ĠĠĠĠĠĠĠĠ ĠĠ
1913
+ Ġa gglomer
1914
+ ac tr
1915
+ le atum
1916
+ Ġb acteremia
1917
+ ìĿ ¸
1918
+ Ġs er
1919
+ Ġp aste
1920
+ at yphi
1921
+ ´ë ¯Ģë¡ľ
1922
+ ê·łìĿ ´ë¯Ģë¡ľ
1923
+ os a
1924
+ or a
1925
+ Ġn uc
1926
+ Ġpar atyphi
1927
+ Ġgal lolyticus
1928
+ Ġëĵ ±
1929
+ testê²°ê³¼ ìŀĦ
1930
+ ł¤ ìļ°
1931
+ IJìĹ IJìĦľ
1932
+ Ġìĸ´ë ł¤ìļ°
1933
+ Ġmetronidazole ìĹIJ
1934
+ sul bactam
1935
+ ĠíĻĺìŀ IJìĹIJìĦľ
1936
+ Ġagglomer ans
1937
+ Ġpaste uri
1938
+ Ġnuc leatum
1939
+ O S
1940
+ P enicillin
1941
+ i ensis
1942
+ ¡ ´
1943
+ ì ĸ
1944
+ Ġ ,
1945
+ Ġ O
1946
+ Ġ Reviewed
1947
+ Ġì ¡´
1948
+ ê°Ħ ê·ł
1949
+ ero nii
1950
+ Ġ1 8
1951
+ ĠP OS
1952
+ ĠS ph
1953
+ Ġë ¶
1954
+ ìĹIJ ëĬĶ
1955
+ or al
1956
+ or um
1957
+ Ġv eronii
1958
+ Ġfaeci s
1959
+ erm ent
1960
+ íĺIJ기ìĦ± ê·ł
1961
+ ëIJ ľ
1962
+ ëIJ ĺë©°
1963
+ Ġëĵ ľë
1964
+ Ġë³´ê³ł ëIJ¨
1965
+ ìļ ©
1966
+ Non tuberculous
1967
+ Ġr ub
1968
+ ĠActin omyces
1969
+ Ġfl ora
1970
+ Ġod or
1971
+ Ġbacteremia 를
1972
+ Ġì¡´ ìŀ¬
1973
+ ĠSph ing
1974
+ erment ans
1975
+ 0 32
1976
+ B eta
1977
+ C ê²°ê³¼
1978
+ D D
1979
+ I Cê²°ê³¼
1980
+ S DD
1981
+ a f
1982
+ b aumannii
1983
+ b actr
1984
+ e c
1985
+ e iss
1986
+ f ermentans
1987
+ i da
1988
+ i osa
1989
+ n ia
1990
+ p le
1991
+ r icola
1992
+ u ng
1993
+ v ei
1994
+ ° ë
1995
+ ì £¼
1996
+ Ġ li
1997
+ Ġìĺ¤ ìĹ¼
1998
+ lin iensis
1999
+ am onas
2000
+ an us
2001
+ ĠM ICê²°ê³¼
2002
+ ep t
2003
+ ìĿ ĮìĦ±
2004
+ al st
2005
+ it ans
2006
+ Ġs ub
2007
+ ĠH af
2008
+ Ġp a
2009
+ ĠC om
2010
+ ĠR alst
2011
+ Ġc ef
2012
+ ĠG ord
2013
+ ist eria
2014
+ sid iosa
2015
+ Ġal vei
2016
+ Ġin f
2017
+ Ġin sidiosa
2018
+ ë°°ì ĸij
2019
+ Ġcom ple
2020
+ Ġmi ricola
2021
+ íĺIJ기 ë°°ìĸij
2022
+ Ġd is
2023
+ Ġd ub
2024
+ TEST ê²°
2025
+ Ġra di
2026
+ ĠL isteria
2027
+ Ġê·¸ëŀĮ ìĿĮìĦ±
2028
+ Ġlu te
2029
+ ĠPar ab
2030
+ Ġê·¸ëŀĮìĸijìĦ± ê°Ħê·ł
2031
+ ef aciens
2032
+ qu efaciens
2033
+ Ġfarcin ca
2034
+ Ġmon ocyto
2035
+ Ġ구 ê°ķëĤ´
2036
+ Ġâī ¥
2037
+ Ġìĸ´ëł¤ìļ° ëĤĺ
2038
+ Ġpasteuri anus
2039
+ Ġrub ida
2040
+ ĠHaf nia
2041
+ ĠCom amonas
2042
+ ĠRalst onia
2043
+ ĠGord onia
2044
+ Ġcomple x
2045
+ Ġdub liniensis
2046
+ ĠParab acteroides
2047
+ Ġmonocyto genes
2048
+ Ġrubida ea
2049
+ N O
2050
+ V RE
2051
+ a er
2052
+ a ta
2053
+ b itans
2054
+ c hro
2055
+ i ha
2056
+ l is
2057
+ o ry
2058
+ o coccus
2059
+ s ph
2060
+ t z
2061
+ u rans
2062
+ z iha
2063
+ ´ ì§Ģë§Į
2064
+ ¼ ı
2065
+ ã İ
2066
+ ï ¼ı
2067
+ Ġ e
2068
+ Ġ fam
2069
+ Ġ fung
2070
+ Ġ lus
2071
+ Ġ íĻĺê²½
2072
+ Ġ ê°Ħê·łìľ¼ë¡ľ
2073
+ Ġ ory
2074
+ Ĩ µ
2075
+ ìł ģ
2076
+ Ġa fermentans
2077
+ am en
2078
+ an iae
2079
+ to us
2080
+ ëĭ¤ ê³ł
2081
+ it aniae
2082
+ ê·łìĿ ´ì§Ģë§Į
2083
+ ti lis
2084
+ ib acillus
2085
+ ĠB rev
2086
+ il amen
2087
+ erm a
2088
+ Ġm eta
2089
+ íķĺ ëĬĶ
2090
+ ìĿ´ íķĺ
2091
+ Ġd urans
2092
+ Ġj o
2093
+ Ġstu tz
2094
+ if er
2095
+ ĠD erma
2096
+ Ġê·¸ëŀĮìĸijìĦ± ê°Ħê·łìľ¼ë¡ľ
2097
+ Ġfarcin ica
2098
+ ov orans
2099
+ Ġacid ovorans
2100
+ Ġê·ł íĺĪì
2101
+ ìĿ´ë ©°
2102
+ Ġì¡´ìŀ¬ íķĺëĬĶ
2103
+ bactr um
2104
+ ec tion
2105
+ Ġli quefaciens
2106
+ Ġsub tilis
2107
+ Ġinf ection
2108
+ NO N
2109
+ chro bactrum
2110
+ sph aer
2111
+ ziha bitans
2112
+ ãİ ĸ
2113
+ ï¼ı ãİĸ
2114
+ Ġfam ata
2115
+ Ġfung i
2116
+ Ġlus itaniae
2117
+ Ġory zihabitans
2118
+ ilamen tous
2119
+ Ġmeta psilosis
2120
+ Ġstutz eri
2121
+ Ġê·łíĺĪì ¦Ŀ
2122
+ 0 16
2123
+ C D
2124
+ M ixed
2125
+ P seud
2126
+ a en
2127
+ f ii
2128
+ f ilamentous
2129
+ g g
2130
+ h ns
2131
+ i bacterium
2132
+ i ococcus
2133
+ l ens
2134
+ p er
2135
+ s ist
2136
+ w of
2137
+ ¡ °
2138
+ ¬ ¸
2139
+ ¯ Ī
2140
+ ° ¸
2141
+ µ ìłľ
2142
+ µ ì§Ģë§Į
2143
+ ì ¡°
2144
+ í ĥ
2145
+ Ġ ê°Ħ
2146
+ Ġ íĺĪì
2147
+ ķ ¡
2148
+ ł µì§Ģë§Į
2149
+ ro ides
2150
+ ê²°ê³¼ ìŀħëĭĪëĭ¤
2151
+ er ti
2152
+ im ilis
2153
+ Ġa rthro
2154
+ Ġg le
2155
+ Ġg roup
2156
+ Ġ1 4
2157
+ ĠP ed
2158
+ ina e
2159
+ ip h
2160
+ ic at
2161
+ is imilis
2162
+ Vancomycin ìĹIJ
2163
+ Ġs kin
2164
+ el is
2165
+ act ici
2166
+ Ġìŀ IJìĹ
2167
+ os um
2168
+ Ġv iridans
2169
+ ĠìŀĪëĭ¤ ê³ł
2170
+ ĠëĤ´ìĦ± ìĿ´
2171
+ il actici
2172
+ Ġm ut
2173
+ íķĺ 기
2174
+ Ġt erti
2175
+ Ġl wof
2176
+ 202 2
2177
+ 202 3
2178
+ Ġrod ë¡ľ
2179
+ Ġê²ĢìĤ¬ ê²°ê³¼ìŀħëĭĪëĭ¤
2180
+ ore sist
2181
+ Ġìĸ µìłľ
2182
+ ĠìĦ¸ê·ł ìŀħëĭĪëĭ¤
2183
+ ĠìĤ¬ ëŀĮ
2184
+ ĠìĤ¬ ìļ©
2185
+ Ġìĸ´ë łµì§Ģë§Į
2186
+ qu isimilis
2187
+ Ġan oph
2188
+ Ġacid ilactici
2189
+ Ġìĭľíĸī íķĺ기
2190
+ Ġë©´ìĹŃ ìĿ´
2191
+ Ġëĵ± ìĹIJ
2192
+ ìĸ ´
2193
+ ĠO chrobactrum
2194
+ Ġëĵľë ¯Ī
2195
+ Ġìĺ¤ìĹ¼ ê·łìľ¼ë¡ľ
2196
+ ept ica
2197
+ Ġcef oxitin
2198
+ Ġradi oresist
2199
+ Ġe quisimilis
2200
+ ĠíĻĺê²½ ìĹIJ
2201
+ Ĩµ ìĥģ
2202
+ ĠBrev ibacterium
2203
+ Ġjo hns
2204
+ sphaer ae
2205
+ ï¼ıãİĸ )
2206
+ CD C
2207
+ Pseud o
2208
+ aen ibacillus
2209
+ ¬¸ ìĿĺ
2210
+ °¸ ì¡°
2211
+ Ġê°Ħ 주
2212
+ ĠíĺĪì ķ¡
2213
+ Ġarthro sphaerae
2214
+ Ġgle um
2215
+ ĠPed iococcus
2216
+ icat ella
2217
+ Ġmut ans
2218
+ Ġterti um
2219
+ Ġlwof fii
2220
+ Ġìĸµìłľ ëIJľ
2221
+ Ġanoph elis
2222
+ Ġëĵľë¯Ī ê²Į
2223
+ Ġradioresist ens
2224
+ Ġjohns onii
2225
+ . (
2226
+ F lav
2227
+ F lavobacterium
2228
+ I b
2229
+ S almonella
2230
+ c ed
2231
+ d o
2232
+ f aciens
2233
+ h nii
2234
+ m a
2235
+ o bilis
2236
+ p orum
2237
+ s g
2238
+ s on
2239
+ u rel
2240
+ u nif
2241
+ y roides
2242
+ ¤ ìļ°
2243
+ § Ħ
2244
+ § ī
2245
+ § ¤ìļ°
2246
+ µ ê°ķëĤ´
2247
+ ë ¬¼
2248
+ ì ļĶ
2249
+ ì ¦Ŀ
2250
+ Ġ im
2251
+ Ġ ê°Ģ
2252
+ Ġ unif
2253
+ Ģ íķĺ
2254
+ Ĩ į
2255
+ Ī ìĬµëĭĪëĭ¤
2256
+ ĺ IJ
2257
+ ł ê²½ìĦŃ
2258
+ Ń ìĭľ
2259
+ Ġì ¢ħ
2260
+ Ġì °¸ì¡°
2261
+ th ella
2262
+ ìł Ģíķĺ
2263
+ er thella
2264
+ im obilis
2265
+ Ġa di
2266
+ Ġa pi
2267
+ ìĭ łê²½ìĦŃ
2268
+ ìĭ Ńìĭľ
2269
+ ys porum
2270
+ Ġ1 5
2271
+ íķ ĺë©°
2272
+ ĠP aenibacillus
2273
+ ul a
2274
+ ul icatella
2275
+ ĠM A
2276
+ ĠM etronidazole
2277
+ ĠM yroides
2278
+ ac ens
2279
+ id obacterium
2280
+ ic um
2281
+ Ġb i
2282
+ ta son
2283
+ Ġìĭ Ŀ
2284
+ la ta
2285
+ ep ar
2286
+ ëĬ ¥
2287
+ thro pi
2288
+ ĠE gg
2289
+ ìŀ ¥
2290
+ ran ulicatella
2291
+ Ġs epticum
2292
+ Ġë §¤ìļ°
2293
+ Ġco hnii
2294
+ Ġp ul
2295
+ ĠN eiss
2296
+ ĠR h
2297
+ ĠG ranulicatella
2298
+ ĠB if
2299
+ ìĥģ ìĿĦ
2300
+ ĠìŀĦìĥģ ì¦Ŀ
2301
+ ĠV e
2302
+ ĠV iridans
2303
+ erm um
2304
+ Ġisola ted
2305
+ Ġm uci
2306
+ Ġh epar
2307
+ Ġox ysporum
2308
+ ĠI Ib
2309
+ íĤ¤ ë©°
2310
+ uc imobilis
2311
+ osp ermum
2312
+ ĠíĺIJ기ìĦ± ê·łìĿ´ë¯Ģë¡ľ
2313
+ ëIJ ĺë
2314
+ Ġmeningos eptica
2315
+ ospor ium
2316
+ Ġur inae
2317
+ ĠìĿ¼ìľ¼ íĤ¤ë©°
2318
+ Ġê²ĢìĤ¬ ìĿĺ
2319
+ Ġê²ĢìĤ¬ 를
2320
+ ĠĊĊ ĠĠĠĠĠĠĠĠĠ
2321
+ Ġlen ta
2322
+ od s
2323
+ Ġan thropi
2324
+ ëĵ± ìĿĦ
2325
+ ëĵ± ìĹIJëĬĶ
2326
+ Ġìĭľíĸī ìĿĢ
2327
+ Ġë©´ìĹŃ ìłĢíķĺ
2328
+ Ġìĥģìŀ¬ ê·łìĿ´ì§Ģë§Į
2329
+ Ġë¶ Īê°Ģ
2330
+ Ġodor atum
2331
+ ĠSphing omonas
2332
+ °ë Ĥ´ìĦ±
2333
+ Ġpa ucimobilis
2334
+ íĺIJ기배ìĸij ìĹIJìĦľ
2335
+ Ġdis tason
2336
+ ìłģ ìĿ¸
2337
+ ĠDerma bacter
2338
+ íĥ Ģ
2339
+ ĠìŀIJìĹ °ëĤ´ìĦ±
2340
+ Ĩµìĥģ ìłģìĿ¸
2341
+ Flav o
2342
+ Salmonella ìĻĢ
2343
+ ced osporium
2344
+ urel la
2345
+ §ī ìĹ¼
2346
+ Ġê°Ģ ëĬ¥
2347
+ Ġunif ormis
2348
+ Ġì¢ħ ì¢ħ
2349
+ Ġadi acens
2350
+ Ġapi ospermum
2351
+ ìĭŃìĭľ ìļĶ
2352
+ ĠEgg erthella
2353
+ ĠNeiss eria
2354
+ ĠBif idobacterium
2355
+ ĠìŀĦìĥģì¦Ŀ ìĥģìĿĦ
2356
+ Ġhepar inolytica
2357
+ Ġdistason is
2358
+ - >
2359
+ B acteroides
2360
+ B ranhamella
2361
+ D I
2362
+ I I
2363
+ L DI
2364
+ M ethicillin
2365
+ O F
2366
+ T OF
2367
+ b sces
2368
+ d iph
2369
+ e ft
2370
+ l on
2371
+ m en
2372
+ m eri
2373
+ o und
2374
+ p ylo
2375
+ s s
2376
+ s ici
2377
+ u e
2378
+ u ta
2379
+ u ii
2380
+ £ Į
2381
+ ´ Ģì
2382
+ ¹ Ħ
2383
+ ¼ ë¶Ģ
2384
+ ê ´Ģì
2385
+ ë Ł
2386
+ ë ©´
2387
+ ë Ĩį
2388
+ ë £Į
2389
+ ë ¹Ħ
2390
+ Ġ ci
2391
+ Ġ ëĬ
2392
+ Ġ penicillin
2393
+ Ġ íķĺ
2394
+ Ġ 기
2395
+ Ġ ram
2396
+ Ġ ê´Ģì
2397
+ Ħ 리
2398
+ Ķ ¼ë¶Ģ
2399
+ Ŀ ½
2400
+ ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ
2401
+ in ut
2402
+ Ġì §Ħ
2403
+ ê³ł ëĨį
2404
+ im al
2405
+ im um
2406
+ re ne
2407
+ Ġa bsces
2408
+ ĠA m
2409
+ ĠA rthro
2410
+ Ġg ang
2411
+ Ġg as
2412
+ cin a
2413
+ ci uri
2414
+ am pylo
2415
+ en se
2416
+ en sëĬĶ
2417
+ en tum
2418
+ en neri
2419
+ en do
2420
+ ĠP enicillin
2421
+ an i
2422
+ an is
2423
+ an ella
2424
+ ëı ħ
2425
+ co gl
2426
+ co lens
2427
+ ĊĊ ĠĊ
2428
+ ic ularis
2429
+ ig er
2430
+ le cogl
2431
+ ĠëıĻìłķê²°ê³¼ Time
2432
+ Ġb lo
2433
+ ĠS cedosporium
2434
+ to diph
2435
+ ìĿ Į
2436
+ tre faciens
2437
+ ê·ł ìŀħëĭĪëĭ¤
2438
+ 15 7
2439
+ Ġs ciuri
2440
+ Ġë IJ
2441
+ el l
2442
+ Ġp enneri
2443
+ Ġp lecogl
2444
+ ĠC ampylo
2445
+ ´ë §īìĹ¼
2446
+ ê·łìĿ ´ëĤĺ
2447
+ ĠR o
2448
+ Ġc eft
2449
+ os sici
2450
+ ug men
2451
+ ti v
2452
+ ti ensis
2453
+ Ġë³ µê°ķëĤ´
2454
+ Ġalb ica
2455
+ Ġn iger
2456
+ ew anella
2457
+ ì¤ij ëıħ
2458
+ ĊĊĊĊ ĊĊĊ
2459
+ °° ëIJĺë©°
2460
+ ĠB r
2461
+ ìĥģ íĺ
2462
+ il lon
2463
+ ĺ리 ë©´
2464
+ ĠSh ewanella
2465
+ Ġm ul
2466
+ Ġm inut
2467
+ Ġm endo
2468
+ Ġw ound
2469
+ Ġtest ìĿĺ
2470
+ íĺIJ기ìĦ± ê·łìĿ´ë¯Ģë¡ľ
2471
+ Ġpu trefaciens
2472
+ Ġperfring ensëĬĶ
2473
+ Ġne ma
2474
+ Ġne uii
2475
+ MR PA
2476
+ ëIJĺ ìĸ´
2477
+ ëĤ ´ë§īìĹ¼
2478
+ ĠìĤ¬ ìĥģíĺ
2479
+ Ġaur icularis
2480
+ Ġfar meri
2481
+ ê²ĢìĤ¬ ìŀ¥
2482
+ iss imum
2483
+ ov ar
2484
+ ìĿ´ë Ŀ¼
2485
+ íķľ ëĭ¤ê³ł
2486
+ Ġë¶ Ħ리
2487
+ Ġodor ifer
2488
+ ĠSphing obacterium
2489
+ Ġlute ola
2490
+ Ġlute tiensis
2491
+ Ġê·łíĺĪì¦Ŀ ìĿĦ
2492
+ ĠìĤ¬ëŀĮ ìĹIJìĦľ
2493
+ ĠìĤ¬ìļ© íķľëĭ¤ê³ł
2494
+ Ġim ipenem
2495
+ Ġ참조 íķĺ
2496
+ ĠMA LDI
2497
+ Ġbi ovar
2498
+ ĠìĭĿ ì¤ijëıħ
2499
+ ĠVe illon
2500
+ Ġmuci colens
2501
+ II k
2502
+ ëŁ ī
2503
+ ë¹Ħ ìĿĺ
2504
+ ĠëĬ ĺ리면
2505
+ Ġram osum
2506
+ Ġê´Ģì °°ëIJĺë©°
2507
+ Ġì§Ħ ê·łìľ¼ë¡ľ
2508
+ ê³łëĨį ëıĦ
2509
+ ĠArthro bacter
2510
+ Ġgang rene
2511
+ Ġblo ods
2512
+ todiph ila
2513
+ Ġplecogl ossici
2514
+ ĠCampylo bacter
2515
+ ugmen tin
2516
+ Ġalbica s
2517
+ Ġminut issimum
2518
+ Ġmendo cina
2519
+ Ġnema todiphila
2520
+ ĠìĤ¬ìĥģíĺ ķ
2521
+ ê²ĢìĤ¬ìŀ¥ ë¹ĦìĿĺ
2522
+ Ġodorifer a
2523
+ ĠVeillon ella
2524
+ Ġplecoglossici da
2525
+ ) "
2526
+ 9 6
2527
+ B acillus
2528
+ F ung
2529
+ G ram
2530
+ T of
2531
+ W eiss
2532
+ a sid
2533
+ b ox
2534
+ b asid
2535
+ c h
2536
+ c l
2537
+ c ep
2538
+ c ae
2539
+ c tiv
2540
+ d e
2541
+ e j
2542
+ e íķĺë©°
2543
+ g uinis
2544
+ i li
2545
+ l ulans
2546
+ m u
2547
+ m icin
2548
+ n tuberculous
2549
+ n ocyto
2550
+ o ft
2551
+ o be
2552
+ o viae
2553
+ o basid
2554
+ p nocyto
2555
+ q uin
2556
+ r c
2557
+ r is
2558
+ s a
2559
+ u w
2560
+ u ni
2561
+ v ialis
2562
+ v orans
2563
+ v ula
2564
+ y lata
2565
+ ¨ ëIJĺë
2566
+ ¬ ëĤ´ë§īìĹ¼
2567
+ ´ ëĭ
2568
+ ¸ íķľ
2569
+ ¹ ĺ
2570
+ ¹ êµ
2571
+ ë ¬¸ìĿĺ
2572
+ ë ĺIJ
2573
+ ì ĥ
2574
+ ì ľ
2575
+ ì Īĺ
2576
+ ì ķĮ
2577
+ Ġ "
2578
+ Ġ clin
2579
+ Ġ le
2580
+ Ġ ëĭ
2581
+ Ġ ëĭ¤
2582
+ Ġ 30
2583
+ Ġ pl
2584
+ Ġ ot
2585
+ Ġ cocci
2586
+ Ġ rh
2587
+ Ġ osloensis
2588
+ Ġ VancomycinìĹIJ
2589
+ Ģ ì²
2590
+ Ĥ ĺ
2591
+ ķ ìĿ¸
2592
+ in t
2593
+ in uta
2594
+ Ġì ķ
2595
+ Ġ2 2
2596
+ Ġ2 5
2597
+ Ġ2 9
2598
+ th ia
2599
+ 02 3
2600
+ er cia
2601
+ er entum
2602
+ im inuta
2603
+ Ġa ctiv
2604
+ Ġa de
2605
+ ĠA ure
2606
+ ìĭľ ê³ł
2607
+ Ġg erg
2608
+ Ġg ord
2609
+ ci da
2610
+ en a
2611
+ cil li
2612
+ ìłĦ 문ìĿĺ
2613
+ ĠNo ntuberculous
2614
+ ĠP iperacillin
2615
+ ĠP eni
2616
+ ĠP aste
2617
+ ort ifer
2618
+ an d
2619
+ an ii
2620
+ ul os
2621
+ ac h
2622
+ IJì Īĺ
2623
+ id e
2624
+ ê°IJì ĪĺìĦ±
2625
+ ig ena
2626
+ ìĦ± ìĿ´
2627
+ ëĭ ¨ëIJĺë
2628
+ Ġb it
2629
+ Ġb uc
2630
+ ĠS ynergy
2631
+ Ġê°IJìĪĺìĦ± ìĿĦ
2632
+ ĠíĮIJ ëĭ¨ëIJĺë
2633
+ Ġê² Ģì²
2634
+ Ġìĭ ¬ëĤ´ë§īìĹ¼
2635
+ Review e
2636
+ to cida
2637
+ Ġ4 2
2638
+ Ġ4 5
2639
+ Ġ4 8
2640
+ lav imonas
2641
+ tre am
2642
+ al di
2643
+ ol one
2644
+ ol uw
2645
+ ìĹ ĪìĬµëĭĪëĭ¤
2646
+ tr if
2647
+ it idis
2648
+ ph ag
2649
+ Ġs ak
2650
+ Ġs oft
2651
+ IJìĦ ¸íķľ
2652
+ Ġë ¬¸ìĿĺ
2653
+ at us
2654
+ Ġf erentum
2655
+ Ġc anis
2656
+ Ġc ell
2657
+ Ġìŀ IJìĦ¸íķľ
2658
+ Ġsp ut
2659
+ ìĹIJ ê²Į
2660
+ ĠìĹ °ë
2661
+ ĠíķŃê·łìłľ ê°IJìĪĺìĦ±
2662
+ ijíķ ľ
2663
+ Strepto micin
2664
+ ĠF ung
2665
+ ĠF lavimonas
2666
+ ì¤ Ģ
2667
+ ĠëĤ´ìĦ± ìľ¼ë¡ľ
2668
+ ĠëĤ´ìĦ± ìĿ´ë©°
2669
+ il us
2670
+ il yticus
2671
+ ce f
2672
+ Ġm e
2673
+ Ġm ortifer
2674
+ ĠCa pnocyto
2675
+ uci vorans
2676
+ ĠClindamycin ìĹIJ
2677
+ Ġw oluw
2678
+ te ili
2679
+ ity per
2680
+ Ġt iss
2681
+ yt on
2682
+ íĻ ķìĿ¸
2683
+ ĠìŀIJ ë£Į
2684
+ Ġor is
2685
+ Ġpar vula
2686
+ Ġk obe
2687
+ com ment
2688
+ íĺ ¸
2689
+ 기 íĥĢ
2690
+ íĺIJ기 ê·ł
2691
+ Ġd iminuta
2692
+ ĠìŀĪ ìĿĮ
2693
+ Ġj ej
2694
+ ìľ¼ ë©°
2695
+ Ġsan guinis
2696
+ Ġë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽ IJ
2697
+ Ġsol ani
2698
+ ëIJĺ ëĬĶ
2699
+ ĠTrich oph
2700
+ car box
2701
+ Ġflu vialis
2702
+ ĠìĤ¬ íķŃ
2703
+ Ġan imal
2704
+ ĠLe cl
2705
+ ¯Ģ ëĤĺ
2706
+ ĊĊĠĠĠĠĠĠĠĠ ĠĠ
2707
+ Ġmon teili
2708
+ Ġí ĨµìĥģìłģìĿ¸
2709
+ Ġ구 ê°ķ
2710
+ Ġâī ¤
2711
+ Ġìĥģìŀ¬ ê·łìŀħëĭĪëĭ¤
2712
+ ìĸ ijíķľ
2713
+ Ġëĵľë ¯ĢëĤĺ
2714
+ ìļ© ëŁī
2715
+ Ġpa ucivorans
2716
+ Ġê·¸ëŀĮìĿĮìĦ± ê°Ħê·łìľ¼ë¡ľ
2717
+ Ġinfection ëıĦ
2718
+ Ġê°Ħ주 ëIJĺë©°
2719
+ Ġpul lulans
2720
+ ĠRh od
2721
+ Ġê°ĢëĬ¥ ìĦ±ìĿ´
2722
+ Ġíķĺ ìĭŃìĭľìļĶ
2723
+ Ġabsces s
2724
+ ĠAm picillin
2725
+ Ġmul tocida
2726
+ Ġwound ìĹIJìĦľ
2727
+ ìĿ´ëĿ¼ ê³ł
2728
+ Ġë¶Ħ리 ëIJĺëĬĶ
2729
+ Ġ참조íķĺ ìĭľê³ł
2730
+ Ġbloods tream
2731
+ Ġalbicas ns
2732
+ Fung us
2733
+ Tof ë¡ľ
2734
+ Weiss ella
2735
+ cep halosporin
2736
+ obasid ium
2737
+ quin olone
2738
+ ´ëĭ ¹êµ
2739
+ ëĺIJ íķľ
2740
+ ìĥ ī
2741
+ ìķĮ ê·łìľ¼ë¡ľ
2742
+ Ġle ss
2743
+ Ġëĭ ´ëĭ¹êµ
2744
+ Ġëĭ¤ ìĸijíķľ
2745
+ Ġot itidis
2746
+ Ġactiv eíķĺë©°
2747
+ Ġade carbox
2748
+ ĠAure obasidium
2749
+ Ġgerg oviae
2750
+ Ġgord onii
2751
+ cilli um
2752
+ ĠPeni cillium
2753
+ ĠPaste urella
2754
+ ulos ilyticus
2755
+ Ġbit e
2756
+ Ġbuc cae
2757
+ ĠíĮIJëĭ¨ëIJĺë ©´
2758
+ phag a
2759
+ Ġcell ulosilyticus
2760
+ Ġsput igena
2761
+ ĠìĹ°ë Ŀ½
2762
+ ĠFung ityper
2763
+ Ġmortifer um
2764
+ ĠCapnocyto phaga
2765
+ Ġwoluw ensis
2766
+ Ġtiss ue
2767
+ ĠìŀIJë£Į ëĬĶ
2768
+ Ġkobe i
2769
+ Ġjej uni
2770
+ ĠTrichoph yton
2771
+ ĠLecl ercia
2772
+ Ġmonteili i
2773
+ quinolone ìĹIJ
2774
+ Ġëĭ´ëĭ¹êµ IJìĪĺ
2775
+ Ġadecarbox ylata
2776
+ 0 06
2777
+ 0 03
2778
+ C E
2779
+ C andida
2780
+ D e
2781
+ E T
2782
+ I nsignificant
2783
+ P T
2784
+ P revotella
2785
+ S U
2786
+ S up
2787
+ S CE
2788
+ ] (
2789
+ a le
2790
+ a la
2791
+ a ugmentin
2792
+ b ar
2793
+ b ium
2794
+ c u
2795
+ d uc
2796
+ e tr
2797
+ e or
2798
+ e ium
2799
+ f orm
2800
+ g ica
2801
+ g ram
2802
+ g ense
2803
+ g eor
2804
+ h lo
2805
+ i al
2806
+ i zo
2807
+ i anii
2808
+ k am
2809
+ k ia
2810
+ k eium
2811
+ l ac
2812
+ n o
2813
+ n um
2814
+ n eg
2815
+ n tii
2816
+ o ro
2817
+ o bacter
2818
+ o tor
2819
+ o ung
2820
+ p u
2821
+ p rofloxacin
2822
+ p ici
2823
+ r icum
2824
+ s u
2825
+ s is
2826
+ s ed
2827
+ s ii
2828
+ v en
2829
+ x an
2830
+ y le
2831
+ y ria
2832
+ y bacterium
2833
+ y mu
2834
+ y oung
2835
+ y ricum
2836
+ z ona
2837
+ ¥ ëĤ´
2838
+ © ëĭĪëĭ¤
2839
+ ¬ ë
2840
+ ì ĥĿ
2841
+ í ŀ
2842
+ í ĨµìĥģìłģìĿ¸
2843
+ í Ķ¼ë¶Ģ
2844
+ Ċ ĠĠĠĠĠĠĠĠ
2845
+ Ġ K
2846
+ Ġ la
2847
+ Ġ Vancomycin
2848
+ Ġ 31
2849
+ Ġ íļ¨ê³¼
2850
+ Ġ 37
2851
+ Ġ 38
2852
+ Ġ 36
2853
+ Ġ ĊĊĊĊ
2854
+ Ġ flavus
2855
+ Ġ íĺIJ기배ìĸij
2856
+ Ġ lata
2857
+ Ġ íĺIJ기배ìĸijìĹIJìĦľ
2858
+ Ġ ê³łëĨįëıĦ
2859
+ Ġ íĺ¸
2860
+ Ġ Weissella
2861
+ Ġ young
2862
+ Ĥ ®
2863
+ Ĩ Į
2864
+ Ī ëIJ¨
2865
+ Ĭ ¬ë
2866
+ ij ìĪĺ
2867
+ ĵ ľë
2868
+ Ķ íŀ
2869
+ Ĺ ĺ
2870
+ ľ ëĬĶ
2871
+ ľ ìłģìľ¼ë¡ľ
2872
+ Ŀ Ķíŀ
2873
+ ł ì²
2874
+ ł 리
2875
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ
2876
+ ro ra
2877
+ Ġì ¶
2878
+ Ġì Ĺ¼
2879
+ Ġì ¹ĺ
2880
+ Ġì Ĭ¬ë
2881
+ Ġ2 1
2882
+ Ġ2 3
2883
+ Ġ2 8
2884
+ th a
2885
+ th ica
2886
+ er ica
2887
+ ë³´ ê±´íĻĺê²½ìĹ°êµ¬ìĽ
2888
+ re i
2889
+ re duc
2890
+ Ġa t
2891
+ Ġa ugmentin
2892
+ ft azidime
2893
+ da pto
2894
+ ìĭ ¤
2895
+ Ġg ram
2896
+ ero b
2897
+ days ê²°ê³¼ë³´ê³łìĭľê°Ħ
2898
+ ci geor
2899
+ ci profloxacin
2900
+ am e
2901
+ am nos
2902
+ ĠNo mal
2903
+ Ġ1 3
2904
+ Ġ1 9
2905
+ ĠP ept
2906
+ ĠP sed
2907
+ Ġ5 0
2908
+ Ġ5 6
2909
+ an a
2910
+ an ensis
2911
+ ĠM aldi
2912
+ ĊĊ Ġ
2913
+ ĊĊ ĠĠĠ
2914
+ ĊĊ ĠĠĠĠĠĠĠĠĠ
2915
+ Ġìł ijìĪĺ
2916
+ ig num
2917
+ ìĦ ľëĬĶ
2918
+ ĠëıĻìłķ ëIJ¨
2919
+ ĠëıĻìłķ ëIJĺ
2920
+ Ġb ron
2921
+ Ġb ut
2922
+ Ġb ov
2923
+ Ġb actr
2924
+ ta in
2925
+ ta la
2926
+ ta tus
2927
+ ĠS lac
2928
+ Ġê°IJìĪĺìĦ± ìĿ´ëĤĺ
2929
+ Ġê°IJìĪĺìĦ± ê²ĢìĤ¬
2930
+ Ġê°IJìĪĺìĦ± ìĿ´ë©°
2931
+ ĠìĦ łì²
2932
+ iew ed
2933
+ on ore
2934
+ on iph
2935
+ ige cycline
2936
+ Trimethopr ime
2937
+ to s
2938
+ Ġ4 1
2939
+ Ġ4 3
2940
+ Ġ4 9
2941
+ ol d
2942
+ ê·ł ëªħ
2943
+ ia ri
2944
+ ìŀ ĪìĬµëĭĪëĭ¤
2945
+ li ten
2946
+ ph is
2947
+ ph erica
2948
+ itro reduc
2949
+ Ġ주 ë¡ľ
2950
+ Ġs yn
2951
+ Ġs ib
2952
+ Ġs ame
2953
+ Ġs tain
2954
+ Ġs onore
2955
+ Ġs pherica
2956
+ ìĹIJìĦľ ëıĦ
2957
+ Ġë ¯¸
2958
+ Ġë ĺIJ
2959
+ Ġë Ĥ®
2960
+ Ġco yle
2961
+ Ġp ero
2962
+ Ġp etr
2963
+ ar i
2964
+ se omonas
2965
+ ifamp in
2966
+ Ġpneum os
2967
+ Ġf ab
2968
+ Ġc andida
2969
+ Ġc hromo
2970
+ Ġc ris
2971
+ Ġc hlo
2972
+ Ġc yria
2973
+ Ġìŀ ¥ëĤ´
2974
+ Ġsp ir
2975
+ Ġsp oro
2976
+ ure ntii
2977
+ ĠìĹĨ ì§Ģë§Į
2978
+ ist er
2979
+ Ġv ari
2980
+ Ġìĥģ ì²
2981
+ Ŀ¼ ìĿ´ë
2982
+ Ġvancomycin ìĹIJ
2983
+ Ġn itroreduc
2984
+ sp ur
2985
+ ot ignum
2986
+ ce ftazidime
2987
+ mon is
2988
+ Ġm und
2989
+ Ġ- >
2990
+ Ġen ter
2991
+ ĠClindamycin ëĵ±ìĹIJëĬĶ
2992
+ te tracycline
2993
+ te icoplanin
2994
+ inal is
2995
+ Ġê°IJìĹ¼ ìĿ´
2996
+ ns is
2997
+ ĠìŀIJëŀ Į
2998
+ ĠImipenem ëĵ±ìĹIJëĬĶ
2999
+ Ġor al
3000
+ Ġpara pu
3001
+ ìĿ´ ê³ł
3002
+ ylos us
3003
+ Ġx ylosus
3004
+ Ġk ore
3005
+ ĠT ala
3006
+ ĠT su
3007
+ 기 ìĦ±
3008
+ Ġd iari
3009
+ uc ella
3010
+ ëIJ ©ëĭĪëĭ¤
3011
+ Ġlact is
3012
+ Ġë°°ì ĸij
3013
+ TESTê²°ê³¼ ìŀĦ
3014
+ nif icus
3015
+ ĠìŀĪ ëĬĶ
3016
+ ĠìŀĪ ìľ¼ë©°
3017
+ Ġj ei
3018
+ Ġra ven
3019
+ itiv orum
3020
+ Ġha rei
3021
+ Ġur inalis
3022
+ test íĻķìĿ¸
3023
+ Ġvul nificus
3024
+ Ġvulg atus
3025
+ ĠìĿ¼ìľ¼íĤ ¨
3026
+ Ġê²ĢìĤ¬ ëĬĶ
3027
+ Ġë³´ ìĿ¸
3028
+ erf ici
3029
+ ìĿ¼ ë°ĺìłģìľ¼ë¡ľ
3030
+ ĠD ial
3031
+ ëIJĺ 기
3032
+ Ġê·¸ëŀĮìĸijìĦ± ìķĮê·łìľ¼ë¡ľ
3033
+ as ii
3034
+ ìĹ¼ ìĿĦ
3035
+ ĠìķĮ ê·łìľ¼ë¡ľ
3036
+ Ġìĭľí Ĺĺ
3037
+ ëĵ± ìĹIJ
3038
+ Ġê·ł ìŀħëĭĪëĭ¤
3039
+ ĠGP R
3040
+ Ġìĭľíĸī ëIJĺ기
3041
+ ĠìķĮëł¤ìł¸ ìŀĪìĬµëĭĪëĭ¤
3042
+ Ġr ifampin
3043
+ Ġí Ķ¼ë¶Ģ
3044
+ Ġí ĿĶíŀ
3045
+ Ġìĥģìŀ¬ ê·łìĿ´ëĤĺ
3046
+ ĠActin otignum
3047
+ Ġìĸ´ëł¤ìļ° ë©°
3048
+ Ġì¡´ìŀ¬ íķĺë©°
3049
+ Ġìĺ¤ìĹ¼ ê·łìĿ´ëĤĺ
3050
+ Ġdis per
3051
+ Ġradi obacter
3052
+ ĠDerma coccus
3053
+ Ġê·łíĺĪì¦Ŀ ìĿ´ëĤĺ
3054
+ ĠìĤ¬ìļ© ëIJĺìĸ´
3055
+ Ġê°Ħ주 ëIJĺë
3056
+ ĠíĺĪìķ¡ ëĤ´
3057
+ ĠíĺĪìķ¡ ìĹIJìĦľëıĦ
3058
+ ĠMetronidazole ìĿĦ
3059
+ Ġpul monis
3060
+ ĠRh izo
3061
+ Ġci rc
3062
+ Ġci bar
3063
+ Ġ기 ì¤Ģ
3064
+ ĠëIJ ĺ
3065
+ ĠRo thia
3066
+ ĠRo seomonas
3067
+ Ġceft azidime
3068
+ Ġceft riaxone
3069
+ ĠBr ach
3070
+ ĠBr ucella
3071
+ ìľ łë¦¬
3072
+ Ġclin damycin
3073
+ Ġpl ymu
3074
+ Ġrh amnos
3075
+ int es
3076
+ Ġìķ ĪëIJ¨
3077
+ Ġê²Ģì² ´ìĹIJìĦľ
3078
+ Ġìĭ¬ëĤ´ë§īìĹ¼ ìĿĦ
3079
+ trif icum
3080
+ Ġsak ei
3081
+ cef otaxime
3082
+ Ġme liten
3083
+ ìļ©ëŁī ìĿĦ
3084
+ ĠRhod otor
3085
+ Ġabscess 를
3086
+ ìĥī ë§Į
3087
+ De ep
3088
+ SU SCE
3089
+ Sup erfici
3090
+ kam urella
3091
+ xan tha
3092
+ zona e
3093
+ ìĥĿ 물
3094
+ Ġla urentii
3095
+ Ġíļ¨ê³¼ ìłģ
3096
+ Ġíĺ¸ ê¸°ìĦ±
3097
+ Ġyoung ae
3098
+ ĵľë §Į
3099
+ rora phis
3100
+ ĠìĹ¼ ìĥīë§Į
3101
+ Ġì¹ĺ 주
3102
+ ĠìĬ¬ë Ŀ¼ìĿ´ë
3103
+ dapto mycin
3104
+ cigeor gica
3105
+ ĠPept oniph
3106
+ ĠPsed omonas
3107
+ ĠìłijìĪĺ ëIJĺìĸ´
3108
+ ĠëıĻìłķëIJĺ ìĹĪìĬµëĭĪëĭ¤
3109
+ Ġbron ch
3110
+ Ġbut yricum
3111
+ Ġbov is
3112
+ Ġbactr ime
3113
+ tala se
3114
+ ĠSlac kia
3115
+ Ġê°IJìĪĺìĦ±ê²ĢìĤ¬ ëĬĶ
3116
+ ĠìĦłì² ľìłģìľ¼ë¡ľ
3117
+ Ġsyn xantha
3118
+ Ġsib onii
3119
+ Ġsonore nsis
3120
+ Ġ미 ìĥĿ물
3121
+ ĠëĺIJ ëĬĶ
3122
+ Ġcoyle ae
3123
+ Ġpetr asii
3124
+ Ġpneumos intes
3125
+ Ġfab ianii
3126
+ Ġchromo genes
3127
+ Ġcris tatus
3128
+ Ġchlo roraphis
3129
+ Ġcyria cigeorgica
3130
+ Ġspir itivorum
3131
+ Ġsporo genes
3132
+ Ġìĥģì² ĺ
3133
+ Ġnitroreduc ens
3134
+ spur gense
3135
+ Ġmund tii
3136
+ Ġenter ica
3137
+ Ġparapu trificum
3138
+ Ġkore ensis
3139
+ ĠTala romyces
3140
+ ĠTsu kamurella
3141
+ Ġdiari zonae
3142
+ Ġjei keium
3143
+ Ġraven spurgense
3144
+ testíĻķìĿ¸ ê²°ê³¼
3145
+ Ġë³´ìĿ¸ ëĭ¤ê³ł
3146
+ ĠDial ister
3147
+ ĠìĭľíĹĺ ìĿĢ
3148
+ ĠíĿĶíŀ Ī
3149
+ Ġdisper sa
3150
+ ĠìĤ¬ìļ©ëIJĺìĸ´ ìĦľëĬĶ
3151
+ Ġê°Ħ주ëIJĺë Ĥĺ
3152
+ ĠRhizo bium
3153
+ Ġcirc ulans
3154
+ Ġcibar ia
3155
+ Ġ기ì¤Ģ ìĿĢ
3156
+ ĠBrach ybacterium
3157
+ Ġplymu thica
3158
+ Ġrhamnos us
3159
+ Ġmeliten sis
3160
+ ĠRhodotor ula
3161
+ SUSCE PT
3162
+ Superfici al
3163
+ ĠìĬ¬ëĿ¼ìĿ´ë ĵľë§Į
3164
+ ĠPeptoniph ilus
3165
+ ) -
3166
+ . .
3167
+ 0 08
3168
+ 6 003
3169
+ A spergillus
3170
+ B íĻķìĿ¸
3171
+ C ë¡ľ
3172
+ C BíĻķìĿ¸
3173
+ E TEST
3174
+ E test
3175
+ F U
3176
+ G N
3177
+ G p
3178
+ G pr
3179
+ I L
3180
+ I BL
3181
+ J ani
3182
+ L acto
3183
+ L ach
3184
+ M o
3185
+ M ora
3186
+ M aldi
3187
+ M old
3188
+ N Y
3189
+ N i
3190
+ P n
3191
+ P iper
3192
+ P aenibacillus
3193
+ P CBíĻķìĿ¸
3194
+ R t
3195
+ S cedosporium
3196
+ S ET
3197
+ T I
3198
+ T a
3199
+ T SET
3200
+ U TI
3201
+ W ic
3202
+ Y ea
3203
+ _ )
3204
+ a d
3205
+ a lin
3206
+ a coccus
3207
+ a il
3208
+ a ensis
3209
+ a ron
3210
+ b i
3211
+ b orescens
3212
+ b icatella
3213
+ b anensis
3214
+ c yclin
3215
+ c to
3216
+ c lavulanic
3217
+ c li
3218
+ c roph
3219
+ e x
3220
+ e ae
3221
+ e bacterium
3222
+ e scens
3223
+ e tus
3224
+ f us
3225
+ f onam
3226
+ g ol
3227
+ g at
3228
+ g os
3229
+ h ia
3230
+ h ino
3231
+ h igella
3232
+ h ens
3233
+ h aem
3234
+ h ense
3235
+ h anensis
3236
+ i k
3237
+ i y
3238
+ i damycin
3239
+ i bacter
3240
+ i hens
3241
+ j en
3242
+ j av
3243
+ k er
3244
+ k ii
3245
+ l am
3246
+ l yt
3247
+ l yticus
3248
+ m L
3249
+ m in
3250
+ m anii
3251
+ m bi
3252
+ m iy
3253
+ n y
3254
+ n er
3255
+ n am
3256
+ n is
3257
+ n on
3258
+ n ella
3259
+ n zole
3260
+ o p
3261
+ o or
3262
+ o psilosis
3263
+ o eni
3264
+ o chrobactrum
3265
+ o ch
3266
+ o cu
3267
+ o eae
3268
+ o jav
3269
+ p ro
3270
+ p ae
3271
+ p ica
3272
+ p ophil
3273
+ p ec
3274
+ r ime
3275
+ r iper
3276
+ r rod
3277
+ r dii
3278
+ r ma
3279
+ r borescens
3280
+ s w
3281
+ s ol
3282
+ s um
3283
+ s ynerg
3284
+ s ar
3285
+ s och
3286
+ t an
3287
+ t ev
3288
+ t is
3289
+ t ep
3290
+ t it
3291
+ t igecycline
3292
+ t nam
3293
+ u a
3294
+ u cil
3295
+ u ran
3296
+ u bacterium
3297
+ v a
3298
+ v ularis
3299
+ v iewed
3300
+ x a
3301
+ x ig
3302
+ y cin
3303
+ y my
3304
+ y la
3305
+ y per
3306
+ y cli
3307
+ y gos
3308
+ y mbi
3309
+ y pica
3310
+ z ygos
3311
+ ¡ 기
3312
+ ¤ ij
3313
+ ¦ °
3314
+ ¨ ìĿ´
3315
+ © ì
3316
+ © ë²ķ
3317
+ © ëŁī
3318
+ ¬ íķ¨
3319
+ ° ê³Ħ
3320
+ ° ©ë²ķ
3321
+ ² ł
3322
+ ´ ìŀħëĭĪëĭ¤
3323
+ ¹ ĺë
3324
+ ë ©´ìĹŃ
3325
+ ë §īìĹ¼
3326
+ ë Ŀ½
3327
+ ë ¦°
3328
+ ì Ī
3329
+ ì ĺ
3330
+ ì ĸij
3331
+ ì °¸ì¡°
3332
+ ì §Ħ
3333
+ ì ¹ĺ
3334
+ í Ŀ
3335
+ í Ĥ´
3336
+ í Ĩµìĥģ
3337
+ Ċ ĠĠĠĠĠĠĠ
3338
+ Ġ ]
3339
+ Ġ ^
3340
+ Ġ ê³¼
3341
+ Ġ ê²°
3342
+ Ġ na
3343
+ Ġ Ciprofloxacin
3344
+ Ġ Gentam
3345
+ Ġ oxi
3346
+ Ġ ph
3347
+ Ġ 35
3348
+ Ġ 34
3349
+ Ġ 39
3350
+ Ġ lactam
3351
+ Ġ her
3352
+ Ġ ure
3353
+ Ġ di
3354
+ Ġ rug
3355
+ Ġ ê·łìĿ´ë¯Ģë¡ľ
3356
+ Ġ ê°Ħê·ł
3357
+ Ġ teicoplanin
3358
+ Ġ daptomycin
3359
+ Ġ Jani
3360
+ Ġ UTI
3361
+ Ġ Wic
3362
+ Ġ zygos
3363
+ Ħ IJ
3364
+ Ī ìĭ¤
3365
+ Ĭ µëĭĪëĭ¤
3366
+ Ĭ ìľ¼ë©°
3367
+ Į ê°IJìĹ¼
3368
+ İ ĺ
3369
+ ı ¬íķ¨
3370
+ ij ľ
3371
+ Ķ ìłķ
3372
+ Ķ ëIJľ
3373
+ ļ ©ëŁī
3374
+ ľ Ħ
3375
+ Ŀ íķĺ
3376
+ ł ë¶
3377
+ Ġ( _)
3378
+ in coccus
3379
+ in termed
3380
+ in ibacillus
3381
+ ro lyt
3382
+ Ġì ¦Ŀ
3383
+ Ġì ĨĮ
3384
+ Ġì ¤ij
3385
+ Ġì ļ©ëŁī
3386
+ Ġ2 7
3387
+ Ġ2 10
3388
+ th opsilosis
3389
+ er da
3390
+ er ina
3391
+ er at
3392
+ er ra
3393
+ er ium
3394
+ er ana
3395
+ ë³ µê°ķëĤ´
3396
+ Ġìĺ Īê°Ģ
3397
+ Ġê²°ê³¼ 참조
3398
+ im en
3399
+ im uco
3400
+ im osum
3401
+ re am
3402
+ re gat
3403
+ Ġa na
3404
+ Ġa qu
3405
+ Ġa myco
3406
+ Ġa do
3407
+ Ġa rborescens
3408
+ da hense
3409
+ ĠA gg
3410
+ ĠA rc
3411
+ ìĭ Ŀíķĺ
3412
+ ê°Ħ ìĿĦ
3413
+ ê°Ħ ê·łìĿ´ì§Ģë§Į
3414
+ Ġg pr
3415
+ Ġg on
3416
+ Ġg es
3417
+ Ġg ila
3418
+ Ġg rime
3419
+ ys soch
3420
+ ys inibacillus
3421
+ ci s
3422
+ cil omyces
3423
+ Ġ1 500
3424
+ íķ ´
3425
+ íķ ĺë
3426
+ ĠP le
3427
+ ĠP ep
3428
+ ĠP oor
3429
+ ime ëĵ±ìĹIJ
3430
+ Ġ5 2
3431
+ Ġ5 3
3432
+ Ġ5 5
3433
+ Ġ5 7
3434
+ Ġ5 8
3435
+ az akii
3436
+ an obacterium
3437
+ an tis
3438
+ ip es
3439
+ ìłķ ë³´ê³ł
3440
+ ul us
3441
+ ul um
3442
+ ul are
3443
+ ul osa
3444
+ ul fonam
3445
+ co re
3446
+ co nzole
3447
+ ĠM S
3448
+ ĠM as
3449
+ ac asei
3450
+ ac uta
3451
+ ac ulum
3452
+ IJì ĬµëĭĪëĭ¤
3453
+ ene lla
3454
+ 32 6003
3455
+ ic ensis
3456
+ ic ulosa
3457
+ ig atus
3458
+ le sc
3459
+ tin cta
3460
+ ìµľ ìłķë³´ê³ł
3461
+ is eptica
3462
+ is hino
3463
+ ie tnam
3464
+ ëıĻ 물
3465
+ ëıĻìłķ ëIJ¨
3466
+ ëıĻìłķ ìĪĺ
3467
+ ĠëıĻìłķ ìĿ´
3468
+ ĠëıĻìłķ 물
3469
+ ëĭ Īìĭ¤
3470
+ Ġb erg
3471
+ Ġb ug
3472
+ Ġb iv
3473
+ Ġb if
3474
+ Ġb rev
3475
+ Ġb aron
3476
+ ĠS pec
3477
+ ed la
3478
+ ed dahense
3479
+ Ġê°IJì ĨĮ
3480
+ Ġê°IJìĪĺìĦ± ìĿ¼
3481
+ Ġê°IJìĪĺìĦ± ìĿĢ
3482
+ Ġê°IJìĪĺìĦ± ìĿ´ëĿ¼ê³ł
3483
+ Ġê°IJìĪĺìĦ± ìĿ´ê³ł
3484
+ on to
3485
+ Tige cyclin
3486
+ us a
3487
+ us if
3488
+ Ġìłķ ìĥģ
3489
+ Te trac
3490
+ la tum
3491
+ Ġ8 6
3492
+ Ġ4 4
3493
+ Ġ4 7
3494
+ ĊĊĊ ĠĠĠ
3495
+ al us
3496
+ al ii
3497
+ al yticus
3498
+ al lens
3499
+ al ue
3500
+ al pophil
3501
+ lavulan te
3502
+ thro m
3503
+ ĠE rythromycin
3504
+ ĠE ik
3505
+ ĠE ubacterium
3506
+ ol ymy
3507
+ ê·ł ìŀĦ
3508
+ ĠìļĶ ì²
3509
+ ico nensis
3510
+ um ilus
3511
+ um escens
3512
+ um min
3513
+ um incoccus
3514
+ um erina
3515
+ um igatus
3516
+ ine gol
3517
+ li quefaciens
3518
+ it us
3519
+ ìĿĺ ë£Į
3520
+ Ġ주 ìĭŃìĭľìļĶ
3521
+ Dalf op
3522
+ Dalfopr ist
3523
+ Nitrofu r
3524
+ tero ni
3525
+ tero nidazole
3526
+ Ġs t
3527
+ Ġs eg
3528
+ Ġs almonella
3529
+ Ġs ing
3530
+ Ġs higella
3531
+ Ġs ymbi
3532
+ Ġs ulfonam
3533
+ Ġs core
3534
+ Ġs edla
3535
+ Ġë Ĩį
3536
+ Ġë °©ë²ķ
3537
+ Ġë ²ł
3538
+ Ġë ĦIJ
3539
+ el lu
3540
+ ê°IJìĹ¼ ìĿĦ
3541
+ Ġco ag
3542
+ Ġco ryne
3543
+ Ġco pro
3544
+ Ġco rrod
3545
+ eg at
3546
+ íļ Įê°IJìĹ¼
3547
+ Ġam ikacin
3548
+ Ġam oxicillin
3549
+ Ġam pici
3550
+ Ġp f
3551
+ Ġp reliminary
3552
+ Ġp seud
3553
+ Ġp ell
3554
+ Ġp allens
3555
+ Ġp olymy
3556
+ Ġp umilus
3557
+ ar iconensis
3558
+ at ilis
3559
+ ĠN ag
3560
+ ĠC or
3561
+ ĠC PE
3562
+ ĠC and
3563
+ ĠC FU
3564
+ act roides
3565
+ ĠR ah
3566
+ ĠR ods
3567
+ ĠR umincoccus
3568
+ ne e
3569
+ Teli throm
3570
+ Ġf erm
3571
+ Ġf orm
3572
+ Ġf etus
3573
+ Ġf usif
3574
+ Ġf umigatus
3575
+ Ġf inegol
3576
+ Ġf ellu
3577
+ Meropenem ìĹIJ
3578
+ Ġc uc
3579
+ Ġc lostrid
3580
+ Ġc lavulante
3581
+ Ġc ummin
3582
+ Ġsp ore
3583
+ ĠíķŃìĥĿìłľ ìĹIJ
3584
+ os seli
3585
+ or ipenem
3586
+ or rh
3587
+ or thia
3588
+ ĠG pr
3589
+ ĠG lo
3590
+ ĠG rma
3591
+ ae us
3592
+ es iae
3593
+ es lu
3594
+ es tos
3595
+ om alus
3596
+ ii form
3597
+ ist inae
3598
+ ist ipes
3599
+ Ġv Preliminary
3600
+ Ġv erm
3601
+ Ġv et
3602
+ Ġv ir
3603
+ Ġv ietnam
3604
+ Ġv alue
3605
+ Ġvancomycin ìĹIJëĬĶ
3606
+ ĠPos sible
3607
+ ĠF ilamentous
3608
+ ud inis
3609
+ ĠPseud ochrobactrum
3610
+ ĠìĥĿìĦ± íķĺë
3611
+ Ġaer ia
3612
+ Ġal tit
3613
+ Ġalb ican
3614
+ Ġin no
3615
+ Ġin jen
3616
+ Ġin sol
3617
+ Ġn ov
3618
+ Ġn ishino
3619
+ ha alii
3620
+ ì² ĺ리
3621
+ ot ii
3622
+ ot yper
3623
+ ĊĊĊĊ ĊĊ
3624
+ ĊĊĊĊ ĠĠĠĠĠĠĠĠĠĠ
3625
+ ag al
3626
+ ag inosa
3627
+ ľ¼ ëĤĺ
3628
+ ĠB il
3629
+ ĠB ord
3630
+ ĠB acteremia
3631
+ ĠB yssoch
3632
+ ĠB actroides
3633
+ Ġcon ca
3634
+ Ġcon glomer
3635
+ Ġcon fus
3636
+ ĠëĤ´ìĦ± ìĿĦ
3637
+ ĠëĤ´ìĦ± ìĿ´ëĿ¼ê³ł
3638
+ Ġcom mu
3639
+ Ġcarbapenem ìĹIJ
3640
+ Ġ7 8
3641
+ il lin
3642
+ AB IL
3643
+ Ġspe cta
3644
+ ĠV oriconazole
3645
+ Ġre viewed
3646
+ ĠSh in
3647
+ Ġm eropenem
3648
+ Ġm uco
3649
+ Ġm ale
3650
+ Ġm old
3651
+ Ġm ojav
3652
+ Ġm ucil
3653
+ Ġm erda
3654
+ Ġm egat
3655
+ Ġm osseli
3656
+ nd ii
3657
+ Entero co
3658
+ ĠCa talase
3659
+ phil us
3660
+ roph aeus
3661
+ Ġw ad
3662
+ Ġwe ihens
3663
+ Ġca vity
3664
+ Ġca talase
3665
+ Ġt ur
3666
+ Ġt igecycline
3667
+ Ġt umescens
3668
+ Ġt estos
3669
+ Ġ6 2
3670
+ Ġ6 5
3671
+ Ġ6 9
3672
+ itis ëĵ±
3673
+ Ġê°IJìĹ¼ ëıĦ
3674
+ Ġê°IJìĹ¼ ìĭľíĤ¤
3675
+ Ġê°IJìĹ¼ ëĵ±ìĿĦ
3676
+ íĻ ĶëIJľ
3677
+ íĤ ¬
3678
+ Ġsc haalii
3679
+ ĠìŀIJëŀ IJìĬµëĭĪëĭ¤
3680
+ olytic um
3681
+ und imonas
3682
+ ur is
3683
+ Ġor ale
3684
+ Ġor thopsilosis
3685
+ Ġpar acasei
3686
+ Ġpara haem
3687
+ ìĿ´ ìĹ¼ìĿĦ
3688
+ Ġhaem olyticum
3689
+ sil ia
3690
+ Ġk erat
3691
+ Ġk nee
3692
+ Ġl ent
3693
+ Ġl yla
3694
+ Ġl imosum
3695
+ Ġl acuta
3696
+ ĠT erra
3697
+ 기 구
3698
+ Ġd eni
3699
+ Ġd oripenem
3700
+ ìĦ¸ ê·łìĿ´ì§Ģë§Į
3701
+ ëĮĢ ë¶Ģë¶Ħ
3702
+ Ġas accha
3703
+ Ġlactamase 를
3704
+ ST E
3705
+ ĠíĺIJ기ìĦ± ê·ł
3706
+ Ġfrag i
3707
+ Ġintermed ia
3708
+ Ġintermed ium
3709
+ ĠChryse omonas
3710
+ ĠMicro bacterium
3711
+ ĠìŀĪ ìĸ´
3712
+ Ġj eddahense
3713
+ ĠìĿ¼ ìĿĦ
3714
+ ĠìĿ¼ ì¹ĺ
3715
+ Ģì ľĦ
3716
+ Ģì ľ¼ëĤĺ
3717
+ Ġind icus
3718
+ et ella
3719
+ ff usa
3720
+ flav a
3721
+ ĠL PCBíĻķìĿ¸
3722
+ ĠL ysinibacillus
3723
+ ei da
3724
+ ìľ¼ ëĤĺ
3725
+ Ġvul ner
3726
+ ĠíĺIJ기ìĦ±ìĦ¸ê·ł ìĹIJ
3727
+ ĠìĿ¼ìľ¼ íĤ´
3728
+ ĠìĪĺ ìĪ
3729
+ ĠAl istipes
3730
+ Ġgu ariconensis
3731
+ Ġê²ĢìĤ¬ ìĭ¤
3732
+ Ġë³´ ìŀĦ
3733
+ Ġë³´ ìĿ´ê³ł
3734
+ ent is
3735
+ ê·¸ëŀĮ ìĸijìĦ±
3736
+ ĠĊĊ ĠĊ
3737
+ Ġne croph
3738
+ ĠLacto coccus
3739
+ Ġrods ê·ł
3740
+ Ġrods ê°Ģ
3741
+ Ġë³´ê³ł ê°Ģ
3742
+ Ġë³´ê³ł ëIJĺë©°
3743
+ Ġë³´ê³ł ëIJ©ëĭĪëĭ¤
3744
+ tar um
3745
+ Ġkr istinae
3746
+ Trich osporon
3747
+ ĠPar acoccus
3748
+ Ġê·¸ëŀĮìĸijìĦ± ê°Ħê·łìĿ´ì§Ģë§Į
3749
+ rev iewed
3750
+ Ġflu id
3751
+ Ġflu conzole
3752
+ Ġvesti vularis
3753
+ ëĤ ´ìĹIJìĦľ
3754
+ od esiae
3755
+ Ġaur imuco
3756
+ IJìĹ IJ
3757
+ ìĹ¼ ëĵ±ìĿĦ
3758
+ ìĹ¼ ìĥī
3759
+ ĠëĮĢ íķľ
3760
+ ham omyces
3761
+ Ġìĭľ ê°ĦìĿĦ
3762
+ ëĵ ľë¬¼ê²Į
3763
+ Ġan omalus
3764
+ Ġplan tarum
3765
+ ëĵ± ìĿĢ
3766
+ Ġth ail
3767
+ Ġth alpophil
3768
+ Ġê·ł ëªħ
3769
+ Ġê·ł ìĿĺ
3770
+ Ġmyco ides
3771
+ ìĭ¬ ëĤ´ë§īìĹ¼
3772
+ ĠGP Cë¡ľ
3773
+ Ġr uris
3774
+ Ġmon tev
3775
+ Ġí Ĩµ
3776
+ Ġí İĺ
3777
+ Ġí ı¬íķ¨
3778
+ Ġí ijľ
3779
+ Ġìĥģìŀ¬ ê·łìľ¼ë¡ľ
3780
+ oph ila
3781
+ Ġfl ex
3782
+ Ġod onto
3783
+ Ġbacteremia ëĤĺ
3784
+ Ġëĵ± ìĿĺ
3785
+ Ġëĵ± ìĿ´
3786
+ Ġëĵ± ìĿĦ
3787
+ Ġëĵ± ìĿĢ
3788
+ Ġrub riper
3789
+ bactr imeëĵ±ìĹIJ
3790
+ Ġli banensis
3791
+ Ġsub flava
3792
+ Ġcef otaxime
3793
+ Ġcef epime
3794
+ Ġinf antis
3795
+ Ġdis agal
3796
+ Ġe xig
3797
+ ĠBrev undimonas
3798
+ Ġjo int
3799
+ Ġinfection ìĿ´
3800
+ sphaer ella
3801
+ íĥ IJ
3802
+ ĠìŀIJìĹ °ê³Ħ
3803
+ ĠìĤ¬ëŀĮ ìĿĺ
3804
+ ĠìĤ¬ëŀĮ ìĹIJìĦľëĬĶ
3805
+ Ġê°Ħ주 ëIJ©ëĭĪëĭ¤
3806
+ ĠíĺĪìķ¡ ìĿ´ëĤĺ
3807
+ 물 ìĿĦ
3808
+ Ġim itans
3809
+ Ġ참조 íķĺìŬ
3810
+ ĠMA NY
3811
+ ĠMetronidazole ìĹIJ
3812
+ ĠMetronidazole ìĿ´
3813
+ Ġbi otyper
3814
+ ĠìĭĿ 물ìĿĦ
3815
+ ìŀ¥ ìĹIJ
3816
+ Ġmuci faciens
3817
+ Ġë¶Īê°Ģ íķ¨
3818
+ íĥĢ ëĿ½
3819
+ ĠìŀIJìĹ°ëĤ´ìĦ± ìŀħëĭĪëĭ¤
3820
+ ss 를
3821
+ Ġíķĺ ì§Ģ
3822
+ Ġ기 íĥĢ
3823
+ Ġ기 íļĮê°IJìĹ¼
3824
+ imal ium
3825
+ Ġabsces ss를
3826
+ ĠAm pici
3827
+ anis hia
3828
+ ĠëIJ ¨
3829
+ ĠëIJ ł
3830
+ tiv orum
3831
+ Ġë³µê°ķëĤ´ ê°IJìĹ¼
3832
+ Ġmul tivorum
3833
+ Ġwound ëĤĺ
3834
+ Ġë¶Ħ리 ëIJ¨
3835
+ Ġ참조íķĺ ìĭŃìĭľìļĶ
3836
+ Ġbloods ream
3837
+ Ġalbicas n
3838
+ ìľ ¨ìĿ´
3839
+ Ġclin idamycin
3840
+ Ġpl uran
3841
+ Ġcocci ë¡ľ
3842
+ Ġrh odesiae
3843
+ Ġìķ Ĭìľ¼ë©°
3844
+ and ensis
3845
+ and icus
3846
+ ide scens
3847
+ ide ìĹIJëĬĶ
3848
+ ide ense
3849
+ Ġê²Ģì² ´ìŀħëĭĪëĭ¤
3850
+ trif icans
3851
+ Ġsak azakii
3852
+ ì¤Ģ íĻĶëIJľ
3853
+ cef oxitin
3854
+ Ġme teronidazole
3855
+ íĺ¸ íĿ
3856
+ Ġ구ê°ķ ìĿ´ëĤĺ
3857
+ Ġ구ê°ķ ëĤ´ìĹIJìĦľ
3858
+ ĠRhod ococcus
3859
+ Ġabscess ëĵ±ìĿĦ
3860
+ ĠAmpicillin ëĵ±ìĹIJ
3861
+ Ġcellulosilyticus e
3862
+ ET STE
3863
+ cu um
3864
+ no ana
3865
+ neg a
3866
+ íĶ¼ë¶Ģ ìĿĺ
3867
+ íĶ¼ë¶Ģ ê°IJìĹ¼
3868
+ ĠK S
3869
+ ĠK ocu
3870
+ ĠíĺIJ기배ìĸij ê·łìŀħëĭĪëĭ¤
3871
+ Ġì¶ ©ì
3872
+ Ġì¶ Ķìłķ
3873
+ ë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽ IJìĿĺ
3874
+ ë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽ IJìĹIJ
3875
+ Ġat ypica
3876
+ Ġat rophaeus
3877
+ erob ius
3878
+ erob aculum
3879
+ tos treptococcus
3880
+ Ġstain ë§Į
3881
+ ĠëĤ® ìĿĮ
3882
+ ĠëĤ® ìľ¼ëĤĺ
3883
+ Ġpero lens
3884
+ Ġpero ris
3885
+ Ġìŀ¥ëĤ´ ìĦ¸ê·łìĿ´ì§Ģë§Į
3886
+ Ġvari icola
3887
+ Ġvari otii
3888
+ ĠìĿ¼ìľ¼íĤ¨ ëĭ¤ê³ł
3889
+ Ġrifampin ëĵ±ìĿĢ
3890
+ ĠíĶ¼ë¶Ģ ìĿĺ
3891
+ ĠíĺĪìķ¡ëĤ´ ê°IJìĹ¼ìĿĦ
3892
+ ĠëIJĺ ìĸ´
3893
+ ĠëIJĺ ìĹĪìĬµëĭĪëĭ¤
3894
+ Ġclindamycin ìĹIJëĬĶ
3895
+ Ġíļ¨ê³¼ìłģ ìĿ´ëĿ¼
3896
+ Ġíļ¨ê³¼ìłģ ìĿ´ëĿ¼ê³ł
3897
+ Ġì¹ĺ주 ìĹ¼ìĿĦ
3898
+ Ġì¹ĺ주 ìĹ¼ëĵ±ìĿĦ
3899
+ Ġbronch ialis
3900
+ Ġbronch iseptica
3901
+ Ġìĥģì²ĺ ê°IJìĹ¼
3902
+ SUSCEPT IBL
3903
+ SUSCEPT ABIL
3904
+ Lacto bacillus
3905
+ Lach noana
3906
+ Mo derate
3907
+ Mora xella
3908
+ Ni tr
3909
+ Piper acil
3910
+ Yea st
3911
+ alin ì²ĺ리
3912
+ cto sphaerella
3913
+ ker hamomyces
3914
+ lam ys
3915
+ miy aensis
3916
+ ny ebacterium
3917
+ non liquefaciens
3918
+ oeni cis
3919
+ pae cilomyces
3920
+ sw orthia
3921
+ sar dii
3922
+ tan um
3923
+ tep hanensis
3924
+ tigecycline ëĵ±ìĿĦ
3925
+ ¹ĺë Ĥĺ
3926
+ ë©´ìĹŃ ìĿ´
3927
+ ë§īìĹ¼ ëıĦ
3928
+ 린 ìĿ´ëĤĺ
3929
+ ìĺ Ģìľ¼ëĤĺ
3930
+ ìĸij ìĿ´ëĤĺ
3931
+ ì§Ħ ê·ł
3932
+ íĨµìĥģ ìłģìľ¼ë¡ľ
3933
+ Ġê²° ë§īìĹ¼ëıĦ
3934
+ Ġna eslu
3935
+ ĠGentam ycin
3936
+ Ġph oenicis
3937
+ Ġher manii
3938
+ Ġure alyticus
3939
+ Ġdi ffusa
3940
+ Ġrug osa
3941
+ Ġê°Ħê·ł ìŀĦ
3942
+ ĠJani bacter
3943
+ ĠWic kerhamomyces
3944
+ Ġzygos accharomyces
3945
+ łë¶ ĢìľĦ
3946
+ rolyt icum
3947
+ Ġì¦Ŀ ìĭĿíķĺ
3948
+ ĠìĨĮ ìŀ¥ìĹIJ
3949
+ Ġì¤ij ìĿ´ìĹ¼ìĿĦ
3950
+ Ġìļ©ëŁī ìĿĦ
3951
+ Ġ210 326003
3952
+ regat ibacter
3953
+ Ġana erobius
3954
+ Ġaqu atilis
3955
+ Ġamyco latum
3956
+ Ġado lesc
3957
+ ĠAgg regatibacter
3958
+ ĠArc anobacterium
3959
+ Ġgon orrh
3960
+ Ġges sardii
3961
+ Ġgila rdii
3962
+ Ġgrime sii
3963
+ ĠPle ctosphaerella
3964
+ ĠPep tostreptococcus
3965
+ ĠMas silia
3966
+ ëıĻ물 ìĹIJ
3967
+ ëıĻìłķìĪĺ ìłĦ
3968
+ ĠëıĻìłķ물 ê°Ģ
3969
+ ëĭĪìĭ¤ 린ìĿ´ëĤĺ
3970
+ Ġberg ensis
3971
+ Ġbug andensis
3972
+ Ġbiv ia
3973
+ Ġbif ermentans
3974
+ Ġbrev e
3975
+ Ġbaron iae
3976
+ ĠSpec imen
3977
+ Ġê°IJìĨĮ ëIJľ
3978
+ Tetrac ycli
3979
+ ĠEik enella
3980
+ ĠìļĶì² Ń
3981
+ ìĿĺë£Į 기구
3982
+ Dalfoprist i
3983
+ Ġseg nis
3984
+ Ġsing ulare
3985
+ Ġsymbi osum
3986
+ Ġsulfonam ideìĹIJëĬĶ
3987
+ Ġsedla kii
3988
+ ĠëĨį ìĸijìĿ´ëĤĺ
3989
+ Ġë°©ë²ķ ìľ¼ë¡ľ
3990
+ Ġë²ł íĥĢëĿ½
3991
+ ĠëĦIJ 리
3992
+ Ġcoag ulans
3993
+ Ġcoryne form
3994
+ Ġcopro philus
3995
+ Ġcorrod ens
3996
+ Ġampici illin
3997
+ Ġpseud intermed
3998
+ Ġpell iculosa
3999
+ Ġpolymy xa
4000
+ ĠNag anishia
4001
+ ĠCor nyebacterium
4002
+ ĠCand eida
4003
+ ĠRah nella
4004
+ Ġferm entum
4005
+ Ġform alinì²ĺ리
4006
+ Ġfusif ormis
4007
+ Ġfinegol dii
4008
+ Ġfellu tanum
4009
+ Ġcuc umerina
4010
+ Ġclostrid iiform
4011
+ Ġcummin sii
4012
+ Ġspore ê°Ģ
4013
+ ĠGlo bicatella
4014
+ Ġverm icola
4015
+ Ġvet erana
4016
+ Ġvir idescens
4017
+ Ġvietnam iensis
4018
+ ĠìĥĿìĦ±íķĺë ¯Ģë¡ľ
4019
+ Ġaltit udinis
4020
+ Ġinno cuum
4021
+ Ġinjen ensis
4022
+ Ġinsol itus
4023
+ Ġnov a
4024
+ Ġnishino miyaensis
4025
+ ĠBil ophila
4026
+ ĠBord etella
4027
+ ĠByssoch lamys
4028
+ Ġconca va
4029
+ Ġconglomer atum
4030
+ Ġconfus um
4031
+ Ġcommu ne
4032
+ Ġspecta bilis
4033
+ Ġmuco sa
4034
+ Ġmale fermentans
4035
+ Ġmojav ensis
4036
+ Ġmucil aginosa
4037
+ Ġmerda e
4038
+ Ġmegat erium
4039
+ Ġmosseli i
4040
+ Ġwad sworthia
4041
+ Ġweihens tephanensis
4042
+ Ġtur icensis
4043
+ Ġtestos teroni
4044
+ itisëĵ± ìĿĺ
4045
+ Ġê°IJìĹ¼ìĭľíĤ¤ ëĬĶ
4046
+ Ġparahaem olyticus
4047
+ Ġkerat itisëĵ±ìĿĺ
4048
+ Ġlent ulus
4049
+ Ġlyla e
4050
+ Ġlacuta e
4051
+ ĠTerra bacter
4052
+ Ġdeni trificans
4053
+ Ġasaccha rolyticum
4054
+ ĠìĿ¼ìĿĦ íĤ¬
4055
+ ĠìĿ¼ì¹ĺ ìľ¨ìĿ´
4056
+ Ġvulner is
4057
+ ĠìĪĺìĪ łë¶ĢìľĦ
4058
+ Ġê²ĢìĤ¬ìĭ¤ ìĿĺ
4059
+ ê·¸ëŀĮìĸijìĦ± ìķĮê·łìľ¼ë¡ľ
4060
+ Ġnecroph orum
4061
+ Ġfluconzole ìĹIJëĬĶ
4062
+ Ġaurimuco sum
4063
+ ìĹ¼ìĥī ê²°ê³¼
4064
+ Ġthail andicus
4065
+ Ġthalpophil um
4066
+ Ġmontev ideense
4067
+ ĠíĨµ íķ´
4068
+ Ġíİĺ ëĭĪìĭ¤ë¦°ìĿ´ëĤĺ
4069
+ Ġíı¬íķ¨ íķĺìŬ
4070
+ Ġíijľ ì¤ĢíĻĶëIJľ
4071
+ Ġflex us
4072
+ Ġodonto lyticus
4073
+ Ġrubriper tincta
4074
+ Ġexig ua
4075
+ ĠìŀIJìĹ°ê³Ħ ìĹIJ
4076
+ Ġ기íļĮê°IJìĹ¼ ê·łìŀĦ
4077
+ ĠAmpici lin
4078
+ Ġpluran imalium
4079
+ Ġmeteronidazole ìĹIJ
4080
+ íĺ¸íĿ ¡ê¸°
4081
+ ĠKocu ria
4082
+ Ġì¶©ì ¹ĺëĤĺ
4083
+ Ġì¶Ķìłķ ëIJĺë©°
4084
+ SUSCEPTIBL E
4085
+ SUSCEPTABIL E
4086
+ Lachnoana erobaculum
4087
+ Ġnaeslu ndii
4088
+ Ġì¦ĿìĭĿíķĺ ìĺĢìľ¼ëĤĺ
4089
+ Ġ210326003 9
4090
+ Ġadolesc entis
4091
+ Ġgonorrh oeae
4092
+ ìĿĺë£Į기구 ëĵ±ìĿĦ
4093
+ Ġë²łíĥĢëĿ½ íĥIJ
4094
+ Ġformalinì²ĺ리 ëIJľ
4095
+ Ġclostridiiform e
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fa7c338241a9c48d5b1965c99fe2e94b3788fe65acad6366758d7f1dcedfa2
3
+ size 506151952
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "28": {
45
+ "content": "<",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "29": {
53
+ "content": "=",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "30": {
61
+ "content": ">",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "58": {
69
+ "content": "^",
70
+ "lstrip": false,
71
+ "normalized": true,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": false
75
+ },
76
+ "4248": {
77
+ "content": "Tobramycin",
78
+ "lstrip": false,
79
+ "normalized": true,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": false
83
+ },
84
+ "4249": {
85
+ "content": "Tobra",
86
+ "lstrip": false,
87
+ "normalized": true,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "4250": {
93
+ "content": "동정결과",
94
+ "lstrip": false,
95
+ "normalized": true,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "4251": {
101
+ "content": "결과보고서",
102
+ "lstrip": false,
103
+ "normalized": true,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "4252": {
109
+ "content": "정도",
110
+ "lstrip": false,
111
+ "normalized": true,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "4253": {
117
+ "content": "동정불가",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "4254": {
125
+ "content": "불가",
126
+ "lstrip": false,
127
+ "normalized": true,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "4255": {
133
+ "content": "동정",
134
+ "lstrip": false,
135
+ "normalized": true,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "4256": {
141
+ "content": "(R)",
142
+ "lstrip": false,
143
+ "normalized": true,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "4257": {
149
+ "content": "(S)",
150
+ "lstrip": false,
151
+ "normalized": true,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "4258": {
157
+ "content": "(I)",
158
+ "lstrip": false,
159
+ "normalized": true,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "4259": {
165
+ "content": "(+)",
166
+ "lstrip": false,
167
+ "normalized": true,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "4260": {
173
+ "content": "(-)",
174
+ "lstrip": false,
175
+ "normalized": true,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "4261": {
181
+ "content": " (R)",
182
+ "lstrip": false,
183
+ "normalized": true,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "4262": {
189
+ "content": " (S)",
190
+ "lstrip": false,
191
+ "normalized": true,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "4263": {
197
+ "content": " (I)",
198
+ "lstrip": false,
199
+ "normalized": true,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "4264": {
205
+ "content": " (+)",
206
+ "lstrip": false,
207
+ "normalized": true,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ },
212
+ "4265": {
213
+ "content": " (-)",
214
+ "lstrip": false,
215
+ "normalized": true,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": false
219
+ },
220
+ "4266": {
221
+ "content": " ^",
222
+ "lstrip": false,
223
+ "normalized": true,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": false
227
+ },
228
+ "4267": {
229
+ "content": "β",
230
+ "lstrip": false,
231
+ "normalized": true,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": false
235
+ },
236
+ "4268": {
237
+ "content": " β",
238
+ "lstrip": false,
239
+ "normalized": true,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": false
243
+ },
244
+ "4269": {
245
+ "content": " ",
246
+ "lstrip": false,
247
+ "normalized": true,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": false
251
+ },
252
+ "4270": {
253
+ "content": "\n",
254
+ "lstrip": false,
255
+ "normalized": true,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": false
259
+ },
260
+ "4271": {
261
+ "content": "( S )",
262
+ "lstrip": false,
263
+ "normalized": true,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": false
267
+ },
268
+ "4272": {
269
+ "content": "( R )",
270
+ "lstrip": false,
271
+ "normalized": true,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": false
275
+ },
276
+ "4273": {
277
+ "content": "( I )",
278
+ "lstrip": false,
279
+ "normalized": true,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": false
283
+ },
284
+ "4274": {
285
+ "content": "( - )",
286
+ "lstrip": false,
287
+ "normalized": true,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": false
291
+ },
292
+ "4275": {
293
+ "content": "( + )",
294
+ "lstrip": false,
295
+ "normalized": true,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": false
299
+ }
300
+ },
301
+ "bos_token": "<s>",
302
+ "clean_up_tokenization_spaces": true,
303
+ "cls_token": "<s>",
304
+ "eos_token": "</s>",
305
+ "errors": "replace",
306
+ "mask_token": "<mask>",
307
+ "max_length": 2048,
308
+ "model_max_length": 1000000000000000019884624838656,
309
+ "pad_token": "<pad>",
310
+ "sep_token": "</s>",
311
+ "stride": 0,
312
+ "tokenizer_class": "LEDTokenizer",
313
+ "trim_offsets": true,
314
+ "truncation_side": "right",
315
+ "truncation_strategy": "longest_first",
316
+ "unk_token": "<unk>"
317
+ }
vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<s>":0,"<pad>":1,"</s>":2,"<unk>":3,"<mask>":4,"\"":5,"#":6,"&":7,"(":8,")":9,"*":10,"+":11,",":12,"-":13,".":14,"/":15,"0":16,"1":17,"2":18,"3":19,"4":20,"5":21,"6":22,"7":23,"8":24,"9":25,":":26,";":27,"<":28,"=":29,">":30,"A":31,"B":32,"C":33,"D":34,"E":35,"F":36,"G":37,"H":38,"I":39,"J":40,"K":41,"L":42,"M":43,"N":44,"O":45,"P":46,"Q":47,"R":48,"S":49,"T":50,"U":51,"V":52,"W":53,"X":54,"Y":55,"[":56,"]":57,"^":58,"_":59,"a":60,"b":61,"c":62,"d":63,"e":64,"f":65,"g":66,"h":67,"i":68,"j":69,"k":70,"l":71,"m":72,"n":73,"o":74,"p":75,"q":76,"r":77,"s":78,"t":79,"u":80,"v":81,"w":82,"x":83,"y":84,"z":85,"¡":86,"¢":87,"£":88,"¤":89,"¥":90,"¦":91,"§":92,"¨":93,"©":94,"ª":95,"¬":96,"®":97,"¯":98,"°":99,"±":100,"²":101,"³":102,"´":103,"µ":104,"¶":105,"·":106,"¸":107,"¹":108,"¼":109,"½":110,"Î":111,"â":112,"ã":113,"ê":114,"ë":115,"ì":116,"í":117,"ï":118,"Ċ":119,"Ġ":120,"Ģ":121,"ģ":122,"Ĥ":123,"ĥ":124,"Ħ":125,"ħ":126,"Ĩ":127,"Ī":128,"ī":129,"Ĭ":130,"ĭ":131,"Į":132,"į":133,"İ":134,"ı":135,"IJ":136,"ij":137,"Ĵ":138,"ĵ":139,"Ķ":140,"ķ":141,"ĸ":142,"Ĺ":143,"ĺ":144,"Ļ":145,"ļ":146,"Ľ":147,"ľ":148,"Ŀ":149,"ŀ":150,"Ł":151,"ł":152,"Ń":153,"ĠĠ":154,"ĠĠĠĠ":155,"--":156,"ĠĠĠĠĠĠĠĠ":157,"----":158,"--------":159,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":160,"Ġ(":161,"in":162,"ê³":163,"ro":164,"----------------":165,"Ġì":166,"Ġ2":167,"ê²":168,"ĠĠĠ":169,"ê³¼":170,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":171,"ê²°":172,"ê²°ê³¼":173,"ê°":174,"Ġ<":175,"Ġ<=":176,"th":177,"02":178,"ìł":179,"er":180,"ë³":181,"ê³ł":182,"ë³´":183,"ë³´ê³ł":184,"Ġìĺ":185,"Ġìĺ¤":186,"Ġ202":187,"Ġê²°ê³¼":188,"im":189,"re":190,"Ġa":191,"ft":192,"da":193,"ĠA":194,"ìĭ":195,"ìĭľ":196,"No":197,"ê°Ħ":198,"ìĭľê°Ħ":199,"ë³´ê³łìĭľê°Ħ":200,"Ġê²°ê³¼ë³´ê³łìĭľê°Ħ":201,"lin":202,"wth":203,"rowth":204,"Ġg":205,"Ġgrowth":206,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":207,"ero":208,"ys":209,"Ġaft":210,"Ġafter":211,"days":212,"cin":213,"be":214,"erobe":215,"erobes":216,"Ġ>":217,"Ġ>=":218,"ci":219,"Ġ0":220,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":221,"am":222,"íĽ":223,"Ġìĺ¤íĽ":224,"Ġìĺ¤íĽĦ":225,"en":226,"ĠĠĠĠĠ":227,"cil":228,"cillin":229,"ox":230,"--------------------------------":231,"rt":232,"---":233,"ry":234,"-------":235,"---------------":236,"-----------------------------------------------":237,"ìłĦ":238,"Ġìĺ¤ìłĦ":239,"ĠNo":240,"Ġ1":241,"íķ":242,"ĠP":243,"rep":244,"ime":245,"ina":246,"Ġ5":247,"Ce":248,"Ġdays":249,"rel":250,"ort":251,"Ġrep":252,"imina":253,"relimina":254,"Ġreport":255,"reliminary":256,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":257,"az":258,"ĠAerobes":259,"ĠPreliminary":260,"an":261,"ip":262,"ĥĿ":263,"na":264,"íķŃ":265,"ìłľ":266,"Ġ&":267,"íķŃì":268,"ĠAna":269,"ĠAnaerobes":270,"ĥĿìłľ":271,"íķŃìĥĿìłľ":272,"Ġ2022":273,"ìłķ":274,"acin":275,"tam":276,"ëı":277,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":278,"ul":279,"Cef":280,"azo":281,"icillin":282,"co":283,"Ġ2023":284,"Am":285,"25":286,"12":287,"ĠM":288,"Ġ2021":289,"ac":290,"10":291,"my":292,"mycin":293,"IJì":294,"pr":295,"ĊĊ":296,"clin":297,"yclin":298,"ycline":299,"ev":300,"id":301,"ene":302,"32":303,"enem":304,"16":305,"ê°IJì":306,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":307,"íĮ":308,"opr":309,"ic":310,"fl":311,"oxacin":312,"floxacin":313,"Sul":314,"Ġìł":315,"ig":316,"le":317,"tin":318,"¢ħ":319,"ì¢ħ":320,"µľ":321,"ìµľ":322,"ìµľì¢ħ":323,"ìµľì¢ħë³´ê³ł":324,"ìĦ":325,"ìĦ±":326,"07":327,"fam":328,"08":329,"is":330,"cycline":331,"ie":332,"icin":333,"ëıĻ":334,"ëıĻìłķ":335,"ĠëıĻìłķ":336,"ĠëıĻìłķê²°ê³¼":337,"ëĭ":338,"Ġb":339,"actam":340,"09":341,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":342,"ta":343,"ĠS":344,"06":345,"ed":346,"Ġê°IJì":347,"picillin":348,"eth":349,"Īĺ":350,"ĪĺìĦ±":351,"Ġê°IJìĪĺìĦ±":352,"Ġê°IJìĪĺìĦ±ê²°ê³¼":353,"azole":354,"ªħ":355,"ëªħ":356,"ĠíĮ":357,"ĠíĮIJ":358,"ê°Ĵ":359,"Ġê²°ê³¼ê°Ĵ":360,"íķŃìĥĿìłľëªħ":361,"ĠíĮIJìłķ":362,"Ġê²":363,"Ġìĭ":364,"ĠìĦ":365,"Ġby":366,"iew":367,"Rev":368,"Review":369,"Reviewed":370,"Ġìĭł":371,"Ġê²½":372,"ĠìĦŃ":373,"on":374,"64":375,"04":376,"05":377,"ige":378,"acillin":379,"Tr":380,"thopr":381,"oxazole":382,"imethopr":383,"Sulfam":384,"ethoxazole":385,"Trimethopr":386,"Sulfamethoxazole":387,"Trimethoprim":388,"Tige":389,"Tigecycline":390,"us":391,"11":392,"03":393,"rofloxacin":394,"Cip":395,"Ciprofloxacin":396,"01":397,"Gen":398,"Gentam":399,"Gentamicin":400,"ëıĦ":401,"Ġìłķ":402,"ĠìłķëıĦ":403,"Te":404,"bactam":405,"20":406,"Ampicillin":407,"la":408,"istin":409,"Ġ09":410,"Ġ8":411,"kacin":412,"cid":413,"ĠAcid":414,"iper":415,"iperacillin":416,"Piperacillin":417,"to":418,"ipenem":419,"Im":420,"Imipenem":421,"ep":422,"Ġ2020":423,"ĠĠĠĠĠĠ":424,"ìĿ":425,"Ġ01":426,"penem":427,"��4":428,"Ġ10":429,"yl":430,"ëĬ":431,"ëĬĶ":432,"ëĭ¤":433,"Īëĭ¤":434,"Ceft":435,"ota":436,"xime":437,"otaxime":438,"Cefotaxime":439,"ĊĊĊ":440,"ĠĠĠĠĠĠĠ":441,"ikacin":442,"Amikacin":443,"azobactam":444,"Tazobactam":445,"coc":446,"azid":447,"azidime":448,"Ceftazidime":449,"lav":450,"Ġ05":451,"epime":452,"Cefepime":453,"tre":454,"onam":455,"Az":456,"treonam":457,"Aztreonam":458,"ulan":459,"al":460,"lavulan":461,"lavulanic":462,"Clavulanic":463,"thro":464,"thromycin":465,"ĠE":466,"ĠĠĠĠĠĠĠĠĠĠĠ":467,"cus":468,"coccus":469,"ol":470,"anco":471,"ancomycin":472,"enicillin":473,"penicillin":474,"Ġ11":475,"ê·":476,"ê·ł":477,"ĠìĿ":478,"ëĭĪëĭ¤":479,"ìĹ":480,"00":481,"ia":482,"Ġ9":483,"apenem":484,"NT":485,"Ġ04":486,"CO":487,"ENT":488,"MM":489,"COMM":490,"COMMENT":491,"Ġ16":492,"ino":493,"ļĶ":494,"ĠìļĶ":495,"Lev":496,"17":497,"ìŀ":498,"£¼":499,"14":500,"18":501,"ml":502,"Ġ/":503,"Ġ02":504,"oxi":505,"22":506,"28":507,"BL":508,"21":509,"SBL":510,"13":511,"15":512,"24":513,"19":514,"26":515,"27":516,"23":517,"Vancomycin":518,"rtapenem":519,"29":520,"ico":521,"damycin":522,"Clin":523,"Clindamycin":524,"oxitin":525,"oxicillin":526,"Cefoxitin":527,"Amoxicillin":528,"Cefazo":529,"Cefazolin":530,"Ertapenem":531,"YN":532,"ĠSYN":533,"um":534,"ine":535,"30":536,"tr":537,"enz":538,"Benz":539,"ylpenicillin":540,"Benzylpenicillin":541,"li":542,"trac":543,"tracycline":544,"Tetracycline":545,"rythromycin":546,"Erythromycin":547,"fu":548,"Line":549,"zol":550,"Linezol":551,"Linezolid":552,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":553,"it":554,"ph":555,"ħëĭĪëĭ¤":556,"ìŀħëĭĪëĭ¤":557,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":558,"itro":559,"ìĿĺ":560,"Ġ주":561,"Ġ주ìĿĺ":562,"Ġ08":563,"uin":564,"31":565,"pl":566,"plan":567,"icoplan":568,"icoplanin":569,"Teicoplanin":570,"ran":571,"Dal":572,"Quin":573,"upr":574,"Dalf":575,"Quinupr":576,"Quinupristin":577,"Dalfopr":578,"Dalfopristin":579,"Nitro":580,"Nitrofu":581,"toin":582,"rantoin":583,"Nitrofurantoin":584,"íķ¨":585,"ĠìļĶíķ¨":586,"ĠĠĠĠĠĠĠĠĠ":587,"Ġ03":588,"tero":589,"Ġs":590,"ESBL":591,"IJìĦ":592,"IJìĦľ":593,"ìĹIJìĦľ":594,"Ġë":595,"128":596,"Sulbactam":597,"el":598,"Ġ)":599,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":600,"Ĺ¼":601,"ĦíĮ":602,"ĠìłĦíĮ":603,"ĠìłĦíĮĮ":604,"ĺë":605,"Ġ12":606,"ntero":607,"ê°IJìĹ¼":608,"Ġco":609,"eg":610,"ìĬ":611,"ê°Ģ":612,"íļ":613,"¨ê³¼":614,"íļ¨ê³¼":615,"íļ¨ê³¼ê°Ģ":616,"ê³Ħ":617,"ĠEntero":618,"Ġam":619,"erg":620,"ĠH":621,"¯¸":622,"ĠìĿĺë":623,"ĠìĿĺ미":624,"yn":625,"ĠLev":626,"igh":627,"ĠHigh":628,"ynerg":629,"ĠLevel":630,"ynergy":631,"synergy":632,"Ġp":633,"Ġ:":634,"ar":635,"ylo":636,"taph":637,"ylococcus":638,"taphylococcus":639,"ĠMR":640,"56":641,"at":642,"ĠEnterococcus":643,"Ġ32":644,"57":645,"ĠìĿ´":646,"ĠN":647,"ĠC":648,"ĠNeg":649,"´ë":650,"-)":651,"Ġ(-)":652,"iae":653,"´ëĤ":654,"37":655,"up":656,"se":657,"any":658,"ĠMany":659,"52":660,"42":661,"47":662,"ĠĊ":663,"58":664,"320":665,"53":666,"54":667,"Mino":668,"Minocycline":669,"38":670,"41":671,"59":672,"46":673,"48":674,"55":675,"51":676,"ê·łìĿ":677,"ê·łìĿĢ":678,"ĠìĥĿ":679,"act":680,"Ox":681,"Oxacillin":682,"ĠR":683,"ne":684,"36":685,"ĠìĿ´ê·łìĿĢ":686,"ifam":687,"ifamp":688,"35":689,"Rifamp":690,"Rifampicin":691,"33":692,"34":693,"50":694,"39":695,"ĠStaphylococcus":696,"Fus":697,"abe":698,"Mup":699,"iro":700,"idic":701,"Fusidic":702,"Mupiro":703,"Mupirocin":704,"Habe":705,"Habekacin":706,"Teli":707,"Telithromycin":708,"45":709,"ofloxacin":710,"Levofloxacin":711,"Ġpne":712,"Ġpneum":713,"oniae":714,"Ġpneumoniae":715,"Ġf":716,"40":717,"eropenem":718,"Meropenem":719,"43":720,"ĠMo":721,"Ġc":722,"Ġìŀ":723,"44":724,"lactam":725,"49":726,"beta":727,"der":728,"sc":729,"lla":730,"ate":731,"derate":732,"ĠModerate":733,"Tic":734,"arcillin":735,"Ticarcillin":736,"ĥģ":737,"Ġsp":738,"ich":739,"ĠíķŃìĥĿìłľ":740,"°ı":741,"her":742,"ĠEsc":743,"ichia":744,"herichia":745,"ĠEscherichia":746,"Ġcoli":747,"os":748,"SA":749,"ĠMRSA":750,"acter":751,"bacter":752,"ug":753,"¥¼":754,"를":755,"trep":756,"trepto":757,"Col":758,"Colistin":759,"ìĹIJ":760,"or":761,"ĠG":762,"ae":763,"Ġ06":764,"es":765,"Kle":766,"bs":767,"iella":768,"Klebs":769,"Klebsiella":770,"ĠKlebsiella":771,"ure":772,"om":773,"Ġ07":774,"µëĭĪëĭ¤":775,"ìĬµëĭĪëĭ¤":776,"ĠìĹ":777,"ĠìĹĨ":778,"Ġíļ¨ê³¼ê°Ģ":779,"ĠìĹĨìĬµëĭĪëĭ¤":780,"Ġbeta":781,"ona":782,"onas":783,"ii":784,"Ġspp":785,"omonas":786,"ist":787,"Ġv":788,"istan":789,"gl":790,"sid":791,"yco":792,"inogl":793,"Ġaminogl":794,"side":795,"ycoside":796,"Ġaminoglycoside":797,"Nor":798,"ti":799,"ĠíķŃ":800,"ê·łìłľ":801,"ĠíķŃê·łìłľ":802,"Ġìĥģ":803,"´ëĤĺ":804,"Ġampicillin":805,"ìĿ´ëĤĺ":806,"Ŀ¼":807,"Ġë°ı":808,"ĠìŀĪëĭ¤":809,"Ġvancomycin":810,"Ġë³":811,"Norfloxacin":812,"500":813,"ijíķ":814,"ĠSM":815,"2000":816,"ĠëĿ¼":817,"ĠGM":818,"ĠsppìĹIJìĦľ":819,"²ķ":820,"ë²ķ":821,"ĠìĿĺ미ëĬĶ":822,"ĠíķŃê·łìłľë¥¼":823,"ĠampicillinìĿ´ëĤĺ":824,"ĠëĿ¼ëĬĶ":825,"¹íļ¨ê³¼ê°Ģ":826,"ĠìļĶë²ķ":827,"ìĬ¹íļ¨ê³¼ê°Ģ":828,"ĠìĿĺ미ìŀħëĭĪëĭ¤":829,"ĠìĥģìĬ¹íļ¨ê³¼ê°Ģ":830,"ĠìŀĪëĭ¤ëĬĶ":831,"Ġvancomycinê³¼":832,"Ġë³ijíķ":833,"ĠìļĶë²ķìĭľ":834,"Ġë³ijíķ©":835,"Ġaure":836,"Ġaureus":837,"Strepto":838,"Streptomycin":839,"tion":840,"lor":841,"eto":842,"ĠAcin":843,"etobacter":844,"ĠAcinetobacter":845,"di":846,"Ġfae":847,"andi":848,"andida":849,"ĠCandida":850,"nii":851,"aum":852,"annii":853,"aumannii":854,"Ġbaumannii":855,"inos":856,"ĠPos":857,"+)":858,"Ġ(+)":859,"ĠF":860,"ud":861,"seud":862,"ê·łì":863,"ĠPseud":864,"ĠPseudomonas":865,"ĠESBL":866,"ĠìĥĿìĦ±":867,"£¼ìŀħëĭĪëĭ¤":868,"ê·łì£¼ìŀħëĭĪëĭ¤":869,"ĠìĥĿìĦ±ê·łì£¼ìŀħëĭĪëĭ¤":870,"ican":871,"Ġaer":872,"inosa":873,"uginosa":874,"Ġaeruginosa":875,"Ġal":876,"Ġalb":877,"icans":878,"Ġalbicans":879,"mal":880,"Ġin":881,"¡ľ":882,"ë¡ľ":883,"ase":884,"ib":885,"esistan":886,"ination":887,"Ġ3":888,"Ġn":889,"Ġcep":890,"ha":891,"sp":892,"ì²":893,"´ìĹIJìĦľ":894,"penicillinê³Ħ":895,"´ëĤ´ìĹIJìĦľ":896,"ĠìĥĿì²":897,"Ġcepha":898,"ĠìĥĿì²´ëĤ´ìĹIJìĦľ":899,"Ġcephaê³Ħ":900,"ìŀĦ":901,"ew":902,"ĠMRSAëĬĶ":903,"ĠMRSAìŀĦ":904,"ìĹIJìĦľëĬĶ":905,"lactamê³Ħ":906,"ot":907,"ģì":908,"ĠResistan":909,"lora":910,"ĠFlora":911,"rmal":912,"ĠNormal":913,"ult":914,"alis":915,"ì¤":916,"ì¤ij":917,"bapenem":918,"calis":919,"Ġfaecalis":920,"ê°Ħë³´ê³ł":921,"ì¤ijê°Ħë³´ê³ł":922,"Ġssp":923,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":924,"rug":925,"Mult":926,"idrug":927,"ĠResistant":928,"Multidrug":929,"ĊĊĊĊ":930,"ag":931,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":932,"Ġfew":933,"Ġ80":934,"Ġfaeci":935,"Ġfaecium":936,"512":937,"ĠCo":938,"°°":939,"°°ì":940,"-------------------":941,"---------------------------------------------------":942,"ľ¼":943,"ë°°ì":944,"ĠB":945,"iv":946,"ľ¼ë¡ľ":947,"Ġcon":948,"lactamase":949,"§Ģ":950,"¦Ŀ":951,"ê·łë°°ì":952,"¦Ŀê·łë°°ì":953,"¦Ŀê·łë°°ì§Ģ":954,"ìĥģ":955,"ìłģì":956,"ìłģìľ¼ë¡ľ":957,"Ħìĥģ":958,"ĠìŀĦìĥģ":959,"ĠìŀĦìĥģìłģìľ¼ë¡ľ":960,"Ġ64":961,"Ĥ´":962,"Ĥ´ìĦ±":963,"ĠëĤ´ìĦ±":964,"ive":965,"Ġcom":966,"arbapenem":967,"Ġcarbapenem":968,"Ġneg":969,"sëĬĶ":970,"ulase":971,"tor":972,"ative":973,"agulase":974,"ĠCoagulase":975,"Ġnegative":976,"bination":977,"hib":978,"itor":979,"ë°ı":980,"ethicillin":981,"Ġstaphylococcus":982,"Ġinhib":983,"Ġcombination":984,"ĠcarbapenemsëĬĶ":985,"Ġstaphylococcusë¡ľ":986,"Ġinhibitor":987,"Ġcombinations":988,"ĠMethicillin":989,"of":990,"Ġpos":991,"sib":992,"tamination":993,"Ġcontamination":994,"sible":995,"ix":996,"Ġpossible":997,"ixed":998,"ĠMixed":999,"Ġof":1000,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":1001,"Ch":1002,"amph":1003,"enico":1004,"loramph":1005,"Chloramph":1006,"enicol":1007,"Chloramphenicol":1008,"ella":1009,"Ġ7":1010,"il":1011,"AB":1012,"ng":1013,"ĠMRAB":1014,"Ġspe":1015,"cies":1016,"Ġspecies":1017,"¦¬":1018,"ì¦Ŀê·łë°°ì§Ģ":1019,"ĠV":1020,"Ġnot":1021,"treptococcus":1022,"ce":1023,"ria":1024,"one":1025,"xone":1026,"riaxone":1027,"Ceftriaxone":1028,"fung":1029,"Preliminary":1030,"fungin":1031,"ĠStreptococcus":1032,"lu":1033,"Ġ160":1034,"Moxi":1035,"Moxifloxacin":1036,"nazole":1037,"Flu":1038,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":1039,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":1040,"Ġre":1041,"RE":1042,"mon":1043,"ľë":1044,"ola":1045,"¬¼":1046,"ľë¬¼":1047,"ĺ리":1048,"sistan":1049,"Ġresistan":1050,"Ġresistant":1051,"²ĺ리":1052,"¶ľë¬¼":1053,"Ġì²ĺ리":1054,"Ġìłģì":1055,"Ġ주ìĿĺ를":1056,"Ġì²ĺ리ìĹIJ":1057,"Ġìłģì¶ľë¬¼":1058,"almon":1059,"almonella":1060,"ĠSalmonella":1061,"Ġ256":1062,"erm":1063,"Ġis":1064,"Ġisola":1065,"Ġisolation":1066,"ĠSh":1067,"igella":1068,"ĠShigella":1069,"ĠĠĠĠĠĠĠĠĠĠĠĠ":1070,"idis":1071,"Ġep":1072,"iderm":1073,"Ġepiderm":1074,"Ġepidermidis":1075,"yto":1076,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":1077,"ĠFew":1078,"Ġm":1079,"Ca":1080,"íķĺ":1081,"nd":1082,"Ġ-":1083,"ĠX":1084,"ĠEnterobacter":1085,"ĠVRE":1086,"cocci":1087,"Ġen":1088,"terococci":1089,"Ġenterococci":1090,"ĠGrowth":1091,"Entero":1092,"Enterococcus":1093,"256":1094,"ĠìĿ´íķĺ":1095,"ĠCa":1096,"ica":1097,"phil":1098,"),":1099,"roph":1100,"roup":1101,"gal":1102,"actiae":1103,"galactiae":1104,"ten":1105,"Ġmal":1106,"ĠSten":1107,"tophil":1108,"otroph":1109,"Ġmaltophil":1110,"ĠStenotroph":1111,"Ġmaltophilia":1112,"ĠStenotrophomonas":1113,"Group":1114,"uci":1115,"ĠClindamycin":1116,"ericin":1117,"Amph":1118,"otericin":1119,"ĠResistance":1120,"Amphotericin":1121,"Ind":1122,"ble":1123,"ucible":1124,"Inducible":1125,"cyto":1126,"Ġagalactiae":1127,"iconazole":1128,"oriconazole":1129,"Voriconazole":1130,"sine":1131,"Flucyto":1132,"Flucytosine":1133,"ofungin":1134,"spofungin":1135,"Caspofungin":1136,"Mica":1137,"Micafungin":1138,"kin":1139,"ĠSkin":1140,"Ġw":1141,"PA":1142,"Ġaeruginosai":1143,"ĠMRPA":1144,"Ġwe":1145,"ek":1146,"Ġcult":1147,"Ġweek":1148,"Ġculture":1149,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":1150,"enes":1151,"Ġh":1152,"conazole":1153,"Fluconazole":1154,"genes":1155,"ra":1156,"Ġca":1157,"Ġ128":1158,"ĠPro":1159,"Ġaero":1160,"Ġaerogenes":1161,"te":1162,"ĠCabapenem":1163,"Resistan":1164,"Resistance":1165,"teus":1166,"Ġ40":1167,"ĠProteus":1168,"gan":1169,"ilis":1170,"ium":1171,"ity":1172,"lo":1173,"Ġt":1174,"Ġ6":1175,"ê²°ê³¼ë³´ê³łìĭľê°Ħ":1176,"acae":1177,"Ġclo":1178,"Ġcloacae":1179,"Ġmi":1180,"ĊĊĊĊĊ":1181,"itis":1182,"bilis":1183,"inal":1184,"vity":1185,"aginal":1186,"ĠVaginal":1187,"ĠCavity":1188,"ca":1189,"rabilis":1190,"Ġmirabilis":1191,"ing":1192,"inis":1193,"ominis":1194,"Ġhominis":1195,"Ġox":1196,"ĸij":1197,"yt":1198,"ytoca":1199,"Ġoxytoca":1200,"pitis":1201,"Ġcapitis":1202,"itrobacter":1203,"ĠCitrobacter":1204,"ĠI":1205,"Ġ[":1206,"olyt":1207,"ens":1208,"Ġê°IJìĹ¼":1209,"ening":1210,"ĠĠĠĠĠĠĠĠĠĠĠĠĠ":1211,"Ġ*":1212,"Ġweeks":1213,"íĻ":1214,"est":1215,"íĻĺ":1216,"íĤ":1217,"bacterium":1218,"Ġ20":1219,"ace":1220,"íĻĺìŀ":1221,"리":1222,"íĤ¤":1223,"Ġtest":1224,"ìĭľíĤ¤":1225,"iace":1226,"©ë¦¬":1227,"IJ를":1228,"Ġ격리":1229,"Cabapenem":1230,"ĠEnterobacteriace":1231,"íĻĺìŀIJ를":1232,"ìĭľíĤ¤ê³ł":1233,"Ġ격리ìĭľíĤ¤ê³ł":1234,"ĠEnterobacteriaceae":1235,"Ġsc":1236,"CI":1237,"PE":1238,"mCI":1239,"reening":1240,"Ġscreening":1241,"mCIM":1242,"CPE":1243,"ĠCRE":1244,"ëŀ":1245,"organ":1246,"Ġmorgan":1247,"Ġmorganii":1248,"ĠErtapenem":1249,"ĸijìĦ±":1250,"Ġì¦Ŀê·łë°°ì§Ģ":1251,"ther":1252,"eri":1253,"ns":1254,"Ġê²°ê³¼ìŀħëĭĪëĭ¤":1255,"ĠìŀIJ":1256,"ĠìĸijìĦ±":1257,"ĠìŀIJëŀ":1258,"err":1259,"ĠìŀIJëŀĢ":1260,"ĠìŀIJëŀĢê·ł":1261,"Other":1262,"ĠSerr":1263,"atia":1264,"ĠSerratia":1265,"Ġì¦Ŀê·łë°°ì§ĢìĹIJìĦľ":1266,"scens":1267,"olytic":1268,"und":1269,"aem":1270,"reund":1271,"Ġfreund":1272,"Ġfreundii":1273,"lus":1274,"arce":1275,"Ġmarce":1276,"Ġmarcescens":1277,"ĠImipenem":1278,"ur":1279,"dans":1280,"inosus":1281,"rgan":1282,"ĠMorgan":1283,"ĠMorganella":1284,"Ġor":1285,"ni":1286,"ryne":1287,"ĠCoryne":1288,"ĠCorynebacterium":1289,"Ġpar":1290,"are":1291,"ĠRare":1292,"olyticus":1293,"Ġpara":1294,"tum":1295,"ìĿ´":1296,"ylos":1297,"iatum":1298,"oxidans":1299,"triatum":1300,"Ġstriatum":1301,"ylosoxidans":1302,"Ġhaem":1303,"ri":1304,"Ġhaemolyticus":1305,".,":1306,"Ġang":1307,"Ġanginosus":1308,"cia":1309,"Ġx":1310,"ĠAc":1311,"Ġxylosoxidans":1312,"hro":1313,"tus":1314,"mo":1315,"hromo":1316,"pic":1317,"ropic":1318,"Ġtropic":1319,"Ġtropicalis":1320,"ĠAchromo":1321,"ĠAchromobacter":1322,"st":1323,"sil":1324,"psil":1325,"osis":1326,"psilosis":1327,"Ġk":1328,"Ġconst":1329,"ellatus":1330,"ìĿ´ê·łìĿĢ":1331,"Ġconstellatus":1332,"Ġparapsilosis":1333,"Ġl":1334,"prae":1335,"Ġcaprae":1336,"sus":1337,"inolyt":1338,"inolytica":1339,"ialis":1340,"com":1341,"obacterium":1342,"ĠT":1343,"ocom":1344,"thinolytica":1345,"osocom":1346,"Ġnosocom":1347,"Ġorni":1348,"Ġnosocomialis":1349,"Ġornithinolytica":1350,"ibri":1351,"ĠVibri":1352,"ĠVibrio":1353,"ver":1354,"ĮìĦ±":1355,"oseri":1356,"diver":1357,"Ġkoseri":1358,"diversus":1359,"íĺ":1360,"¸°":1361,"기":1362,"ergil":1363,"spergil":1364,"spergillus":1365,"ĠAspergillus":1366,"acil":1367,"ĠìĿĮìĦ±":1368,"ĸijì¤ij":1369,"acillus":1370,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":1371,"IJ기":1372,"íĺIJ기":1373,"hol":1374,"khol":1375,"ë¶":1376,"deria":1377,"ĠBur":1378,"kholderia":1379,"ĠBurkholderia":1380,"ĮĢ":1381,"acia":1382,"Ġcepacia":1383,"íĺIJ기ìĦ±":1384,"bra":1385,"Ġgla":1386,"brata":1387,"Ġglabrata":1388,"vium":1389,"Ġavium":1390,"Ġd":1391,"ìĦ¸":1392,"eta":1393,"ĠAero":1394,"ëĮĢ":1395,"flu":1396,"Or":1397,"ides":1398,"Oral":1399,"Ġpu":1400,"ĠBacillus":1401,"Ġas":1402,"actero":1403,"ensis":1404,"acteroides":1405,"monas":1406,"ĠAeromonas":1407,"em":1408,"ius":1409,"094":1410,"Ġlactamase":1411,"Ġstreptococcus":1412,")(":1413,"ted":1414,"Ġoralis":1415,"ophil":1416,"ĠBacteroides":1417,"ysgalactiae":1418,"enzae":1419,"ĠHaem":1420,"Ġdysgalactiae":1421,"fluenzae":1422,"ophilus":1423,"ĠHaemophilus":1424,"hem":1425,"sola":1426,"tic":1427,"uc":1428,"β":1429,"Ġβ":1430,"ĠBeta":1431,"ĠIsola":1432,"hemolytic":1433,"ĠIsolated":1434,"osp":1435,"vid":1436,"encia":1437,"ĠProvid":1438,"ĠProvidencia":1439,"bur":1440,"eni":1441,"Ġasbur":1442,"Ġasburiae":1443,"ST":1444,"ere":1445,"EST":1446,"TEST":1447,"ĠíĺIJ기ìĦ±":1448,"ë°°ìĸijì¤ij":1449,"tida":1450,"Ġputida":1451,"ram":1452,"ë¶Ħ":1453,"Ġ+":1454,"icro":1455,"lavobacterium":1456,"ogenes":1457,"rag":1458,"Ġfrag":1459,"Ġinfluenzae":1460,"Ġfragilis":1461,"NS":1462,"ëIJ":1463,"ĠGroup":1464,"CNS":1465,"ĠMRCNS":1466,"Ġlact":1467,"Meni":1468,"Ġë°°ì":1469,"ĠFlavobacterium":1470,"term":1471,"Ĥ¬":1472,"uinis":1473,"ucae":1474,"Ġlactucae":1475,"termed":1476,"eptic":1477,"ĠGram":1478,"Ġintermed":1479,"Ġmening":1480,"TESTê²°ê³¼":1481,"Ġë°°ìĸijì¤ij":1482,"epticum":1483,"Ġmeningos":1484,"hr":1485,"yse":1486,"ĠChr":1487,"Ġintermedius":1488,"ĠChryse":1489,"ĠChryseobacterium":1490,"Ġgal":1491,"ĠMicro":1492,"nif":1493,"aris":1494,"ĠìŀĪ":1495,"ìĦ¸ê·ł":1496,"ospor":1497,"Ġmeningosepticum":1498,"ĠMicrococcus":1499,"aliv":1500,"Ġsaliv":1501,"Ġsalivar":1502,"Ġj":1503,"202":1504,"zin":1505,"Ġbere":1506,"ziniae":1507,"Ġbereziniae":1508,"los":1509,"Ġra":1510,"trid":1511,"lostrid":1512,"hal":1513,"ĠìĿ¼":1514,"ĠClostrid":1515,"osporin":1516,"halosporin":1517,"ĠClostridium":1518,"iri":1519,"tii":1520,"ìĽ":1521,"ignif":1522,"ìŬ":1523,"itiv":1524,"icant":1525,"íķĺìŬ":1526,"nsignif":1527,"iridans":1528,"nsignificant":1529,"nensis":1530,"Ģì":1531,"TP":1532,"du":1533,"geri":1534,"tt":1535,"ìĻ":1536,"ugdu":1537,"ĠaminoglycosideìĹIJ":1538,"ĠPositiv":1539,"Ġcephalosporin":1540,"Ġrett":1541,"ĠShigellaëĬĶ":1542,"ĠInsignificant":1543,"Ġlugdu":1544,"ĠTo":1545,"ĠTTP":1546,"ìĦ¸ëĮĢ":1547,"ëĮĢíķĺìŬ":1548,"ĠìŀĪìĬµëĭĪëĭ¤":1549,"ìĻĢ":1550,"ĠPositivity":1551,"Ġcephalosporinê³¼":1552,"Ġrettgeri":1553,"Ġlugdunensis":1554,"linar":1555,"Ġind":1556,"Ġgallinar":1557,"Ġgallinarum":1558,"viae":1559,"Ġha":1560,"ê²½":1561,"ologenes":1562,"Ġindologenes":1563,"ila":1564,"neri":1565,"av":1566,"Ġur":1567,"useri":1568,"Ġhauseri":1569,"et":1570,"ff":1571,"flav":1572,"ĠSalmonellaìĻĢ":1573,"ĢìĤ¬":1574,"ĠL":1575,"ans":1576,"Ġraff":1577,"flavus":1578,"Ġraffinosus":1579,"125":1580,"unii":1581,"arneri":1582,"seli":1583,"Ġwarneri":1584,"Ġjunii":1585,"sseli":1586,"tu":1587,"Ġcasseli":1588,"Ġcasseliflavus":1589,"droph":1590,"viridans":1591,"ydroph":1592,"Ġstrep":1593,"Ġhydroph":1594,"Ġhydrophila":1595,"test":1596,"ìĿĦ":1597,"ei":1598,"sing":1599,"ìľ¼":1600,"ĠTime":1601,"Ġursing":1602,"Ġursingii":1603,"êµ":1604,"Ġvul":1605,"ĠíĺIJ기ìĦ±ìĦ¸ê·ł":1606,"ittii":1607,"Ġsan":1608,"Ġpittii":1609,"xella":1610,"ĠìĿ¼ìľ¼":1611,"구":1612,"Ġvulg":1613,"quinis":1614,"ĠìĪĺ":1615,"ĠMora":1616,"Ġmitis":1617,"Ġsanquinis":1618,"ĠMoraxella":1619,"Ġëĵ":1620,"Ġvulgaris":1621,"Īê°Ģ":1622,"rod":1623,"orm":1624,"ĠĊĊĊ":1625,"Ġrod":1626,"ĠAl":1627,"Ġstu":1628,"íĻĺê²½":1629,"ir":1630,"064":1631,"ĠìĿ¼ìľ¼íĤ":1632,"Ġ(+),":1633,"ëŀĮ":1634,"ĠMRCNSëĬĶ":1635,"ĠMRCNSìŀħëĭĪëĭ¤":1636,"Ġgu":1637,"Ġê²ĢìĤ¬":1638,"ĠìĿ¼ìľ¼íĤ¬":1639,"icus":1640,"Ġhir":1641,"ë¶Īê°Ģ":1642,"Ġguil":1643,"Ġhirae":1644,"Ġë³´":1645,"Ġsalivarius":1646,"kof":1647,"ê²Į":1648,"Ġpet":1649,"tenkof":1650,"Ġpettenkof":1651,"Ġpettenkoferi":1652,"art":1653,"°êµ¬":1654,"±´":1655,"ê±´":1656,"ĽIJ":1657,"erf":1658,"ent":1659,"íķŃìĽIJ":1660,"ìĹ°êµ¬":1661,"ĠHíķŃìĽIJ":1662,"ê·łìľ¼ë¡ľ":1663,"Ġstuart":1664,"íĻĺê²½ìĹ°êµ¬":1665,"ê±´íĻĺê²½ìĹ°êµ¬":1666,"Ġstuartii":1667,"ê±´íĻĺê²½ìĹ°êµ¬ìĽ":1668,"cta":1669,"iu":1670,"¸ëŀĮ":1671,"ìĿ¼":1672,"ê·¸ëŀĮ":1673,"yticus":1674,"Ġsalivariu":1675,"ak":1676,"ring":1677,"©°":1678,"ĠĊĊ":1679,"Ġê·¸ëŀĮ":1680,"ang":1681,"Ġperf":1682,"2020":1683,"Ġë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽ":1684,"Ġperfring":1685,"ncta":1686,"rh":1687,"ìľ¼ë¡ľ":1688,"Ġne":1689,"acto":1690,"caviae":1691,"Ġpuncta":1692,"Ġpunctata":1693,"MR":1694,"bacillus":1695,"if":1696,"ëħ":1697,"Ŀĺ":1698,"IJìĿĺ":1699,"ìĽĶ":1700,"ĠLacto":1701,"Ġrods":1702,"ëħĦ":1703,"GP":1704,"cal":1705,"dii":1706,"ore":1707,"other":1708,"Ġë³´ê³ł":1709,"igenes":1710,"Ġsol":1711,"ĠAlcal":1712,"akii":1713,"Ġë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽIJìĿĺ":1714,"ĠLactobacillus":1715,"ĠAlcaligenes":1716,"ap":1717,"sang":1718,"ĠD":1719,"Ġbra":1720,"tar":1721,"Ġsap":1722,"rophyticus":1723,"Ġparasang":1724,"ëIJ¨":1725,"Ġperfringens":1726,"Ġbraakii":1727,"Ġsaprophyticus":1728,"Ġparasanguinis":1729,"))":1730,"75":1731,"ĠFus":1732,"ulans":1733,"oslo":1734,"Ġcatar":1735,"Ġkr":1736,"Ġlen":1737,"rhalis":1738,"osloensis":1739,"Ġcatarrhalis":1740,"ces":1741,"pto":1742,"ub":1743,"yph":1744,"ron":1745,"ermon":1746,"ularis":1747,"myces":1748,"Trich":1749,"usei":1750,"liermon":1751,"Ġcere":1752,"ľë¬¼ê²Į":1753,"Ġcaviae":1754,"ëIJĺ":1755,"Ġguilliermon":1756,"MRAB":1757,"Ġsoli":1758,"Ġkrusei":1759,"yphi":1760,"Ġcereus":1761,"Ġguilliermondii":1762,"ea":1763,"ter":1764,"ìļ":1765,"ìĸijìĦ±":1766,"ĠTrich":1767,"Non":1768,"Ġ(-),":1769,"ĠìŀħëĭĪëĭ¤":1770,"ticus":1771,"testê²°ê³¼":1772,"Ġëĵľë¬¼ê²Į":1773,"car":1774,"zo":1775,"Ġê·łìĿĢ":1776,"Ġlu":1777,"ł¤":1778,"rypto":1779,"ĠPar":1780,"icola":1781,"ĠCrypto":1782,"Ġê·¸ëŀĮìĸijìĦ±":1783,"ĠCryptococcus":1784,"ab":1785,"ment":1786,"oron":1787,"influenzae":1788,"Ġìĸ":1789,"rev":1790,"Ġparainfluenzae":1791,"osporon":1792,"2021":1793,"terna":1794,"ah":1795,"yogenes":1796,"Ġflu":1797,"Ġpyogenes":1798,"esti":1799,"Ġvesti":1800,"Normal":1801,"oform":1802,"ë¶Ģ":1803,"Ġneoform":1804,"Ġlentus":1805,"ĠTrichosporon":1806,"zole":1807,"Ġneoformans":1808,"as":1809,"bularis":1810,"dia":1811,"§Į":1812,"¸ê·ł":1813,"ëĤ":1814,"imulans":1815,"dazole":1816,"ĠNocar":1817,"ĠìĦ¸ê·ł":1818,"ĠEtest":1819,"ìŀ¬":1820,"Ġsimulans":1821,"nidazole":1822,"Ġasah":1823,"Ġvestibularis":1824,"ĠNocardia":1825,"Ġasahii":1826,"Com":1827,"od":1828,"©´":1829,"ronidazole":1830,"ĠìĤ¬":1831,"Ġaur":1832,"Ġfar":1833,"íĺIJ기ìĦ±ìĦ¸ê·ł":1834,"etronidazole":1835,"Comment":1836,"EG":1837,"ë§Į":1838,"ķĮ":1839,"ê²ĢìĤ¬":1840,"imonas":1841,"ìĦŃ":1842,"ëıĻìłķë¶Īê°Ģ":1843,"ĠëıĻìłķë¶Īê°Ģ":1844,"Ġê°IJìĪĺìĦ±ìľ¼ë¡ľ":1845,"ĠNEG":1846,"Ġê°IJìĹ¼ìĿĦ":1847,"ê²½ìĦŃ":1848,"ormis":1849,"CRE":1850,"ëĤ´":1851,"ê°Ħê·łìľ¼ë¡ľ":1852,"IJìĹ":1853,"047":1854,"ìĹ¼":1855,"rans":1856,"ĠëĮĢ":1857,"orescens":1858,"ë¶Ģë¶Ħ":1859,"ef":1860,"ham":1861,"ì§Ģ":1862,"ê°ķ":1863,"Ġìĭľ":1864,"onia":1865,"atum":1866,"sces":1867,"Ġìĸ´ë":1868,"Ġfluorescens":1869,"ĠëĮĢë¶Ģë¶Ħ":1870,"qu":1871,"typhi":1872,"ut":1873,"°ĺ":1874,"ëĵ":1875,"ë°ĺ":1876,"ĠìķĮ":1877,"Ġ24":1878,"Ġan":1879,"ĠPan":1880,"iss":1881,"toea":1882,"ranham":1883,"Ġss":1884,"Ġ)(":1885,"Ġfor":1886,"ì¦Ŀê·łë°°ì§ĢìĹIJìĦľ":1887,"ĠLe":1888,"ĠFusobacterium":1889,"ìļ°":1890,"Ġluteus":1891,"ëĤĺ":1892,"Ġfarcin":1893,"ì§Ģë§Į":1894,"Ġìĭľí":1895,"ë°ĺìłģìľ¼ë¡ľ":1896,"ĠPantoea":1897,"ranhamella":1898,"ici":1899,"nos":1900,"ov":1901,"uco":1902,"vimonas":1903,"¯Ģ":1904,"Ġplan":1905,"romyces":1906,"Ġacid":1907,"Ġ17":1908,"myco":1909,"ĊĊĠĠĠĠĠĠĠĠ":1910,"ĺë©°":1911,"Ġmetronidazole":1912,"uri":1913,"Ġë³´ê³łëIJĺ":1914,"ĠParvimonas":1915,"Ġauris":1916,"ëĵ±":1917,"Ġë³´ê³łëIJĺê³ł":1918,"aci":1919,"cha":1920,"tazobactam":1921,"ticola":1922,"볤":1923,"Ġth":1924,"Ġê·ł":1925,"Ġmyco":1926,"Īì":1927,"ĸī":1928,"ìł¸":1929,"eria":1930,"ìĭ¬":1931,"coace":1932,"accha":1933,"Ġìĭłê²½ìĦŃ":1934,"ìĿ´ë":1935,"alcoace":1936,"Ġcalcoace":1937,"ĠGP":1938,"otella":1939,"ĠXylosoxidans":1940,"íĺĪì":1941,"ĠìĿ¼ë°ĺìłģìľ¼ë¡ľ":1942,"revotella":1943,"aste":1944,"ê°ķëĤ´":1945,"ĠìķĮ볤":1946,"Ġìĭľíĸī":1947,"Ġplanticola":1948,"aciens":1949,"Ġcalcoaceticus":1950,"ĠìķĮëł¤ìł¸":1951,"ber":1952,"cul":1953,"fae":1954,"formis":1955,"gia":1956,"ous":1957,"zabe":1958,"Ġr":1959,"Ġmon":1960,"ĺìĭ¬":1961,"thkin":1962,"icra":1963,"toc":1964,"ìĿĢ":1965,"ĠEli":1966,"ĠìĿĺìĭ¬":1967,"ìĹŃ":1968,"NTM":1969,"Ġpiperacillin":1970,"ĠCif":1971,"icheni":1972,"ord":1973,"asei":1974,"Ġmicra":1975,"errii":1976,"Ġlicheni":1977,"tuber":1978,"ĠHíķŃìĽIJê²ĢìĤ¬":1979,"absces":1980,"©´ìĹŃ":1981,"ĠLeuco":1982,"nostoc":1983,"Ġmycobacterium":1984,"accharomyces":1985,"culous":1986,"faecalis":1987,"zabethkin":1988,"ĠElizabethkin":1989,"ĠìĿĺìĭ¬ëIJ¨":1990,"ĠCiferrii":1991,"Ġlicheniformis":1992,"tuberculous":1993,"abscessus":1994,"ĠLeuconostoc":1995,"ĠElizabethkingia":1996,".)":1997,"Etestê²°ê³¼":1998,"Time":1999,"fer":2000,"iota":2001,"ocyto":2002,"omyces":2003,"uiae":2004,"âī":2005,"Ġí":2006,"Ġ구":2007,"Ġâī":2008,"erev":2009,"íķľ":2010,"ĠPrevotella":2011,"isiae":2012,"ĠSaccharomyces":2013,"ony":2014,"onii":2015,"alona":2016,"olony":2017,"itive":2018,"Ġsei":2019,"Ġë©´ìĹŃ":2020,"Ġamalona":2021,"arium":2022,"ĠColony":2023,"Ġcasei":2024,"Ġcerev":2025,"acterem":2026,"omer":2027,"omicro":2028,"glomer":2029,"Ġìĥģìŀ¬":2030,"Ġalterna":2031,"ĠBranhamella":2032,"Ġpositive":2033,"louiae":2034,"ĠActin":2035,"etaiota":2036,"ĠAerococcus":2037,"ĠAlterna":2038,"Ġguillouiae":2039,"GPR":2040,"ĠFusarium":2041,"¯Ģë¡ľ":2042,"Ġthetaiota":2043,"fertii":2044,"Ġseifertii":2045,"Ġamalonaticus":2046,"Ġcerevisiae":2047,"acteremia":2048,"omicron":2049,"Ġalternata":2050,"ĠAlternaria":2051,"Ġthetaiotaomicron":2052,"gglomer":2053,"lolyticus":2054,"oph":2055,"orans":2056,"pi":2057,"rthro":2058,"sul":2059,"ë©°":2060,"Ġfl":2061,"ĠíĻĺìŀ":2062,"Ġod":2063,"ĠĠĠĠĠĠĠĠĠĠ":2064,"Ġagglomer":2065,"actr":2066,"leatum":2067,"Ġbacteremia":2068,"ìĿ¸":2069,"Ġser":2070,"Ġpaste":2071,"atyphi":2072,"´ë¯Ģë¡ľ":2073,"ê·łìĿ´ë¯Ģë¡ľ":2074,"osa":2075,"ora":2076,"Ġnuc":2077,"Ġparatyphi":2078,"Ġgallolyticus":2079,"Ġëĵ±":2080,"testê²°ê³¼ìŀĦ":2081,"ł¤ìļ°":2082,"IJìĹIJìĦľ":2083,"Ġìĸ´ëł¤ìļ°":2084,"ĠmetronidazoleìĹIJ":2085,"sulbactam":2086,"ĠíĻĺìŀIJìĹIJìĦľ":2087,"Ġagglomerans":2088,"Ġpasteuri":2089,"Ġnucleatum":2090,"OS":2091,"Penicillin":2092,"iensis":2093,"¡´":2094,"ìĸ":2095,"Ġ,":2096,"ĠO":2097,"ĠReviewed":2098,"Ġì¡´":2099,"ê°Ħê·ł":2100,"eronii":2101,"Ġ18":2102,"ĠPOS":2103,"ĠSph":2104,"Ġë¶":2105,"ìĹIJëĬĶ":2106,"oral":2107,"orum":2108,"Ġveronii":2109,"Ġfaecis":2110,"erment":2111,"íĺIJ기ìĦ±ê·ł":2112,"ëIJľ":2113,"ëIJĺë©°":2114,"Ġëĵľë":2115,"Ġë³´ê³łëIJ¨":2116,"ìļ©":2117,"Nontuberculous":2118,"Ġrub":2119,"ĠActinomyces":2120,"Ġflora":2121,"Ġodor":2122,"Ġbacteremia를":2123,"Ġì¡´ìŀ¬":2124,"ĠSphing":2125,"ermentans":2126,"032":2127,"Beta":2128,"Cê²°ê³¼":2129,"DD":2130,"ICê²°ê³¼":2131,"SDD":2132,"af":2133,"baumannii":2134,"bactr":2135,"ec":2136,"eiss":2137,"fermentans":2138,"ida":2139,"iosa":2140,"nia":2141,"ple":2142,"ricola":2143,"ung":2144,"vei":2145,"°ë":2146,"주":2147,"Ġli":2148,"Ġìĺ¤ìĹ¼":2149,"liniensis":2150,"amonas":2151,"anus":2152,"ĠMICê²°ê³¼":2153,"ept":2154,"ìĿĮìĦ±":2155,"alst":2156,"itans":2157,"Ġsub":2158,"ĠHaf":2159,"Ġpa":2160,"ĠCom":2161,"ĠRalst":2162,"Ġcef":2163,"ĠGord":2164,"isteria":2165,"sidiosa":2166,"Ġalvei":2167,"Ġinf":2168,"Ġinsidiosa":2169,"ë°°ìĸij":2170,"Ġcomple":2171,"Ġmiricola":2172,"íĺIJ기배ìĸij":2173,"Ġdis":2174,"Ġdub":2175,"TESTê²°":2176,"Ġradi":2177,"ĠListeria":2178,"Ġê·¸ëŀĮìĿĮìĦ±":2179,"Ġlute":2180,"ĠParab":2181,"Ġê·¸ëŀĮìĸijìĦ±ê°Ħê·ł":2182,"efaciens":2183,"quefaciens":2184,"Ġfarcinca":2185,"Ġmonocyto":2186,"Ġ구ê°ķëĤ´":2187,"Ġâī¥":2188,"Ġìĸ´ëł¤ìļ°ëĤĺ":2189,"Ġpasteurianus":2190,"Ġrubida":2191,"ĠHafnia":2192,"ĠComamonas":2193,"ĠRalstonia":2194,"ĠGordonia":2195,"Ġcomplex":2196,"Ġdubliniensis":2197,"ĠParabacteroides":2198,"Ġmonocytogenes":2199,"Ġrubidaea":2200,"NO":2201,"VRE":2202,"aer":2203,"ata":2204,"bitans":2205,"chro":2206,"iha":2207,"lis":2208,"ory":2209,"ococcus":2210,"sph":2211,"tz":2212,"urans":2213,"ziha":2214,"´ì§Ģë§Į":2215,"¼ı":2216,"ãİ":2217,"ï¼ı":2218,"Ġe":2219,"Ġfam":2220,"Ġfung":2221,"Ġlus":2222,"ĠíĻĺê²½":2223,"Ġê°Ħê·łìľ¼ë¡ľ":2224,"Ġory":2225,"Ĩµ":2226,"ìłģ":2227,"Ġafermentans":2228,"amen":2229,"aniae":2230,"tous":2231,"ëĭ¤ê³ł":2232,"itaniae":2233,"ê·łìĿ´ì§Ģë§Į":2234,"tilis":2235,"ibacillus":2236,"ĠBrev":2237,"ilamen":2238,"erma":2239,"Ġmeta":2240,"íķĺëĬĶ":2241,"ìĿ´íķĺ":2242,"Ġdurans":2243,"Ġjo":2244,"Ġstutz":2245,"ifer":2246,"ĠDerma":2247,"Ġê·¸ëŀĮìĸijìĦ±ê°Ħê·łìľ¼ë¡ľ":2248,"Ġfarcinica":2249,"ovorans":2250,"Ġacidovorans":2251,"Ġê·łíĺĪì":2252,"ìĿ´ë©°":2253,"Ġì¡´ìŀ¬íķĺëĬĶ":2254,"bactrum":2255,"ection":2256,"Ġliquefaciens":2257,"Ġsubtilis":2258,"Ġinfection":2259,"NON":2260,"chrobactrum":2261,"sphaer":2262,"zihabitans":2263,"ãİĸ":2264,"ï¼ıãİĸ":2265,"Ġfamata":2266,"Ġfungi":2267,"Ġlusitaniae":2268,"Ġoryzihabitans":2269,"ilamentous":2270,"Ġmetapsilosis":2271,"Ġstutzeri":2272,"Ġê·łíĺĪì¦Ŀ":2273,"016":2274,"CD":2275,"Mixed":2276,"Pseud":2277,"aen":2278,"fii":2279,"filamentous":2280,"gg":2281,"hns":2282,"ibacterium":2283,"iococcus":2284,"lens":2285,"per":2286,"sist":2287,"wof":2288,"¡°":2289,"¬¸":2290,"¯Ī":2291,"°¸":2292,"µìłľ":2293,"µì§Ģë§Į":2294,"ì¡°":2295,"íĥ":2296,"Ġê°Ħ":2297,"ĠíĺĪì":2298,"ķ¡":2299,"łµì§Ģë§Į":2300,"roides":2301,"ê²°ê³¼ìŀħëĭĪëĭ¤":2302,"erti":2303,"imilis":2304,"Ġarthro":2305,"Ġgle":2306,"Ġgroup":2307,"Ġ14":2308,"ĠPed":2309,"inae":2310,"iph":2311,"icat":2312,"isimilis":2313,"VancomycinìĹIJ":2314,"Ġskin":2315,"elis":2316,"actici":2317,"ĠìŀIJìĹ":2318,"osum":2319,"Ġviridans":2320,"ĠìŀĪëĭ¤ê³ł":2321,"ĠëĤ´ìĦ±ìĿ´":2322,"ilactici":2323,"Ġmut":2324,"íķĺ기":2325,"Ġterti":2326,"Ġlwof":2327,"2022":2328,"2023":2329,"Ġrodë¡ľ":2330,"Ġê²ĢìĤ¬ê²°ê³¼ìŀħëĭĪëĭ¤":2331,"oresist":2332,"Ġìĸµìłľ":2333,"ĠìĦ¸ê·łìŀħëĭĪëĭ¤":2334,"ĠìĤ¬ëŀĮ":2335,"ĠìĤ¬ìļ©":2336,"Ġìĸ´ëłµì§Ģë§Į":2337,"quisimilis":2338,"Ġanoph":2339,"Ġacidilactici":2340,"Ġìĭľíĸīíķĺ기":2341,"Ġë©´ìĹŃìĿ´":2342,"Ġëĵ±ìĹIJ":2343,"ìĸ´":2344,"ĠOchrobactrum":2345,"Ġëĵľë¯Ī":2346,"Ġìĺ¤ìĹ¼ê·łìľ¼ë¡ľ":2347,"eptica":2348,"Ġcefoxitin":2349,"Ġradioresist":2350,"Ġequisimilis":2351,"ĠíĻĺê²½ìĹIJ":2352,"Ĩµìĥģ":2353,"ĠBrevibacterium":2354,"Ġjohns":2355,"sphaerae":2356,"ï¼ıãİĸ)":2357,"CDC":2358,"Pseudo":2359,"aenibacillus":2360,"¬¸ìĿĺ":2361,"°¸ì¡°":2362,"Ġê°Ħ주":2363,"ĠíĺĪìķ¡":2364,"Ġarthrosphaerae":2365,"Ġgleum":2366,"ĠPediococcus":2367,"icatella":2368,"Ġmutans":2369,"Ġtertium":2370,"Ġlwoffii":2371,"ĠìĸµìłľëIJľ":2372,"Ġanophelis":2373,"Ġëĵľë¯Īê²Į":2374,"Ġradioresistens":2375,"Ġjohnsonii":2376,".(":2377,"Flav":2378,"Flavobacterium":2379,"Ib":2380,"Salmonella":2381,"ced":2382,"do":2383,"faciens":2384,"hnii":2385,"ma":2386,"obilis":2387,"porum":2388,"sg":2389,"son":2390,"urel":2391,"unif":2392,"yroides":2393,"¤ìļ°":2394,"§Ħ":2395,"§ī":2396,"§¤��ļ°":2397,"µê°ķëĤ´":2398,"물":2399,"ìļĶ":2400,"ì¦Ŀ":2401,"Ġim":2402,"Ġê°Ģ":2403,"Ġunif":2404,"Ģíķĺ":2405,"Ĩį":2406,"ĪìĬµëĭĪëĭ¤":2407,"ĺIJ":2408,"łê²½ìĦŃ":2409,"Ńìĭľ":2410,"Ġì¢ħ":2411,"Ġ참조":2412,"thella":2413,"ìłĢíķĺ":2414,"erthella":2415,"imobilis":2416,"Ġadi":2417,"Ġapi":2418,"ìĭłê²½ìĦŃ":2419,"ìĭŃìĭľ":2420,"ysporum":2421,"Ġ15":2422,"íķĺë©°":2423,"ĠPaenibacillus":2424,"ula":2425,"ulicatella":2426,"ĠMA":2427,"ĠMetronidazole":2428,"ĠMyroides":2429,"acens":2430,"idobacterium":2431,"icum":2432,"Ġbi":2433,"tason":2434,"ĠìĭĿ":2435,"lata":2436,"epar":2437,"ëĬ¥":2438,"thropi":2439,"ĠEgg":2440,"ìŀ¥":2441,"ranulicatella":2442,"Ġsepticum":2443,"Ġ매ìļ°":2444,"Ġcohnii":2445,"Ġpul":2446,"ĠNeiss":2447,"ĠRh":2448,"ĠGranulicatella":2449,"ĠBif":2450,"ìĥģìĿĦ":2451,"ĠìŀĦìĥģì¦Ŀ":2452,"ĠVe":2453,"ĠViridans":2454,"ermum":2455,"Ġisolated":2456,"Ġmuci":2457,"Ġhepar":2458,"Ġoxysporum":2459,"ĠIIb":2460,"íĤ¤ë©°":2461,"ucimobilis":2462,"ospermum":2463,"ĠíĺIJ기ìĦ±ê·łìĿ´ë¯Ģë¡ľ":2464,"ëIJĺë":2465,"Ġmeningoseptica":2466,"osporium":2467,"Ġurinae":2468,"ĠìĿ¼ìľ¼íĤ¤ë©°":2469,"Ġê²ĢìĤ¬ìĿĺ":2470,"Ġê²ĢìĤ¬ë¥¼":2471,"ĠĊĊĠĠĠĠĠĠĠĠĠ":2472,"Ġlenta":2473,"ods":2474,"Ġanthropi":2475,"ëĵ±ìĿĦ":2476,"ëĵ±ìĹIJëĬĶ":2477,"ĠìĭľíĸīìĿĢ":2478,"Ġë©´ìĹŃìłĢíķĺ":2479,"Ġìĥģìŀ¬ê·łìĿ´ì§Ģë§Į":2480,"Ġë¶Īê°Ģ":2481,"Ġodoratum":2482,"ĠSphingomonas":2483,"°ëĤ´ìĦ±":2484,"Ġpaucimobilis":2485,"íĺIJ기배ìĸijìĹIJìĦľ":2486,"Ġdistason":2487,"ìłģìĿ¸":2488,"ĠDermabacter":2489,"íĥĢ":2490,"ĠìŀIJìĹ°ëĤ´ìĦ±":2491,"ĨµìĥģìłģìĿ¸":2492,"Flavo":2493,"SalmonellaìĻĢ":2494,"cedosporium":2495,"urella":2496,"§īìĹ¼":2497,"Ġê°ĢëĬ¥":2498,"Ġuniformis":2499,"Ġì¢ħì¢ħ":2500,"Ġadiacens":2501,"Ġapiospermum":2502,"ìĭŃìĭľìļĶ":2503,"ĠEggerthella":2504,"ĠNeisseria":2505,"ĠBifidobacterium":2506,"ĠìŀĦìĥģì¦ĿìĥģìĿĦ":2507,"Ġheparinolytica":2508,"Ġdistasonis":2509,"->":2510,"Bacteroides":2511,"Branhamella":2512,"DI":2513,"II":2514,"LDI":2515,"Methicillin":2516,"OF":2517,"TOF":2518,"bsces":2519,"diph":2520,"eft":2521,"lon":2522,"men":2523,"meri":2524,"ound":2525,"pylo":2526,"ss":2527,"sici":2528,"ue":2529,"uta":2530,"uii":2531,"£Į":2532,"´Ģì":2533,"¹Ħ":2534,"¼ë¶Ģ":2535,"ê´Ģì":2536,"ëŁ":2537,"ë©´":2538,"ëĨį":2539,"ë£Į":2540,"ë¹Ħ":2541,"Ġci":2542,"ĠëĬ":2543,"Ġpenicillin":2544,"Ġíķĺ":2545,"Ġ기":2546,"Ġram":2547,"Ġê´Ģì":2548,"Ħ리":2549,"Ķ¼ë¶Ģ":2550,"Ŀ½":2551,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":2552,"inut":2553,"Ġì§Ħ":2554,"ê³łëĨį":2555,"imal":2556,"imum":2557,"rene":2558,"Ġabsces":2559,"ĠAm":2560,"ĠArthro":2561,"Ġgang":2562,"Ġgas":2563,"cina":2564,"ciuri":2565,"ampylo":2566,"ense":2567,"ensëĬĶ":2568,"entum":2569,"enneri":2570,"endo":2571,"ĠPenicillin":2572,"ani":2573,"anis":2574,"anella":2575,"ëıħ":2576,"cogl":2577,"colens":2578,"ĊĊĠĊ":2579,"icularis":2580,"iger":2581,"lecogl":2582,"ĠëıĻìłķê²°ê³¼Time":2583,"Ġblo":2584,"ĠScedosporium":2585,"todiph":2586,"ìĿĮ":2587,"trefaciens":2588,"ê·łìŀħëĭĪëĭ¤":2589,"157":2590,"Ġsciuri":2591,"ĠëIJ":2592,"ell":2593,"Ġpenneri":2594,"Ġplecogl":2595,"ĠCampylo":2596,"´ë§īìĹ¼":2597,"ê·łìĿ´ëĤĺ":2598,"ĠRo":2599,"Ġceft":2600,"ossici":2601,"ugmen":2602,"tiv":2603,"tiensis":2604,"Ġë³µê°ķëĤ´":2605,"Ġalbica":2606,"Ġniger":2607,"ewanella":2608,"ì¤ijëıħ":2609,"ĊĊĊĊĊĊĊ":2610,"°°ëIJĺë©°":2611,"ĠBr":2612,"ìĥģíĺ":2613,"illon":2614,"ĺ리면":2615,"ĠShewanella":2616,"Ġmul":2617,"Ġminut":2618,"Ġmendo":2619,"Ġwound":2620,"ĠtestìĿĺ":2621,"íĺIJ기ìĦ±ê·łìĿ´ë¯Ģë¡ľ":2622,"Ġputrefaciens":2623,"ĠperfringensëĬĶ":2624,"Ġnema":2625,"Ġneuii":2626,"MRPA":2627,"ëIJĺìĸ´":2628,"ëĤ´ë§īìĹ¼":2629,"ĠìĤ¬ìĥģíĺ":2630,"Ġauricularis":2631,"Ġfarmeri":2632,"ê²ĢìĤ¬ìŀ¥":2633,"issimum":2634,"ovar":2635,"ìĿ´ëĿ¼":2636,"íķľëĭ¤ê³ł":2637,"Ġë¶Ħ리":2638,"Ġodorifer":2639,"ĠSphingobacterium":2640,"Ġluteola":2641,"Ġlutetiensis":2642,"Ġê·łíĺĪì¦ĿìĿĦ":2643,"ĠìĤ¬ëŀĮìĹIJìĦľ":2644,"ĠìĤ¬ìļ©íķľëĭ¤ê³ł":2645,"Ġimipenem":2646,"Ġ참조íķĺ":2647,"ĠMALDI":2648,"Ġbiovar":2649,"ĠìĭĿì¤ijëıħ":2650,"ĠVeillon":2651,"Ġmucicolens":2652,"IIk":2653,"ëŁī":2654,"ë¹ĦìĿĺ":2655,"ĠëĬĺ리면":2656,"Ġramosum":2657,"Ġê´Ģì°°ëIJĺë©°":2658,"Ġì§Ħê·łìľ¼ë¡ľ":2659,"ê³łëĨįëıĦ":2660,"ĠArthrobacter":2661,"Ġgangrene":2662,"Ġbloods":2663,"todiphila":2664,"Ġplecoglossici":2665,"ĠCampylobacter":2666,"ugmentin":2667,"Ġalbicas":2668,"Ġminutissimum":2669,"Ġmendocina":2670,"Ġnematodiphila":2671,"ĠìĤ¬ìĥģíĺķ":2672,"ê²ĢìĤ¬ìŀ¥ë¹ĦìĿĺ":2673,"Ġodorifera":2674,"ĠVeillonella":2675,"Ġplecoglossicida":2676,")\"":2677,"96":2678,"Bacillus":2679,"Fung":2680,"Gram":2681,"Tof":2682,"Weiss":2683,"asid":2684,"box":2685,"basid":2686,"ch":2687,"cl":2688,"cep":2689,"cae":2690,"ctiv":2691,"de":2692,"ej":2693,"eíķĺë©°":2694,"guinis":2695,"ili":2696,"lulans":2697,"mu":2698,"micin":2699,"ntuberculous":2700,"nocyto":2701,"oft":2702,"obe":2703,"oviae":2704,"obasid":2705,"pnocyto":2706,"quin":2707,"rc":2708,"ris":2709,"sa":2710,"uw":2711,"uni":2712,"vialis":2713,"vorans":2714,"vula":2715,"ylata":2716,"¨ëIJĺë":2717,"¬ëĤ´ë§īìĹ¼":2718,"´ëĭ":2719,"¸íķľ":2720,"¹ĺ":2721,"¹êµ":2722,"문ìĿĺ":2723,"ëĺIJ":2724,"ìĥ":2725,"ìľ":2726,"ìĪĺ":2727,"ìķĮ":2728,"Ġ\"":2729,"Ġclin":2730,"Ġle":2731,"Ġëĭ":2732,"Ġëĭ¤":2733,"Ġ30":2734,"Ġpl":2735,"Ġot":2736,"Ġcocci":2737,"Ġrh":2738,"Ġosloensis":2739,"ĠVancomycinìĹIJ":2740,"Ģì²":2741,"Ĥĺ":2742,"ķìĿ¸":2743,"int":2744,"inuta":2745,"Ġìķ":2746,"Ġ22":2747,"Ġ25":2748,"Ġ29":2749,"thia":2750,"023":2751,"ercia":2752,"erentum":2753,"iminuta":2754,"Ġactiv":2755,"Ġade":2756,"ĠAure":2757,"ìĭľê³ł":2758,"Ġgerg":2759,"Ġgord":2760,"cida":2761,"ena":2762,"cilli":2763,"ìłĦ문ìĿĺ":2764,"ĠNontuberculous":2765,"ĠPiperacillin":2766,"ĠPeni":2767,"ĠPaste":2768,"ortifer":2769,"and":2770,"anii":2771,"ulos":2772,"ach":2773,"IJìĪĺ":2774,"ide":2775,"ê°IJìĪĺìĦ±":2776,"igena":2777,"ìĦ±ìĿ´":2778,"ëĭ¨ëIJĺë":2779,"Ġbit":2780,"Ġbuc":2781,"ĠSynergy":2782,"Ġê°IJìĪĺìĦ±ìĿĦ":2783,"ĠíĮIJëĭ¨ëIJĺë":2784,"Ġê²Ģì²":2785,"Ġìĭ¬ëĤ´ë§īìĹ¼":2786,"Reviewe":2787,"tocida":2788,"Ġ42":2789,"Ġ45":2790,"Ġ48":2791,"lavimonas":2792,"tream":2793,"aldi":2794,"olone":2795,"oluw":2796,"ìĹĪìĬµëĭĪëĭ¤":2797,"trif":2798,"itidis":2799,"phag":2800,"Ġsak":2801,"Ġsoft":2802,"IJìĦ¸íķľ":2803,"Ġ문ìĿĺ":2804,"atus":2805,"Ġferentum":2806,"Ġcanis":2807,"Ġcell":2808,"ĠìŀIJìĦ¸íķľ":2809,"Ġsput":2810,"ìĹIJê²Į":2811,"ĠìĹ°ë":2812,"ĠíķŃê·łìłľê°IJìĪĺìĦ±":2813,"ijíķľ":2814,"Streptomicin":2815,"ĠFung":2816,"ĠFlavimonas":2817,"ì¤Ģ":2818,"ĠëĤ´ìĦ±ìľ¼ë¡ľ":2819,"ĠëĤ´ìĦ±ìĿ´ë©°":2820,"ilus":2821,"ilyticus":2822,"cef":2823,"Ġme":2824,"Ġmortifer":2825,"ĠCapnocyto":2826,"ucivorans":2827,"ĠClindamycinìĹIJ":2828,"Ġwoluw":2829,"teili":2830,"ityper":2831,"Ġtiss":2832,"yton":2833,"íĻķìĿ¸":2834,"ĠìŀIJë£Į":2835,"Ġoris":2836,"Ġparvula":2837,"Ġkobe":2838,"comment":2839,"íĺ¸":2840,"기íĥĢ":2841,"íĺIJê¸°ê·ł":2842,"Ġdiminuta":2843,"ĠìŀĪìĿĮ":2844,"Ġjej":2845,"ìľ¼ë©°":2846,"Ġsanguinis":2847,"Ġë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽIJ":2848,"Ġsolani":2849,"ëIJĺëĬĶ":2850,"ĠTrichoph":2851,"carbox":2852,"Ġfluvialis":2853,"ĠìĤ¬íķŃ":2854,"Ġanimal":2855,"ĠLecl":2856,"¯ĢëĤĺ":2857,"ĊĊĠĠĠĠĠĠĠĠĠĠ":2858,"Ġmonteili":2859,"ĠíĨµìĥģìłģìĿ¸":2860,"Ġ구ê°ķ":2861,"Ġâī¤":2862,"Ġìĥģìŀ¬ê·łìŀħëĭĪëĭ¤":2863,"ìĸijíķľ":2864,"Ġëĵľë¯ĢëĤĺ":2865,"ìļ©ëŁī":2866,"Ġpaucivorans":2867,"Ġê·¸ëŀĮìĿĮìĦ±ê°Ħê·łìľ¼ë¡ľ":2868,"ĠinfectionëıĦ":2869,"Ġê°Ħ주ëIJĺë©°":2870,"Ġpullulans":2871,"ĠRhod":2872,"Ġê°ĢëĬ¥ìĦ±ìĿ´":2873,"ĠíķĺìĭŃìĭľìļĶ":2874,"Ġabscess":2875,"ĠAmpicillin":2876,"Ġmultocida":2877,"ĠwoundìĹIJìĦľ":2878,"ìĿ´ëĿ¼ê³ł":2879,"Ġë¶Ħ리ëIJĺëĬĶ":2880,"Ġ참조íķĺìĭľê³ł":2881,"Ġbloodstream":2882,"Ġalbicasns":2883,"Fungus":2884,"Tofë¡ľ":2885,"Weissella":2886,"cephalosporin":2887,"obasidium":2888,"quinolone":2889,"´ëĭ¹êµ":2890,"ëĺIJíķľ":2891,"ìĥī":2892,"ìķĮê·łìľ¼ë¡ľ":2893,"Ġless":2894,"Ġëĭ´ëĭ¹êµ":2895,"Ġëĭ¤ìĸijíķľ":2896,"Ġotitidis":2897,"Ġactiveíķĺë©°":2898,"Ġadecarbox":2899,"ĠAureobasidium":2900,"Ġgergoviae":2901,"Ġgordonii":2902,"cillium":2903,"ĠPenicillium":2904,"ĠPasteurella":2905,"ulosilyticus":2906,"Ġbite":2907,"Ġbuccae":2908,"ĠíĮIJëĭ¨ëIJĺë©´":2909,"phaga":2910,"Ġcellulosilyticus":2911,"Ġsputigena":2912,"ĠìĹ°ëĿ½":2913,"ĠFungityper":2914,"Ġmortiferum":2915,"ĠCapnocytophaga":2916,"Ġwoluwensis":2917,"Ġtissue":2918,"ĠìŀIJë£ĮëĬĶ":2919,"Ġkobei":2920,"Ġjejuni":2921,"ĠTrichophyton":2922,"ĠLeclercia":2923,"Ġmonteilii":2924,"quinoloneìĹIJ":2925,"Ġëĭ´ëĭ¹êµIJìĪĺ":2926,"Ġadecarboxylata":2927,"006":2928,"003":2929,"CE":2930,"Candida":2931,"De":2932,"ET":2933,"Insignificant":2934,"PT":2935,"Prevotella":2936,"SU":2937,"Sup":2938,"SCE":2939,"](":2940,"ale":2941,"ala":2942,"augmentin":2943,"bar":2944,"bium":2945,"cu":2946,"duc":2947,"etr":2948,"eor":2949,"eium":2950,"form":2951,"gica":2952,"gram":2953,"gense":2954,"geor":2955,"hlo":2956,"ial":2957,"izo":2958,"ianii":2959,"kam":2960,"kia":2961,"keium":2962,"lac":2963,"no":2964,"num":2965,"neg":2966,"ntii":2967,"oro":2968,"obacter":2969,"otor":2970,"oung":2971,"pu":2972,"profloxacin":2973,"pici":2974,"ricum":2975,"su":2976,"sis":2977,"sed":2978,"sii":2979,"ven":2980,"xan":2981,"yle":2982,"yria":2983,"ybacterium":2984,"ymu":2985,"young":2986,"yricum":2987,"zona":2988,"¥ëĤ´":2989,"©ëĭĪëĭ¤":2990,"¬ë":2991,"ìĥĿ":2992,"íŀ":2993,"íĨµìĥģìłģìĿ¸":2994,"íĶ¼ë¶Ģ":2995,"ĊĠĠĠĠĠĠĠĠ":2996,"ĠK":2997,"Ġla":2998,"ĠVancomycin":2999,"Ġ31":3000,"Ġíļ¨ê³¼":3001,"Ġ37":3002,"Ġ38":3003,"Ġ36":3004,"ĠĊĊĊĊ":3005,"Ġflavus":3006,"ĠíĺIJ기배ìĸij":3007,"Ġlata":3008,"ĠíĺIJ기배ìĸijìĹIJìĦľ":3009,"Ġê³łëĨįëıĦ":3010,"Ġíĺ¸":3011,"ĠWeissella":3012,"Ġyoung":3013,"Ĥ®":3014,"ĨĮ":3015,"ĪëIJ¨":3016,"Ĭ¬ë":3017,"ijìĪĺ":3018,"ĵľë":3019,"Ķíŀ":3020,"Ĺĺ":3021,"ľëĬĶ":3022,"ľìłģìľ¼ë¡ľ":3023,"ĿĶíŀ":3024,"łì²":3025,"łë¦¬":3026,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":3027,"rora":3028,"Ġì¶":3029,"ĠìĹ¼":3030,"Ġì¹ĺ":3031,"ĠìĬ¬ë":3032,"Ġ21":3033,"Ġ23":3034,"Ġ28":3035,"tha":3036,"thica":3037,"erica":3038,"ë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽ":3039,"rei":3040,"reduc":3041,"Ġat":3042,"Ġaugmentin":3043,"ftazidime":3044,"dapto":3045,"ìĭ¤":3046,"Ġgram":3047,"erob":3048,"daysê²°ê³¼ë³´ê³łìĭľê°Ħ":3049,"cigeor":3050,"ciprofloxacin":3051,"ame":3052,"amnos":3053,"ĠNomal":3054,"Ġ13":3055,"Ġ19":3056,"ĠPept":3057,"ĠPsed":3058,"Ġ50":3059,"Ġ56":3060,"ana":3061,"anensis":3062,"ĠMaldi":3063,"ĊĊĠ":3064,"ĊĊĠĠĠ":3065,"ĊĊĠĠĠĠĠĠĠĠĠ":3066,"ĠìłijìĪĺ":3067,"ignum":3068,"ìĦľëĬĶ":3069,"ĠëıĻìłķëIJ¨":3070,"ĠëıĻìłķëIJĺ":3071,"Ġbron":3072,"Ġbut":3073,"Ġbov":3074,"Ġbactr":3075,"tain":3076,"tala":3077,"tatus":3078,"ĠSlac":3079,"Ġê°IJìĪĺìĦ±ìĿ´ëĤĺ":3080,"Ġê°IJìĪĺìĦ±ê²ĢìĤ¬":3081,"Ġê°IJìĪĺìĦ±ìĿ´ë©°":3082,"ĠìĦłì²":3083,"iewed":3084,"onore":3085,"oniph":3086,"igecycline":3087,"Trimethoprime":3088,"tos":3089,"Ġ41":3090,"Ġ43":3091,"Ġ49":3092,"old":3093,"ê·łëªħ":3094,"iari":3095,"ìŀĪìĬµëĭĪëĭ¤":3096,"liten":3097,"phis":3098,"pherica":3099,"itroreduc":3100,"Ġì£¼ë¡ľ":3101,"Ġsyn":3102,"Ġsib":3103,"Ġsame":3104,"Ġstain":3105,"Ġsonore":3106,"Ġspherica":3107,"ìĹIJìĦľëıĦ":3108,"Ġ미":3109,"ĠëĺIJ":3110,"ĠëĤ®":3111,"Ġcoyle":3112,"Ġpero":3113,"Ġpetr":3114,"ari":3115,"seomonas":3116,"ifampin":3117,"Ġpneumos":3118,"Ġfab":3119,"Ġcandida":3120,"Ġchromo":3121,"Ġcris":3122,"Ġchlo":3123,"Ġcyria":3124,"Ġìŀ¥ëĤ´":3125,"Ġspir":3126,"Ġsporo":3127,"urentii":3128,"ĠìĹĨì§Ģë§Į":3129,"ister":3130,"Ġvari":3131,"Ġìĥģì²":3132,"Ŀ¼ìĿ´ë":3133,"ĠvancomycinìĹIJ":3134,"Ġnitroreduc":3135,"spur":3136,"otignum":3137,"ceftazidime":3138,"monis":3139,"Ġmund":3140,"Ġ->":3141,"Ġenter":3142,"ĠClindamycinëĵ±ìĹIJëĬĶ":3143,"tetracycline":3144,"teicoplanin":3145,"inalis":3146,"Ġê°IJìĹ¼ìĿ´":3147,"nsis":3148,"ĠìŀIJëŀĮ":3149,"ĠImipenemëĵ±ìĹIJëĬĶ":3150,"Ġoral":3151,"Ġparapu":3152,"ìĿ´ê³ł":3153,"ylosus":3154,"Ġxylosus":3155,"Ġkore":3156,"ĠTala":3157,"ĠTsu":3158,"기ìĦ±":3159,"Ġdiari":3160,"ucella":3161,"ëIJ©ëĭĪëĭ¤":3162,"Ġlactis":3163,"Ġë°°ìĸij":3164,"TESTê²°ê³¼ìŀĦ":3165,"nificus":3166,"ĠìŀĪëĬĶ":3167,"ĠìŀĪìľ¼ë©°":3168,"Ġjei":3169,"Ġraven":3170,"itivorum":3171,"Ġharei":3172,"Ġurinalis":3173,"testíĻķìĿ¸":3174,"Ġvulnificus":3175,"Ġvulgatus":3176,"ĠìĿ¼ìľ¼íĤ¨":3177,"Ġê²ĢìĤ¬ëĬĶ":3178,"Ġë³´ìĿ¸":3179,"erfici":3180,"ìĿ¼ë°ĺìłģìľ¼ë¡ľ":3181,"ĠDial":3182,"ëIJĺ기":3183,"Ġê·¸ëŀĮìĸijìĦ±ìķĮê·łìľ¼ë¡ľ":3184,"asii":3185,"ìĹ¼ìĿĦ":3186,"ĠìķĮê·łìľ¼ë¡ľ":3187,"ĠìĭľíĹĺ":3188,"ëĵ±ìĹIJ":3189,"Ġê·łìŀħëĭĪëĭ¤":3190,"ĠGPR":3191,"ĠìĭľíĸīëIJĺ기":3192,"ĠìķĮëł¤ìł¸ìŀĪìĬµëĭĪëĭ¤":3193,"Ġrifampin":3194,"ĠíĶ¼ë¶Ģ":3195,"ĠíĿĶíŀ":3196,"Ġìĥģìŀ¬ê·łìĿ´ëĤĺ":3197,"ĠActinotignum":3198,"Ġìĸ´ëł¤ìļ°ë©°":3199,"Ġì¡´ìŀ¬íķĺë©°":3200,"Ġìĺ¤ìĹ¼ê·łìĿ´ëĤĺ":3201,"Ġdisper":3202,"Ġradiobacter":3203,"ĠDermacoccus":3204,"Ġê·łíĺĪì¦ĿìĿ´ëĤĺ":3205,"ĠìĤ¬ìļ©ëIJĺìĸ´":3206,"Ġê°Ħ주ëIJĺë":3207,"ĠíĺĪìķ¡ëĤ´":3208,"ĠíĺĪìķ¡ìĹIJìĦľëıĦ":3209,"ĠMetronidazoleìĿĦ":3210,"Ġpulmonis":3211,"ĠRhizo":3212,"Ġcirc":3213,"Ġcibar":3214,"Ġ기ì¤Ģ":3215,"ĠëIJĺ":3216,"ĠRothia":3217,"ĠRoseomonas":3218,"Ġceftazidime":3219,"Ġceftriaxone":3220,"ĠBrach":3221,"ĠBrucella":3222,"ìľłë¦¬":3223,"Ġclindamycin":3224,"Ġplymu":3225,"Ġrhamnos":3226,"intes":3227,"ĠìķĪëIJ¨":3228,"Ġê²Ģì²´ìĹIJìĦľ":3229,"Ġìĭ¬ëĤ´ë§īìĹ¼ìĿĦ":3230,"trificum":3231,"Ġsakei":3232,"cefotaxime":3233,"Ġmeliten":3234,"ìļ©ëŁīìĿĦ":3235,"ĠRhodotor":3236,"Ġabscess를":3237,"ìĥīë§Į":3238,"Deep":3239,"SUSCE":3240,"Superfici":3241,"kamurella":3242,"xantha":3243,"zonae":3244,"ìĥĿ물":3245,"Ġlaurentii":3246,"Ġíļ¨ê³¼ìłģ":3247,"Ġíĺ¸ê¸°ìĦ±":3248,"Ġyoungae":3249,"ĵľë§Į":3250,"roraphis":3251,"ĠìĹ¼ìĥīë§Į":3252,"Ġì¹ĺ주":3253,"ĠìĬ¬ëĿ¼ìĿ´ë":3254,"daptomycin":3255,"cigeorgica":3256,"ĠPeptoniph":3257,"ĠPsedomonas":3258,"ĠìłijìĪĺëIJĺìĸ´":3259,"ĠëıĻìłķëIJĺìĹĪìĬµëĭĪëĭ¤":3260,"Ġbronch":3261,"Ġbutyricum":3262,"Ġbovis":3263,"Ġbactrime":3264,"talase":3265,"ĠSlackia":3266,"Ġê°IJìĪĺìĦ±ê²ĢìĤ¬ëĬĶ":3267,"ĠìĦłì²ľìłģìľ¼ë¡ľ":3268,"Ġsynxantha":3269,"Ġsibonii":3270,"Ġsonorensis":3271,"Ġ미ìĥĿ물":3272,"ĠëĺIJëĬĶ":3273,"Ġcoyleae":3274,"Ġpetrasii":3275,"Ġpneumosintes":3276,"Ġfabianii":3277,"Ġchromogenes":3278,"Ġcristatus":3279,"Ġchlororaphis":3280,"Ġcyriacigeorgica":3281,"Ġspiritivorum":3282,"Ġsporogenes":3283,"Ġìĥģì²ĺ":3284,"Ġnitroreducens":3285,"spurgense":3286,"Ġmundtii":3287,"Ġenterica":3288,"Ġparaputrificum":3289,"Ġkoreensis":3290,"ĠTalaromyces":3291,"ĠTsukamurella":3292,"Ġdiarizonae":3293,"Ġjeikeium":3294,"Ġravenspurgense":3295,"testíĻķìĿ¸ê²°ê³¼":3296,"Ġë³´ìĿ¸ëĭ¤ê³ł":3297,"ĠDialister":3298,"ĠìĭľíĹĺìĿĢ":3299,"ĠíĿĶíŀĪ":3300,"Ġdispersa":3301,"ĠìĤ¬ìļ©ëIJĺìĸ´ìĦľëĬĶ":3302,"Ġê°Ħ주ëIJĺëĤĺ":3303,"ĠRhizobium":3304,"Ġcirculans":3305,"Ġcibaria":3306,"Ġ기ì¤ĢìĿĢ":3307,"ĠBrachybacterium":3308,"Ġplymuthica":3309,"Ġrhamnosus":3310,"Ġmelitensis":3311,"ĠRhodotorula":3312,"SUSCEPT":3313,"Superficial":3314,"ĠìĬ¬ëĿ¼ìĿ´ëĵľë§Į":3315,"ĠPeptoniphilus":3316,")-":3317,"..":3318,"008":3319,"6003":3320,"Aspergillus":3321,"BíĻķìĿ¸":3322,"Cë¡ľ":3323,"CBíĻķìĿ¸":3324,"ETEST":3325,"Etest":3326,"FU":3327,"GN":3328,"Gp":3329,"Gpr":3330,"IL":3331,"IBL":3332,"Jani":3333,"Lacto":3334,"Lach":3335,"Mo":3336,"Mora":3337,"Maldi":3338,"Mold":3339,"NY":3340,"Ni":3341,"Pn":3342,"Piper":3343,"Paenibacillus":3344,"PCBíĻķìĿ¸":3345,"Rt":3346,"Scedosporium":3347,"SET":3348,"TI":3349,"Ta":3350,"TSET":3351,"UTI":3352,"Wic":3353,"Yea":3354,"_)":3355,"ad":3356,"alin":3357,"acoccus":3358,"ail":3359,"aensis":3360,"aron":3361,"bi":3362,"borescens":3363,"bicatella":3364,"banensis":3365,"cyclin":3366,"cto":3367,"clavulanic":3368,"cli":3369,"croph":3370,"ex":3371,"eae":3372,"ebacterium":3373,"escens":3374,"etus":3375,"fus":3376,"fonam":3377,"gol":3378,"gat":3379,"gos":3380,"hia":3381,"hino":3382,"higella":3383,"hens":3384,"haem":3385,"hense":3386,"hanensis":3387,"ik":3388,"iy":3389,"idamycin":3390,"ibacter":3391,"ihens":3392,"jen":3393,"jav":3394,"ker":3395,"kii":3396,"lam":3397,"lyt":3398,"lyticus":3399,"mL":3400,"min":3401,"manii":3402,"mbi":3403,"miy":3404,"ny":3405,"ner":3406,"nam":3407,"nis":3408,"non":3409,"nella":3410,"nzole":3411,"op":3412,"oor":3413,"opsilosis":3414,"oeni":3415,"ochrobactrum":3416,"och":3417,"ocu":3418,"oeae":3419,"ojav":3420,"pro":3421,"pae":3422,"pica":3423,"pophil":3424,"pec":3425,"rime":3426,"riper":3427,"rrod":3428,"rdii":3429,"rma":3430,"rborescens":3431,"sw":3432,"sol":3433,"sum":3434,"synerg":3435,"sar":3436,"soch":3437,"tan":3438,"tev":3439,"tis":3440,"tep":3441,"tit":3442,"tigecycline":3443,"tnam":3444,"ua":3445,"ucil":3446,"uran":3447,"ubacterium":3448,"va":3449,"vularis":3450,"viewed":3451,"xa":3452,"xig":3453,"ycin":3454,"ymy":3455,"yla":3456,"yper":3457,"ycli":3458,"ygos":3459,"ymbi":3460,"ypica":3461,"zygos":3462,"¡ê¸°":3463,"¤ij":3464,"¦°":3465,"¨ìĿ´":3466,"©ì":3467,"©ë²ķ":3468,"©ëŁī":3469,"¬íķ¨":3470,"°ê³Ħ":3471,"°©ë²ķ":3472,"²ł":3473,"´ìŀħëĭĪëĭ¤":3474,"¹ĺë":3475,"ë©´ìĹŃ":3476,"ë§īìĹ¼":3477,"ëĿ½":3478,"린":3479,"ìĪ":3480,"ìĺ":3481,"ìĸij":3482,"참조":3483,"ì§Ħ":3484,"ì¹ĺ":3485,"íĿ":3486,"íĤ´":3487,"íĨµìĥģ":3488,"ĊĠĠĠĠĠĠĠ":3489,"Ġ]":3490,"Ġ^":3491,"Ġê³¼":3492,"Ġê²°":3493,"Ġna":3494,"ĠCiprofloxacin":3495,"ĠGentam":3496,"Ġoxi":3497,"Ġph":3498,"Ġ35":3499,"Ġ34":3500,"Ġ39":3501,"Ġlactam":3502,"Ġher":3503,"Ġure":3504,"Ġdi":3505,"Ġrug":3506,"Ġê·łìĿ´ë¯Ģë¡ľ":3507,"Ġê°Ħê·ł":3508,"Ġteicoplanin":3509,"Ġdaptomycin":3510,"ĠJani":3511,"ĠUTI":3512,"ĠWic":3513,"Ġzygos":3514,"ĦIJ":3515,"Īìĭ¤":3516,"ĬµëĭĪëĭ¤":3517,"Ĭìľ¼ë©°":3518,"Įê°IJìĹ¼":3519,"İĺ":3520,"ı¬íķ¨":3521,"ijľ":3522,"Ķìłķ":3523,"ĶëIJľ":3524,"ļ©ëŁī":3525,"ľĦ":3526,"Ŀíķĺ":3527,"łë¶":3528,"Ġ(_)":3529,"incoccus":3530,"intermed":3531,"inibacillus":3532,"rolyt":3533,"Ġì¦Ŀ":3534,"ĠìĨĮ":3535,"Ġì¤ij":3536,"Ġìļ©ëŁī":3537,"Ġ27":3538,"Ġ210":3539,"thopsilosis":3540,"erda":3541,"erina":3542,"erat":3543,"erra":3544,"erium":3545,"erana":3546,"ë³µê°ķëĤ´":3547,"ĠìĺĪê°Ģ":3548,"Ġ결과참조":3549,"imen":3550,"imuco":3551,"imosum":3552,"ream":3553,"regat":3554,"Ġana":3555,"Ġaqu":3556,"Ġamyco":3557,"Ġado":3558,"Ġarborescens":3559,"dahense":3560,"ĠAgg":3561,"ĠArc":3562,"ìĭĿíķĺ":3563,"ê°ĦìĿĦ":3564,"ê°Ħê·łìĿ´ì§Ģë§Į":3565,"Ġgpr":3566,"Ġgon":3567,"Ġges":3568,"Ġgila":3569,"Ġgrime":3570,"yssoch":3571,"ysinibacillus":3572,"cis":3573,"cilomyces":3574,"Ġ1500":3575,"íķ´":3576,"íķĺë":3577,"ĠPle":3578,"ĠPep":3579,"ĠPoor":3580,"imeëĵ±ìĹIJ":3581,"Ġ52":3582,"Ġ53":3583,"Ġ55":3584,"Ġ57":3585,"Ġ58":3586,"azakii":3587,"anobacterium":3588,"antis":3589,"ipes":3590,"ìłķë³´ê³ł":3591,"ulus":3592,"ulum":3593,"ulare":3594,"ulosa":3595,"ulfonam":3596,"core":3597,"conzole":3598,"ĠMS":3599,"ĠMas":3600,"acasei":3601,"acuta":3602,"aculum":3603,"IJìĬµëĭĪëĭ¤":3604,"enella":3605,"326003":3606,"icensis":3607,"iculosa":3608,"igatus":3609,"lesc":3610,"tincta":3611,"ìµľìłķë³´ê³ł":3612,"iseptica":3613,"ishino":3614,"ietnam":3615,"ëıĻ물":3616,"ëıĻìłķëIJ¨":3617,"ëıĻìłķìĪĺ":3618,"ĠëıĻìłķìĿ´":3619,"ĠëıĻìłķ물":3620,"ëĭĪìĭ¤":3621,"Ġberg":3622,"Ġbug":3623,"Ġbiv":3624,"Ġbif":3625,"Ġbrev":3626,"Ġbaron":3627,"ĠSpec":3628,"edla":3629,"eddahense":3630,"Ġê°IJìĨĮ":3631,"Ġê°IJìĪĺìĦ±ìĿ¼":3632,"Ġê°IJìĪĺìĦ±ìĿĢ":3633,"Ġê°IJìĪĺìĦ±ìĿ´ëĿ¼ê³ł":3634,"Ġê°IJìĪĺìĦ±ìĿ´ê³ł":3635,"onto":3636,"Tigecyclin":3637,"usa":3638,"usif":3639,"Ġìłķìĥģ":3640,"Tetrac":3641,"latum":3642,"Ġ86":3643,"Ġ44":3644,"Ġ47":3645,"ĊĊĊĠĠĠ":3646,"alus":3647,"alii":3648,"alyticus":3649,"allens":3650,"alue":3651,"alpophil":3652,"lavulante":3653,"throm":3654,"ĠErythromycin":3655,"ĠEik":3656,"ĠEubacterium":3657,"olymy":3658,"ê·łìŀĦ":3659,"ĠìļĶì²":3660,"iconensis":3661,"umilus":3662,"umescens":3663,"ummin":3664,"umincoccus":3665,"umerina":3666,"umigatus":3667,"inegol":3668,"liquefaciens":3669,"itus":3670,"ìĿĺë£Į":3671,"Ġ주ìĭŃìĭľìļĶ":3672,"Dalfop":3673,"Dalfoprist":3674,"Nitrofur":3675,"teroni":3676,"teronidazole":3677,"Ġst":3678,"Ġseg":3679,"Ġsalmonella":3680,"Ġsing":3681,"Ġshigella":3682,"Ġsymbi":3683,"Ġsulfonam":3684,"Ġscore":3685,"Ġsedla":3686,"ĠëĨį":3687,"Ġë°©ë²ķ":3688,"Ġë²ł":3689,"ĠëĦIJ":3690,"ellu":3691,"ê°IJìĹ¼ìĿĦ":3692,"Ġcoag":3693,"Ġcoryne":3694,"Ġcopro":3695,"Ġcorrod":3696,"egat":3697,"íļĮê°IJìĹ¼":3698,"Ġamikacin":3699,"Ġamoxicillin":3700,"Ġampici":3701,"Ġpf":3702,"Ġpreliminary":3703,"Ġpseud":3704,"Ġpell":3705,"Ġpallens":3706,"Ġpolymy":3707,"Ġpumilus":3708,"ariconensis":3709,"atilis":3710,"ĠNag":3711,"ĠCor":3712,"ĠCPE":3713,"ĠCand":3714,"ĠCFU":3715,"actroides":3716,"ĠRah":3717,"ĠRods":3718,"ĠRumincoccus":3719,"nee":3720,"Telithrom":3721,"Ġferm":3722,"Ġform":3723,"Ġfetus":3724,"Ġfusif":3725,"Ġfumigatus":3726,"Ġfinegol":3727,"Ġfellu":3728,"MeropenemìĹIJ":3729,"Ġcuc":3730,"Ġclostrid":3731,"Ġclavulante":3732,"Ġcummin":3733,"Ġspore":3734,"ĠíķŃìĥĿìłľìĹIJ":3735,"osseli":3736,"oripenem":3737,"orrh":3738,"orthia":3739,"ĠGpr":3740,"ĠGlo":3741,"ĠGrma":3742,"aeus":3743,"esiae":3744,"eslu":3745,"estos":3746,"omalus":3747,"iiform":3748,"istinae":3749,"istipes":3750,"ĠvPreliminary":3751,"Ġverm":3752,"Ġvet":3753,"Ġvir":3754,"Ġvietnam":3755,"Ġvalue":3756,"ĠvancomycinìĹIJëĬĶ":3757,"ĠPossible":3758,"ĠFilamentous":3759,"udinis":3760,"ĠPseudochrobactrum":3761,"ĠìĥĿìĦ±íķĺë":3762,"Ġaeria":3763,"Ġaltit":3764,"Ġalbican":3765,"Ġinno":3766,"Ġinjen":3767,"Ġinsol":3768,"Ġnov":3769,"Ġnishino":3770,"haalii":3771,"ì²ĺ리":3772,"otii":3773,"otyper":3774,"ĊĊĊĊĊĊ":3775,"ĊĊĊĊĠĠĠĠĠĠĠĠĠĠ":3776,"agal":3777,"aginosa":3778,"ľ¼ëĤĺ":3779,"ĠBil":3780,"ĠBord":3781,"ĠBacteremia":3782,"ĠByssoch":3783,"ĠBactroides":3784,"Ġconca":3785,"Ġconglomer":3786,"Ġconfus":3787,"ĠëĤ´ìĦ±ìĿĦ":3788,"ĠëĤ´ìĦ±ìĿ´ëĿ¼ê³ł":3789,"Ġcommu":3790,"ĠcarbapenemìĹIJ":3791,"Ġ78":3792,"illin":3793,"ABIL":3794,"Ġspecta":3795,"ĠVoriconazole":3796,"Ġreviewed":3797,"ĠShin":3798,"Ġmeropenem":3799,"Ġmuco":3800,"Ġmale":3801,"Ġmold":3802,"Ġmojav":3803,"Ġmucil":3804,"Ġmerda":3805,"Ġmegat":3806,"Ġmosseli":3807,"ndii":3808,"Enteroco":3809,"ĠCatalase":3810,"philus":3811,"rophaeus":3812,"Ġwad":3813,"Ġweihens":3814,"Ġcavity":3815,"Ġcatalase":3816,"Ġtur":3817,"Ġtigecycline":3818,"Ġtumescens":3819,"Ġtestos":3820,"Ġ62":3821,"Ġ65":3822,"Ġ69":3823,"itisëĵ±":3824,"Ġê°IJìĹ¼ëıĦ":3825,"Ġê°IJìĹ¼ìĭľíĤ¤":3826,"Ġê°IJìĹ¼ëĵ±ìĿĦ":3827,"íĻĶëIJľ":3828,"íĤ¬":3829,"Ġschaalii":3830,"ĠìŀIJëŀIJìĬµëĭĪëĭ¤":3831,"olyticum":3832,"undimonas":3833,"uris":3834,"Ġorale":3835,"Ġorthopsilosis":3836,"Ġparacasei":3837,"Ġparahaem":3838,"ìĿ´ìĹ¼ìĿĦ":3839,"Ġhaemolyticum":3840,"silia":3841,"Ġkerat":3842,"Ġknee":3843,"Ġlent":3844,"Ġlyla":3845,"Ġlimosum":3846,"Ġlacuta":3847,"ĠTerra":3848,"기구":3849,"Ġdeni":3850,"Ġdoripenem":3851,"ìĦ¸ê·łìĿ´ì§Ģë§Į":3852,"ëĮĢë¶Ģë¶Ħ":3853,"Ġasaccha":3854,"Ġlactamase를":3855,"STE":3856,"ĠíĺIJ기ìĦ±ê·ł":3857,"Ġfragi":3858,"Ġintermedia":3859,"Ġintermedium":3860,"ĠChryseomonas":3861,"ĠMicrobacterium":3862,"ĠìŀĪìĸ´":3863,"Ġjeddahense":3864,"ĠìĿ¼ìĿĦ":3865,"ĠìĿ¼ì¹ĺ":3866,"ĢìľĦ":3867,"Ģìľ¼ëĤĺ":3868,"Ġindicus":3869,"etella":3870,"ffusa":3871,"flava":3872,"ĠLPCBíĻķìĿ¸":3873,"ĠLysinibacillus":3874,"eida":3875,"ìľ¼ëĤĺ":3876,"Ġvulner":3877,"ĠíĺIJ기ìĦ±ìĦ¸ê·łìĹIJ":3878,"ĠìĿ¼ìľ¼íĤ´":3879,"ĠìĪĺìĪ":3880,"ĠAlistipes":3881,"Ġguariconensis":3882,"Ġê²ĢìĤ¬ìĭ¤":3883,"Ġë³´ìŀĦ":3884,"Ġë³´ìĿ´ê³ł":3885,"entis":3886,"ê·¸ëŀĮìĸijìĦ±":3887,"ĠĊĊĠĊ":3888,"Ġnecroph":3889,"ĠLactococcus":3890,"Ġrodsê·ł":3891,"Ġrodsê°Ģ":3892,"Ġë³´ê³łê°Ģ":3893,"Ġë³´ê³łëIJĺë©°":3894,"Ġë³´ê³łëIJ©ëĭĪëĭ¤":3895,"tarum":3896,"Ġkristinae":3897,"Trichosporon":3898,"ĠParacoccus":3899,"Ġê·¸ëŀĮìĸijìĦ±ê°Ħê·łìĿ´ì§Ģë§Į":3900,"reviewed":3901,"Ġfluid":3902,"Ġfluconzole":3903,"Ġvestivularis":3904,"ëĤ´ìĹIJìĦľ":3905,"odesiae":3906,"Ġaurimuco":3907,"IJìĹIJ":3908,"ìĹ¼ëĵ±ìĿĦ":3909,"ìĹ¼ìĥī":3910,"ĠëĮĢíķľ":3911,"hamomyces":3912,"Ġìĭľê°ĦìĿĦ":3913,"ëĵľë¬¼ê²Į":3914,"Ġanomalus":3915,"Ġplantarum":3916,"ëĵ±ìĿĢ":3917,"Ġthail":3918,"Ġthalpophil":3919,"Ġê·łëªħ":3920,"Ġê·łìĿĺ":3921,"Ġmycoides":3922,"ìĭ¬ëĤ´ë§īìĹ¼":3923,"ĠGPCë¡ľ":3924,"Ġruris":3925,"Ġmontev":3926,"ĠíĨµ":3927,"Ġíİĺ":3928,"Ġíı¬íķ¨":3929,"Ġíijľ":3930,"Ġìĥģìŀ¬ê·łìľ¼ë¡ľ":3931,"ophila":3932,"Ġflex":3933,"Ġodonto":3934,"ĠbacteremiaëĤĺ":3935,"Ġëĵ±ìĿĺ":3936,"Ġëĵ±ìĿ´":3937,"Ġëĵ±ìĿĦ":3938,"Ġëĵ±ìĿĢ":3939,"Ġrubriper":3940,"bactrimeëĵ±ìĹIJ":3941,"Ġlibanensis":3942,"Ġsubflava":3943,"Ġcefotaxime":3944,"Ġcefepime":3945,"Ġinfantis":3946,"Ġdisagal":3947,"Ġexig":3948,"ĠBrevundimonas":3949,"Ġjoint":3950,"ĠinfectionìĿ´":3951,"sphaerella":3952,"íĥIJ":3953,"ĠìŀIJìĹ°ê³Ħ":3954,"ĠìĤ¬ëŀĮìĿĺ":3955,"ĠìĤ¬ëŀĮìĹIJìĦľëĬĶ":3956,"Ġê°Ħ주ëIJ©ëĭĪëĭ¤":3957,"ĠíĺĪìķ¡ìĿ´ëĤĺ":3958,"물ìĿĦ":3959,"Ġimitans":3960,"Ġ참조íķĺìŬ":3961,"ĠMANY":3962,"ĠMetronidazoleìĹIJ":3963,"ĠMetronidazoleìĿ´":3964,"Ġbiotyper":3965,"ĠìĭĿ물ìĿĦ":3966,"ìŀ¥ìĹIJ":3967,"Ġmucifaciens":3968,"Ġë¶Īê°Ģíķ¨":3969,"íĥĢëĿ½":3970,"ĠìŀIJìĹ°ëĤ´ìĦ±ìŀħëĭĪëĭ¤":3971,"ss를":3972,"Ġíķĺì§Ģ":3973,"Ġ기íĥĢ":3974,"Ġ기íļĮê°IJìĹ¼":3975,"imalium":3976,"Ġabscesss를":3977,"ĠAmpici":3978,"anishia":3979,"ĠëIJ¨":3980,"ĠëIJł":3981,"tivorum":3982,"Ġë³µê°ķëĤ´ê°IJìĹ¼":3983,"Ġmultivorum":3984,"ĠwoundëĤĺ":3985,"Ġë¶Ħ리ëIJ¨":3986,"Ġ참조íķĺìĭŃìĭľìļĶ":3987,"Ġbloodsream":3988,"Ġalbicasn":3989,"ìľ¨ìĿ´":3990,"Ġclinidamycin":3991,"Ġpluran":3992,"Ġcoccië¡ľ":3993,"Ġrhodesiae":3994,"ĠìķĬìľ¼ë©°":3995,"andensis":3996,"andicus":3997,"idescens":3998,"ideìĹIJëĬĶ":3999,"ideense":4000,"Ġê²Ģì²´ìŀħëĭĪëĭ¤":4001,"trificans":4002,"Ġsakazakii":4003,"ì¤ĢíĻĶëIJľ":4004,"cefoxitin":4005,"Ġmeteronidazole":4006,"íĺ¸íĿ":4007,"Ġ구ê°ķìĿ´ëĤĺ":4008,"Ġ구ê°ķëĤ´ìĹIJìĦľ":4009,"ĠRhodococcus":4010,"Ġabscessëĵ±ìĿĦ":4011,"ĠAmpicillinëĵ±ìĹIJ":4012,"Ġcellulosilyticuse":4013,"ETSTE":4014,"cuum":4015,"noana":4016,"nega":4017,"íĶ¼ë¶ĢìĿĺ":4018,"íĶ¼ë¶Ģê°IJìĹ¼":4019,"ĠKS":4020,"ĠKocu":4021,"ĠíĺIJ기배ìĸijê·łìŀħëĭĪëĭ¤":4022,"Ġ충ì":4023,"Ġì¶Ķìłķ":4024,"ë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽIJìĿĺ":4025,"ë³´ê±´íĻĺê²½ìĹ°êµ¬ìĽIJìĹIJ":4026,"Ġatypica":4027,"Ġatrophaeus":4028,"erobius":4029,"erobaculum":4030,"tostreptococcus":4031,"Ġstainë§Į":4032,"ĠëĤ®ìĿĮ":4033,"ĠëĤ®ìľ¼ëĤĺ":4034,"Ġperolens":4035,"Ġperoris":4036,"Ġìŀ¥ëĤ´ìĦ¸ê·łìĿ´ì§Ģë§Į":4037,"Ġvariicola":4038,"Ġvariotii":4039,"ĠìĿ¼ìľ¼íĤ¨ëĭ¤ê³ł":4040,"Ġrifampinëĵ±ìĿĢ":4041,"ĠíĶ¼ë¶ĢìĿĺ":4042,"ĠíĺĪìķ¡ëĤ´ê°IJìĹ¼ìĿĦ":4043,"ĠëIJĺìĸ´":4044,"ĠëIJĺìĹĪìĬµëĭĪëĭ¤":4045,"ĠclindamycinìĹIJëĬĶ":4046,"Ġíļ¨ê³¼ìłģìĿ´ëĿ¼":4047,"Ġíļ¨ê³¼ìłģìĿ´ëĿ¼ê³ł":4048,"Ġì¹ĺ주ìĹ¼ìĿĦ":4049,"Ġì¹ĺ주ìĹ¼ëĵ±ìĿĦ":4050,"Ġbronchialis":4051,"Ġbronchiseptica":4052,"Ġìĥģì²ĺê°IJìĹ¼":4053,"SUSCEPTIBL":4054,"SUSCEPTABIL":4055,"Lactobacillus":4056,"Lachnoana":4057,"Moderate":4058,"Moraxella":4059,"Nitr":4060,"Piperacil":4061,"Yeast":4062,"alinì²ĺ리":4063,"ctosphaerella":4064,"kerhamomyces":4065,"lamys":4066,"miyaensis":4067,"nyebacterium":4068,"nonliquefaciens":4069,"oenicis":4070,"paecilomyces":4071,"sworthia":4072,"sardii":4073,"tanum":4074,"tephanensis":4075,"tigecyclineëĵ±ìĿĦ":4076,"¹ĺëĤĺ":4077,"ë©´ìĹŃìĿ´":4078,"ë§īìĹ¼ëıĦ":4079,"린ìĿ´ëĤĺ":4080,"ìĺĢìľ¼ëĤĺ":4081,"ìĸijìĿ´ëĤĺ":4082,"ì§Ħê·ł":4083,"íĨµìĥģìłģìľ¼ë¡ľ":4084,"Ġê²°ë§īìĹ¼ëıĦ":4085,"Ġnaeslu":4086,"ĠGentamycin":4087,"Ġphoenicis":4088,"Ġhermanii":4089,"Ġurealyticus":4090,"Ġdiffusa":4091,"Ġrugosa":4092,"Ġê°Ħê·łìŀĦ":4093,"ĠJanibacter":4094,"ĠWickerhamomyces":4095,"Ġzygosaccharomyces":4096,"łë¶ĢìľĦ":4097,"rolyticum":4098,"Ġì¦ĿìĭĿíķĺ":4099,"ĠìĨĮìŀ¥ìĹIJ":4100,"Ġì¤ijìĿ´ìĹ¼ìĿĦ":4101,"Ġìļ©ëŁīìĿĦ":4102,"Ġ210326003":4103,"regatibacter":4104,"Ġanaerobius":4105,"Ġaquatilis":4106,"Ġamycolatum":4107,"Ġadolesc":4108,"ĠAggregatibacter":4109,"ĠArcanobacterium":4110,"Ġgonorrh":4111,"Ġgessardii":4112,"Ġgilardii":4113,"Ġgrimesii":4114,"ĠPlectosphaerella":4115,"ĠPeptostreptococcus":4116,"ĠMassilia":4117,"ëıĻ물ìĹIJ":4118,"ëıĻìłķìĪĺìłĦ":4119,"ĠëıĻìłķ물ê°Ģ":4120,"ëĭĪìĭ¤ë¦°ìĿ´ëĤĺ":4121,"Ġbergensis":4122,"Ġbugandensis":4123,"Ġbivia":4124,"Ġbifermentans":4125,"Ġbreve":4126,"Ġbaroniae":4127,"ĠSpecimen":4128,"Ġê°IJìĨĮëIJľ":4129,"Tetracycli":4130,"ĠEikenella":4131,"ĠìļĶì²Ń":4132,"ìĿĺë£Į기구":4133,"Dalfopristi":4134,"Ġsegnis":4135,"Ġsingulare":4136,"Ġsymbiosum":4137,"ĠsulfonamideìĹIJëĬĶ":4138,"Ġsedlakii":4139,"ĠëĨįìĸijìĿ´ëĤĺ":4140,"Ġë°©ë²ķìľ¼ë¡ľ":4141,"Ġë²łíĥĢëĿ½":4142,"ĠëĦIJ리":4143,"Ġcoagulans":4144,"Ġcoryneform":4145,"Ġcoprophilus":4146,"Ġcorrodens":4147,"Ġampiciillin":4148,"Ġpseudintermed":4149,"Ġpelliculosa":4150,"Ġpolymyxa":4151,"ĠNaganishia":4152,"ĠCornyebacterium":4153,"ĠCandeida":4154,"ĠRahnella":4155,"Ġfermentum":4156,"Ġformalinì²ĺ리":4157,"Ġfusiformis":4158,"Ġfinegoldii":4159,"Ġfellutanum":4160,"Ġcucumerina":4161,"Ġclostridiiform":4162,"Ġcumminsii":4163,"Ġsporeê°Ģ":4164,"ĠGlobicatella":4165,"Ġvermicola":4166,"Ġveterana":4167,"Ġviridescens":4168,"Ġvietnamiensis":4169,"ĠìĥĿìĦ±íķĺë¯Ģë¡ľ":4170,"Ġaltitudinis":4171,"Ġinnocuum":4172,"Ġinjenensis":4173,"Ġinsolitus":4174,"Ġnova":4175,"Ġnishinomiyaensis":4176,"ĠBilophila":4177,"ĠBordetella":4178,"ĠByssochlamys":4179,"Ġconcava":4180,"Ġconglomeratum":4181,"Ġconfusum":4182,"Ġcommune":4183,"Ġspectabilis":4184,"Ġmucosa":4185,"Ġmalefermentans":4186,"Ġmojavensis":4187,"Ġmucilaginosa":4188,"Ġmerdae":4189,"Ġmegaterium":4190,"Ġmosselii":4191,"Ġwadsworthia":4192,"Ġweihenstephanensis":4193,"Ġturicensis":4194,"Ġtestosteroni":4195,"itisëĵ±ìĿĺ":4196,"Ġê°IJìĹ¼ìĭľíĤ¤ëĬĶ":4197,"Ġparahaemolyticus":4198,"Ġkeratitisëĵ±ìĿĺ":4199,"Ġlentulus":4200,"Ġlylae":4201,"Ġlacutae":4202,"ĠTerrabacter":4203,"Ġdenitrificans":4204,"Ġasaccharolyticum":4205,"ĠìĿ¼ìĿĦíĤ¬":4206,"ĠìĿ¼ì¹ĺìľ¨ìĿ´":4207,"Ġvulneris":4208,"ĠìĪĺìĪłë¶ĢìľĦ":4209,"Ġê²ĢìĤ¬ìĭ¤ìĿĺ":4210,"ê·¸ëŀĮìĸijìĦ±ìķĮê·łìľ¼ë¡ľ":4211,"Ġnecrophorum":4212,"ĠfluconzoleìĹIJëĬĶ":4213,"Ġaurimucosum":4214,"ìĹ¼ìĥīê²°ê³¼":4215,"Ġthailandicus":4216,"Ġthalpophilum":4217,"Ġmontevideense":4218,"ĠíĨµíķ´":4219,"ĠíİĺëĭĪìĭ¤ë¦°ìĿ´ëĤĺ":4220,"Ġíı¬íķ¨íķĺìŬ":4221,"Ġíijľì¤ĢíĻĶëIJľ":4222,"Ġflexus":4223,"Ġodontolyticus":4224,"Ġrubripertincta":4225,"Ġexigua":4226,"ĠìŀIJìĹ°ê³ĦìĹIJ":4227,"Ġ기íļĮê°IJìĹ¼ê·łìŀĦ":4228,"ĠAmpicilin":4229,"Ġpluranimalium":4230,"ĠmeteronidazoleìĹIJ":4231,"íĺ¸íĿ¡ê¸°":4232,"ĠKocuria":4233,"Ġ충ì¹ĺëĤĺ":4234,"Ġì¶ĶìłķëIJĺë©°":4235,"SUSCEPTIBLE":4236,"SUSCEPTABILE":4237,"Lachnoanaerobaculum":4238,"Ġnaeslundii":4239,"Ġì¦ĿìĭĿíķĺìĺĢìľ¼ëĤĺ":4240,"Ġ2103260039":4241,"Ġadolescentis":4242,"Ġgonorrhoeae":4243,"ìĿĺë£Į기구ëĵ±ìĿĦ":4244,"Ġë²łíĥĢëĿ½íĥIJ":4245,"Ġformalinì²ĺ리ëIJľ":4246,"Ġclostridiiforme":4247}