LikelySurf commited on
Commit
7120155
1 Parent(s): a981561

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 0,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 0,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 128,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.31.0",
37
+ "use_cache": true,
38
+ "vocab_size": 5000
39
+ }
merges.txt ADDED
@@ -0,0 +1,4744 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #version: 0.2
2
+ i n
3
+ a t
4
+ Ġ in
5
+ r e
6
+ i c
7
+ Ġ a
8
+ a l
9
+ e n
10
+ Ġ o
11
+ Ġ b
12
+ A t
13
+ at i
14
+ Ġ C
15
+ Ġ c
16
+ l e
17
+ c m
18
+ s t
19
+ Ġ m
20
+ Ġ n
21
+ o n
22
+ e r
23
+ Ġ L
24
+ Ġ M
25
+ t h
26
+ Ġ s
27
+ Ġo f
28
+ Ġ R
29
+ n d
30
+ G r
31
+ U S
32
+ Ġa nd
33
+ Ġm a
34
+ Ġ US
35
+ ĠM G
36
+ d u
37
+ v e
38
+ Ġ 1
39
+ al c
40
+ ati on
41
+ e g
42
+ N C
43
+ i f
44
+ Ġn o
45
+ ĠR t
46
+ ati ve
47
+ ĠL t
48
+ eg ative
49
+ g n
50
+ r o
51
+ if ic
52
+ in g
53
+ Ġ (
54
+ h o
55
+ re a
56
+ m m
57
+ e d
58
+ a r
59
+ Ġ p
60
+ e c
61
+ s s
62
+ o th
63
+ ific ation
64
+ s i
65
+ Ġno du
66
+ alc ification
67
+ Ġ Ġ
68
+ Ġ 3
69
+ d e
70
+ Ġb oth
71
+ Ġnodu le
72
+ s x
73
+ Ġ Gr
74
+ rea st
75
+ Ġ l
76
+ c re
77
+ cre en
78
+ Ġ N
79
+ creen ing
80
+ ec ho
81
+ A sx
82
+ Ġ 2
83
+ - >
84
+ h y
85
+ Ġn egative
86
+ Ġb reast
87
+ echo ic
88
+ i gn
89
+ Ġma ss
90
+ Ġ d
91
+ Ġ 0
92
+ a de
93
+ i l
94
+ Ġ f
95
+ t er
96
+ Ġ le
97
+ en ign
98
+ y st
99
+ a n
100
+ Ġc alcification
101
+ w i
102
+ l ar
103
+ o r
104
+ o echoic
105
+ Ġ Ċ
106
+ Ġc yst
107
+ U O
108
+ Ġ F
109
+ s y
110
+ Ġ g
111
+ hy p
112
+ Ġ hyp
113
+ u s
114
+ S creening
115
+ t r
116
+ Ġ -
117
+ Ġ ì
118
+ Ġb enign
119
+ Ġma mm
120
+ Ġ r
121
+ si on
122
+ ro c
123
+ Ġhyp oechoic
124
+ Ġle sion
125
+ ic roc
126
+ u p
127
+ c t
128
+ s e
129
+ Ġm icroc
130
+ Ġ i
131
+ m al
132
+ l a
133
+ N o
134
+ Ġ 4
135
+ Ġ D
136
+ Ġ wi
137
+ Ġwi th
138
+ Ċ Ċ
139
+ t y
140
+ o st
141
+ Ġa x
142
+ ) ,
143
+ i a
144
+ Ġmamm o
145
+ t i
146
+ Ġax il
147
+ e tr
148
+ sy mm
149
+ re d
150
+ Ġmicroc alcification
151
+ Ġl o
152
+ symm etr
153
+ Ġ NC
154
+ ) .
155
+ g e
156
+ u n
157
+ l y
158
+ ĠM M
159
+ h e
160
+ Ġcalcification s
161
+ Ġd en
162
+ Ġcyst s
163
+ Ġr t
164
+ r ade
165
+ Ġl t
166
+ o us
167
+ ia gn
168
+ symmetr y
169
+ ost ic
170
+ iagn ostic
171
+ Ġaxil la
172
+ h r
173
+ en t
174
+ e red
175
+ h an
176
+ p er
177
+ Ġ1 2
178
+ v i
179
+ Ġ up
180
+ Ġi s
181
+ Ġc han
182
+ u l
183
+ Ġchan ge
184
+ Ġup per
185
+ o m
186
+ ( -
187
+ v al
188
+ Ġ- ->
189
+ ĠR UO
190
+ Ġp ro
191
+ p le
192
+ a re
193
+ m in
194
+ ĠL UO
195
+ S x
196
+ Ġ S
197
+ Ġs creening
198
+ Ġa symmetry
199
+ Ġ P
200
+ Ġmicrocalcification s
201
+ ĠMM G
202
+ N egative
203
+ Ġ B
204
+ Ġs i
205
+ ter o
206
+ n c
207
+ Ġbreast s
208
+ o c
209
+ Ġnodule s
210
+ Ġo val
211
+ Ġ1 0
212
+ u lar
213
+ Ġlo w
214
+ ĠĠ ĠĠ
215
+ du ct
216
+ Ġ 9
217
+ Ġ ->
218
+ Ġ at
219
+ mal l
220
+ oc al
221
+ c e
222
+ D iagnostic
223
+ o p
224
+ Ġa b
225
+ ĠL N
226
+ Ġ e
227
+ a b
228
+ Gr ade
229
+ m o
230
+ Ġo u
231
+ wi se
232
+ Ġden si
233
+ er wise
234
+ Ġ duct
235
+ Ġg rade
236
+ A Sx
237
+ he tero
238
+ ì Ŀ
239
+ m a
240
+ Ġc alc
241
+ Ġab n
242
+ H x
243
+ ĠS A
244
+ Ġ th
245
+ Ġ ë
246
+ Ġdensi ty
247
+ l u
248
+ ho mo
249
+ Ġsi z
250
+ Ġ2 0
251
+ ti ple
252
+ Ġpro min
253
+ Ġ t
254
+ ul tiple
255
+ Ġo r
256
+ - ->
257
+ Ġs mall
258
+ e s
259
+ are nc
260
+ arenc hy
261
+ Ġp arenchy
262
+ at ed
263
+ Ġou ter
264
+ f t
265
+ Ġ Asx
266
+ g en
267
+ i b
268
+ O th
269
+ U I
270
+ Ġpromin ent
271
+ O S
272
+ er al
273
+ Ġ hetero
274
+ Ġg un
275
+ Ġ &
276
+ Ġ de
277
+ ĠF Hx
278
+ Ġb x
279
+ Ġs u
280
+ Oth erwise
281
+ (- )
282
+ lu st
283
+ i op
284
+ lust ered
285
+ g h
286
+ at e
287
+ ar y
288
+ Ġf ocal
289
+ Ġ echoic
290
+ Ġb iop
291
+ Ġ homo
292
+ c at
293
+ i gh
294
+ re g
295
+ Ġmass es
296
+ Ġs e
297
+ v eral
298
+ Ġle ft
299
+ - ,
300
+ d en
301
+ c er
302
+ Ġsiz ed
303
+ Ġ1 1
304
+ e ous
305
+ t ered
306
+ igh t
307
+ ec t
308
+ ter n
309
+ cat tered
310
+ t e
311
+ ab le
312
+ ĠGr ade
313
+ gen eous
314
+ Ġo n
315
+ s c
316
+ Ġc lustered
317
+ F G
318
+ Ċ ĠĠĠĠ
319
+ Ġbiop sy
320
+ Ġparenchy ma
321
+ Ġsu b
322
+ in ce
323
+ Ġaxilla e
324
+ C C
325
+ Ġe x
326
+ or mal
327
+ ĠB x
328
+ Ġ Screening
329
+ Ġs ince
330
+ Ġ en
331
+ e ss
332
+ g rade
333
+ e w
334
+ Ġth e
335
+ Ġden se
336
+ Ġabn ormal
337
+ Ģ ì
338
+ Ġs cattered
339
+ ê ²
340
+ f in
341
+ at tern
342
+ a in
343
+ Ġmamm ary
344
+ in e
345
+ r reg
346
+ Ġ OS
347
+ rreg ular
348
+ T he
349
+ un ct
350
+ n er
351
+ Ġis oechoic
352
+ unct ate
353
+ Ġin ner
354
+ Ġ 6
355
+ (- ),
356
+ ë ĭ
357
+ Ġp attern
358
+ g ed
359
+ in y
360
+ i ty
361
+ ĠF CC
362
+ lar ged
363
+ Ġ w
364
+ Ġi rregular
365
+ L ess
366
+ í ķ
367
+ Ġf or
368
+ ĥ ģ
369
+ re vi
370
+ Ġ ,
371
+ Ġduct al
372
+ Ġp unctate
373
+ Ġr ight
374
+ p ic
375
+ Ġd il
376
+ ĠF A
377
+ i d
378
+ Ġlow er
379
+ n egative
380
+ Ġ E
381
+ u t
382
+ ´ ì
383
+ Ġen larged
384
+ o lar
385
+ ĠL UI
386
+ a sx
387
+ Ġhomo FG
388
+ re m
389
+ revi ous
390
+ Ġm ultiple
391
+ Ġ H
392
+ Ġa re
393
+ Ġ20 1
394
+ a p
395
+ Ġ vi
396
+ Ġma gn
397
+ u nd
398
+ g r
399
+ B enign
400
+ Ġa rea
401
+ Ġ 8
402
+ Ġsub are
403
+ or re
404
+ ĠMM T
405
+ fin ed
406
+ ib ro
407
+ u m
408
+ u re
409
+ r c
410
+ ro und
411
+ Ġno t
412
+ a s
413
+ Ġ20 0
414
+ Ġ I
415
+ ĠĠ Ġ
416
+ s ed
417
+ ar k
418
+ il d
419
+ Ġsubare olar
420
+ ì Ĺ
421
+ ì Ħ
422
+ orre l
423
+ ine ar
424
+ ìĿ Į
425
+ B reast
426
+ Ġc an
427
+ ĠN egative
428
+ ĠĊ ĠĊ
429
+ rea sed
430
+ Ġ 5
431
+ Ġcan cer
432
+ Ġt iny
433
+ il l
434
+ Ġl inear
435
+ L O
436
+ 1 0
437
+ rem ark
438
+ 1 2
439
+ remark able
440
+ d ing
441
+ t ect
442
+ geneous ly
443
+ ë ¶
444
+ si a
445
+ ë °
446
+ Ċ Ġ
447
+ ê °
448
+ Ġ( -
449
+ i on
450
+ Ġw as
451
+ ê ³
452
+ Ġc m
453
+ Ġ round
454
+ Ġf at
455
+ Ġdil at
456
+ Ġì Ŀ
457
+ Ġdilat ation
458
+ Ġnodu lar
459
+ Ġabnormal ity
460
+ ľ ł
461
+ o w
462
+ ĠR UI
463
+ Ġf ibro
464
+ Ġp revious
465
+ i m
466
+ Ġ tr
467
+ Ġmagn i
468
+ L t
469
+ i s
470
+ ê² Ģì
471
+ H z
472
+ Ġ :
473
+ Ġex a
474
+ er f
475
+ 2 0
476
+ Ġp ain
477
+ b ab
478
+ if f
479
+ k ing
480
+ Ġ A
481
+ us e
482
+ bab ly
483
+ i rc
484
+ us pic
485
+ Ġlo b
486
+ iff use
487
+ Ġg r
488
+ Ġexa min
489
+ Ġexamin ation
490
+ an s
491
+ Ġ ill
492
+ Ġtr ans
493
+ Ġtrans du
494
+ Ġtransdu cer
495
+ up ed
496
+ M ultiple
497
+ r ib
498
+ Ļ ¸
499
+ i st
500
+ Ġ- -
501
+ Ġse veral
502
+ Ġse en
503
+ e veral
504
+ Ġma y
505
+ Ġg ro
506
+ la nd
507
+ Ġo s
508
+ m p
509
+ or p
510
+ ( +
511
+ land ular
512
+ lar y
513
+ o ut
514
+ R t
515
+ Ġma m
516
+ b le
517
+ Ġs uspic
518
+ ĠLN s
519
+ o king
520
+ ĠF U
521
+ Ġlesion s
522
+ Ġ(- )
523
+ Ġ 7
524
+ ë¶ Ģ
525
+ Ġmicroc alc
526
+ L I
527
+ 1 1
528
+ Ġc irc
529
+ om o
530
+ Ġe vi
531
+ rib ed
532
+ orrel ated
533
+ ľł ë°
534
+ ĠM Hz
535
+ Ġ G
536
+ Ġt o
537
+ Ġ echo
538
+ a c
539
+ um sc
540
+ Ġaxil lary
541
+ tect ed
542
+ ti on
543
+ Ġf in
544
+ w o
545
+ den ce
546
+ Ġm ild
547
+ Ġevi dence
548
+ m ed
549
+ a Sx
550
+ umsc ribed
551
+ Ġfin ding
552
+ ìĹ IJ
553
+ ì Ľ
554
+ S everal
555
+ t om
556
+ ĠN o
557
+ l o
558
+ ĊĠĠĠĠ Ġ
559
+ ect a
560
+ ì §
561
+ b enign
562
+ Ġgro uped
563
+ Ġë ³
564
+ ecta sia
565
+ Ġex t
566
+ ë ³
567
+ tr a
568
+ ì ķ
569
+ ĠUS G
570
+ Ċ ĠĠĠ
571
+ an t
572
+ ľłë° ©
573
+ Ġd iagnostic
574
+ ´ì ĥģ
575
+ Ġcirc umscribed
576
+ ĊĊ Ċ
577
+ si ble
578
+ Ġsiz e
579
+ Ġvi sible
580
+ Ġ ASx
581
+ g landular
582
+ at ic
583
+ Ġ remarkable
584
+ l l
585
+ Ġcyst ic
586
+ Ġfibro glandular
587
+ ëĭ ¤
588
+ ĠI D
589
+ Ġde tected
590
+ i ous
591
+ Ļ¸ ë¶Ģ
592
+ e tero
593
+ ul ated
594
+ ëĭ Ī
595
+ x t
596
+ gr ap
597
+ e ly
598
+ om p
599
+ Ġle ss
600
+ § Ħ
601
+ xt ure
602
+ a red
603
+ ìĽ IJ
604
+ Ġth an
605
+ te xture
606
+ Ġì Ĺ
607
+ ì ł
608
+ si s
609
+ Ġnot ed
610
+ or med
611
+ Ġp erf
612
+ Ġperf ormed
613
+ i al
614
+ Ġde fined
615
+ Ġmammo grap
616
+ Ġ st
617
+ if i
618
+ Ġc o
619
+ oth erwise
620
+ ec reased
621
+ Ġsi te
622
+ ¡ ľ
623
+ n o
624
+ v o
625
+ or y
626
+ i p
627
+ ê³ ł
628
+ de fined
629
+ h ic
630
+ A symmetry
631
+ v en
632
+ Ġin c
633
+ Ġì ľłë°©
634
+ m ent
635
+ ifi ed
636
+ si de
637
+ Ġ re
638
+ Ĥ ¬
639
+ Ġsuspic ious
640
+ Ġ í
641
+ ĠM a
642
+ N B
643
+ Ġd iffuse
644
+ Ġs ign
645
+ íķ ĺ
646
+ c y
647
+ Ġs up
648
+ i k
649
+ Ġmammograp hy
650
+ ê²Ģì §Ħ
651
+ ĠH omo
652
+ ĠC NB
653
+ Ġ v
654
+ ë ¡ľ
655
+ ific ant
656
+ mp tom
657
+ Ġin tra
658
+ ì ĥģ
659
+ u le
660
+ om a
661
+ Ġn c
662
+ ìķ Ķ
663
+ Ġsign ificant
664
+ p ro
665
+ ĠID C
666
+ mptom atic
667
+ sy mptomatic
668
+ ë Ĭ
669
+ Ġin homo
670
+ m orp
671
+ Ġinhomo geneously
672
+ ple r
673
+ ĠìĿ ´ìĥģ
674
+ T h
675
+ on e
676
+ Ġs en
677
+ op pler
678
+ ion al
679
+ Ġlob ule
680
+ ho us
681
+ + ,
682
+ si ti
683
+ Ġc orrelated
684
+ Ġ .
685
+ u e
686
+ Ġo b
687
+ morp hous
688
+ ìĿ ´
689
+ vi ty
690
+ Ġc omp
691
+ Ġvi ew
692
+ ìĦ ľ
693
+ ê° Ģ
694
+ Ġc en
695
+ Ġsen siti
696
+ Ġsensiti vity
697
+ Ġparenchy mal
698
+ s creening
699
+ ì ľ
700
+ Ġhetero geneous
701
+ Ġob sc
702
+ Ġp ost
703
+ Ġin ter
704
+ Ġlo oking
705
+ Ġduct ectasia
706
+ ĠHomo FG
707
+ ĠR LO
708
+ A symptomatic
709
+ ë ª
710
+ Ġcalc ified
711
+ i t
712
+ ĠĊ Ċ
713
+ Ġd ist
714
+ Ġl ik
715
+ ì ĭ
716
+ Ġext ent
717
+ M G
718
+ Ġecho texture
719
+ Ġa morphous
720
+ Ġis o
721
+ Th is
722
+ Ġpro bably
723
+ Ġt wo
724
+ ĠL LO
725
+ Ġì ĸ
726
+ Ġobsc ure
727
+ Ġm o
728
+ ĠL LI
729
+ I I
730
+ a den
731
+ Ġou t
732
+ o t
733
+ e ll
734
+ Ġ reg
735
+ ì ĸ
736
+ ëĬ Ķ
737
+ Ġ ti
738
+ Ī ìĿĮ
739
+ Ġ( <
740
+ Ġ un
741
+ Ġì ķ
742
+ R T
743
+ d iagnostic
744
+ Ġì ŀ
745
+ ma mm
746
+ Ġìľłë°© ìķĶ
747
+ Ġti ss
748
+ h i
749
+ h N
750
+ k in
751
+ den se
752
+ or tion
753
+ ì ŀ
754
+ ê²Ģì Ĥ¬
755
+ b able
756
+ Ġde fin
757
+ Ġtiss ue
758
+ Ġf ew
759
+ gen ous
760
+ i te
761
+ I m
762
+ P ro
763
+ etero geneously
764
+ p e
765
+ Ġreg ional
766
+ ss ly
767
+ Ġ ê
768
+ u r
769
+ Ġm id
770
+ Ġd one
771
+ Ġout side
772
+ e t
773
+ d er
774
+ pic ulated
775
+ ìľ ¼
776
+ s p
777
+ Ġlik ely
778
+ Ġinter val
779
+ C I
780
+ i z
781
+ Ċ ĠĊ
782
+ F ocal
783
+ ij ìĽIJ
784
+ mamm ary
785
+ ì Ļ¸ë¶Ģ
786
+ vo id
787
+ Ġdefin ite
788
+ CI S
789
+ Ġn e
790
+ ê³ ¼
791
+ ip ple
792
+ symmetr ic
793
+ Ġpro ven
794
+ Ġfat ty
795
+ Ġwith out
796
+ Ġo void
797
+ Ġun remarkable
798
+ o sis
799
+ ìĹIJ ìĦľ
800
+ ĠB reast
801
+ - -
802
+ al ign
803
+ Ġs kin
804
+ ëª ¨
805
+ ĠLN E
806
+ í Ļ
807
+ a ct
808
+ lo oking
809
+ Ġinc reased
810
+ i ve
811
+ ĠB enign
812
+ Ġa sx
813
+ e ft
814
+ ar se
815
+ h x
816
+ ë IJ
817
+ . -->
818
+ Ġin d
819
+ ist in
820
+ Ġs piculated
821
+ Ġma r
822
+ S mall
823
+ Ġhyp er
824
+ erf ic
825
+ Ġn ipple
826
+ Ġind istin
827
+ Ġsup erfic
828
+ Ġs h
829
+ den osis
830
+ n ow
831
+ ĠR LI
832
+ er s
833
+ Ġsuperfic ial
834
+ ¸ ëĭĪ
835
+ Gr o
836
+ Ġd i
837
+ ì ļ
838
+ ĠH RT
839
+ ì§ Ģ
840
+ al p
841
+ Ġ1 5
842
+ ëĭĪ ëĭ¤
843
+ F Hx
844
+ í Į
845
+ om orp
846
+ . ,
847
+ an cy
848
+ Ġm et
849
+ ë ħ
850
+ yst ic
851
+ Ġp er
852
+ Ġp le
853
+ Ġindistin ct
854
+ (+ )
855
+ ĠD CIS
856
+ 20 0
857
+ ë³ ijìĽIJ
858
+ Ġco arse
859
+ t le
860
+ Ġ T
861
+ ¸ ¡
862
+ ë ı
863
+ ëħ Ħ
864
+ Ġpro bable
865
+ Ġor g
866
+ m ultiple
867
+ ìĦ ±
868
+ a sc
869
+ O n
870
+ Ġcen ter
871
+ la sia
872
+ Ġorg an
873
+ al iz
874
+ Ġ- -->
875
+ Ġple omorp
876
+ Ġa denosis
877
+ align ancy
878
+ o s
879
+ at eral
880
+ Ġì Ļ¸ë¶Ģ
881
+ asc ular
882
+ íĮ Į
883
+ tern al
884
+ ì ¸¡
885
+ ĠìĹ Ĩ
886
+ eg ory
887
+ ë Ĥ
888
+ Ġin ternal
889
+ Ġmagn ification
890
+ gn i
891
+ Ġ1 8
892
+ ĠF N
893
+ ĊĊ ĊĊ
894
+ m e
895
+ e p
896
+ ge st
897
+ now n
898
+ se veral
899
+ ib roc
900
+ c orrelated
901
+ Ġ ê²Ģì§Ħ
902
+ ibroc ystic
903
+ ´ ĪìĿĮ
904
+ ´ĪìĿĮ íĮĮ
905
+ Ġc on
906
+ Ġintra mammary
907
+ duct al
908
+ Ċ ĠĠ
909
+ Ġn on
910
+ (+ ),
911
+ oth er
912
+ ĠD oppler
913
+ Ġhetero genous
914
+ en ing
915
+ Ġpleomorp hic
916
+ ë Į
917
+ íķ ¨
918
+ ce ss
919
+ . (
920
+ i or
921
+ Ġ ;
922
+ Ġp alp
923
+ Ġc orrel
924
+ ment al
925
+ a d
926
+ C D
927
+ ë ¦
928
+ D ecreased
929
+ ĥ Ŀ
930
+ N ew
931
+ ë §
932
+ pe ared
933
+ Ĩ Į
934
+ ì ĺ
935
+ alcification s
936
+ ìĿ ĺ
937
+ y mp
938
+ ain t
939
+ l ight
940
+ hi tect
941
+ ê µ
942
+ T iny
943
+ s u
944
+ Ġmo re
945
+ lo b
946
+ M M
947
+ ĵ ¤
948
+ Ġ >
949
+ si ed
950
+ Ġdil ated
951
+ ĠĠĠĠ ĠĠĠĠ
952
+ mm ation
953
+ e re
954
+ Ġd ecreased
955
+ eg mental
956
+ Ġl ymp
957
+ Ġv ascular
958
+ du al
959
+ Ġf ar
960
+ ĠL A
961
+ ti es
962
+ ur al
963
+ íķ ľ
964
+ light ly
965
+ MM T
966
+ Ġmicroc al
967
+ ĠLA P
968
+ si dual
969
+ Ġsuspic ion
970
+ Ġdi sc
971
+ 0 7
972
+ mm o
973
+ í ĸ
974
+ if ocal
975
+ Ġbiop sied
976
+ u ct
977
+ cess ory
978
+ Ġ "
979
+ D iffuse
980
+ Ġiso dense
981
+ hitect ural
982
+ B x
983
+ tr al
984
+ Ġhyper p
985
+ íĻ Ķ
986
+ Ġne ed
987
+ or t
988
+ at hy
989
+ il ateral
990
+ Ġc a
991
+ Ġf hx
992
+ Ġhyperp lasia
993
+ rem ely
994
+ ìĭ ľ
995
+ ĠMa gni
996
+ " ,
997
+ Ġì ĭ
998
+ Ġsub tle
999
+ Ġcomp ared
1000
+ Ġs c
1001
+ ot act
1002
+ Ġw ell
1003
+ Ġa n
1004
+ Ġst ere
1005
+ ing le
1006
+ otact ic
1007
+ ĠM R
1008
+ ct ive
1009
+ Ġpalp able
1010
+ Gro ssly
1011
+ F CC
1012
+ 0 8
1013
+ ê ¸
1014
+ Ġf aint
1015
+ der ate
1016
+ Ġì Ħ
1017
+ Ġext remely
1018
+ Ġ h
1019
+ Ġo p
1020
+ en cy
1021
+ Ġë ĵ¤
1022
+ ĠìĹĨ ìĿĮ
1023
+ ĠMa mmo
1024
+ ¹ ĺ
1025
+ Ġa rc
1026
+ on ic
1027
+ ê² ¬
1028
+ Ġintra ductal
1029
+ rea ctive
1030
+ cm N
1031
+ Ġa p
1032
+ Pro bably
1033
+ Ġcalc ific
1034
+ Ġprevious ly
1035
+ ¡ °
1036
+ a st
1037
+ ve re
1038
+ Ġlymp h
1039
+ ĠĠ Ċ
1040
+ ł Ħ
1041
+ le ss
1042
+ . .
1043
+ Ġhyp o
1044
+ T wo
1045
+ ĠG un
1046
+ ul t
1047
+ ¦ Ŀ
1048
+ Ġë ¶
1049
+ aden oma
1050
+ Ġs creen
1051
+ Ġì ´ĪìĿĮíĮĮ
1052
+ ĠG II
1053
+ ĠD iagnostic
1054
+ ìĿ ´ì
1055
+ L ow
1056
+ Ġsu mmation
1057
+ c cessory
1058
+ Ġ1 3
1059
+ Ġlo c
1060
+ 20 1
1061
+ Ġìŀ Ī
1062
+ Ġ Otherwise
1063
+ ìĿ Ģ
1064
+ ve l
1065
+ ĠĊ ĠĠĠĠ
1066
+ ìľ¼ ë¡ľ
1067
+ Ġm alignancy
1068
+ Ċ ĠĊĠĊ
1069
+ pro ven
1070
+ Ġ reactive
1071
+ Ġ ectasia
1072
+ Ġde ep
1073
+ ìł Ħ
1074
+ Ġs egmental
1075
+ Ġp ortion
1076
+ ëĮ Ģ
1077
+ Ġ ê²
1078
+ l ine
1079
+ Ġa symmetric
1080
+ h er
1081
+ er ior
1082
+ ĠH eterogeneously
1083
+ Ġf o
1084
+ ìĿ ´ìĥģ
1085
+ ic k
1086
+ Ġn ew
1087
+ Ġre sidual
1088
+ Ġneed le
1089
+ Ġarc hitectural
1090
+ Ġì ĺ
1091
+ Ġìķ Ĭ
1092
+ is ap
1093
+ ĠF ibrocystic
1094
+ 2 1
1095
+ e l
1096
+ ì Ī
1097
+ ì§ ģ
1098
+ Ġth ick
1099
+ ar ge
1100
+ ĠFN A
1101
+ Ġdist ortion
1102
+ Ġ1 4
1103
+ H eterogeneously
1104
+ A T
1105
+ Ġì ĥģ
1106
+ P revious
1107
+ Ġstere otactic
1108
+ icroc alcifications
1109
+ Ġ200 9
1110
+ D oppler
1111
+ pro bably
1112
+ d y
1113
+ Ġb ut
1114
+ ì Ĭ
1115
+ lu ding
1116
+ Ļ Ģ
1117
+ Ġ200 8
1118
+ isap peared
1119
+ sp ec
1120
+ ëĭ¤ ê³ł
1121
+ í ļ
1122
+ at ing
1123
+ Ġsub A
1124
+ S up
1125
+ ers onic
1126
+ ĨĮ 견
1127
+ Sup ersonic
1128
+ b oth
1129
+ íļ Į
1130
+ Ġë °
1131
+ B oth
1132
+ Ġcen tral
1133
+ ĠF CD
1134
+ ¡° ì§ģ
1135
+ ro m
1136
+ ¸ ìĽIJ
1137
+ ĠL U
1138
+ Ġp re
1139
+ Ġin vo
1140
+ Ġ200 4
1141
+ ë ©
1142
+ Ġlob ular
1143
+ ĠL eft
1144
+ om at
1145
+ aliz ation
1146
+ ê¸ °
1147
+ ij ë³
1148
+ le ro
1149
+ 0 0
1150
+ Ġpost erior
1151
+ + )
1152
+ ë ł
1153
+ ì ĥĿ
1154
+ íĸ ī
1155
+ ¶ Ķ
1156
+ C lustered
1157
+ M Hz
1158
+ Ŀ íļĮ
1159
+ l ic
1160
+ ĠĊ Ġ
1161
+ a it
1162
+ du lar
1163
+ a m
1164
+ Ġchange s
1165
+ Ġpromin ency
1166
+ Ġlob ulated
1167
+ Ġduct s
1168
+ Ġ us
1169
+ Ġf rom
1170
+ yst s
1171
+ Ġë³ ´
1172
+ µ ëĭĪëĭ¤
1173
+ ĠìĿ ´
1174
+ Ġìĸ ij
1175
+ v ic
1176
+ th er
1177
+ ĠGII I
1178
+ s ing
1179
+ at egory
1180
+ om f
1181
+ F A
1182
+ S cattered
1183
+ Ġa f
1184
+ a symmetry
1185
+ ìł ķ
1186
+ 0 6
1187
+ Ġdensi ties
1188
+ omf ort
1189
+ Ġ ê°
1190
+ Ġmo derate
1191
+ Ġìĸ ¸ëĭĪ
1192
+ m ild
1193
+ p t
1194
+ L eft
1195
+ ¹ Ħ
1196
+ lero sing
1197
+ Ġìĭ ľ
1198
+ Ġno r
1199
+ K nown
1200
+ c ho
1201
+ ult ifocal
1202
+ Ġsh ap
1203
+ ĠF ibro
1204
+ S X
1205
+ Ġ U
1206
+ D H
1207
+ om ple
1208
+ ¤ ë
1209
+ ìĭ ¬
1210
+ Ġb ilateral
1211
+ P ost
1212
+ g gest
1213
+ Ġë §
1214
+ o id
1215
+ p athy
1216
+ Ġnor mal
1217
+ o l
1218
+ ad ow
1219
+ cho texture
1220
+ Ġmammo pathy
1221
+ ľ Ħ
1222
+ du le
1223
+ ¶ Į
1224
+ 0 9
1225
+ ëĤ ĺ
1226
+ Ġsh adow
1227
+ ëı Ļ
1228
+ ĠE chotexture
1229
+ Ġinc luding
1230
+ Ġaf ter
1231
+ min ent
1232
+ ìļ Ķ
1233
+ 0 4
1234
+ spec ific
1235
+ Ġë³ ijë³
1236
+ 0 5
1237
+ Ġse vere
1238
+ Ġdisc omfort
1239
+ Ġdil ation
1240
+ ì ĻĢ
1241
+ ¡°ì§ģ ê²ĢìĤ¬
1242
+ Ġc ell
1243
+ Ġsub c
1244
+ ĠR U
1245
+ ìĬ µëĭĪëĭ¤
1246
+ Ġ201 5
1247
+ I nc
1248
+ Ġ( #
1249
+ q u
1250
+ Ġsup r
1251
+ la vic
1252
+ ìĸ ij
1253
+ Ġcon t
1254
+ ac lavic
1255
+ aclavic ular
1256
+ Ľ Ħ
1257
+ Ġparenchy me
1258
+ Ġ201 0
1259
+ Ġp ap
1260
+ A b
1261
+ Ġsupr aclavicular
1262
+ t iny
1263
+ I n
1264
+ f ocal
1265
+ s mall
1266
+ aden omat
1267
+ ĿíļĮ íĻĶ
1268
+ Ġìĭľ íĸī
1269
+ st er
1270
+ Ġle vel
1271
+ Ġ200 7
1272
+ F U
1273
+ ait on
1274
+ Ġthick ening
1275
+ ¤ ij
1276
+ r t
1277
+ hetero geneous
1278
+ ìĿ ¸
1279
+ lic ated
1280
+ Ġëĵ¤ ìĿĮ
1281
+ ĠL ess
1282
+ H etero
1283
+ ëIJ ĺ
1284
+ adenomat oid
1285
+ Ġm ic
1286
+ c in
1287
+ gen ic
1288
+ Ġg landular
1289
+ ĠG R
1290
+ Ġop ac
1291
+ y r
1292
+ Ġhetero geneously
1293
+ ia re
1294
+ Ġab out
1295
+ Ġdist or
1296
+ Ġi m
1297
+ tom e
1298
+ ) -->
1299
+ Ġsu ggest
1300
+ Ġdistor sion
1301
+ ¶Į ì
1302
+ A SX
1303
+ al le
1304
+ re e
1305
+ Ġ201 6
1306
+ Ġ200 5
1307
+ Ġcomp licated
1308
+ . )
1309
+ Ġfinding s
1310
+ M ild
1311
+ Ġ200 6
1312
+ Ġë Ĥ
1313
+ Ġë ª
1314
+ H N
1315
+ Ġì ¡°ì§ģê²ĢìĤ¬
1316
+ 1 9
1317
+ Ġ x
1318
+ Ġ íķ
1319
+ m on
1320
+ Ġì ł
1321
+ Ġper ip
1322
+ Ġ '
1323
+ Ġper iare
1324
+ S A
1325
+ ) :
1326
+ p revious
1327
+ Ġ ê²ĢìĤ¬
1328
+ Ġma st
1329
+ ain ing
1330
+ Ġ> =
1331
+ Ġ201 4
1332
+ t ing
1333
+ Ġecho genic
1334
+ ia g
1335
+ Ġ201 9
1336
+ ĠID P
1337
+ Ġ UO
1338
+ ìŀ IJ
1339
+ ma ge
1340
+ Ġb y
1341
+ Ġ(- ).
1342
+ Ġ( '
1343
+ m ost
1344
+ M icrocalcifications
1345
+ ì ¹ĺ
1346
+ Ġmar k
1347
+ ĠA x
1348
+ ma ss
1349
+ u b
1350
+ 0 1
1351
+ ct ion
1352
+ d v
1353
+ ìĸ ´
1354
+ 1 8
1355
+ ì ¦Ŀ
1356
+ Ħ ìļĶ
1357
+ Ġe p
1358
+ Ġë ¹Ħ
1359
+ ìĿ ¼
1360
+ ê° ľ
1361
+ A symmetric
1362
+ Ġno w
1363
+ Ġmic ro
1364
+ ë Ŀ
1365
+ Ġa l
1366
+ st r
1367
+ Ġperiare olar
1368
+ Ġcalc i
1369
+ ĠM LO
1370
+ cat egory
1371
+ Ġ201 7
1372
+ 0 3
1373
+ 1 4
1374
+ her y
1375
+ Ġfibro adenoma
1376
+ S ingle
1377
+ an ul
1378
+ k nown
1379
+ Ġhyp e
1380
+ ë¶ Ģì
1381
+ C ategory
1382
+ Ġen ti
1383
+ omp ared
1384
+ R ight
1385
+ Ġenti re
1386
+ Ġa ss
1387
+ Ġcont aining
1388
+ g in
1389
+ 2 2
1390
+ l t
1391
+ Ġ201 3
1392
+ ĠĊ ĊĊ
1393
+ Ġgr anul
1394
+ ëIJ ¨
1395
+ v er
1396
+ Ġ he
1397
+ ĠH etero
1398
+ Previous ly
1399
+ M a
1400
+ Ġhomo geneous
1401
+ val u
1402
+ c irc
1403
+ n larged
1404
+ Ġ O
1405
+ Ġê ¶Įì
1406
+ Ġì ļ
1407
+ ëĿ ¼
1408
+ - ),
1409
+ ì Ļ¸
1410
+ 1 3
1411
+ Ġf ine
1412
+ Ġ201 1
1413
+ Ġ201 2
1414
+ ill oma
1415
+ c h
1416
+ Ġì ¶Ķ
1417
+ Ġsi ster
1418
+ lar ge
1419
+ Ġe valu
1420
+ Ġí Ļ
1421
+ i th
1422
+ Ġ This
1423
+ Ġ201 8
1424
+ Ġperip hery
1425
+ Ġmet ast
1426
+ lu ting
1427
+ Ġse pt
1428
+ ĠìķĬ ìĿĮ
1429
+ mon str
1430
+ Ab out
1431
+ ith el
1432
+ ia ble
1433
+ I D
1434
+ ëħĦ ìłĦ
1435
+ ìĦ ¸
1436
+ ¬ ¸
1437
+ Ġevalu ation
1438
+ l ated
1439
+ Ġs lightly
1440
+ ĠT omo
1441
+ out side
1442
+ U n
1443
+ ª ½
1444
+ Ġfibro sis
1445
+ no t
1446
+ ìĹ ¬
1447
+ Ġde monstr
1448
+ ĠC C
1449
+ ro mal
1450
+ it t
1451
+ c c
1452
+ Ġo ther
1453
+ Ġen han
1454
+ Ġopac ity
1455
+ ĠìĦ ĿíļĮíĻĶ
1456
+ or der
1457
+ Ġë³ijë³ Ģ
1458
+ m itt
1459
+ Ġn um
1460
+ Ġpap illoma
1461
+ Ġa d
1462
+ Ġen large
1463
+ Inc reased
1464
+ o re
1465
+ ĠS everal
1466
+ de tected
1467
+ mitt ent
1468
+ u id
1469
+ ì °
1470
+ he st
1471
+ Ġenlarge ment
1472
+ uid ed
1473
+ o si
1474
+ ation s
1475
+ Ġsc lerosing
1476
+ b x
1477
+ N c
1478
+ Ġ200 3
1479
+ Ġmar king
1480
+ ma in
1481
+ £ ¼
1482
+ Ġno de
1483
+ Ġ íķĺ
1484
+ Ġon e
1485
+ ëıĻ ìĥĿ
1486
+ order line
1487
+ ĠUO Q
1488
+ ĠC T
1489
+ ec tion
1490
+ p attern
1491
+ Ġsept ated
1492
+ ì ª½
1493
+ Ġì ¢
1494
+ Ġì Ī
1495
+ Pro minent
1496
+ ë ŀ
1497
+ A ccessory
1498
+ E nlarged
1499
+ D iag
1500
+ ic al
1501
+ Ġc h
1502
+ Ġ ê°Ģ
1503
+ D uct
1504
+ Ġa symm
1505
+ ithel ial
1506
+ i r
1507
+ m n
1508
+ ho ic
1509
+ Ġst u
1510
+ ìĽ Ķ
1511
+ 0 2
1512
+ ìĪ ł
1513
+ alc ified
1514
+ ĠìĹ IJ
1515
+ ìĺ ģ
1516
+ g ia
1517
+ Ġëª ¨
1518
+ Ġì ĨĮ견
1519
+ c or
1520
+ Ġ )
1521
+ al gia
1522
+ ll ow
1523
+ 1 5
1524
+ (- ).
1525
+ oc i
1526
+ í ĺ
1527
+ on o
1528
+ S lightly
1529
+ ¯ ¸
1530
+ Ġë¶ Ģì
1531
+ Ġshap ed
1532
+ N on
1533
+ i ti
1534
+ Ġ <
1535
+ ëĭ ¨
1536
+ si ty
1537
+ Ġ( +)
1538
+ ´ì ŀ
1539
+ Ġv ac
1540
+ Ġvascular ity
1541
+ 1 6
1542
+ í ĽĦ
1543
+ No t
1544
+ Ġstu dy
1545
+ lu mn
1546
+ ĠI n
1547
+ - )
1548
+ iop sy
1549
+ m at
1550
+ Gro uped
1551
+ P ain
1552
+ il ity
1553
+ Ġinvo luting
1554
+ ° 측
1555
+ ĺ 모
1556
+ êµ ¬
1557
+ lumn ar
1558
+ Ġs p
1559
+ Ġmet s
1560
+ - -->
1561
+ ë¦ Ħ
1562
+ a y
1563
+ Ġ du
1564
+ Ġmammo tome
1565
+ ĠM ultiple
1566
+ Ġmar gin
1567
+ Ġa ccessory
1568
+ 3 0
1569
+ Ġcorrel ate
1570
+ c lustered
1571
+ Ġc al
1572
+ ĠìĪ ĺ
1573
+ ìĿ Ħ
1574
+ Ġdist rib
1575
+ ìľ Ħ
1576
+ i es
1577
+ Ġ20 20
1578
+ ĠF ocal
1579
+ Ġì ĥĿ
1580
+ revi ew
1581
+ Ġíķ ĦìļĶ
1582
+ aliz ed
1583
+ § Ģ
1584
+ ê² ł
1585
+ Ġv ar
1586
+ hic h
1587
+ New ly
1588
+ ë© °
1589
+ if c
1590
+ Ġco re
1591
+ Ġí ģ
1592
+ Ġì Ĥ¬
1593
+ ĠìĿ ĺ
1594
+ l ow
1595
+ ë³ ¸ìĽIJ
1596
+ Ġcalcific aiton
1597
+ j ac
1598
+ sp on
1599
+ jac ent
1600
+ Ġì ¹ĺ
1601
+ Ġmicro lob
1602
+ Ġ ê³ł
1603
+ Ġ review
1604
+ C ysts
1605
+ ì ¢
1606
+ su alization
1607
+ Ġp ar
1608
+ Ġd isappeared
1609
+ ê²Ģì§Ħ ìĿ´ìĥģ
1610
+ ĠìĿ´ 모
1611
+ Ġs om
1612
+ Ġì Ļ¸
1613
+ Ħ °
1614
+ No te
1615
+ pic al
1616
+ 1 7
1617
+ C ompared
1618
+ orre spon
1619
+ Ġí ĺ
1620
+ Ġs ono
1621
+ osi tion
1622
+ o u
1623
+ ĠL T
1624
+ Ġi mage
1625
+ F ew
1626
+ í Ħ°
1627
+ Ġë ı
1628
+ omple x
1629
+ . ->
1630
+ ĊĠĠĠĠ ĠĠĠĠ
1631
+ F CD
1632
+ Ġl ay
1633
+ me ter
1634
+ Ġlay er
1635
+ c ing
1636
+ eg ional
1637
+ Ġnum b
1638
+ Ġshadow ing
1639
+ cre e
1640
+ Ġfo llow
1641
+ f at
1642
+ ìĿ´ì łĦ
1643
+ Ġvar iable
1644
+ o dy
1645
+ ĠM alignancy
1646
+ ì§ Ħ
1647
+ Ġë³ ¸ìĽIJ
1648
+ Ġarea s
1649
+ cor n
1650
+ g ro
1651
+ Ġs ho
1652
+ ìĸ ¸ëĭĪ
1653
+ Ġm ost
1654
+ ati ent
1655
+ Ġcorrel ation
1656
+ Ġ #
1657
+ Ġcorrel ating
1658
+ ĠFibro adenomatoid
1659
+ ê²ł ìĬµëĭĪëĭ¤
1660
+ ĠP ro
1661
+ ĠìĿ ´ì
1662
+ Ġgro ssly
1663
+ ĠìĹ ¬
1664
+ Ġth is
1665
+ ë¦ ¬
1666
+ ë§ Ī
1667
+ Ġs ol
1668
+ i mal
1669
+ Ġë ĭ
1670
+ Ġloc alization
1671
+ Ġn eg
1672
+ ij IJ
1673
+ op corn
1674
+ ¤ë ¬¸
1675
+ Ġep ithelial
1676
+ ì¦Ŀ ìĥģ
1677
+ h arge
1678
+ om as
1679
+ ëı Ħ
1680
+ ë ĵ
1681
+ g ing
1682
+ n ormal
1683
+ ĺ ìŀIJ
1684
+ ĠĊ ĠĠĠ
1685
+ Ġc omplex
1686
+ Ġin f
1687
+ Ġl arge
1688
+ uspic ious
1689
+ Ġst romal
1690
+ Ġê² ĥ
1691
+ A D
1692
+ Ġdiffuse ly
1693
+ in c
1694
+ Ġpre v
1695
+ ë į
1696
+ Ġhypo ec
1697
+ D iagn
1698
+ Ġsol id
1699
+ en ti
1700
+ i an
1701
+ Ġ known
1702
+ Ġlik e
1703
+ ê° ģ
1704
+ ì Ĥ
1705
+ Ġdemonstr able
1706
+ d iffuse
1707
+ i ate
1708
+ Ġm ultifocal
1709
+ ĊĊ ĠĊ
1710
+ ìķ Ħ
1711
+ Ġentire ly
1712
+ Ġal most
1713
+ Ġmast algia
1714
+ Ġëı Ļ
1715
+ enti meter
1716
+ i ties
1717
+ j ection
1718
+ t ed
1719
+ ìĦ ¤ë¬¸
1720
+ Ġë Į
1721
+ ĠĊĠĊ ĠĊ
1722
+ Ġf cc
1723
+ ) ->
1724
+ g uided
1725
+ Ġc orrespon
1726
+ Ġad jacent
1727
+ un t
1728
+ êµ IJ
1729
+ Ġre tra
1730
+ l or
1731
+ Ġde line
1732
+ l ik
1733
+ Oth ers
1734
+ R e
1735
+ ar gest
1736
+ Ģ íĻĶ
1737
+ Ġì ¦Ŀ
1738
+ ĊĊ ĊĊĊ
1739
+ Ġ20 21
1740
+ L UO
1741
+ Ġìĭľíĸī íķĺ
1742
+ Ĺ IJ
1743
+ Ġë¶Ģì ľĦ
1744
+ H RT
1745
+ Ġ [
1746
+ Ġm other
1747
+ Ġc hest
1748
+ il k
1749
+ lob ular
1750
+ Ġdisc harge
1751
+ Ġretra ction
1752
+ ë ¥
1753
+ Ġìĸij ìĦ±
1754
+ S cree
1755
+ en se
1756
+ Ġp o
1757
+ Ġì ¤ij
1758
+ Ġmicrolob ulated
1759
+ íķ ´
1760
+ R UO
1761
+ le ft
1762
+ Ġ W
1763
+ ul d
1764
+ ë ¨
1765
+ ĠF hx
1766
+ B US
1767
+ Ġë³´ ìĿ´
1768
+ c alcified
1769
+ oc r
1770
+ Ġmicrocalc ific
1771
+ ëĬ ¥
1772
+ ìĹ Ī
1773
+ symmetr ies
1774
+ Ġhyper dense
1775
+ lor id
1776
+ ìĪ ĺ
1777
+ Ġenhan cing
1778
+ Oth er
1779
+ Ġê² °
1780
+ circ le
1781
+ Ġinvo l
1782
+ ocr ine
1783
+ Ľ ìĿĮ
1784
+ Ġ(- ),
1785
+ Ġìŀ ĪìĿĮ
1786
+ Ġë§ ĺ모
1787
+ Ġnumb er
1788
+ Ġp opcorn
1789
+ Ġre main
1790
+ Ġì¹ĺ ë°
1791
+ © ëĭĪëĭ¤
1792
+ ì ĨĮ
1793
+ al l
1794
+ ot ic
1795
+ Ġdu e
1796
+ Ġë¹Ħ êµIJ
1797
+ Ġin jection
1798
+ alle l
1799
+ A n
1800
+ v a
1801
+ Ġsubare o
1802
+ Ġmetast a
1803
+ b iopsy
1804
+ ° 구
1805
+ op athy
1806
+ Ġ íķ¨
1807
+ ĠA symmetry
1808
+ 2 3
1809
+ e ar
1810
+ ê ±
1811
+ Ġp atient
1812
+ Ġgranul omas
1813
+ lob al
1814
+ Ġr im
1815
+ ê°Ģ ê²ĢìĤ¬
1816
+ ĠìĥĿ ê°ģ
1817
+ Ġco uld
1818
+ Ġ(< -
1819
+ ĠA BUS
1820
+ en tion
1821
+ Ġth ree
1822
+ Ġsubc entimeter
1823
+ No dular
1824
+ med iate
1825
+ Ġsc ar
1826
+ Scree ening
1827
+ e ed
1828
+ ë¨ ¸ëĭĪ
1829
+ ul ating
1830
+ Ġnon specific
1831
+ ģ ìĥģ
1832
+ f ul
1833
+ o lobular
1834
+ Ġsubc ut
1835
+ 2 4
1836
+ Ħ ë§Ī
1837
+ Ġìĸ ´
1838
+ c o
1839
+ Ġn one
1840
+ ëĮ Ģì
1841
+ ëª ħ
1842
+ N L
1843
+ Ī ìłķ
1844
+ at her
1845
+ Ġa r
1846
+ rea se
1847
+ Ġv s
1848
+ ention ed
1849
+ ( <
1850
+ s cattered
1851
+ if er
1852
+ Ġë³ ĢíĻĶ
1853
+ ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ
1854
+ b reast
1855
+ ì° ¨
1856
+ ë¶ Ħ
1857
+ ter y
1858
+ ut side
1859
+ Ġo v
1860
+ Ġì ľł
1861
+ f ic
1862
+ Ġiso lated
1863
+ Ġap peared
1864
+ Į 측
1865
+ Ġmetasta sis
1866
+ Ġap ocrine
1867
+ Ġm m
1868
+ ĠMR I
1869
+ Ġcomp osition
1870
+ ìĦ¤ë¬¸ ì§Ģ
1871
+ 3 2
1872
+ V A
1873
+ l ifer
1874
+ ë¶Ģ íĦ°
1875
+ í Ĺ
1876
+ Ģì ľłë°©
1877
+ ì £¼
1878
+ Ľ IJ
1879
+ omple te
1880
+ Ġhypo e
1881
+ Ġsho w
1882
+ Ġma in
1883
+ íĹ ĺ
1884
+ I rregular
1885
+ ĠA DH
1886
+ ì ľł
1887
+ ĠP ain
1888
+ ĠëĮ Ģ
1889
+ Ġvac cin
1890
+ D isappeared
1891
+ le r
1892
+ an eous
1893
+ Ma ss
1894
+ Ġl argest
1895
+ no dule
1896
+ C an
1897
+ f ir
1898
+ Ġc lust
1899
+ ĠC o
1900
+ ì¢ ħ
1901
+ su b
1902
+ Ġpre s
1903
+ A dv
1904
+ s otic
1905
+ ìĹ Ĩ
1906
+ ´ìŀ Ħ
1907
+ ê° ķ
1908
+ ĠU DH
1909
+ a nd
1910
+ Ġb ody
1911
+ ĠìŬ ëıĻìĥĿ
1912
+ ar ian
1913
+ Can on
1914
+ ìĦ ł
1915
+ Ġsuggest ing
1916
+ d le
1917
+ Ġa symmetries
1918
+ s ince
1919
+ p unctate
1920
+ in imal
1921
+ Ġr ather
1922
+ ë £
1923
+ al ly
1924
+ N U
1925
+ + ),
1926
+ R egional
1927
+ Ġs ingle
1928
+ Ġê ´
1929
+ Ġmark er
1930
+ Ġt omo
1931
+ Ġë³ ijìĽIJ
1932
+ Ġmet ap
1933
+ Hetero genous
1934
+ p h
1935
+ Ġìļ °ì¸¡
1936
+ VA B
1937
+ mal ler
1938
+ No dule
1939
+ ì ¤ij
1940
+ Ġduct olobular
1941
+ Ġmetap lasia
1942
+ ĠW NL
1943
+ Ġh igh
1944
+ Ġì °
1945
+ i v
1946
+ Y A
1947
+ ìľ¼ ëĤĺ
1948
+ Ġíģ ¬
1949
+ Ġcorrespon ding
1950
+ ì ľłë°©
1951
+ icroc alcification
1952
+ ĠFibro adenoma
1953
+ ĠR ight
1954
+ íķĺ ì§Ģ
1955
+ Ġne ar
1956
+ ìľĦ íĹĺ
1957
+ H omo
1958
+ S creen
1959
+ Ġmammograp hic
1960
+ ê ·
1961
+ Ġ(< --
1962
+ NU H
1963
+ ìŀ Ħ
1964
+ F at
1965
+ M ore
1966
+ ìŀ ¬
1967
+ Ġì ľĦ
1968
+ ĠE x
1969
+ Ġm ilk
1970
+ ìł Ī
1971
+ ĠPro bably
1972
+ up per
1973
+ ìĿ´ì §Ģ
1974
+ êµ °
1975
+ ì Ĥ¬
1976
+ ss ib
1977
+ Ġshap e
1978
+ ĠD uct
1979
+ Ġì łĦ
1980
+ Ġìĸij 측
1981
+ Ġp r
1982
+ ĠìĿ ¼
1983
+ ì ĨĮ견
1984
+ Ġê ±
1985
+ ëį ĺ
1986
+ ľ ¼
1987
+ er ous
1988
+ Ġlymph aden
1989
+ Ġê¶Įì ľłë°
1990
+ ĠìĿ´ì łĦ
1991
+ Ġm entioned
1992
+ Ġde in
1993
+ um or
1994
+ Ġdeline ated
1995
+ ëĬ¥ ìĦ±
1996
+ ë£ Į
1997
+ ro id
1998
+ yr s
1999
+ oci ated
2000
+ ìŀ Ī
2001
+ lifer ative
2002
+ fir med
2003
+ Ġdein sity
2004
+ Ġf u
2005
+ Ġus ing
2006
+ Ġsubareo la
2007
+ Ġvaccin ation
2008
+ 2 5
2009
+ om etr
2010
+ ab out
2011
+ 200 8
2012
+ ë ijIJ
2013
+ Ģì °
2014
+ Ġ모 ë¦Ħ
2015
+ Ġvi sualization
2016
+ v ing
2017
+ Ġt umor
2018
+ Ġm at
2019
+ Un ifocal
2020
+ D ense
2021
+ alle r
2022
+ Ġch ain
2023
+ d i
2024
+ tra mammary
2025
+ ĠMa g
2026
+ Ġ Hx
2027
+ íķĺ ìŬ
2028
+ ĠíĻ ķ
2029
+ Ġp t
2030
+ ĠìĪĺ ìĪł
2031
+ Ġsubcut aneous
2032
+ ĠUS ìĥģ
2033
+ p ar
2034
+ Ġlob ulating
2035
+ Ġë³´ ìĿ´ì§Ģ
2036
+ S ub
2037
+ ì ¶Ķ
2038
+ vel op
2039
+ ìĻ¸ ê³¼
2040
+ Ġì¹ĺë° Ģìľłë°©
2041
+ ut ed
2042
+ qu iv
2043
+ ĠR T
2044
+ Ġlymph atic
2045
+ m ark
2046
+ ê ´
2047
+ Ġê¶Įì ľł
2048
+ are olar
2049
+ ì ´
2050
+ Ġf ibrocystic
2051
+ Ġë Ĭ
2052
+ Ġdistrib uted
2053
+ ro p
2054
+ Ġirregular ity
2055
+ p r
2056
+ Ġt aller
2057
+ ĠCNB x
2058
+ Ġìł ķ
2059
+ Ġass ess
2060
+ Ġìĭľíĸīíķĺ ê²łìĬµëĭĪëĭ¤
2061
+ ¤ ì§
2062
+ Ġinter mittent
2063
+ Ġinvol ving
2064
+ ë ¯¸
2065
+ ort ical
2066
+ ID C
2067
+ t wo
2068
+ Ġ /
2069
+ ĠìĹ Ħë§Ī
2070
+ In ter
2071
+ ac hi
2072
+ ìł ľ
2073
+ Ġst r
2074
+ it achi
2075
+ Ġnew ly
2076
+ H itachi
2077
+ Ġst ate
2078
+ ìĸij 측
2079
+ M R
2080
+ i g
2081
+ Ġm u
2082
+ ë§ Ŀ
2083
+ Ġcalci um
2084
+ Ġpres ent
2085
+ quiv ocal
2086
+ ë§ Į
2087
+ 2 8
2088
+ 2 6
2089
+ Ħ ìŀ¬
2090
+ Ġsom e
2091
+ ometr ial
2092
+ ur ther
2093
+ gro ssly
2094
+ Ġlymphaden opathy
2095
+ ĠS creen
2096
+ ĠB oth
2097
+ ë³ ´
2098
+ M ultifocal
2099
+ l p
2100
+ Ġfo re
2101
+ ĠLU C
2102
+ (+ -),
2103
+ Ġre f
2104
+ ĠT wo
2105
+ ë© ´
2106
+ ĠB UO
2107
+ Ġë ¡ľ
2108
+ Ġmicrocalc i
2109
+ ¡ ìĻĢ
2110
+ ľ ëł
2111
+ Ġcalcificaiton s
2112
+ Diagn sotic
2113
+ p ost
2114
+ Ġl ateral
2115
+ Ġì §Ħ
2116
+ Ġfore ign
2117
+ 2 7
2118
+ fat ty
2119
+ An other
2120
+ O utside
2121
+ Ġw all
2122
+ th e
2123
+ ìł ¸
2124
+ 200 9
2125
+ Ġass ociated
2126
+ Ġhe lp
2127
+ Ġhelp ful
2128
+ Ġsup ple
2129
+ Ġìķ ¡ìĻĢ
2130
+ ìĸij ìĦ±
2131
+ Ġreview ed
2132
+ Ġpo ssib
2133
+ I ll
2134
+ Ġë¶ĢìľĦ ìĹIJ
2135
+ Ġat y
2136
+ ìł ģ
2137
+ no dular
2138
+ l i
2139
+ (+) :
2140
+ Ġ ro
2141
+ ĠGr o
2142
+ Ġmid dle
2143
+ uct ure
2144
+ Ġstr ucture
2145
+ Ġa sp
2146
+ ì ´ĪìĿĮíĮĮ
2147
+ rop hic
2148
+ + +
2149
+ ŀ ĺ
2150
+ ĠC CC
2151
+ ty pe
2152
+ ĠA dv
2153
+ Ġìĺ ģìĥģ
2154
+ B ilateral
2155
+ ê ¹
2156
+ il lary
2157
+ ' ,
2158
+ B orderline
2159
+ ar tom
2160
+ rea d
2161
+ u al
2162
+ ķ Į
2163
+ Ġp ph
2164
+ ac k
2165
+ ìĤ °
2166
+ Ġf re
2167
+ pro bable
2168
+ am il
2169
+ ? )
2170
+ Ġ y
2171
+ Ġsu r
2172
+ The re
2173
+ Ġw hich
2174
+ Ġë³ ´ìŀĦ
2175
+ Ġnon mass
2176
+ Ġassess ment
2177
+ ĊĠĠĠĠ ĠĠ
2178
+ Ġmark ed
2179
+ Ġremain ed
2180
+ Ġan other
2181
+ ĠìŀĪ ëĭ¤ê³ł
2182
+ Ġb e
2183
+ ĠL ow
2184
+ ĠS c
2185
+ Ġê° Ģì
2186
+ not ation
2187
+ Ġì¢ Į측
2188
+ d ecreased
2189
+ ļ ľëł
2190
+ mm etr
2191
+ ļľëł ·
2192
+ íķ ł
2193
+ Ġnode s
2194
+ Ġar m
2195
+ ľ¼ ë¡ľ
2196
+ C o
2197
+ y roid
2198
+ ìļ ¸
2199
+ ëĿ¼ ê³ł
2200
+ ¹ Ń
2201
+ am artom
2202
+ ìľĦíĹĺ êµ°
2203
+ Ġref er
2204
+ Ġs maller
2205
+ Ġí ĽĦ
2206
+ Th ree
2207
+ Ġloc alized
2208
+ Ġn ec
2209
+ ut ine
2210
+ yst rophic
2211
+ Ġdilatation s
2212
+ ëł ¤
2213
+ Ġíģ¬ 기
2214
+ Ġb ack
2215
+ c orrel
2216
+ Ġf urther
2217
+ Ġìķ Ħ
2218
+ ĠíĻķ ìĿ¸
2219
+ c ysts
2220
+ u red
2221
+ Ġco l
2222
+ normal ity
2223
+ Ġë ļľëł·
2224
+ ver ted
2225
+ Ġo th
2226
+ Ġap pe
2227
+ Ġclust er
2228
+ ĠìĹIJ ìĦľ
2229
+ n ess
2230
+ Ġan notation
2231
+ L C
2232
+ n ew
2233
+ ĠM ild
2234
+ ëIJ ľ
2235
+ ¤ì§ Ī
2236
+ E T
2237
+ Ġcirc le
2238
+ Ġco lumnar
2239
+ (+ /
2240
+ Non specific
2241
+ Ġinf la
2242
+ ëĮĢì ¹Ń
2243
+ Ġf ac
2244
+ Ġìķ Ī
2245
+ Ġìĺ Īìłķ
2246
+ a ge
2247
+ qu ency
2248
+ Ġfre quency
2249
+ ì ²
2250
+ Ġsuggest ive
2251
+ lik e
2252
+ Ġfac ility
2253
+ O V
2254
+ p ect
2255
+ Ġb orderline
2256
+ Ġ VAB
2257
+ si z
2258
+ Ġwith in
2259
+ C yst
2260
+ µ ľ
2261
+ Ġm i
2262
+ Ġs o
2263
+ Ġrefer red
2264
+ ĠM g
2265
+ Ģì° °
2266
+ in ter
2267
+ Ġmicrocalcific aiton
2268
+ Ġl ast
2269
+ iti s
2270
+ Ġí Į
2271
+ Ġìĭ ¤ì§Ī
2272
+ ĠëĤ ´ì
2273
+ Ġì¦Ŀ ê°Ģ
2274
+ OV ID
2275
+ er mal
2276
+ im g
2277
+ Ġê²° ìłĪ
2278
+ p ain
2279
+ Ġê ¸
2280
+ Ġë§ Į
2281
+ Ġê²ĥ ìľ¼ë¡ľ
2282
+ ot al
2283
+ Ġs y
2284
+ g round
2285
+ ĠSc lerosing
2286
+ Ġov arian
2287
+ ëĭ ¹
2288
+ Ġtr ue
2289
+ ch ing
2290
+ ĠCo lumnar
2291
+ Ġìĭ¤ì§Ī ê³¼
2292
+ lar gest
2293
+ Ġoth erwise
2294
+ Ġappe ar
2295
+ Ļ ¼
2296
+ act ive
2297
+ Ġê°Ģ ëĬ¥ìĦ±
2298
+ c en
2299
+ Ġa mo
2300
+ Ġg lobal
2301
+ un g
2302
+ ly ing
2303
+ Ġcalc s
2304
+ ĠìĹ °êµ¬
2305
+ ë¥ ¼
2306
+ Ġsur round
2307
+ Ġback ground
2308
+ ¬ ìĺģ
2309
+ ë Ķ
2310
+ Ġc ar
2311
+ 201 9
2312
+ Ġa s
2313
+ Ġd ystrophic
2314
+ se vere
2315
+ ëĤ ¨
2316
+ ëĮĢ ë³ijìĽIJ
2317
+ ĠëıĻ ìĥĿ
2318
+ Ġpr ior
2319
+ S uspicious
2320
+ p re
2321
+ ti ve
2322
+ Ġpro liferative
2323
+ Ġë IJ
2324
+ a u
2325
+ Ġë³ijë³ Ģì
2326
+ ĠC a
2327
+ ĠìĿ´ìĥģ ìĨĮ견
2328
+ ve d
2329
+ On e
2330
+ ifc ation
2331
+ Ġsurround ing
2332
+ Ġb re
2333
+ íķ ©ëĭĪëĭ¤
2334
+ Ġhypo echo
2335
+ r ight
2336
+ ê² Į
2337
+ * *
2338
+ 2 9
2339
+ ê° Ħ
2340
+ Ļ¼ 쪽
2341
+ O val
2342
+ om y
2343
+ Ġfibro adenomatoid
2344
+ ê· ¼
2345
+ ' s
2346
+ Ġa sy
2347
+ íĻ ķ
2348
+ Heterogenous ly
2349
+ o und
2350
+ íĻ ĺìŀIJ
2351
+ Ġth yroid
2352
+ lo g
2353
+ ìĻ¸ ë¶Ģì
2354
+ amil y
2355
+ n on
2356
+ ce pt
2357
+ ma gni
2358
+ Ġë ¯¸
2359
+ a se
2360
+ ĊĠĠĠĠ ĠĠĠĠĠĠĠĠ
2361
+ su alized
2362
+ ub ular
2363
+ Ġì§Ħ ëĭ¨
2364
+ I N
2365
+ ĠP ost
2366
+ ab ility
2367
+ alp able
2368
+ amartom a
2369
+ Ġr ad
2370
+ ma ging
2371
+ Ġasymm e
2372
+ ro sis
2373
+ Ġpromin ant
2374
+ ĠN ew
2375
+ o val
2376
+ w hich
2377
+ er ial
2378
+ ĠIn ter
2379
+ Ġin va
2380
+ 20 11
2381
+ ëł ¥
2382
+ Ġë³ µ
2383
+ hi oc
2384
+ Ġë³´ìĿ´ ëĬĶ
2385
+ ¼ ìĦ±
2386
+ 20 20
2387
+ ty pical
2388
+ Sub tle
2389
+ Ġappear ing
2390
+ ë ¯
2391
+ ment ary
2392
+ Ġì¶Ķ ê°Ģê²ĢìĤ¬
2393
+ par allel
2394
+ Ġf oci
2395
+ ¤ë ¥
2396
+ Ġê¶Įìľłë° ĽìĿĮ
2397
+ Ġamo unt
2398
+ c on
2399
+ ë ¡
2400
+ im it
2401
+ 00 07
2402
+ en ce
2403
+ ĠS NUH
2404
+ Ġsi m
2405
+ íĸ ¥
2406
+ ĠíĻ ĺìŀIJ
2407
+ Ġê´ Ģì°°
2408
+ A l
2409
+ ĠS mall
2410
+ ê± °
2411
+ Ġë§Į ìł¸
2412
+ Ġ hi
2413
+ Ġen d
2414
+ Ġhi de
2415
+ Pro bable
2416
+ cin oma
2417
+ Ġsupple mentary
2418
+ ce ment
2419
+ ë° ©
2420
+ 3 1
2421
+ o derate
2422
+ Ġ íķľ
2423
+ la st
2424
+ Ġde velop
2425
+ 20 21
2426
+ C AD
2427
+ Ġabnormal ities
2428
+ ìľ¼ ë©°
2429
+ Ġhypoe hoic
2430
+ ĠA b
2431
+ ìļ ©
2432
+ Ġìļ Ķ
2433
+ ĠìĿ¼ ì¹ĺ
2434
+ ìĸ ´ì
2435
+ Ġcon firmed
2436
+ Ġnec rosis
2437
+ ĠëĤ´ì ĽIJ
2438
+ h at
2439
+ h co
2440
+ ĠB C
2441
+ Ģì Ĭ
2442
+ 200 6
2443
+ Ġpalp ability
2444
+ ê°ľ ìĽĶ
2445
+ Ġaxil lar
2446
+ ew hat
2447
+ c yst
2448
+ ĠìĥĿê°ģ ëIJ¨
2449
+ on g
2450
+ ëı ħ
2451
+ Al most
2452
+ o b
2453
+ Ġìĺ ¤
2454
+ Ġê³ł 모
2455
+ ĠìľĦ ì¹ĺ
2456
+ ëIJĺ ìĸ´
2457
+ Duct al
2458
+ Ħ ľ
2459
+ 20 10
2460
+ Ġë° ľ
2461
+ si te
2462
+ Ġh il
2463
+ ĠìĤ¬ ì§Ħ
2464
+ Ġmain ly
2465
+ cen tral
2466
+ S l
2467
+ Ġa Sx
2468
+ ed e
2469
+ ë° ĺ
2470
+ ip oma
2471
+ Ġi maging
2472
+ circ umscribed
2473
+ Ġc ortical
2474
+ ro w
2475
+ oc hoic
2476
+ mo re
2477
+ ìľ¼ ìĭ¬
2478
+ ìĹĨ ìĿĮ
2479
+ % )
2480
+ ë ¹Ħ
2481
+ er lying
2482
+ ĠĊ ĊĊĊ
2483
+ mat oma
2484
+ a g
2485
+ ul ging
2486
+ ê³ Ħ
2487
+ ĠíĮ IJ
2488
+ I s
2489
+ L N
2490
+ P unctate
2491
+ d x
2492
+ s uspicious
2493
+ u tion
2494
+ Ġhomo Fat
2495
+ Ġdi se
2496
+ Ġep id
2497
+ Ġmetast atic
2498
+ Ġcar cinoma
2499
+ hco ic
2500
+ Ġdise ase
2501
+ x ed
2502
+ ĠF lorid
2503
+ Ġt ubular
2504
+ Ġíĺ Ħìŀ¬
2505
+ ì ¦
2506
+ ĠC OVID
2507
+ or m
2508
+ ê³ł ìľĦíĹĺêµ°
2509
+ 200 7
2510
+ Ġs us
2511
+ Ġd is
2512
+ ĠD iffuse
2513
+ Ġlower s
2514
+ iz ed
2515
+ ĠĊĠĠĠĠ Ġ
2516
+ correl ate
2517
+ mm ent
2518
+ Ġd au
2519
+ oc e
2520
+ ê² °
2521
+ Ġdistrib ution
2522
+ ¤ë¥ ¸
2523
+ gh ter
2524
+ ë§ ¤
2525
+ ìľłë°© ìķĶ
2526
+ µľ ê·¼
2527
+ ) (
2528
+ ĊĊ ĠĊĠĊ
2529
+ Ġm inimal
2530
+ den sity
2531
+ Ġecho pattern
2532
+ ìĺ ¤
2533
+ Ġìł ľ
2534
+ Ġpossib le
2535
+ 9 5
2536
+ a x
2537
+ m icrocalcifications
2538
+ ìĹ ĪìĿĮ
2539
+ f ibro
2540
+ ´ ê°ķ
2541
+ Ġ ede
2542
+ ĠF H
2543
+ íķ ´ì
2544
+ ĠNo dular
2545
+ Ġreg ion
2546
+ l in
2547
+ si ve
2548
+ tr y
2549
+ ìĦ ĿíļĮíĻĶ
2550
+ Ġê° Ļ
2551
+ ĠRU C
2552
+ h en
2553
+ i o
2554
+ 200 4
2555
+ t es
2556
+ ¬ ¼
2557
+ Ķ ëŀ
2558
+ Ġdefinite ly
2559
+ is on
2560
+ Ġsom ewhat
2561
+ s creen
2562
+ ch ed
2563
+ ĠìĻ¸ ë¶Ģì
2564
+ ou ter
2565
+ D ec
2566
+ Ġt a
2567
+ Ġex cept
2568
+ ë³ijìĽIJ ìĹIJìĦľ
2569
+ Ġëĭ ¹
2570
+ Ġy ear
2571
+ Ġhil um
2572
+ ĠMG ìĥģ
2573
+ ĠS cattered
2574
+ ĠA symptomatic
2575
+ Ġobsc ured
2576
+ ì´ Į
2577
+ Ġinfla mmation
2578
+ i mage
2579
+ ľ ìĨĮ
2580
+ Ġb ulging
2581
+ Ġm on
2582
+ pro minent
2583
+ ĠìĿĺ ìĭ¬
2584
+ imit ed
2585
+ Ġdau ghter
2586
+ t al
2587
+ Ġnon calcified
2588
+ Ġh amartoma
2589
+ - '
2590
+ if act
2591
+ Ġexa m
2592
+ ľìĨĮ ìķĶ
2593
+ Ġ typical
2594
+ ħ ëĭĪëĭ¤
2595
+ - .
2596
+ ĠĊĠĊ ĠĊĠĊ
2597
+ Ġë¶ Ħ
2598
+ Ġa round
2599
+ ĊĊĊ ĠĊ
2600
+ ë ĵ¤
2601
+ ĠC lustered
2602
+ te re
2603
+ Ġë³ ´ì
2604
+ Ġlymp ho
2605
+ Ġmon th
2606
+ Ġ At
2607
+ Ġê¸ °
2608
+ hen o
2609
+ > >
2610
+ si st
2611
+ ìļ °
2612
+ b e
2613
+ Ġp heno
2614
+ Ġë ĵ
2615
+ Ġre lated
2616
+ ë ²
2617
+ ı ¬
2618
+ il la
2619
+ Ġf a
2620
+ sub areolar
2621
+ Ġd oppler
2622
+ Ġpar allel
2623
+ ĠL O
2624
+ sist ent
2625
+ Ġext en
2626
+ ìļ °ì¸¡
2627
+ ĹIJ ìĦľ
2628
+ Ġend ometrial
2629
+ s ingle
2630
+ t otal
2631
+ ĠP revious
2632
+ íķ ĦìļĶ
2633
+ 200 3
2634
+ ëĵ ľ
2635
+ pect ed
2636
+ Ġpheno type
2637
+ íķĺ ìĺ
2638
+ 200 5
2639
+ 201 6
2640
+ Ġê² ½
2641
+ Inc omplete
2642
+ rt ifact
2643
+ Ġë¶ Ī
2644
+ ì¶Ķ ê°Ģê²ĢìĤ¬
2645
+ pre v
2646
+ ê° Ģì
2647
+ Ġsp read
2648
+ n eed
2649
+ Ġì §
2650
+ lik ely
2651
+ Ġmi xed
2652
+ tra ductal
2653
+ ĠO val
2654
+ Ġb lo
2655
+ Ġ200 2
2656
+ Ġí ŀĺ
2657
+ mamm o
2658
+ ĠGro uped
2659
+ Ġasp ect
2660
+ H igh
2661
+ ë ķĮ
2662
+ vi sualization
2663
+ Ġasymme tery
2664
+ g un
2665
+ Ġìķ ½
2666
+ Ġthick ness
2667
+ Ġhe matoma
2668
+ Ġa rtifact
2669
+ Ġma c
2670
+ gn ification
2671
+ Ġto tal
2672
+ Ġê° ķ
2673
+ Ġhypoec hioc
2674
+ Re active
2675
+ M oderate
2676
+ at er
2677
+ Ġb r
2678
+ hr onic
2679
+ ĠP ET
2680
+ g ular
2681
+ ĊĊ ĠĠĠĠ
2682
+ oce le
2683
+ C T
2684
+ Ġì »
2685
+ Ġì ĻĢ
2686
+ ĠìĿ ¸
2687
+ inc luding
2688
+ Ġì Ļ¼ìª½
2689
+ m icrocalcification
2690
+ Ġ und
2691
+ Ġë Ķ
2692
+ ac cessory
2693
+ last o
2694
+ Ġepid ermal
2695
+ r im
2696
+ Ġmast itis
2697
+ ĠHetero genous
2698
+ Ġì ´
2699
+ ĠA denosis
2700
+ previous ly
2701
+ Ĩ µ
2702
+ ł ¸
2703
+ ar row
2704
+ ol ated
2705
+ Hetero geneous
2706
+ Ġë°ľ 견
2707
+ Ġl ipoma
2708
+ ĠI I
2709
+ gro uped
2710
+ Ġmicrocalcificaiton s
2711
+ Ġbre at
2712
+ Ġabn l
2713
+ Ġì¶Ķ ìłķ
2714
+ Ġsp ec
2715
+ 201 4
2716
+ u d
2717
+ Ġì £¼
2718
+ Ġìĸ´ 머ëĭĪ
2719
+ b r
2720
+ u g
2721
+ Ġf lorid
2722
+ tr ic
2723
+ ĊĊ Ġ
2724
+ Ġë¶ Ģ
2725
+ Ġopac ities
2726
+ ĠëIJ ĺ
2727
+ Ġíŀĺ ëĵ
2728
+ re ss
2729
+ er y
2730
+ an ce
2731
+ ĠE R
2732
+ is m
2733
+ Ġenhan cement
2734
+ Re sidual
2735
+ Ġaty pical
2736
+ ĠL I
2737
+ ou gh
2738
+ Ġ qu
2739
+ wi th
2740
+ 201 5
2741
+ Duct ectasia
2742
+ ĠFH X
2743
+ t ro
2744
+ į Ķ
2745
+ Ġ1 9
2746
+ ĠS T
2747
+ ê² ½
2748
+ ĠI LC
2749
+ ìĹ °êµ¬
2750
+ Ġh ist
2751
+ ĠëĤ ľìĨĮìķĶ
2752
+ siz ed
2753
+ ) --->
2754
+ Ġìŀ IJ
2755
+ Ġê ¹
2756
+ v di
2757
+ 모 ë¦Ħ
2758
+ ëIJĺ ëĬĶ
2759
+ Ġro utine
2760
+ vdi ence
2761
+ 3 3
2762
+ y a
2763
+ Ĭ ¹
2764
+ Ġm ed
2765
+ Ġdense ly
2766
+ Ġì¦Ŀ ìĥģ
2767
+ J an
2768
+ S ep
2769
+ Ġ ve
2770
+ ĠR O
2771
+ hyp oechoic
2772
+ Ġe vdience
2773
+ Ġhomo fatty
2774
+ ut li
2775
+ y p
2776
+ Ġ UI
2777
+ ĠL CIS
2778
+ ho le
2779
+ ĠN M
2780
+ ´ê°ķ ê²Ģì§Ħ
2781
+ v or
2782
+ ve al
2783
+ utli ple
2784
+ . -
2785
+ Ĥ °
2786
+ Ġê µ
2787
+ ĠĊ ĠĠ
2788
+ ĠT S
2789
+ ë¦ ¿
2790
+ Ġdis per
2791
+ ac y
2792
+ Ġìŀ ij
2793
+ ĠëĮĢ íķ´
2794
+ th ough
2795
+ ĠUS ìĹIJìĦľ
2796
+ an ge
2797
+ ot atic
2798
+ Ġloc aliz
2799
+ Ġpap illary
2800
+ Ġal though
2801
+ Ġg uided
2802
+ um erous
2803
+ ìĭ ł
2804
+ c ent
2805
+ ì Ķ
2806
+ Į 릿
2807
+ il ated
2808
+ Ġvi sualized
2809
+ ëIJ ©ëĭĪëĭ¤
2810
+ Ġdevelop ed
2811
+ Ġdisper sed
2812
+ C S
2813
+ ĠìĻ¸ ê³¼
2814
+ Ġëĵ¤ ìĹĪ
2815
+ Ġë¹Ħ ëĮĢì¹Ń
2816
+ Ġsim ple
2817
+ Ġëĭ¹ ìĿ¼
2818
+ c ompared
2819
+ ij ľ
2820
+ Ġb ening
2821
+ er ated
2822
+ ĠH igh
2823
+ ĠìĹ °
2824
+ Ġhypoec hic
2825
+ ĠëĬ Ķ
2826
+ pr n
2827
+ C A
2828
+ p alpable
2829
+ s m
2830
+ Ġr ange
2831
+ Ġde p
2832
+ Ġare olar
2833
+ ë¶ ģ
2834
+ Ġì´ĪìĿĮíĮĮ ìĹIJìĦľ
2835
+ ë¡ Ŀ
2836
+ Ġl ater
2837
+ ĠN eed
2838
+ um p
2839
+ ìĿ´ ëĿ¼ê³ł
2840
+ Un remarkable
2841
+ ĠCT x
2842
+ ear ly
2843
+ , .
2844
+ s kin
2845
+ Ġlobule s
2846
+ ĠĊĊ ĠĊ
2847
+ Ġë° ©
2848
+ ĠM Hx
2849
+ ëĤ ´
2850
+ inc reased
2851
+ ìĪĺ ìĪł
2852
+ Ġë³µ ìļ©
2853
+ ac h
2854
+ ìķ ĺ
2855
+ Ab normality
2856
+ J un
2857
+ m icroc
2858
+ ĠM align
2859
+ ar t
2860
+ ). .
2861
+ Im g
2862
+ Ġsc an
2863
+ ëŀ ĺ
2864
+ Ġëļľëł· íķĺì§Ģ
2865
+ ëĶ Ķ
2866
+ í Ķ
2867
+ Ġlesion ìĿĢ
2868
+ ĠLUO Q
2869
+ ìķ ½
2870
+ ìĻ¸ë¶Ģ ê²Ģì§Ħ
2871
+ G R
2872
+ Ġí Ĭ¹
2873
+ ì¦Ŀìĥģ 모ë¦Ħ
2874
+ ĠInter mediate
2875
+ Ġíŀĺëĵ ł
2876
+ ( >
2877
+ ocal ized
2878
+ ë¦ ¼
2879
+ Ġan echoic
2880
+ ì¦ Ī
2881
+ ŀ Ī
2882
+ ĠM icrocalcifications
2883
+ ĠRUO Q
2884
+ Ġë³ijë³Ģ ìĿĢ
2885
+ Ġì¢ ħ
2886
+ h eral
2887
+ ë ¬¸
2888
+ Ġa den
2889
+ Ġì ĽIJ
2890
+ Ġde br
2891
+ ìķ Ī
2892
+ Ġinc rease
2893
+ ìĿ´ 모
2894
+ ĊĠĊĠĊ ĠĊ
2895
+ Ġíĺ ¸
2896
+ Ġsy mmetr
2897
+ Ġmonth s
2898
+ E quivocal
2899
+ R CA
2900
+ Ġm align
2901
+ 201 8
2902
+ ìĶ ©
2903
+ Ġdep th
2904
+ F or
2905
+ o ur
2906
+ Ġmicrocalc ifc
2907
+ íĸ Ī
2908
+ 201 7
2909
+ ë³´ ëĭ¤
2910
+ ĠMalign acy
2911
+ n ec
2912
+ Ġfa vor
2913
+ q ue
2914
+ on d
2915
+ op la
2916
+ ĠI m
2917
+ Ġre veal
2918
+ fic ation
2919
+ R ound
2920
+ ì ¹
2921
+ id ent
2922
+ l om
2923
+ om in
2924
+ Ġë ijIJ
2925
+ Ġmac roc
2926
+ Ġne opla
2927
+ Ġshow s
2928
+ Inter mittent
2929
+ ) -
2930
+ + /
2931
+ M A
2932
+ i rregular
2933
+ ë ģ
2934
+ Ġ hy
2935
+ ĠN E
2936
+ gr am
2937
+ ë© Ķ
2938
+ Ġsus pected
2939
+ ress ion
2940
+ ĠNM E
2941
+ S egmental
2942
+ c alc
2943
+ ¡ ±
2944
+ he ll
2945
+ min al
2946
+ reg ional
2947
+ Ġre tro
2948
+ ĠU s
2949
+ m etr
2950
+ n e
2951
+ o f
2952
+ Ġa cc
2953
+ ification s
2954
+ Ġle ison
2955
+ ĠS tere
2956
+ íķĺ ëĬĶ
2957
+ ìĤ ¼ìĦ±
2958
+ Ġremain ing
2959
+ ĠUI Q
2960
+ Ġneopla sm
2961
+ + +,
2962
+ E R
2963
+ F ibrocystic
2964
+ Ġs l
2965
+ ì§ IJ
2966
+ Diffuse ly
2967
+ Ġê²° ê³¼
2968
+ D CIS
2969
+ f i
2970
+ s cess
2971
+ ĠR e
2972
+ ĠN c
2973
+ Ġë° Ķëŀ
2974
+ ĠëĤ ĺ
2975
+ Ġëĭ ¤
2976
+ yp oechoic
2977
+ i ations
2978
+ if ia
2979
+ Ġsi de
2980
+ Ġë Ĩ
2981
+ Ġstere otatic
2982
+ omat ous
2983
+ Ġì» ¤
2984
+ lom erated
2985
+ . --
2986
+ Ġin verted
2987
+ Ġì ľ¼ë¡ľ
2988
+ íĺ ¹
2989
+ Ġhist ory
2990
+ Ġve ss
2991
+ h ism
2992
+ Ġc ategory
2993
+ sy n
2994
+ 20 12
2995
+ ial ly
2996
+ ìĺ Īìłķ
2997
+ unt ate
2998
+ Ġhypoe hcoic
2999
+ (+/ -)
3000
+ Ġreveal ed
3001
+ t ic
3002
+ u minal
3003
+ Ġasymm tery
3004
+ Ġìĸ´ 볤
3005
+ N O
3006
+ Ġre p
3007
+ Ġpar ti
3008
+ Ġcol le
3009
+ M MG
3010
+ le ar
3011
+ Ġinc lu
3012
+ Ġiso e
3013
+ Ġcon g
3014
+ Ġmalign ant
3015
+ Ġb en
3016
+ ho log
3017
+ Ġê²Ģì§Ħ ìĿ´ìĥģ
3018
+ mark ing
3019
+ ĠíĮIJ ëıħ
3020
+ ë ¸
3021
+ ĠR egional
3022
+ ter ior
3023
+ ait ve
3024
+ In tramammary
3025
+ Ġgranul oma
3026
+ Ġíķĺ ìĭ¬
3027
+ ĠëĬ IJ
3028
+ o d
3029
+ Ġwi de
3030
+ grap hy
3031
+ ëĤ Į
3032
+ Ġov ary
3033
+ ìŀĪ ëĭ¤ê³ł
3034
+ the sis
3035
+ ¤ë¥¸ 쪽
3036
+ ì¦Ī ë©Ķ
3037
+ ĠëĨ Ĵ
3038
+ Ġcolle ction
3039
+ Ġ Known
3040
+ Ġ3 0
3041
+ ĠS t
3042
+ ì§Ģ ëĬĶ
3043
+ su al
3044
+ Ġmore likely
3045
+ ê¸ ī
3046
+ Ġechogenic ity
3047
+ ëģ Ķ
3048
+ 3 5
3049
+ 4 0
3050
+ S piculated
3051
+ o dense
3052
+ Ġvess el
3053
+ ë¸ Į
3054
+ S kin
3055
+ w ell
3056
+ í ŀĪ
3057
+ eg g
3058
+ ĊĊ ĠĠ
3059
+ ĠPrevious ly
3060
+ ĠNE W
3061
+ 4 2
3062
+ Ġgro up
3063
+ Ġmargin ated
3064
+ ĢìĬ ¤
3065
+ syn thesis
3066
+ ĺ ģ
3067
+ Ġp hy
3068
+ ĠN ow
3069
+ ëŀ ĢìĬ¤
3070
+ ì² ľ
3071
+ ax illa
3072
+ ë¸Į ëŀĢìĬ¤
3073
+ ¸ ê¸ī
3074
+ Ġë įĶ
3075
+ Ġund erlying
3076
+ ì¦Īë©Ķ ëĶĶ
3077
+ en tric
3078
+ out ine
3079
+ ĠHRT x
3080
+ ëı Ī
3081
+ Ġì´ ¬ìĺģ
3082
+ ĠëĬIJ ëĤĮ
3083
+ N ormal
3084
+ s er
3085
+ Ġm ult
3086
+ Ġab scess
3087
+ ĠI nc
3088
+ e b
3089
+ ic entric
3090
+ Ġbreast ìĹIJ
3091
+ Ģì ĺģ
3092
+ Ġí ijľ
3093
+ Ġan terior
3094
+ c ocele
3095
+ Ġp untate
3096
+ Ġl ig
3097
+ Ġd s
3098
+ sub tle
3099
+ Ġê± °
3100
+ Ġaty p
3101
+ ¡± ëł¥
3102
+ a ion
3103
+ Ģ ë¡ľ
3104
+ oth ers
3105
+ Ġdist al
3106
+ ĠIn traductal
3107
+ + -,
3108
+ 4 5
3109
+ C alcifications
3110
+ D e
3111
+ v ascular
3112
+ ĠU sual
3113
+ m i
3114
+ ë Ł
3115
+ Ġ1 6
3116
+ (+ ,
3117
+ ìĭ ¤
3118
+ Ġmet a
3119
+ ìĭľ íĸī
3120
+ ĊĠĠĠĠĠĠĠĠ ĠĠĠ
3121
+ Ģìĺģ ëıĪ
3122
+ L imited
3123
+ in ner
3124
+ in tramammary
3125
+ Ġf low
3126
+ Ġì µľê·¼
3127
+ ĠIDC a
3128
+ Ġìĸ ¸ê¸ī
3129
+ Ġê ·
3130
+ Ġìľł ëijIJ
3131
+ ê¹ Į
3132
+ ë¯ Ģë¡ľ
3133
+ m et
3134
+ ĠC ategory
3135
+ Co arse
3136
+ IN G
3137
+ Ġatyp ia
3138
+ M inimal
3139
+ Ġo ver
3140
+ Ġ1 7
3141
+ No w
3142
+ Ġmat erial
3143
+ ê´ ´
3144
+ Ġinva sive
3145
+ m other
3146
+ í ģ
3147
+ Ġ4 0
3148
+ Ġsi tes
3149
+ ìŬ ëıĻìĥĿ
3150
+ mat ous
3151
+ ĠìļĶ ë§Ŀ
3152
+ ident if
3153
+ A pr
3154
+ ´ì §Ħ
3155
+ rc hitectural
3156
+ ĠìĦ ľ
3157
+ Ġì´ĪìĿĮíĮĮ ìĿ´ìĥģ
3158
+ Ġsuggest ed
3159
+ ifia ction
3160
+ Ġcong lomerated
3161
+ c omp
3162
+ Ġl ung
3163
+ ĠFNA B
3164
+ iti ve
3165
+ ¬¼ íĺ¹
3166
+ S NUH
3167
+ f iz
3168
+ l ong
3169
+ ì ¡°
3170
+ ij 리
3171
+ ĠìĻ¸ë¶Ģ ê²Ģì§Ħ
3172
+ Ġan gular
3173
+ ĠìĿ´ íĽĦ
3174
+ Ġnum erous
3175
+ Ġede ma
3176
+ ë² Ī
3177
+ ĠStere otactic
3178
+ fiz er
3179
+ k e
3180
+ o hic
3181
+ Ġa g
3182
+ Ġc lear
3183
+ Ġm e
3184
+ ĠĊ ĊĊĊĊ
3185
+ Ġmicroc ysts
3186
+ ĠD ecreased
3187
+ ëIJĺ ì§Ģ
3188
+ ĊĠĠĠĠĠĠĠĠ Ġ
3189
+ a f
3190
+ f or
3191
+ Ģ ëįĺ
3192
+ at ure
3193
+ Ġl ump
3194
+ veral l
3195
+ Ġ200 1
3196
+ íķĺ ìĭľ
3197
+ Ġintra mm
3198
+ fic ations
3199
+ inter mittent
3200
+ I dx
3201
+ ê ¶Įì
3202
+ ì ħ
3203
+ Ġ egg
3204
+ Į ìĺģ
3205
+ Ŀ ¬
3206
+ ĠL M
3207
+ de s
3208
+ Ġd ec
3209
+ ĠìĿ Įìĺģ
3210
+ ë³ ijë³
3211
+ ë§ ĺ모
3212
+ 201 3
3213
+ ir ation
3214
+ Ġmu cin
3215
+ R UI
3216
+ R AD
3217
+ a ment
3218
+ p per
3219
+ ¬ ìľł
3220
+ ĺ ģìĥģ
3221
+ Un identif
3222
+ Ġë³ijë³Ģì ľ¼ë¡ľ
3223
+ v arian
3224
+ ar c
3225
+ (-) /
3226
+ Ġhomo F
3227
+ íķĺ ê³ł
3228
+ Ġìķ Į
3229
+ ĠHetero geneous
3230
+ Ġì¢ ĭ
3231
+ íķł 머ëĭĪ
3232
+ omin ant
3233
+ ĠSt romal
3234
+ Ġlig ament
3235
+ s hell
3236
+ Ġinter mediate
3237
+ ĠìŀĪ ëĬĶ
3238
+ Ġfo am
3239
+ ëħĦìłĦ ë¶ĢíĦ°
3240
+ ì¢ Į측
3241
+ Ġë¹ĦêµIJ ìĭľ
3242
+ nodule s
3243
+ Ġì° ¨
3244
+ lin ical
3245
+ RAD S
3246
+ G un
3247
+ Ġa m
3248
+ ĊĊ ĊĠ
3249
+ êµ Ń
3250
+ ë¥ ´
3251
+ new ly
3252
+ (+/ -),
3253
+ ë¹Ħ ëĮĢì¹Ń
3254
+ Ġmed ial
3255
+ Ġdebr is
3256
+ ) ;
3257
+ S e
3258
+ c alcifications
3259
+ ì§ Ģì
3260
+ Ġëĵ¤ ìľ¼ìĭ¬
3261
+ co mment
3262
+ MR I
3263
+ ĠGro ssly
3264
+ metr y
3265
+ F aint
3266
+ mm at
3267
+ Ġmammo gram
3268
+ Ġcalc ifcation
3269
+ Ġgun Bx
3270
+ ĠI ll
3271
+ ĠMa gnification
3272
+ ìŀ ¥
3273
+ ĠìĦ ĿíļĮ
3274
+ T E
3275
+ i sion
3276
+ Ġ ec
3277
+ Ġ ê³¼
3278
+ ro utine
3279
+ Ġ5 0
3280
+ ĠRU M
3281
+ Ġíĺ ¹
3282
+ Ġinva sion
3283
+ F eb
3284
+ L UI
3285
+ Ġ yrs
3286
+ ìĽ Ģ
3287
+ me m
3288
+ Ġíģ °
3289
+ Ġìłķ íĻķ
3290
+ fibro adenoma
3291
+ Ġë³´ì ĺ
3292
+ l lo
3293
+ Ġ ho
3294
+ Ġìŀ ¬
3295
+ ĠìĦ ¸
3296
+ ìĿ¼ ë³ijìĽIJ
3297
+ Ġasp iration
3298
+ ë¯ ¼
3299
+ Unidentif iable
3300
+ 5 2
3301
+ ĠR M
3302
+ red ominant
3303
+ ĠA SX
3304
+ ìŀ ħëĭĪëĭ¤
3305
+ low er
3306
+ Ġê¶Įìľłë° Ľ
3307
+ con firmed
3308
+ mmat ory
3309
+ M icrocalcification
3310
+ t c
3311
+ Ġc hronic
3312
+ Ġex c
3313
+ is oechoic
3314
+ Ġevi d
3315
+ Ġdefin itive
3316
+ Ġpleomorp hism
3317
+ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ
3318
+ 3 4
3319
+ j u
3320
+ s lightly
3321
+ į ëĭĪëĭ¤
3322
+ Ġe quivocal
3323
+ ĠMammo tome
3324
+ ìĿ¸ ê³¼
3325
+ Ġnear ly
3326
+ om e
3327
+ min ant
3328
+ ìĦľ ìļ¸
3329
+ Ġì° ¸
3330
+ mark er
3331
+ Ġexten sion
3332
+ redominant ly
3333
+ B I
3334
+ E H
3335
+ ĠF at
3336
+ es p
3337
+ ist er
3338
+ LI TE
3339
+ Ġinvol ve
3340
+ ĠíĬ¹ ìĿ´ì
3341
+ ĠP fizer
3342
+ ĠìĿ Ģ
3343
+ is h
3344
+ ot s
3345
+ Ġê²Ģì§Ħ ìĥģ
3346
+ Ġperip heral
3347
+ Ġê°ĢëĬ¥ìĦ± ìĿ´
3348
+ H ypoechoic
3349
+ V ascular
3350
+ o per
3351
+ í ı¬
3352
+ Ġo il
3353
+ ĠC AD
3354
+ Ġs erial
3355
+ si ster
3356
+ mo derate
3357
+ íķĺ ê²Į
3358
+ Ġcomp ression
3359
+ iti ally
3360
+ IN D
3361
+ Ġta il
3362
+ Ġphy llo
3363
+ W I
3364
+ y pical
3365
+ ĠC hest
3366
+ st ers
3367
+ Ġsi sters
3368
+ Ġe spec
3369
+ Ġë ķĮ
3370
+ Ġst ill
3371
+ ep ithelial
3372
+ Ġnon parallel
3373
+ ĠíĬ¹ìĿ´ì ĨĮ견
3374
+ A rchitectural
3375
+ il ar
3376
+ ĠE LITE
3377
+ Ġcancer s
3378
+ ê³ µ
3379
+ ĠA symmetric
3380
+ Ġìŀ ĺ
3381
+ ì´ ¬ìĺģ
3382
+ non specific
3383
+ í Ŀ¬
3384
+ Ġm ul
3385
+ Ġp unct
3386
+ Ġë ¬¼íĺ¹
3387
+ Ġì¹ĺë° Ģ
3388
+ di tion
3389
+ Ġhypoecho c
3390
+ Ġme as
3391
+ Ġespec ially
3392
+ A ug
3393
+ a gn
3394
+ s piculated
3395
+ Ġin de
3396
+ ĠL SA
3397
+ Ġma mo
3398
+ Ġp at
3399
+ ìĦ± 모
3400
+ Ġë° ı
3401
+ Ġtomo synthesis
3402
+ Ġìķ½ ê°Ħ
3403
+ d isappeared
3404
+ ¶ ©
3405
+ Ġc er
3406
+ Ġs mo
3407
+ ĠMG ìĹIJìĦľ
3408
+ Ġpro mi
3409
+ ĠP unctate
3410
+ ê² ĥ
3411
+ im en
3412
+ Ġqu ad
3413
+ 5 0
3414
+ M C
3415
+ i ation
3416
+ n um
3417
+ ĥ Ī
3418
+ ĠB RCA
3419
+ Ġindistin t
3420
+ ĠT iny
3421
+ ĊĊĊĊ ĠĊ
3422
+ uct ate
3423
+ 리 ëĭ
3424
+ Ġmu cocele
3425
+ High ly
3426
+ Ġbreat s
3427
+ fi ic
3428
+ IND ING
3429
+ F INDING
3430
+ J ul
3431
+ ĠS ub
3432
+ Ġmay be
3433
+ ë¶Ģ ìĿ¸ê³¼
3434
+ ĠìĦ ¬ìľł
3435
+ mat ched
3436
+ Ġhypoec ohic
3437
+ ìĤ¬ ìĦł
3438
+ Ġrad ial
3439
+ Is olated
3440
+ Ġrep la
3441
+ Ġquad r
3442
+ O ct
3443
+ e m
3444
+ o log
3445
+ Ġd iagn
3446
+ Ġon ly
3447
+ Ġë³ ij리
3448
+ ìĿ´ ëĿ¼
3449
+ ìĻ¸ë¶Ģ ë³ijìĽIJ
3450
+ ĠO utside
3451
+ Ġcorrespon d
3452
+ ag tive
3453
+ Ġë³´ìĺ Ģëįĺ
3454
+ 리ëĭ ī
3455
+ , (
3456
+ , ,
3457
+ N umerous
3458
+ P E
3459
+ ¡ Į
3460
+ ĠL inear
3461
+ Ġw hole
3462
+ ĠNew ly
3463
+ Ġretro mammary
3464
+ mem try
3465
+ Ġinvolve ment
3466
+ 4 3
3467
+ il tr
3468
+ ect omy
3469
+ Ġìĭľíĸī íķľ
3470
+ Non visualization
3471
+ Ġphyllo des
3472
+ - /
3473
+ s egmental
3474
+ Ġí Ĩµ
3475
+ Inter val
3476
+ siz e
3477
+ Ġrad io
3478
+ íķ´ì Ħľ
3479
+ long ated
3480
+ A morphous
3481
+ ĠĠ ĊĊ
3482
+ ĠD ense
3483
+ su ggest
3484
+ íĺ Ħìŀ¬
3485
+ Ġparti ally
3486
+ F N
3487
+ N eg
3488
+ ´ 리ëĭī
3489
+ Ġp uctate
3490
+ Ġde f
3491
+ Ġê ¶Į
3492
+ ¤ë ŀĺ
3493
+ Ġgranul omatous
3494
+ Ġcol on
3495
+ C alcified
3496
+ F ibro
3497
+ er able
3498
+ ĠR SA
3499
+ Ġnodu el
3500
+ Ġf amily
3501
+ Ġsu ch
3502
+ it al
3503
+ ìŀ ij
3504
+ Ġê°Ģì ¡±ëł¥
3505
+ Ġspec ific
3506
+ ë³ijë³ Ģ
3507
+ c alcification
3508
+ d ed
3509
+ ì ¡°ì§ģê²ĢìĤ¬
3510
+ í Ĩ
3511
+ Ġ( +
3512
+ ĠìĦ ±
3513
+ Ġdemonstr ation
3514
+ ê³µ ëĭ¨
3515
+ A sy
3516
+ Ġp redominantly
3517
+ ĠF or
3518
+ Ġmicrocalc ifcation
3519
+ ë¶Ģì ľĦ
3520
+ ì° Į릿
3521
+ Ġsmo oth
3522
+ ìĤ¬ìĦł ê³¼
3523
+ G lobal
3524
+ u ge
3525
+ ĠD M
3526
+ ab ec
3527
+ ĠìŀĪ ìĹĪ
3528
+ ìĸ´ 머ëĭĪ
3529
+ age t
3530
+ Ġì¢ħ ê´´
3531
+ D ilated
3532
+ M ar
3533
+ al r
3534
+ Ġc y
3535
+ Ġn d
3536
+ Ġs ec
3537
+ ĠR outine
3538
+ Ġì ¡°
3539
+ ĠH CS
3540
+ vo luting
3541
+ Ġìŀ Ħ
3542
+ Ġarc hitect
3543
+ Ġë° Ľ
3544
+ Ġë° ĽìĿĮ
3545
+ ĠëĤ ´
3546
+ Ma y
3547
+ Ma mmo
3548
+ ĠìĤ¬ ì´Į
3549
+ Ġdeline ation
3550
+ Ġmat ched
3551
+ W ell
3552
+ Ġf il
3553
+ la c
3554
+ ĠB PE
3555
+ ë° ±
3556
+ ìĿ´ìłĦ ìĹIJ
3557
+ ĠDuct al
3558
+ l d
3559
+ t ection
3560
+ at in
3561
+ ĠD EH
3562
+ ë¦ ½
3563
+ ore ign
3564
+ Ġsymmetr ic
3565
+ Ġ type
3566
+ ĠD rim
3567
+ (- /
3568
+ Ġsen se
3569
+ Ġus ual
3570
+ Ġsp ot
3571
+ Ġinf iltr
3572
+ íķĺìĺ Ģ
3573
+ Ġblo od
3574
+ Ġê°ķ ëĤ¨
3575
+ 3 7
3576
+ g i
3577
+ ì Ĩ
3578
+ Ċ ĠĊĊ
3579
+ Ġin ser
3580
+ se ud
3581
+ ĊĠĠĠĠ ĠĠĠ
3582
+ omorp hic
3583
+ ë£Į ìĽIJ
3584
+ ĠëĶ ¸
3585
+ Ġë°Ķëŀ įëĭĪëĭ¤
3586
+ C a
3587
+ c ed
3588
+ ĠL v
3589
+ Ġi t
3590
+ ĠNo dule
3591
+ Ġì´ĪìĿĮíĮĮ ìĥģ
3592
+ ìĬ ¤
3593
+ Ġì¶Ķ ìłģ
3594
+ ìĦł ì¢ħ
3595
+ Ġìłķ ìĥģ
3596
+ ĠInc reased
3597
+ abec ular
3598
+ Ġ ul
3599
+ Ġabnormal ly
3600
+ ur ing
3601
+ Ġëĵ¤ ìĹĪìĿĮ
3602
+ Ġìĺ ¤ë¥¸ìª½
3603
+ Ġblo ody
3604
+ holog y
3605
+ 4 7
3606
+ L U
3607
+ · °
3608
+ ¸ ìĿ¸
3609
+ ë ·°
3610
+ Ġc or
3611
+ nd ometrial
3612
+ Ġì ¡°ì§ģ
3613
+ Ġcalc ifi
3614
+ sp read
3615
+ Ġloc ated
3616
+ Ġë³ijìĽIJ ìĹIJìĦľ
3617
+ seud o
3618
+ Ġe longated
3619
+ uspic ion
3620
+ Ġí ı
3621
+ ĊĊĊĊ ĊĊ
3622
+ ĠìķĬ ìķĦ
3623
+ Ġmast opathy
3624
+ Ġë³ĢíĻĶ ìĹĨìĿĮ
3625
+ Ġ K
3626
+ Ġ V
3627
+ le sion
3628
+ Ġë ħ
3629
+ Ġ20 22
3630
+ ëĭ ¬
3631
+ ĠI rregular
3632
+ ìĿĮ ìĺģ
3633
+ Pro minant
3634
+ Ġ> >
3635
+ Ġê° IJ
3636
+ Ġëª »
3637
+ ĠìĥĿê°ģ ëIJ©ëĭĪëĭ¤
3638
+ M other
3639
+ c ortical
3640
+ Ġ ),
3641
+ Ġin tral
3642
+ Ġhyp ochoic
3643
+ per ip
3644
+ ĠE lasto
3645
+ ìŀ ¡
3646
+ ê¸ Ī
3647
+ Ġcont our
3648
+ osi tc
3649
+ Ġ< --
3650
+ Ġpar t
3651
+ Ġpossib ly
3652
+ Ġpunct ated
3653
+ ìĹ Ħë§Ī
3654
+ íĻ ĺ
3655
+ ĠìŀĪ ìĸ´
3656
+ ĠìķĬ ìĬµëĭĪëĭ¤
3657
+ Ġì¶Ķ ê°Ģ
3658
+ va il
3659
+ Ġasy memtry
3660
+ Ġyear s
3661
+ ĠLI Q
3662
+ Ġlocaliz ìĺĪìłķ
3663
+ ĥĪ ë¡ľ
3664
+ y mmetr
3665
+ ì ¡Į
3666
+ ĠFA s
3667
+ ë³ ´ìŀĦ
3668
+ íķĺ ìĭ¬
3669
+ ê°Ģ ëĬ¥ìĦ±
3670
+ íĮ IJ
3671
+ ĠìŀĪ ëĭ¤
3672
+ inc omplete
3673
+ num erable
3674
+ l ite
3675
+ x im
3676
+ en d
3677
+ Ġt arge
3678
+ Ġmild ly
3679
+ vic al
3680
+ ìĤ° ë³ijìĽIJ
3681
+ Co mment
3682
+ Ġìłľ ê±°
3683
+ Dec rease
3684
+ Ġdec rease
3685
+ vail able
3686
+ e xt
3687
+ n ing
3688
+ ì µľê·¼
3689
+ Ġc linical
3690
+ Ġf l
3691
+ Ġì Ĥ
3692
+ vi sualized
3693
+ ĠS lightly
3694
+ grap hic
3695
+ ìł ij
3696
+ Ġ(+) :
3697
+ Ġneg aitve
3698
+ ìĻ¸ë¶Ģì ĹIJìĦľ
3699
+ Ġinclu sion
3700
+ ĠìĦľ ìļ¸
3701
+ m es
3702
+ Ġs pic
3703
+ ĠUS ìĿ´ìĥģ
3704
+ Ġ0 3
3705
+ Ġcalc ifc
3706
+ ĠH G
3707
+ Ġ-- -->
3708
+ Ġí ı¬
3709
+ ëª ¬
3710
+ Ġloc ation
3711
+ ĠíĻ Ķ
3712
+ Ġì¹ĺ ë£Į
3713
+ ê´ Ģ
3714
+ ĠAb normality
3715
+ Ġmicrocalcifc iations
3716
+ 르 몬
3717
+ Ġfil m
3718
+ 3 6
3719
+ Ġc om
3720
+ Ġnodule ìĿĢ
3721
+ te x
3722
+ ê° IJ
3723
+ ĊĠĊ Ġ
3724
+ Ġë³ijë³Ģ ìĿ´
3725
+ ĠìķĦ íĶ
3726
+ Ġê°Ļ ìĿĢ
3727
+ ) --
3728
+ u um
3729
+ Ġd iag
3730
+ ĠĊ ĊĠ
3731
+ Ġì §Ģ
3732
+ Ġpain ful
3733
+ Ġloc al
3734
+ ëį °
3735
+ Ġë¹ĦêµIJ íķĺìŬ
3736
+ ê± ´ê°ķê²Ģì§Ħ
3737
+ Ġë³ĢíĻĶ ìĹĨ
3738
+ Ġê± ´ê°ķê²Ģì§Ħ
3739
+ Ġmat ching
3740
+ Ġë§Įìł¸ ì§ĢëĬĶ
3741
+ . :
3742
+ k en
3743
+ ĠM ultifocal
3744
+ Ġma g
3745
+ Ġd ots
3746
+ Ġì ²
3747
+ ìĿĺ ë£ĮìĽIJ
3748
+ In itially
3749
+ ëIJĺ ìĹĪ
3750
+ ëĿ¼ 매
3751
+ íĺ ľ
3752
+ Ġíģ¬ê¸° ê°Ģ
3753
+ Ġ기 ë¡Ŀ
3754
+ Ġêµ ¬
3755
+ Ġsec ond
3756
+ < --
3757
+ L T
3758
+ c ystic
3759
+ Ġa vailable
3760
+ en larged
3761
+ Ġm utliple
3762
+ ĠS e
3763
+ Ġë ¦
3764
+ id ne
3765
+ Ġcirc umsc
3766
+ Ġinc omplete
3767
+ II I
3768
+ Ġìł ģ
3769
+ ê°ľ ìĶ©
3770
+ íĺ ¸
3771
+ ĠëĮĢ íķľ
3772
+ ĠìļĶ íķ¨
3773
+ Ġede matous
3774
+ Ġacc hitectural
3775
+ Ġíijľ ìĭľ
3776
+ Ġê· ¸
3777
+ ( ?)
3778
+ o k
3779
+ o ad
3780
+ at he
3781
+ ĠL L
3782
+ or al
3783
+ min imal
3784
+ Ġí Ķ
3785
+ Ġìĸij ìĥģ
3786
+ Ġvac uum
3787
+ inter mediate
3788
+ ĠìĻ¸ë¶Ģì ĹIJìĦľ
3789
+ ł¸ ìĺ¤
3790
+ Ġinde x
3791
+ Ġintral uminal
3792
+ idne y
3793
+ 6 0
3794
+ a symptomatic
3795
+ n ipple
3796
+ o llow
3797
+ Ġ *
3798
+ nd erlying
3799
+ ĊĊ ĠĠĠ
3800
+ Ġst er
3801
+ ip o
3802
+ ìĿ¸ ì§Ģ
3803
+ ĊĠĠĠĠĠĠĠĠ ĠĠ
3804
+ Ġë³µ ìŀ¡
3805
+ ìħ ¨
3806
+ = >
3807
+ n t
3808
+ í ĥ
3809
+ Ġp seudo
3810
+ ĠĊ ĠĠĠĠĠĠĠĠ
3811
+ Ġmicroc a
3812
+ Ġup t
3813
+ Ġ-- -
3814
+ Ġview s
3815
+ ĠìŀĪ ìľ¼ë©°
3816
+ ual r
3817
+ Ġë§Įìł¸ ì§IJ
3818
+ Ġta ken
3819
+ Ġhy op
3820
+ af fin
3821
+ 3 9
3822
+ L ocalized
3823
+ Ġ vo
3824
+ ľ ì²ľ
3825
+ Ġo verall
3826
+ an ching
3827
+ Ġtr abecular
3828
+ ìĭ Ń
3829
+ Ġmet al
3830
+ Ġenlargement s
3831
+ ĠìĤ¬ ë§Ŀ
3832
+ Ġmammographic ally
3833
+ ìĤ¬ ì´Į
3834
+ 미 ì¦Īë©ĶëĶĶ
3835
+ Ġmu tiple
3836
+ mammo tome
3837
+ Ġëĵ¤ìĹĪ ëĭ¤ê³ł
3838
+ microc alc
3839
+ Ġìĸ´ëł¤ ìĽĢ
3840
+ P L
3841
+ Ġ2 1
3842
+ Ġlesion ìľ¼ë¡ľ
3843
+ No v
3844
+ ĠS o
3845
+ ĠĠĠĠ Ġ
3846
+ ĠA LN
3847
+ ëIJĺ ë©°
3848
+ Ġhype ochoic
3849
+ íĨ °
3850
+ Ġíı¬ íķ¨
3851
+ 4 4
3852
+ Ġin t
3853
+ en ding
3854
+ Ġb il
3855
+ ĠMMG ìĥģ
3856
+ Ġë ©
3857
+ ĊĠĠ Ċ
3858
+ ê¹ Ģ
3859
+ ĢìĬ µëĭĪëĭ¤
3860
+ Ġì§ ģ
3861
+ ( '
3862
+ 5 3
3863
+ a morphous
3864
+ í Ĩµ
3865
+ Ġsub a
3866
+ ĠE lite
3867
+ ĠI II
3868
+ ìĹIJ ëĬĶ
3869
+ ĠHomo geneous
3870
+ ĠëĮ Ģì
3871
+ mark ed
3872
+ Ġspec imen
3873
+ Ġë³µìļ© ì¤ij
3874
+ Ġinfiltr ation
3875
+ Ġinser tion
3876
+ C irc
3877
+ b ilateral
3878
+ c ine
3879
+ o ve
3880
+ in ed
3881
+ Ġl u
3882
+ Ġlesion ê³¼
3883
+ ut ting
3884
+ mp ro
3885
+ ìŀ ĪìĿĮ
3886
+ Ġus g
3887
+ ìĦ¸ ìĦĿíļĮíĻĶ
3888
+ ëĭ¹ ìĿ¼
3889
+ ĠAb out
3890
+ Ġlympho ma
3891
+ ë¶ģ ìĤ¼ìĦ±
3892
+ N early
3893
+ ë ¬
3894
+ ĠM other
3895
+ Ġì ĥĪë¡ľ
3896
+ Ġlesion ìĿ´
3897
+ Ġhetero gen
3898
+ Ġun it
3899
+ Ġne agtive
3900
+ ëĤ ´ì
3901
+ ìĦ¸ 민
3902
+ Ġëĭ ¤ë¥¸
3903
+ Ġì¤ij ëĭ¨
3904
+ ìĻ¸ë¶Ģì ĺģìĥģ
3905
+ Ġsim ilar
3906
+ microc al
3907
+ well ing
3908
+ Ġmucin ous
3909
+ Se vere
3910
+ Ġquadr ant
3911
+ Ġcorrespond s
3912
+ ĠìĤ ¼ìĦ±
3913
+ ĠíĶ ¼
3914
+ Ġa ll
3915
+ Ġc ac
3916
+ Ġm g
3917
+ íķĺ ëĭ¤
3918
+ mon th
3919
+ Ġ모 ëijIJ
3920
+ ĠRe active
3921
+ Ġisoe hoic
3922
+ ê¹Į ì§Ģ
3923
+ ľì²ľ íĸ¥
3924
+ B T
3925
+ M ult
3926
+ U nderlying
3927
+ m ultifocal
3928
+ ŀ ¥
3929
+ ŀ IJ
3930
+ st ion
3931
+ ĠM A
3932
+ ĠMa ss
3933
+ Ġview ìĹIJìĦľ
3934
+ Ġch agn
3935
+ M ast
3936
+ s h
3937
+ Ġp ending
3938
+ an ced
3939
+ ĠF amily
3940
+ ĠD WI
3941
+ Ġë ĸ
3942
+ ĠE nlarged
3943
+ ë° ľ
3944
+ Ġë¶ Ļ
3945
+ ĠìĿĺ íķľ
3946
+ Ġê³ł ìľĦíĹĺêµ°
3947
+ Ġê³ł 볤
3948
+ Fat ty
3949
+ Ġìŀij ëħĦ
3950
+ Ġaden oma
3951
+ Ġag o
3952
+ ĠìķĮ ê³ł
3953
+ fiic ations
3954
+ ĠíĨµ ì¦Ŀ
3955
+ íĮIJ ëıħ
3956
+ Ġë¦ ¬
3957
+ 4 6
3958
+ M utliple
3959
+ Ġa c
3960
+ on ent
3961
+ Ġth in
3962
+ Ġ6 0
3963
+ ìĦ ¼
3964
+ ë° Ľ
3965
+ 20 22
3966
+ Ġcirc um
3967
+ Ġcomp onent
3968
+ ìļĶ ë§Ŀ
3969
+ ĠëıĻ ë°ĺ
3970
+ ĠìĿ¼ ë¶Ģ
3971
+ ìĸ´ì Ħľ
3972
+ ê²° ê³¼
3973
+ ëŁ ¬
3974
+ íģ ´ë¦¬ëĭī
3975
+ Ġintramm ary
3976
+ Ġegg shell
3977
+ Ġchagn e
3978
+ p l
3979
+ Ġ hr
3980
+ ĠC on
3981
+ Ġs cat
3982
+ ). -->
3983
+ pro liferative
3984
+ Ġap art
3985
+ ìłĦ ë¶ĢíĦ°
3986
+ Ġë° ±
3987
+ ĠLU M
3988
+ Ġìĸij 쪽
3989
+ ĠU pper
3990
+ In verted
3991
+ Ġasymm try
3992
+ ê· ¸
3993
+ Ġasy metry
3994
+ Mast algia
3995
+ 3 8
3996
+ D I
3997
+ e x
3998
+ i ver
3999
+ ¨ ìĸ´ì
4000
+ Ġ ~
4001
+ ar d
4002
+ ĠB X
4003
+ Ġfocal ly
4004
+ ê² Ģ
4005
+ tion s
4006
+ ìĿ´ì ŀIJ
4007
+ ì¹ĺ ë°
4008
+ Ģì° ¸
4009
+ nec e
4010
+ De velop
4011
+ Ġevid nece
4012
+ . >
4013
+ e wise
4014
+ f ollow
4015
+ ì Ļ¼ìª½
4016
+ ĠM icrocalcification
4017
+ Ġ2 2
4018
+ Ġ0 5
4019
+ Ġg ade
4020
+ ul der
4021
+ ĠHomo fatty
4022
+ ĠìŀĪ ìľ¼ëĤĺ
4023
+ main ly
4024
+ Ġvac cine
4025
+ Inter mediate
4026
+ Ġsupple mental
4027
+ magni ìĹIJìĦľ
4028
+ Ġê¹ ĢìĺģëıĪ
4029
+ Ġë°© íĸ¥
4030
+ Ġclear ly
4031
+ D x
4032
+ Ġs welling
4033
+ US G
4034
+ us c
4035
+ Ġv ery
4036
+ Ġnumb ers
4037
+ ĠìĿ¼ì¹ĺ íķ¨
4038
+ Ġê²½ ìļ°
4039
+ comp osition
4040
+ ĠìĦ¸ ë¸ĮëŀĢìĬ¤
4041
+ ĠìĦ¬ìľł ìĦłì¢ħ
4042
+ Ġarchitect ure
4043
+ stion able
4044
+ Ġ리 ë·°
4045
+ L ob
4046
+ S uspicion
4047
+ a symmetric
4048
+ in voluting
4049
+ er m
4050
+ si tes
4051
+ Ġ2 4
4052
+ Ġd ia
4053
+ Ġi rreg
4054
+ ĠìĻ¸ë¶Ģ ë³ijìĽIJ
4055
+ ĠìĻ¸ë¶Ģ ë³ijìĽIJìĹIJìĦľ
4056
+ ĠPro minent
4057
+ Ġìľł ìĦł
4058
+ Ġbr anching
4059
+ Ġë¶�� ë¶Ħ
4060
+ met ab
4061
+ FN A
4062
+ mpro ved
4063
+ N eed
4064
+ n al
4065
+ y nec
4066
+ ë ¬¼
4067
+ ķ ¼
4068
+ ĠD BT
4069
+ om ach
4070
+ Ġë ¥
4071
+ ĠìŀĪ ìľ¼
4072
+ Ġ모 ìĸij
4073
+ Ġê²ĥ ìĿ´
4074
+ orm ity
4075
+ Ġmammogram s
4076
+ ìŀij ëħĦ
4077
+ a ce
4078
+ § IJ
4079
+ (+ -)
4080
+ Ġsignificant ly
4081
+ orm one
4082
+ ê¶Įì ľłë°
4083
+ dition al
4084
+ 6 5
4085
+ C alcification
4086
+ o la
4087
+ s o
4088
+ w e
4089
+ ë ¹
4090
+ í İ
4091
+ st ia
4092
+ Ġd iff
4093
+ ĠF DH
4094
+ Ġab utting
4095
+ ìĹIJ ëıĦ
4096
+ oma stia
4097
+ Ġne oad
4098
+ ìĿĺ ìĭ¬
4099
+ Ġcell s
4100
+ Ġíķ ´
4101
+ Ġíķĺ ëĤĺ
4102
+ ĠIn tramammary
4103
+ ë°± ë³ijìĽIJ
4104
+ ynec omastia
4105
+ Ġë¥ ¼
4106
+ A symm
4107
+ O void
4108
+ f f
4109
+ r y
4110
+ t s
4111
+ Ġ rem
4112
+ ĠR ound
4113
+ ĠĠ ĊĠ
4114
+ de ep
4115
+ ĠN on
4116
+ Ġ0 8
4117
+ ĠD isappeared
4118
+ ĠB iopsy
4119
+ sc omfort
4120
+ FG T
4121
+ Ġfor m
4122
+ ê³ł 모
4123
+ ìĹIJìĦľ ëĬĶ
4124
+ ëIJĺ ëĤĺ
4125
+ con t
4126
+ suggest ing
4127
+ ¸ ë§Į
4128
+ ì Ļ
4129
+ Ġ +
4130
+ Ħ ì§Ģ
4131
+ ķ Ķ
4132
+ Ġd ermal
4133
+ Ġì ¶©
4134
+ Ġe ach
4135
+ Ġon es
4136
+ Ġti mes
4137
+ Ġper i
4138
+ ëħĦ ê°Ħ
4139
+ ê°ľ ìĿĺ
4140
+ Ma gni
4141
+ Diagn ositc
4142
+ Ġro d
4143
+ ĠhomoFat ty
4144
+ Ĥ° ë¶ĢìĿ¸ê³¼
4145
+ ì¹ ´
4146
+ Asy m
4147
+ Ġsecond ary
4148
+ Ġlu cent
4149
+ Ġëĸ ¨ìĸ´ì
4150
+ ¸ë§Į ìĪĺ
4151
+ 5 5
4152
+ N ipple
4153
+ al act
4154
+ US ìĥģ
4155
+ Ġmass ëĬĶ
4156
+ ĠS l
4157
+ ma y
4158
+ Ġcalc ifiaction
4159
+ is odense
4160
+ ĠA X
4161
+ Ġí ĸ
4162
+ iti al
4163
+ Ġsho ulder
4164
+ ì¶Ķ ìłķ
4165
+ Ġpromi ent
4166
+ Ġfl at
4167
+ íİ ¸
4168
+ cont aining
4169
+ B iopsy
4170
+ H ER
4171
+ P ET
4172
+ W E
4173
+ a ss
4174
+ a ke
4175
+ p o
4176
+ Ġ Other
4177
+ re sidual
4178
+ Ġa morp
4179
+ ĠC A
4180
+ vi d
4181
+ ul ation
4182
+ arenchy mal
4183
+ íķĺ ê²łìĬµëĭĪëĭ¤
4184
+ iz ation
4185
+ ìĺ ´
4186
+ Ġê²ĢìĤ¬ ìĥģ
4187
+ ĠíķĦìļĶ íķ©ëĭĪëĭ¤
4188
+ ê°ķ ëĤ¨
4189
+ Ġê± ´ì§Ħ
4190
+ Ġê´Ģì°° ëIJ¨
4191
+ Ġ19 9
4192
+ ĠìĹ° ê²°
4193
+ Ġì°¸ ê³ł
4194
+ 립 ëĭĪëĭ¤
4195
+ ê¶Įìľłë° ĽìĿĮ
4196
+ Ġs li
4197
+ Ġp un
4198
+ Ġf e
4199
+ Ġun matched
4200
+ ĠìŀĪ ìĬµëĭĪëĭ¤
4201
+ Ġë³ijë³Ģ ê³¼
4202
+ íĺ Ħ
4203
+ ìĦ¤ë¬¸ ì§Ģì
4204
+ Ġëĵ ľ
4205
+ Circ umscribed
4206
+ ì¹ĺë° Ģìľłë°©
4207
+ may be
4208
+ = =
4209
+ n age
4210
+ Ġ k
4211
+ an other
4212
+ ë° Ķëŀ
4213
+ Ġpost MMT
4214
+ ĊĠĊĠĊ ĠĊĠĊ
4215
+ qu al
4216
+ ì¦Ŀ ê°Ģ
4217
+ ìĦ¸ ë¸ĮëŀĢìĬ¤
4218
+ Ġì° Į릿
4219
+ ë°© íĸ¥
4220
+ ĠíĮIJ ëĭ¨
4221
+ Is odense
4222
+ ê²° ìłĪ
4223
+ ĠìłķíĻķ íķľ
4224
+ Ġíı ī
4225
+ ? ),
4226
+ F amily
4227
+ r ing
4228
+ v ant
4229
+ Ģ ëł
4230
+ ĠMG ìĿ´ìĥģ
4231
+ ĠS ister
4232
+ ĠP aget
4233
+ ate ly
4234
+ Ģì ľ¼
4235
+ ĠA n
4236
+ ëĭ¤ íķ¨
4237
+ ëª ©
4238
+ Ġhyper metab
4239
+ Ġstere o
4240
+ ĠìķĬ ìķĺ
4241
+ ì§ģ ìĽIJ
4242
+ Ġdemonstr ated
4243
+ cor d
4244
+ Ġ커 ì¡Į
4245
+ ju vant
4246
+ ĠíĻĶ ìĿ´ìŀIJ
4247
+ ĠCon sistent
4248
+ R D
4249
+ í Ĭ
4250
+ rea s
4251
+ Ġ2 3
4252
+ or a
4253
+ ti y
4254
+ Oth ewise
4255
+ ect ed
4256
+ ĊĊĊ ĠĊĠĊ
4257
+ pro xim
4258
+ Ġdist ance
4259
+ Ġiso ec
4260
+ Ġthick en
4261
+ 기 ë¡ľ
4262
+ íĺ ķ
4263
+ Ġmm g
4264
+ Ġinfla mmatory
4265
+ Ġcer vical
4266
+ ìĦ¼ íĦ°
4267
+ + (
4268
+ H SA
4269
+ S RD
4270
+ t u
4271
+ Ġc lac
4272
+ Ġë ²
4273
+ Ġë Ħ
4274
+ Ġ. .
4275
+ ìĸ µ
4276
+ ìŀIJ 매
4277
+ main ed
4278
+ ´ìŀ ħëĭĪëĭ¤
4279
+ Ġpar affin
4280
+ ĠìĻ¸ íķłë¨¸ëĭĪ
4281
+ Ġpo or
4282
+ Ġë³´ìĿ´ ëįĺ
4283
+ ìĤ¬ ì§Ħ
4284
+ Ġsus p
4285
+ ëĵľ 립ëĭĪëĭ¤
4286
+ Ġupt ake
4287
+ íĬ ¸
4288
+ s ome
4289
+ Ġm ight
4290
+ ĠF aint
4291
+ iop sied
4292
+ Ġ200 0
4293
+ ë³ Ģ
4294
+ Ġst omach
4295
+ ìļ ´
4296
+ Ġcalcific aion
4297
+ Ġch nage
4298
+ Ġê°Ģ ëĬ¥
4299
+ Ġmacroc alcification
4300
+ BI RADS
4301
+ Ġbil ob
4302
+ . ),
4303
+ 4 1
4304
+ A x
4305
+ H CS
4306
+ L argest
4307
+ P re
4308
+ ì ¡°ì§ģ
4309
+ ĠC alcifications
4310
+ Ġp revi
4311
+ Ġ0 4
4312
+ ĠD iag
4313
+ vi x
4314
+ Ġe sp
4315
+ Ġthe m
4316
+ ĠHomo Fatty
4317
+ ëł µ
4318
+ ĠíķĦìļĶ íķ¨
4319
+ ëĵ ±
4320
+ ĠCo oper
4321
+ ì¦ Ļ
4322
+ ĠìĻ¸ë¶Ģì ´ĪìĿĮíĮĮ
4323
+ Ġmicrocalcifc ations
4324
+ Ġgroup s
4325
+ Ġmul ti
4326
+ ipo se
4327
+ Ġhyop echoic
4328
+ Ġë© į
4329
+ 5 1
4330
+ f ew
4331
+ n early
4332
+ in f
4333
+ vi ew
4334
+ Ġcalc if
4335
+ ìĹ ¼
4336
+ Ġre s
4337
+ siti ve
4338
+ sp ital
4339
+ Ġë° Ķ
4340
+ ĠU n
4341
+ ĊĊĊĊĊ ĠĊ
4342
+ Ġê°Ģì ł¸ìĺ¤
4343
+ ĠëĶ °
4344
+ Ġmacroc alcifications
4345
+ Ġhypoechoc i
4346
+ Ġdef ormity
4347
+ 르몬 ìłľ
4348
+ Ġint act
4349
+ proxim ately
4350
+ D i
4351
+ L H
4352
+ b ined
4353
+ e z
4354
+ £ ê³ł
4355
+ ¤ ëªħ
4356
+ Ġn ature
4357
+ Ġs light
4358
+ Ġs erous
4359
+ eg en
4360
+ si e
4361
+ ĠF G
4362
+ as ed
4363
+ ĠìĹĨ ìĸ´
4364
+ Ġê²Ģì§Ħ ìĹ°êµ¬
4365
+ ĠFibro epithelial
4366
+ Ġíķ ł
4367
+ Ġmicro Ca
4368
+ Ġpres er
4369
+ Ġêµ Ń
4370
+ Ġisoe hcoic
4371
+ Ġrepla cement
4372
+ Ġê¶Į íķ©ëĭĪëĭ¤
4373
+ < -
4374
+ L E
4375
+ ĺ 기
4376
+ Ġ0 6
4377
+ se ated
4378
+ Ġchan ged
4379
+ (-) -->
4380
+ sc lerosing
4381
+ tom atic
4382
+ Ġë³ ´ìŀħëĭĪëĭ¤
4383
+ Ġsign s
4384
+ Ġper sistent
4385
+ Ġcon cord
4386
+ Ġë§ Ī
4387
+ ìŀIJ ëł¥
4388
+ ĠHetero FG
4389
+ ëŀ ij
4390
+ Ġë³´ìĿ´ ë©°
4391
+ ê± ´ì§Ħ
4392
+ Ġdevelop ing
4393
+ Ġmult icentric
4394
+ ìĨ ¡
4395
+ Ġvo lu
4396
+ Ġëĵľ 림
4397
+ . --->
4398
+ 7 5
4399
+ ê »
4400
+ at h
4401
+ Ġin n
4402
+ th ree
4403
+ Ġno u
4404
+ ĠB B
4405
+ Ġe lasto
4406
+ Ġpromin ence
4407
+ Ġë³ ¸ìĿ¸
4408
+ ĠT PL
4409
+ Ġë¶Ģì Ĥ°
4410
+ 미 íĺľ
4411
+ ê¹ ĢìĺģëıĪ
4412
+ tive ly
4413
+ ê°ľìĽĶ ìłĦ
4414
+ hole ster
4415
+ Ġê±° 리
4416
+ Ġpreser ved
4417
+ L inear
4418
+ c orrespon
4419
+ i um
4420
+ Ġnodule ê³¼
4421
+ hy roid
4422
+ Ġmammo ìĥģ
4423
+ Ġhetero FG
4424
+ Ĥ¬ ì§Ħ
4425
+ .. .
4426
+ ìĦ¸ ìļĶ
4427
+ êµ° ëį°
4428
+ ì¶Ķ ê°Ģ
4429
+ Ġsy mptom
4430
+ Ġnd o
4431
+ Ġcor tex
4432
+ Ġvolu me
4433
+ + ).
4434
+ E xt
4435
+ Ĺ ¬
4436
+ Ġin tr
4437
+ Ġpro lifer
4438
+ Ġpromin ancy
4439
+ ĠA LH
4440
+ Ġmicrocalc ifi
4441
+ ìĿ´ ê³ł
4442
+ ĠìĦ ¤ëªħ
4443
+ Ġfo und
4444
+ el ow
4445
+ ĠU G
4446
+ Ġstructure s
4447
+ Ġì¶Ķê°Ģê²ĢìĤ¬ íķĦìļĶ
4448
+ ĠAb n
4449
+ Ġê°IJ ìĨĮ
4450
+ Asym tomatic
4451
+ Ġëĸ¨ìĸ´ì ł¸
4452
+ holester ol
4453
+ - +,
4454
+ . (-)
4455
+ M ark
4456
+ h SA
4457
+ Ġ ?
4458
+ in d
4459
+ ĠF B
4460
+ Ġg alact
4461
+ ĠD dx
4462
+ Ġe ll
4463
+ ap illary
4464
+ ëħĦ ë¶ĢíĦ°
4465
+ Ġheterogenous ly
4466
+ ĠĊĠĠĠĠ ĠĊĠĠĠĠ
4467
+ Ġë³´ ëĭ¤
4468
+ Ġmic or
4469
+ Ġimage s
4470
+ Ġê¸ Ī
4471
+ Ġë³ijë³Ģì ŀ
4472
+ omy o
4473
+ ĠíĺĦìŀ¬ ëĬĶ
4474
+ ĠìŀIJ 매
4475
+ Ġëĭ¤ ìĭľ
4476
+ ext ent
4477
+ ê» ĺ
4478
+ 4 8
4479
+ C OVID
4480
+ S t
4481
+ n g
4482
+ ĭ ¬
4483
+ Ġb elow
4484
+ ĠR I
4485
+ si gn
4486
+ si der
4487
+ Ġe qual
4488
+ ma st
4489
+ ule s
4490
+ ëĬ IJ
4491
+ ìĺ ¤ëŀĺ
4492
+ Ġëª ħ
4493
+ ë¶Ģì ĹIJ
4494
+ ĠìĸijìĦ± ìĿ´ë��¼ê³ł
4495
+ ĠDuct ectasia
4496
+ ĠìĿ´ìłĦ ìĹIJ
4497
+ Ġë¶Ħ ëĭ¹
4498
+ ĠLO Q
4499
+ que ez
4500
+ +/ -,
4501
+ Ġê±° ìĿĺ
4502
+ Ġmaterial s
4503
+ íĥ ľ
4504
+ Ġì§ģ ìĽIJ
4505
+ h igh
4506
+ l ocalized
4507
+ Ġ ).
4508
+ in al
4509
+ Ġa dv
4510
+ Ġs eg
4511
+ ĠMG ìĻĢ
4512
+ de tection
4513
+ tr as
4514
+ lu cent
4515
+ Ġhetero D
4516
+ Ġmicrocalc ifiaction
4517
+ ìķ Ļ
4518
+ ìĿ´ ëĤĺ
4519
+ Ġtiss u
4520
+ Ġfo ur
4521
+ Ġë³´ìĿ´ ëĤĺ
4522
+ va sive
4523
+ Co vid
4524
+ íĻĺìŀIJ ë¶Ħ
4525
+ ë°© ìĤ¬ìĦłê³¼
4526
+ Ġë¶Ī íݸ
4527
+ ĠìĿ¸ ìłij
4528
+ Ġì¶Ķìłķ ëIJ¨
4529
+ ëĤ´ ê³¼
4530
+ Ġtarge t
4531
+ Ġfe ature
4532
+ A d
4533
+ G N
4534
+ g g
4535
+ ¢ °
4536
+ ë ¢°
4537
+ Ġ if
4538
+ Ġb one
4539
+ Ġc lu
4540
+ la p
4541
+ Ġab ove
4542
+ Ġen g
4543
+ ĠA ccessory
4544
+ lo se
4545
+ íķĺ ë©´
4546
+ Ġun known
4547
+ ĠMammo graphy
4548
+ Ġíķĺ ìĺ
4549
+ Ġë§ĺ모 íĨ°
4550
+ Ġìľł ì¦Ļ
4551
+ Ġ미 ì¦Īë©ĶëĶĶ
4552
+ Ġasymme ty
4553
+ Ġbr ast
4554
+ ĠëIJĺ ëĬĶ
4555
+ Ġscan ty
4556
+ ê¶Įì ľł
4557
+ Ġpseudo lesion
4558
+ Ġell ip
4559
+ queez ing
4560
+ F oreign
4561
+ g lobal
4562
+ i ent
4563
+ t ical
4564
+ Ġa symptomatic
4565
+ Ġnodu e
4566
+ Ġì Ĥ°ë¶ĢìĿ¸ê³¼
4567
+ ì§ Ģì°¸
4568
+ ê²Ģì§Ħ ìĥģ
4569
+ ìĸ ´ìŀ
4570
+ ëĤ ´ìŀ
4571
+ ìĿĺ ìĽIJ
4572
+ ìĬ ·
4573
+ Ġpo sitive
4574
+ Ġìĸ´ ëłµ
4575
+ ìłľ ìĿ¼ë³ijìĽIJ
4576
+ Ġëĵ £ê³ł
4577
+ ĠLM O
4578
+ Ġho spital
4579
+ athe ter
4580
+ Ġneoad juvant
4581
+ correspon ding
4582
+ ëĤ´ìŀ ¥
4583
+ 5 4
4584
+ 5 6
4585
+ G III
4586
+ n eg
4587
+ n ant
4588
+ o varian
4589
+ Ġ Q
4590
+ Ġm usc
4591
+ Ġs mal
4592
+ ĠR L
4593
+ ĠĠ ĠĊ
4594
+ Ġhyp echoic
4595
+ duct ectasia
4596
+ Ġse ated
4597
+ Ġh uge
4598
+ ast atic
4599
+ Ġpre mammary
4600
+ Ġad ditional
4601
+ Ġneg at
4602
+ Ġë³ijë³Ģì ĹIJ
4603
+ Ġê¹ Ģ
4604
+ Ġíĺ¸ ìĨĮ
4605
+ que stionable
4606
+ (-/ +)
4607
+ ëĭ¬ ìłĦ
4608
+ Ġform ation
4609
+ 목 ëıĻ
4610
+ H r
4611
+ L ocal
4612
+ S O
4613
+ e tive
4614
+ f aint
4615
+ ĠM oderate
4616
+ ĠR A
4617
+ ed o
4618
+ ĠD H
4619
+ ĠE X
4620
+ ĠI s
4621
+ (+ +),
4622
+ Ġìľłë°©ìķĶ ìľ¼ë¡ľ
4623
+ ĠìĹĨ ìľ¼ëĤĺ
4624
+ Ġcalcific ati
4625
+ ĠìŀĪ ê³ł
4626
+ ëĮĢ 목ëıĻ
4627
+ Ġìĺ ģ
4628
+ Ġë³´ ìĿ¸
4629
+ ID P
4630
+ ìłģ ìľ¼ë¡ľ
4631
+ Ġnec k
4632
+ ì² ĺ
4633
+ íĶ ¼
4634
+ Ġë°Ķëŀ Į
4635
+ Ġìĸ¸ê¸ī ëIJľ
4636
+ egen er
4637
+ at us
4638
+ ĠC alcified
4639
+ Ġ( ?)
4640
+ mm ed
4641
+ Ġ2 5
4642
+ icroc alc
4643
+ sc ribed
4644
+ Ġabnormal tiy
4645
+ Ģì ł
4646
+ lo ar
4647
+ Ġìł ij
4648
+ diffuse ly
4649
+ ìŀĪ ìĸ´
4650
+ ìĸijìĦ± ì¶Ķìłķ
4651
+ ìłģ ìĿ¸
4652
+ ĠíĻĺìŀIJ ë¶Ħ
4653
+ Ġë¶Ħ ëªħ
4654
+ Ġexten ding
4655
+ Ġìŀ¬ ê²Ģ
4656
+ ĠSub tle
4657
+ Mult icentric
4658
+ Ġrem nant
4659
+ Ġsli de
4660
+ Ġë©į ìļ¸
4661
+ Ġnou dle
4662
+ W NL
4663
+ m an
4664
+ o lic
4665
+ w sie
4666
+ Ġ Three
4667
+ Ġ =>
4668
+ ic ation
4669
+ Ġb io
4670
+ ĠC ysts
4671
+ ĠR LC
4672
+ Ġ( >
4673
+ Ġ2 6
4674
+ Ġi r
4675
+ la mmatory
4676
+ vi sible
4677
+ Ġde tect
4678
+ Ġw ere
4679
+ íķ Ļ
4680
+ is olated
4681
+ Ġst atus
4682
+ Ġinc ision
4683
+ Ġiso density
4684
+ Ġun ifocal
4685
+ Ġìĭ ł
4686
+ Ġìĺ Ī
4687
+ spec tively
4688
+ Ġë¹Ħ ìĬ·
4689
+ Ġinf erior
4690
+ ì´ĪìĿĮíĮĮ ê²ĢìĤ¬
4691
+ Ġëļľëł· íķľ
4692
+ Ġ미 ì§Ģì°¸
4693
+ Ġlympho id
4694
+ Ġul tras
4695
+ ë¹ Ľ
4696
+ Ġadv anced
4697
+ Ġmusc le
4698
+ S ister
4699
+ e quivocal
4700
+ m u
4701
+ z e
4702
+ Ġ ê³µëĭ¨
4703
+ st ic
4704
+ il ic
4705
+ Ġsiz es
4706
+ ì§ Ī
4707
+ Ġco oper
4708
+ no te
4709
+ ê°Ģ ëģĶ
4710
+ ëª °
4711
+ MG ìĥģ
4712
+ Ġìĸ ĺ기
4713
+ 200 2
4714
+ Ġsc lero
4715
+ Ġcalcific at
4716
+ Ġê° ľ
4717
+ ëĿ ½
4718
+ ian g
4719
+ IDC a
4720
+ Ġìĺ¤ ìĦ¸ë¯¼
4721
+ ê³Ħ ë°±ë³ijìĽIJ
4722
+ Ġ기 ìĸµ
4723
+ Ġsymmetr y
4724
+ Ġdiagn sotic
4725
+ Ġì¶Ķìłģ ê²ĢìĤ¬
4726
+ erm is
4727
+ A S
4728
+ M ul
4729
+ T C
4730
+ a e
4731
+ s l
4732
+ Ġc holesterol
4733
+ Ġc atheter
4734
+ or k
4735
+ ĊĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ
4736
+ ĠE ndometrial
4737
+ aden osis
4738
+ Ġad n
4739
+ ìĿĦ ëķĮ
4740
+ Ġcorrelation ëIJĺëĬĶ
4741
+ Ġneg etive
4742
+ Ġclust ed
4743
+ Ġmilk ish
4744
+ Ġìĺģìĥģ ê³¼
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911fa4cb07b20fb963cdad0de1f757aab48c23a0d403a06dec6094d64ddad7eb
3
+ size 358777693
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0b079ef6268b281671edd91885d7b32193f2a6baae321a631a58fd76b01d80
3
+ size 4091
vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<|endoftext|>":0,"!":1,"\"":2,"#":3,"$":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,"?":31,"@":32,"A":33,"B":34,"C":35,"D":36,"E":37,"F":38,"G":39,"H":40,"I":41,"J":42,"K":43,"L":44,"M":45,"N":46,"O":47,"P":48,"Q":49,"R":50,"S":51,"T":52,"U":53,"V":54,"W":55,"X":56,"Y":57,"Z":58,"[":59,"\\":60,"]":61,"^":62,"_":63,"`":64,"a":65,"b":66,"c":67,"d":68,"e":69,"f":70,"g":71,"h":72,"i":73,"j":74,"k":75,"l":76,"m":77,"n":78,"o":79,"p":80,"q":81,"r":82,"s":83,"t":84,"u":85,"v":86,"w":87,"x":88,"y":89,"z":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,"Ë":136,"Ì":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,"å":162,"æ":163,"ç":164,"è":165,"é":166,"ê":167,"ë":168,"ì":169,"í":170,"î":171,"ï":172,"ð":173,"ñ":174,"ò":175,"ó":176,"ô":177,"õ":178,"ö":179,"÷":180,"ø":181,"ù":182,"ú":183,"û":184,"ü":185,"ý":186,"þ":187,"ÿ":188,"Ā":189,"ā":190,"Ă":191,"ă":192,"Ą":193,"ą":194,"Ć":195,"ć":196,"Ĉ":197,"ĉ":198,"Ċ":199,"ċ":200,"Č":201,"č":202,"Ď":203,"ď":204,"Đ":205,"đ":206,"Ē":207,"ē":208,"Ĕ":209,"ĕ":210,"Ė":211,"ė":212,"Ę":213,"ę":214,"Ě":215,"ě":216,"Ĝ":217,"ĝ":218,"Ğ":219,"ğ":220,"Ġ":221,"ġ":222,"Ģ":223,"ģ":224,"Ĥ":225,"ĥ":226,"Ħ":227,"ħ":228,"Ĩ":229,"ĩ":230,"Ī":231,"ī":232,"Ĭ":233,"ĭ":234,"Į":235,"į":236,"İ":237,"ı":238,"IJ":239,"ij":240,"Ĵ":241,"ĵ":242,"Ķ":243,"ķ":244,"ĸ":245,"Ĺ":246,"ĺ":247,"Ļ":248,"ļ":249,"Ľ":250,"ľ":251,"Ŀ":252,"ŀ":253,"Ł":254,"ł":255,"Ń":256,"in":257,"at":258,"Ġin":259,"re":260,"ic":261,"Ġa":262,"al":263,"en":264,"Ġo":265,"Ġb":266,"At":267,"ati":268,"ĠC":269,"Ġc":270,"le":271,"cm":272,"st":273,"Ġm":274,"Ġn":275,"on":276,"er":277,"ĠL":278,"ĠM":279,"th":280,"Ġs":281,"Ġof":282,"ĠR":283,"nd":284,"Gr":285,"US":286,"Ġand":287,"Ġma":288,"ĠUS":289,"ĠMG":290,"du":291,"ve":292,"Ġ1":293,"alc":294,"ation":295,"eg":296,"NC":297,"if":298,"Ġno":299,"ĠRt":300,"ative":301,"ĠLt":302,"egative":303,"gn":304,"ro":305,"ific":306,"ing":307,"Ġ(":308,"ho":309,"rea":310,"mm":311,"ed":312,"ar":313,"Ġp":314,"ec":315,"ss":316,"oth":317,"ification":318,"si":319,"Ġnodu":320,"alcification":321,"ĠĠ":322,"Ġ3":323,"de":324,"Ġboth":325,"Ġnodule":326,"sx":327,"ĠGr":328,"reast":329,"Ġl":330,"cre":331,"creen":332,"ĠN":333,"creening":334,"echo":335,"Asx":336,"Ġ2":337,"->":338,"hy":339,"Ġnegative":340,"Ġbreast":341,"echoic":342,"ign":343,"Ġmass":344,"Ġd":345,"Ġ0":346,"ade":347,"il":348,"Ġf":349,"ter":350,"Ġle":351,"enign":352,"yst":353,"an":354,"Ġcalcification":355,"wi":356,"lar":357,"or":358,"oechoic":359,"ĠĊ":360,"Ġcyst":361,"UO":362,"ĠF":363,"sy":364,"Ġg":365,"hyp":366,"Ġhyp":367,"us":368,"Screening":369,"tr":370,"Ġ-":371,"Ġì":372,"Ġbenign":373,"Ġmamm":374,"Ġr":375,"sion":376,"roc":377,"Ġhypoechoic":378,"Ġlesion":379,"icroc":380,"up":381,"ct":382,"se":383,"Ġmicroc":384,"Ġi":385,"mal":386,"la":387,"No":388,"Ġ4":389,"ĠD":390,"Ġwi":391,"Ġwith":392,"ĊĊ":393,"ty":394,"ost":395,"Ġax":396,"),":397,"ia":398,"Ġmammo":399,"ti":400,"Ġaxil":401,"etr":402,"symm":403,"red":404,"Ġmicrocalcification":405,"Ġlo":406,"symmetr":407,"ĠNC":408,").":409,"ge":410,"un":411,"ly":412,"ĠMM":413,"he":414,"Ġcalcifications":415,"Ġden":416,"Ġcysts":417,"Ġrt":418,"rade":419,"Ġlt":420,"ous":421,"iagn":422,"symmetry":423,"ostic":424,"iagnostic":425,"Ġaxilla":426,"hr":427,"ent":428,"ered":429,"han":430,"per":431,"Ġ12":432,"vi":433,"Ġup":434,"Ġis":435,"Ġchan":436,"ul":437,"Ġchange":438,"Ġupper":439,"om":440,"(-":441,"val":442,"Ġ-->":443,"ĠRUO":444,"Ġpro":445,"ple":446,"are":447,"min":448,"ĠLUO":449,"Sx":450,"ĠS":451,"Ġscreening":452,"Ġasymmetry":453,"ĠP":454,"Ġmicrocalcifications":455,"ĠMMG":456,"Negative":457,"ĠB":458,"Ġsi":459,"tero":460,"nc":461,"Ġbreasts":462,"oc":463,"Ġnodules":464,"Ġoval":465,"Ġ10":466,"ular":467,"Ġlow":468,"ĠĠĠĠ":469,"duct":470,"Ġ9":471,"Ġ->":472,"Ġat":473,"mall":474,"ocal":475,"ce":476,"Diagnostic":477,"op":478,"Ġab":479,"ĠLN":480,"Ġe":481,"ab":482,"Grade":483,"mo":484,"Ġou":485,"wise":486,"Ġdensi":487,"erwise":488,"Ġduct":489,"Ġgrade":490,"ASx":491,"hetero":492,"ìĿ":493,"ma":494,"Ġcalc":495,"Ġabn":496,"Hx":497,"ĠSA":498,"Ġth":499,"Ġë":500,"Ġdensity":501,"lu":502,"homo":503,"Ġsiz":504,"Ġ20":505,"tiple":506,"Ġpromin":507,"Ġt":508,"ultiple":509,"Ġor":510,"-->":511,"Ġsmall":512,"es":513,"arenc":514,"arenchy":515,"Ġparenchy":516,"ated":517,"Ġouter":518,"ft":519,"ĠAsx":520,"gen":521,"ib":522,"Oth":523,"UI":524,"Ġprominent":525,"OS":526,"eral":527,"Ġhetero":528,"Ġgun":529,"Ġ&":530,"Ġde":531,"ĠFHx":532,"Ġbx":533,"Ġsu":534,"Otherwise":535,"(-)":536,"lust":537,"iop":538,"lustered":539,"gh":540,"ate":541,"ary":542,"Ġfocal":543,"Ġechoic":544,"Ġbiop":545,"Ġhomo":546,"cat":547,"igh":548,"reg":549,"Ġmasses":550,"Ġse":551,"veral":552,"Ġleft":553,"-,":554,"den":555,"cer":556,"Ġsized":557,"Ġ11":558,"eous":559,"tered":560,"ight":561,"ect":562,"tern":563,"cattered":564,"te":565,"able":566,"ĠGrade":567,"geneous":568,"Ġon":569,"sc":570,"Ġclustered":571,"FG":572,"ĊĠĠĠĠ":573,"Ġbiopsy":574,"Ġparenchyma":575,"Ġsub":576,"ince":577,"Ġaxillae":578,"CC":579,"Ġex":580,"ormal":581,"ĠBx":582,"ĠScreening":583,"Ġsince":584,"Ġen":585,"ess":586,"grade":587,"ew":588,"Ġthe":589,"Ġdense":590,"Ġabnormal":591,"Ģì":592,"Ġscattered":593,"ê²":594,"fin":595,"attern":596,"ain":597,"Ġmammary":598,"ine":599,"rreg":600,"ĠOS":601,"rregular":602,"The":603,"unct":604,"ner":605,"Ġisoechoic":606,"unctate":607,"Ġinner":608,"Ġ6":609,"(-),":610,"ëĭ":611,"Ġpattern":612,"ged":613,"iny":614,"ity":615,"ĠFCC":616,"larged":617,"Ġw":618,"Ġirregular":619,"Less":620,"íķ":621,"Ġfor":622,"ĥģ":623,"revi":624,"Ġ,":625,"Ġductal":626,"Ġpunctate":627,"Ġright":628,"pic":629,"Ġdil":630,"ĠFA":631,"id":632,"Ġlower":633,"negative":634,"ĠE":635,"ut":636,"´ì":637,"Ġenlarged":638,"olar":639,"ĠLUI":640,"asx":641,"ĠhomoFG":642,"rem":643,"revious":644,"Ġmultiple":645,"ĠH":646,"Ġare":647,"Ġ201":648,"ap":649,"Ġvi":650,"Ġmagn":651,"und":652,"gr":653,"Benign":654,"Ġarea":655,"Ġ8":656,"Ġsubare":657,"orre":658,"ĠMMT":659,"fined":660,"ibro":661,"um":662,"ure":663,"rc":664,"round":665,"Ġnot":666,"as":667,"Ġ200":668,"ĠI":669,"ĠĠĠ":670,"sed":671,"ark":672,"ild":673,"Ġsubareolar":674,"ìĹ":675,"ìĦ":676,"orrel":677,"inear":678,"ìĿĮ":679,"Breast":680,"Ġcan":681,"ĠNegative":682,"ĠĊĠĊ":683,"reased":684,"Ġ5":685,"Ġcancer":686,"Ġtiny":687,"ill":688,"Ġlinear":689,"LO":690,"10":691,"remark":692,"12":693,"remarkable":694,"ding":695,"tect":696,"geneously":697,"ë¶":698,"sia":699,"ë°":700,"ĊĠ":701,"ê°":702,"Ġ(-":703,"ion":704,"Ġwas":705,"ê³":706,"Ġcm":707,"Ġround":708,"Ġfat":709,"Ġdilat":710,"ĠìĿ":711,"Ġdilatation":712,"Ġnodular":713,"Ġabnormality":714,"ľł":715,"ow":716,"ĠRUI":717,"Ġfibro":718,"Ġprevious":719,"im":720,"Ġtr":721,"Ġmagni":722,"Lt":723,"is":724,"ê²Ģì":725,"Hz":726,"Ġ:":727,"Ġexa":728,"erf":729,"20":730,"Ġpain":731,"bab":732,"iff":733,"king":734,"ĠA":735,"use":736,"bably":737,"irc":738,"uspic":739,"Ġlob":740,"iffuse":741,"Ġgr":742,"Ġexamin":743,"Ġexamination":744,"ans":745,"Ġill":746,"Ġtrans":747,"Ġtransdu":748,"Ġtransducer":749,"uped":750,"Multiple":751,"rib":752,"Ļ¸":753,"ist":754,"Ġ--":755,"Ġseveral":756,"Ġseen":757,"everal":758,"Ġmay":759,"Ġgro":760,"land":761,"Ġos":762,"mp":763,"orp":764,"(+":765,"landular":766,"lary":767,"out":768,"Rt":769,"Ġmam":770,"ble":771,"Ġsuspic":772,"ĠLNs":773,"oking":774,"ĠFU":775,"Ġlesions":776,"Ġ(-)":777,"Ġ7":778,"ë¶Ģ":779,"Ġmicrocalc":780,"LI":781,"11":782,"Ġcirc":783,"omo":784,"Ġevi":785,"ribed":786,"orrelated":787,"ľłë°":788,"ĠMHz":789,"ĠG":790,"Ġto":791,"Ġecho":792,"ac":793,"umsc":794,"Ġaxillary":795,"tected":796,"tion":797,"Ġfin":798,"wo":799,"dence":800,"Ġmild":801,"Ġevidence":802,"med":803,"aSx":804,"umscribed":805,"Ġfinding":806,"ìĹIJ":807,"ìĽ":808,"Several":809,"tom":810,"ĠNo":811,"lo":812,"ĊĠĠĠĠĠ":813,"ecta":814,"ì§":815,"benign":816,"Ġgrouped":817,"Ġë³":818,"ectasia":819,"Ġext":820,"ë³":821,"tra":822,"ìķ":823,"ĠUSG":824,"ĊĠĠĠ":825,"ant":826,"ľłë°©":827,"Ġdiagnostic":828,"´ìĥģ":829,"Ġcircumscribed":830,"ĊĊĊ":831,"sible":832,"Ġsize":833,"Ġvisible":834,"ĠASx":835,"glandular":836,"atic":837,"Ġremarkable":838,"ll":839,"Ġcystic":840,"Ġfibroglandular":841,"ëĭ¤":842,"ĠID":843,"Ġdetected":844,"ious":845,"Ļ¸ë¶Ģ":846,"etero":847,"ulated":848,"ëĭĪ":849,"xt":850,"grap":851,"ely":852,"omp":853,"Ġless":854,"§Ħ":855,"xture":856,"ared":857,"ìĽIJ":858,"Ġthan":859,"texture":860,"ĠìĹ":861,"ìł":862,"sis":863,"Ġnoted":864,"ormed":865,"Ġperf":866,"Ġperformed":867,"ial":868,"Ġdefined":869,"Ġmammograp":870,"Ġst":871,"ifi":872,"Ġco":873,"otherwise":874,"ecreased":875,"Ġsite":876,"¡ľ":877,"no":878,"vo":879,"ory":880,"ip":881,"ê³ł":882,"defined":883,"hic":884,"Asymmetry":885,"ven":886,"Ġinc":887,"Ġìľłë°©":888,"ment":889,"ified":890,"side":891,"Ġre":892,"Ĥ¬":893,"Ġsuspicious":894,"Ġí":895,"ĠMa":896,"NB":897,"Ġdiffuse":898,"Ġsign":899,"íķĺ":900,"cy":901,"Ġsup":902,"ik":903,"Ġmammography":904,"ê²Ģì§Ħ":905,"ĠHomo":906,"ĠCNB":907,"Ġv":908,"ë¡ľ":909,"ificant":910,"mptom":911,"Ġintra":912,"ìĥģ":913,"ule":914,"oma":915,"Ġnc":916,"ìķĶ":917,"Ġsignificant":918,"pro":919,"ĠIDC":920,"mptomatic":921,"symptomatic":922,"ëĬ":923,"Ġinhomo":924,"morp":925,"Ġinhomogeneously":926,"pler":927,"ĠìĿ´ìĥģ":928,"Th":929,"one":930,"Ġsen":931,"oppler":932,"ional":933,"Ġlobule":934,"hous":935,"+,":936,"siti":937,"Ġcorrelated":938,"Ġ.":939,"ue":940,"Ġob":941,"morphous":942,"ìĿ´":943,"vity":944,"Ġcomp":945,"Ġview":946,"ìĦľ":947,"ê°Ģ":948,"Ġcen":949,"Ġsensiti":950,"Ġsensitivity":951,"Ġparenchymal":952,"screening":953,"ìľ":954,"Ġheterogeneous":955,"Ġobsc":956,"Ġpost":957,"Ġinter":958,"Ġlooking":959,"Ġductectasia":960,"ĠHomoFG":961,"ĠRLO":962,"Asymptomatic":963,"ëª":964,"Ġcalcified":965,"it":966,"ĠĊĊ":967,"Ġdist":968,"Ġlik":969,"ìĭ":970,"Ġextent":971,"MG":972,"Ġechotexture":973,"Ġamorphous":974,"Ġiso":975,"This":976,"Ġprobably":977,"Ġtwo":978,"ĠLLO":979,"Ġìĸ":980,"Ġobscure":981,"Ġmo":982,"ĠLLI":983,"II":984,"aden":985,"Ġout":986,"ot":987,"ell":988,"Ġreg":989,"ìĸ":990,"ëĬĶ":991,"Ġti":992,"ĪìĿĮ":993,"Ġ(<":994,"Ġun":995,"Ġìķ":996,"RT":997,"diagnostic":998,"Ġìŀ":999,"mamm":1000,"Ġìľłë°©ìķĶ":1001,"Ġtiss":1002,"hi":1003,"hN":1004,"kin":1005,"dense":1006,"ortion":1007,"ìŀ":1008,"ê²ĢìĤ¬":1009,"bable":1010,"Ġdefin":1011,"Ġtissue":1012,"Ġfew":1013,"genous":1014,"ite":1015,"Im":1016,"Pro":1017,"eterogeneously":1018,"pe":1019,"Ġregional":1020,"ssly":1021,"Ġê":1022,"ur":1023,"Ġmid":1024,"Ġdone":1025,"Ġoutside":1026,"et":1027,"der":1028,"piculated":1029,"ìľ¼":1030,"sp":1031,"Ġlikely":1032,"Ġinterval":1033,"CI":1034,"iz":1035,"ĊĠĊ":1036,"Focal":1037,"ijìĽIJ":1038,"mammary":1039,"ìĻ¸ë¶Ģ":1040,"void":1041,"Ġdefinite":1042,"CIS":1043,"Ġne":1044,"ê³¼":1045,"ipple":1046,"symmetric":1047,"Ġproven":1048,"Ġfatty":1049,"Ġwithout":1050,"Ġovoid":1051,"Ġunremarkable":1052,"osis":1053,"ìĹIJìĦľ":1054,"ĠBreast":1055,"--":1056,"align":1057,"Ġskin":1058,"모":1059,"ĠLNE":1060,"íĻ":1061,"act":1062,"looking":1063,"Ġincreased":1064,"ive":1065,"ĠBenign":1066,"Ġasx":1067,"eft":1068,"arse":1069,"hx":1070,"ëIJ":1071,".-->":1072,"Ġind":1073,"istin":1074,"Ġspiculated":1075,"Ġmar":1076,"Small":1077,"Ġhyper":1078,"erfic":1079,"Ġnipple":1080,"Ġindistin":1081,"Ġsuperfic":1082,"Ġsh":1083,"denosis":1084,"now":1085,"ĠRLI":1086,"ers":1087,"Ġsuperficial":1088,"¸ëĭĪ":1089,"Gro":1090,"Ġdi":1091,"ìļ":1092,"ĠHRT":1093,"ì§Ģ":1094,"alp":1095,"Ġ15":1096,"ëĭĪëĭ¤":1097,"FHx":1098,"íĮ":1099,"omorp":1100,".,":1101,"ancy":1102,"Ġmet":1103,"ëħ":1104,"ystic":1105,"Ġper":1106,"Ġple":1107,"Ġindistinct":1108,"(+)":1109,"ĠDCIS":1110,"200":1111,"ë³ijìĽIJ":1112,"Ġcoarse":1113,"tle":1114,"ĠT":1115,"¸¡":1116,"ëı":1117,"ëħĦ":1118,"Ġprobable":1119,"Ġorg":1120,"multiple":1121,"ìĦ±":1122,"asc":1123,"On":1124,"Ġcenter":1125,"lasia":1126,"Ġorgan":1127,"aliz":1128,"Ġ--->":1129,"Ġpleomorp":1130,"Ġadenosis":1131,"alignancy":1132,"os":1133,"ateral":1134,"ĠìĻ¸ë¶Ģ":1135,"ascular":1136,"íĮĮ":1137,"ternal":1138,"측":1139,"ĠìĹĨ":1140,"egory":1141,"ëĤ":1142,"Ġinternal":1143,"Ġmagnification":1144,"gni":1145,"Ġ18":1146,"ĠFN":1147,"ĊĊĊĊ":1148,"me":1149,"ep":1150,"gest":1151,"nown":1152,"several":1153,"ibroc":1154,"correlated":1155,"Ġê²Ģì§Ħ":1156,"ibrocystic":1157,"´ĪìĿĮ":1158,"´ĪìĿĮíĮĮ":1159,"Ġcon":1160,"Ġintramammary":1161,"ductal":1162,"ĊĠĠ":1163,"Ġnon":1164,"(+),":1165,"other":1166,"ĠDoppler":1167,"Ġheterogenous":1168,"ening":1169,"Ġpleomorphic":1170,"ëĮ":1171,"íķ¨":1172,"cess":1173,".(":1174,"ior":1175,"Ġ;":1176,"Ġpalp":1177,"Ġcorrel":1178,"mental":1179,"ad":1180,"CD":1181,"ë¦":1182,"Decreased":1183,"ĥĿ":1184,"New":1185,"ë§":1186,"peared":1187,"ĨĮ":1188,"ìĺ":1189,"alcifications":1190,"ìĿĺ":1191,"ymp":1192,"aint":1193,"light":1194,"hitect":1195,"êµ":1196,"Tiny":1197,"su":1198,"Ġmore":1199,"lob":1200,"MM":1201,"ĵ¤":1202,"Ġ>":1203,"sied":1204,"Ġdilated":1205,"ĠĠĠĠĠĠĠĠ":1206,"mmation":1207,"ere":1208,"Ġdecreased":1209,"egmental":1210,"Ġlymp":1211,"Ġvascular":1212,"dual":1213,"Ġfar":1214,"ĠLA":1215,"ties":1216,"ural":1217,"íķľ":1218,"lightly":1219,"MMT":1220,"Ġmicrocal":1221,"ĠLAP":1222,"sidual":1223,"Ġsuspicion":1224,"Ġdisc":1225,"07":1226,"mmo":1227,"íĸ":1228,"ifocal":1229,"Ġbiopsied":1230,"uct":1231,"cessory":1232,"Ġ\"":1233,"Diffuse":1234,"Ġisodense":1235,"hitectural":1236,"Bx":1237,"tral":1238,"Ġhyperp":1239,"íĻĶ":1240,"Ġneed":1241,"ort":1242,"athy":1243,"ilateral":1244,"Ġca":1245,"Ġfhx":1246,"Ġhyperplasia":1247,"remely":1248,"ìĭľ":1249,"ĠMagni":1250,"\",":1251,"Ġìĭ":1252,"Ġsubtle":1253,"Ġcompared":1254,"Ġsc":1255,"otact":1256,"Ġwell":1257,"Ġan":1258,"Ġstere":1259,"ingle":1260,"otactic":1261,"ĠMR":1262,"ctive":1263,"Ġpalpable":1264,"Grossly":1265,"FCC":1266,"08":1267,"ê¸":1268,"Ġfaint":1269,"derate":1270,"ĠìĦ":1271,"Ġextremely":1272,"Ġh":1273,"Ġop":1274,"ency":1275,"Ġëĵ¤":1276,"ĠìĹĨìĿĮ":1277,"ĠMammo":1278,"¹ĺ":1279,"Ġarc":1280,"onic":1281,"견":1282,"Ġintraductal":1283,"reactive":1284,"cmN":1285,"Ġap":1286,"Probably":1287,"Ġcalcific":1288,"Ġpreviously":1289,"¡°":1290,"ast":1291,"vere":1292,"Ġlymph":1293,"ĠĠĊ":1294,"łĦ":1295,"less":1296,"..":1297,"Ġhypo":1298,"Two":1299,"ĠGun":1300,"ult":1301,"¦Ŀ":1302,"Ġë¶":1303,"adenoma":1304,"Ġscreen":1305,"Ġì´ĪìĿĮíĮĮ":1306,"ĠGII":1307,"ĠDiagnostic":1308,"ìĿ´ì":1309,"Low":1310,"Ġsummation":1311,"ccessory":1312,"Ġ13":1313,"Ġloc":1314,"201":1315,"ĠìŀĪ":1316,"ĠOtherwise":1317,"ìĿĢ":1318,"vel":1319,"ĠĊĠĠĠĠ":1320,"ìľ¼ë¡ľ":1321,"Ġmalignancy":1322,"ĊĠĊĠĊ":1323,"proven":1324,"Ġreactive":1325,"Ġectasia":1326,"Ġdeep":1327,"ìłĦ":1328,"Ġsegmental":1329,"Ġportion":1330,"ëĮĢ":1331,"Ġê²":1332,"line":1333,"Ġasymmetric":1334,"her":1335,"erior":1336,"ĠHeterogeneously":1337,"Ġfo":1338,"ìĿ´ìĥģ":1339,"ick":1340,"Ġnew":1341,"Ġresidual":1342,"Ġneedle":1343,"Ġarchitectural":1344,"Ġìĺ":1345,"ĠìķĬ":1346,"isap":1347,"ĠFibrocystic":1348,"21":1349,"el":1350,"ìĪ":1351,"ì§ģ":1352,"Ġthick":1353,"arge":1354,"ĠFNA":1355,"Ġdistortion":1356,"Ġ14":1357,"Heterogeneously":1358,"AT":1359,"Ġìĥģ":1360,"Previous":1361,"Ġstereotactic":1362,"icrocalcifications":1363,"Ġ2009":1364,"Doppler":1365,"probably":1366,"dy":1367,"Ġbut":1368,"ìĬ":1369,"luding":1370,"ĻĢ":1371,"Ġ2008":1372,"isappeared":1373,"spec":1374,"ëĭ¤ê³ł":1375,"íļ":1376,"ating":1377,"ĠsubA":1378,"Sup":1379,"ersonic":1380,"ĨĮ견":1381,"Supersonic":1382,"both":1383,"íļĮ":1384,"Ġë°":1385,"Both":1386,"Ġcentral":1387,"ĠFCD":1388,"¡°ì§ģ":1389,"rom":1390,"¸ìĽIJ":1391,"ĠLU":1392,"Ġpre":1393,"Ġinvo":1394,"Ġ2004":1395,"ë©":1396,"Ġlobular":1397,"ĠLeft":1398,"omat":1399,"alization":1400,"기":1401,"ijë³":1402,"lero":1403,"00":1404,"Ġposterior":1405,"+)":1406,"ëł":1407,"ìĥĿ":1408,"íĸī":1409,"¶Ķ":1410,"Clustered":1411,"MHz":1412,"ĿíļĮ":1413,"lic":1414,"ĠĊĠ":1415,"ait":1416,"dular":1417,"am":1418,"Ġchanges":1419,"Ġprominency":1420,"Ġlobulated":1421,"Ġducts":1422,"Ġus":1423,"Ġfrom":1424,"ysts":1425,"Ġë³´":1426,"µëĭĪëĭ¤":1427,"ĠìĿ´":1428,"Ġìĸij":1429,"vic":1430,"ther":1431,"ĠGIII":1432,"sing":1433,"ategory":1434,"omf":1435,"FA":1436,"Scattered":1437,"Ġaf":1438,"asymmetry":1439,"ìłķ":1440,"06":1441,"Ġdensities":1442,"omfort":1443,"Ġê°":1444,"Ġmoderate":1445,"Ġìĸ¸ëĭĪ":1446,"mild":1447,"pt":1448,"Left":1449,"¹Ħ":1450,"lerosing":1451,"Ġìĭľ":1452,"Ġnor":1453,"Known":1454,"cho":1455,"ultifocal":1456,"Ġshap":1457,"ĠFibro":1458,"SX":1459,"ĠU":1460,"DH":1461,"omple":1462,"¤ë":1463,"ìĭ¬":1464,"Ġbilateral":1465,"Post":1466,"ggest":1467,"Ġë§":1468,"oid":1469,"pathy":1470,"Ġnormal":1471,"ol":1472,"adow":1473,"chotexture":1474,"Ġmammopathy":1475,"ľĦ":1476,"dule":1477,"¶Į":1478,"09":1479,"ëĤĺ":1480,"Ġshadow":1481,"ëıĻ":1482,"ĠEchotexture":1483,"Ġincluding":1484,"Ġafter":1485,"minent":1486,"ìļĶ":1487,"04":1488,"specific":1489,"Ġë³ijë³":1490,"05":1491,"Ġsevere":1492,"Ġdiscomfort":1493,"Ġdilation":1494,"ìĻĢ":1495,"¡°ì§ģê²ĢìĤ¬":1496,"Ġcell":1497,"Ġsubc":1498,"ĠRU":1499,"ìĬµëĭĪëĭ¤":1500,"Ġ2015":1501,"Inc":1502,"Ġ(#":1503,"qu":1504,"Ġsupr":1505,"lavic":1506,"ìĸij":1507,"Ġcont":1508,"aclavic":1509,"aclavicular":1510,"ĽĦ":1511,"Ġparenchyme":1512,"Ġ2010":1513,"Ġpap":1514,"Ab":1515,"Ġsupraclavicular":1516,"tiny":1517,"In":1518,"focal":1519,"small":1520,"adenomat":1521,"ĿíļĮíĻĶ":1522,"Ġìĭľíĸī":1523,"ster":1524,"Ġlevel":1525,"Ġ2007":1526,"FU":1527,"aiton":1528,"Ġthickening":1529,"¤ij":1530,"rt":1531,"heterogeneous":1532,"ìĿ¸":1533,"licated":1534,"Ġëĵ¤ìĿĮ":1535,"ĠLess":1536,"Hetero":1537,"ëIJĺ":1538,"adenomatoid":1539,"Ġmic":1540,"cin":1541,"genic":1542,"Ġglandular":1543,"ĠGR":1544,"Ġopac":1545,"yr":1546,"Ġheterogeneously":1547,"iare":1548,"Ġabout":1549,"Ġdistor":1550,"Ġim":1551,"tome":1552,")-->":1553,"Ġsuggest":1554,"Ġdistorsion":1555,"¶Įì":1556,"ASX":1557,"alle":1558,"ree":1559,"Ġ2016":1560,"Ġ2005":1561,"Ġcomplicated":1562,".)":1563,"Ġfindings":1564,"Mild":1565,"Ġ2006":1566,"ĠëĤ":1567,"Ġëª":1568,"HN":1569,"Ġì¡°ì§ģê²ĢìĤ¬":1570,"19":1571,"Ġx":1572,"Ġíķ":1573,"mon":1574,"Ġìł":1575,"Ġperip":1576,"Ġ'":1577,"Ġperiare":1578,"SA":1579,"):":1580,"previous":1581,"Ġê²ĢìĤ¬":1582,"Ġmast":1583,"aining":1584,"Ġ>=":1585,"Ġ2014":1586,"ting":1587,"Ġechogenic":1588,"iag":1589,"Ġ2019":1590,"ĠIDP":1591,"ĠUO":1592,"ìŀIJ":1593,"mage":1594,"Ġby":1595,"Ġ(-).":1596,"Ġ('":1597,"most":1598,"Microcalcifications":1599,"ì¹ĺ":1600,"Ġmark":1601,"ĠAx":1602,"mass":1603,"ub":1604,"01":1605,"ction":1606,"dv":1607,"ìĸ´":1608,"18":1609,"ì¦Ŀ":1610,"ĦìļĶ":1611,"Ġep":1612,"Ġë¹Ħ":1613,"ìĿ¼":1614,"ê°ľ":1615,"Asymmetric":1616,"Ġnow":1617,"Ġmicro":1618,"ëĿ":1619,"Ġal":1620,"str":1621,"Ġperiareolar":1622,"Ġcalci":1623,"ĠMLO":1624,"category":1625,"Ġ2017":1626,"03":1627,"14":1628,"hery":1629,"Ġfibroadenoma":1630,"Single":1631,"anul":1632,"known":1633,"Ġhype":1634,"ë¶Ģì":1635,"Category":1636,"Ġenti":1637,"ompared":1638,"Right":1639,"Ġentire":1640,"Ġass":1641,"Ġcontaining":1642,"gin":1643,"22":1644,"lt":1645,"Ġ2013":1646,"ĠĊĊĊ":1647,"Ġgranul":1648,"ëIJ¨":1649,"ver":1650,"Ġhe":1651,"ĠHetero":1652,"Previously":1653,"Ma":1654,"Ġhomogeneous":1655,"valu":1656,"circ":1657,"nlarged":1658,"ĠO":1659,"Ġê¶Įì":1660,"Ġìļ":1661,"ëĿ¼":1662,"-),":1663,"ìĻ¸":1664,"13":1665,"Ġfine":1666,"Ġ2011":1667,"Ġ2012":1668,"illoma":1669,"ch":1670,"Ġì¶Ķ":1671,"Ġsister":1672,"large":1673,"Ġevalu":1674,"ĠíĻ":1675,"ith":1676,"ĠThis":1677,"Ġ2018":1678,"Ġperiphery":1679,"Ġmetast":1680,"luting":1681,"Ġsept":1682,"ĠìķĬìĿĮ":1683,"monstr":1684,"About":1685,"ithel":1686,"iable":1687,"ID":1688,"ëħĦìłĦ":1689,"ìĦ¸":1690,"¬¸":1691,"Ġevaluation":1692,"lated":1693,"Ġslightly":1694,"ĠTomo":1695,"outside":1696,"Un":1697,"ª½":1698,"Ġfibrosis":1699,"not":1700,"ìŬ":1701,"Ġdemonstr":1702,"ĠCC":1703,"romal":1704,"itt":1705,"cc":1706,"Ġother":1707,"Ġenhan":1708,"Ġopacity":1709,"ĠìĦĿíļĮíĻĶ":1710,"order":1711,"Ġë³ijë³Ģ":1712,"mitt":1713,"Ġnum":1714,"Ġpapilloma":1715,"Ġad":1716,"Ġenlarge":1717,"Increased":1718,"ore":1719,"ĠSeveral":1720,"detected":1721,"mittent":1722,"uid":1723,"ì°":1724,"hest":1725,"Ġenlargement":1726,"uided":1727,"osi":1728,"ations":1729,"Ġsclerosing":1730,"bx":1731,"Nc":1732,"Ġ2003":1733,"Ġmarking":1734,"main":1735,"£¼":1736,"Ġnode":1737,"Ġíķĺ":1738,"Ġone":1739,"ëıĻìĥĿ":1740,"orderline":1741,"ĠUOQ":1742,"ĠCT":1743,"ection":1744,"pattern":1745,"Ġseptated":1746,"쪽":1747,"Ġì¢":1748,"ĠìĪ":1749,"Prominent":1750,"ëŀ":1751,"Accessory":1752,"Enlarged":1753,"Diag":1754,"ical":1755,"Ġch":1756,"Ġê°Ģ":1757,"Duct":1758,"Ġasymm":1759,"ithelial":1760,"ir":1761,"mn":1762,"hoic":1763,"Ġstu":1764,"ìĽĶ":1765,"02":1766,"ìĪł":1767,"alcified":1768,"ĠìĹIJ":1769,"ìĺģ":1770,"gia":1771,"Ġ모":1772,"ĠìĨĮ견":1773,"cor":1774,"Ġ)":1775,"algia":1776,"llow":1777,"15":1778,"(-).":1779,"oci":1780,"íĺ":1781,"ono":1782,"Slightly":1783,"¯¸":1784,"Ġë¶Ģì":1785,"Ġshaped":1786,"Non":1787,"iti":1788,"Ġ<":1789,"ëĭ¨":1790,"sity":1791,"Ġ(+)":1792,"´ìŀ":1793,"Ġvac":1794,"Ġvascularity":1795,"16":1796,"íĽĦ":1797,"Not":1798,"Ġstudy":1799,"lumn":1800,"ĠIn":1801,"-)":1802,"iopsy":1803,"mat":1804,"Grouped":1805,"Pain":1806,"ility":1807,"Ġinvoluting":1808,"°ì¸¡":1809,"ĺ모":1810,"구":1811,"lumnar":1812,"Ġsp":1813,"Ġmets":1814,"--->":1815,"ë¦Ħ":1816,"ay":1817,"Ġdu":1818,"Ġmammotome":1819,"ĠMultiple":1820,"Ġmargin":1821,"Ġaccessory":1822,"30":1823,"Ġcorrelate":1824,"clustered":1825,"Ġcal":1826,"ĠìĪĺ":1827,"ìĿĦ":1828,"Ġdistrib":1829,"ìľĦ":1830,"ies":1831,"Ġ2020":1832,"ĠFocal":1833,"ĠìĥĿ":1834,"review":1835,"ĠíķĦìļĶ":1836,"alized":1837,"§Ģ":1838,"ê²ł":1839,"Ġvar":1840,"hich":1841,"Newly":1842,"ë©°":1843,"ifc":1844,"Ġcore":1845,"Ġíģ":1846,"ĠìĤ¬":1847,"ĠìĿĺ":1848,"low":1849,"본ìĽIJ":1850,"Ġcalcificaiton":1851,"jac":1852,"spon":1853,"jacent":1854,"Ġì¹ĺ":1855,"Ġmicrolob":1856,"Ġê³ł":1857,"Ġreview":1858,"Cysts":1859,"ì¢":1860,"sualization":1861,"Ġpar":1862,"Ġdisappeared":1863,"ê²Ģì§ĦìĿ´ìĥģ":1864,"ĠìĿ´ëª¨":1865,"Ġsom":1866,"ĠìĻ¸":1867,"Ħ°":1868,"Note":1869,"pical":1870,"17":1871,"Compared":1872,"orrespon":1873,"Ġíĺ":1874,"Ġsono":1875,"osition":1876,"ou":1877,"ĠLT":1878,"Ġimage":1879,"Few":1880,"íĦ°":1881,"Ġëı":1882,"omplex":1883,".->":1884,"ĊĠĠĠĠĠĠĠĠ":1885,"FCD":1886,"Ġlay":1887,"meter":1888,"Ġlayer":1889,"cing":1890,"egional":1891,"Ġnumb":1892,"Ġshadowing":1893,"cree":1894,"Ġfollow":1895,"fat":1896,"ìĿ´ìłĦ":1897,"Ġvariable":1898,"ody":1899,"ĠMalignancy":1900,"ì§Ħ":1901,"Ġ본ìĽIJ":1902,"Ġareas":1903,"corn":1904,"gro":1905,"Ġsho":1906,"ìĸ¸ëĭĪ":1907,"Ġmost":1908,"atient":1909,"Ġcorrelation":1910,"Ġ#":1911,"Ġcorrelating":1912,"ĠFibroadenomatoid":1913,"ê²łìĬµëĭĪëĭ¤":1914,"ĠPro":1915,"ĠìĿ´ì":1916,"Ġgrossly":1917,"ĠìŬ":1918,"Ġthis":1919,"리":1920,"ë§Ī":1921,"Ġsol":1922,"imal":1923,"Ġëĭ":1924,"Ġlocalization":1925,"Ġneg":1926,"ijIJ":1927,"opcorn":1928,"¤ë¬¸":1929,"Ġepithelial":1930,"ì¦Ŀìĥģ":1931,"harge":1932,"omas":1933,"ëıĦ":1934,"ëĵ":1935,"ging":1936,"normal":1937,"ĺìŀIJ":1938,"ĠĊĠĠĠ":1939,"Ġcomplex":1940,"Ġinf":1941,"Ġlarge":1942,"uspicious":1943,"Ġstromal":1944,"Ġê²ĥ":1945,"AD":1946,"Ġdiffusely":1947,"inc":1948,"Ġprev":1949,"ëį":1950,"Ġhypoec":1951,"Diagn":1952,"Ġsolid":1953,"enti":1954,"ian":1955,"Ġknown":1956,"Ġlike":1957,"ê°ģ":1958,"ìĤ":1959,"Ġdemonstrable":1960,"diffuse":1961,"iate":1962,"Ġmultifocal":1963,"ĊĊĠĊ":1964,"ìķĦ":1965,"Ġentirely":1966,"Ġalmost":1967,"Ġmastalgia":1968,"ĠëıĻ":1969,"entimeter":1970,"ities":1971,"jection":1972,"ted":1973,"ìĦ¤ë¬¸":1974,"ĠëĮ":1975,"ĠĊĠĊĠĊ":1976,"Ġfcc":1977,")->":1978,"guided":1979,"Ġcorrespon":1980,"Ġadjacent":1981,"unt":1982,"êµIJ":1983,"Ġretra":1984,"lor":1985,"Ġdeline":1986,"lik":1987,"Others":1988,"Re":1989,"argest":1990,"ĢíĻĶ":1991,"Ġì¦Ŀ":1992,"ĊĊĊĊĊ":1993,"Ġ2021":1994,"LUO":1995,"Ġìĭľíĸīíķĺ":1996,"ĹIJ":1997,"Ġë¶ĢìľĦ":1998,"HRT":1999,"Ġ[":2000,"Ġmother":2001,"Ġchest":2002,"ilk":2003,"lobular":2004,"Ġdischarge":2005,"Ġretraction":2006,"ë¥":2007,"ĠìĸijìĦ±":2008,"Scree":2009,"ense":2010,"Ġpo":2011,"Ġì¤ij":2012,"Ġmicrolobulated":2013,"íķ´":2014,"RUO":2015,"left":2016,"ĠW":2017,"uld":2018,"ë¨":2019,"ĠFhx":2020,"BUS":2021,"Ġë³´ìĿ´":2022,"calcified":2023,"ocr":2024,"Ġmicrocalcific":2025,"ëĬ¥":2026,"ìĹĪ":2027,"symmetries":2028,"Ġhyperdense":2029,"lorid":2030,"ìĪĺ":2031,"Ġenhancing":2032,"Other":2033,"Ġê²°":2034,"circle":2035,"Ġinvol":2036,"ocrine":2037,"ĽìĿĮ":2038,"Ġ(-),":2039,"ĠìŀĪìĿĮ":2040,"Ġë§ĺ모":2041,"Ġnumber":2042,"Ġpopcorn":2043,"Ġremain":2044,"Ġì¹ĺë°":2045,"©ëĭĪëĭ¤":2046,"ìĨĮ":2047,"all":2048,"otic":2049,"Ġdue":2050,"Ġë¹ĦêµIJ":2051,"Ġinjection":2052,"allel":2053,"An":2054,"va":2055,"Ġsubareo":2056,"Ġmetasta":2057,"biopsy":2058,"°êµ¬":2059,"opathy":2060,"Ġíķ¨":2061,"ĠAsymmetry":2062,"23":2063,"ear":2064,"ê±":2065,"Ġpatient":2066,"Ġgranulomas":2067,"lobal":2068,"Ġrim":2069,"ê°Ģê²ĢìĤ¬":2070,"ĠìĥĿê°ģ":2071,"Ġcould":2072,"Ġ(<-":2073,"ĠABUS":2074,"ention":2075,"Ġthree":2076,"Ġsubcentimeter":2077,"Nodular":2078,"mediate":2079,"Ġscar":2080,"Screeening":2081,"eed":2082,"머ëĭĪ":2083,"ulating":2084,"Ġnonspecific":2085,"ģìĥģ":2086,"ful":2087,"olobular":2088,"Ġsubcut":2089,"24":2090,"Ħë§Ī":2091,"Ġìĸ´":2092,"co":2093,"Ġnone":2094,"ëĮĢì":2095,"ëªħ":2096,"NL":2097,"Īìłķ":2098,"ather":2099,"Ġar":2100,"rease":2101,"Ġvs":2102,"entioned":2103,"(<":2104,"scattered":2105,"ifer":2106,"Ġë³ĢíĻĶ":2107,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":2108,"breast":2109,"ì°¨":2110,"ë¶Ħ":2111,"tery":2112,"utside":2113,"Ġov":2114,"Ġìľł":2115,"fic":2116,"Ġisolated":2117,"Ġappeared":2118,"Į측":2119,"Ġmetastasis":2120,"Ġapocrine":2121,"Ġmm":2122,"ĠMRI":2123,"Ġcomposition":2124,"ìĦ¤ë¬¸ì§Ģ":2125,"32":2126,"VA":2127,"lifer":2128,"ë¶ĢíĦ°":2129,"íĹ":2130,"Ģìľłë°©":2131,"주":2132,"ĽIJ":2133,"omplete":2134,"Ġhypoe":2135,"Ġshow":2136,"Ġmain":2137,"íĹĺ":2138,"Irregular":2139,"ĠADH":2140,"ìľł":2141,"ĠPain":2142,"ĠëĮĢ":2143,"Ġvaccin":2144,"Disappeared":2145,"ler":2146,"aneous":2147,"Mass":2148,"Ġlargest":2149,"nodule":2150,"Can":2151,"fir":2152,"Ġclust":2153,"ĠCo":2154,"ì¢ħ":2155,"sub":2156,"Ġpres":2157,"Adv":2158,"sotic":2159,"ìĹĨ":2160,"´ìŀĦ":2161,"ê°ķ":2162,"ĠUDH":2163,"and":2164,"Ġbody":2165,"ĠìŬëıĻìĥĿ":2166,"arian":2167,"Canon":2168,"ìĦł":2169,"Ġsuggesting":2170,"dle":2171,"Ġasymmetries":2172,"since":2173,"punctate":2174,"inimal":2175,"Ġrather":2176,"ë£":2177,"ally":2178,"NU":2179,"+),":2180,"Regional":2181,"Ġsingle":2182,"Ġê´":2183,"Ġmarker":2184,"Ġtomo":2185,"Ġë³ijìĽIJ":2186,"Ġmetap":2187,"Heterogenous":2188,"ph":2189,"Ġìļ°ì¸¡":2190,"VAB":2191,"maller":2192,"Nodule":2193,"ì¤ij":2194,"Ġductolobular":2195,"Ġmetaplasia":2196,"ĠWNL":2197,"Ġhigh":2198,"Ġì°":2199,"iv":2200,"YA":2201,"ìľ¼ëĤĺ":2202,"Ġíģ¬":2203,"Ġcorresponding":2204,"ìľłë°©":2205,"icrocalcification":2206,"ĠFibroadenoma":2207,"ĠRight":2208,"íķĺì§Ģ":2209,"Ġnear":2210,"ìľĦíĹĺ":2211,"Homo":2212,"Screen":2213,"Ġmammographic":2214,"ê·":2215,"Ġ(<--":2216,"NUH":2217,"ìŀĦ":2218,"Fat":2219,"More":2220,"ìŀ¬":2221,"ĠìľĦ":2222,"ĠEx":2223,"Ġmilk":2224,"ìłĪ":2225,"ĠProbably":2226,"upper":2227,"ìĿ´ì§Ģ":2228,"êµ°":2229,"ìĤ¬":2230,"ssib":2231,"Ġshape":2232,"ĠDuct":2233,"ĠìłĦ":2234,"Ġìĸij측":2235,"Ġpr":2236,"ĠìĿ¼":2237,"ìĨĮ견":2238,"Ġê±":2239,"ëįĺ":2240,"ľ¼":2241,"erous":2242,"Ġlymphaden":2243,"Ġê¶Įìľłë°":2244,"ĠìĿ´ìłĦ":2245,"Ġmentioned":2246,"Ġdein":2247,"umor":2248,"Ġdelineated":2249,"ëĬ¥ìĦ±":2250,"ë£Į":2251,"roid":2252,"yrs":2253,"ociated":2254,"ìŀĪ":2255,"liferative":2256,"firmed":2257,"Ġdeinsity":2258,"Ġfu":2259,"Ġusing":2260,"Ġsubareola":2261,"Ġvaccination":2262,"25":2263,"ometr":2264,"about":2265,"2008":2266,"ëijIJ":2267,"Ģì°":2268,"Ġ모ë¦Ħ":2269,"Ġvisualization":2270,"ving":2271,"Ġtumor":2272,"Ġmat":2273,"Unifocal":2274,"Dense":2275,"aller":2276,"Ġchain":2277,"di":2278,"tramammary":2279,"ĠMag":2280,"ĠHx":2281,"íķĺìŬ":2282,"ĠíĻķ":2283,"Ġpt":2284,"ĠìĪĺìĪł":2285,"Ġsubcutaneous":2286,"ĠUSìĥģ":2287,"par":2288,"Ġlobulating":2289,"Ġë³´ìĿ´ì§Ģ":2290,"Sub":2291,"ì¶Ķ":2292,"velop":2293,"ìĻ¸ê³¼":2294,"Ġì¹ĺë°Ģìľłë°©":2295,"uted":2296,"quiv":2297,"ĠRT":2298,"Ġlymphatic":2299,"mark":2300,"ê´":2301,"Ġê¶Įìľł":2302,"areolar":2303,"ì´":2304,"Ġfibrocystic":2305,"ĠëĬ":2306,"Ġdistributed":2307,"rop":2308,"Ġirregularity":2309,"pr":2310,"Ġtaller":2311,"ĠCNBx":2312,"Ġìłķ":2313,"Ġassess":2314,"Ġìĭľíĸīíķĺê²łìĬµëĭĪëĭ¤":2315,"¤ì§":2316,"Ġintermittent":2317,"Ġinvolving":2318,"미":2319,"ortical":2320,"IDC":2321,"two":2322,"Ġ/":2323,"ĠìĹĦë§Ī":2324,"Inter":2325,"achi":2326,"ìłľ":2327,"Ġstr":2328,"itachi":2329,"Ġnewly":2330,"Hitachi":2331,"Ġstate":2332,"ìĸij측":2333,"MR":2334,"ig":2335,"Ġmu":2336,"ë§Ŀ":2337,"Ġcalcium":2338,"Ġpresent":2339,"quivocal":2340,"ë§Į":2341,"28":2342,"26":2343,"Ħìŀ¬":2344,"Ġsome":2345,"ometrial":2346,"urther":2347,"grossly":2348,"Ġlymphadenopathy":2349,"ĠScreen":2350,"ĠBoth":2351,"ë³´":2352,"Multifocal":2353,"lp":2354,"Ġfore":2355,"ĠLUC":2356,"(+-),":2357,"Ġref":2358,"ĠTwo":2359,"ë©´":2360,"ĠBUO":2361,"Ġë¡ľ":2362,"Ġmicrocalci":2363,"¡ìĻĢ":2364,"ľëł":2365,"Ġcalcificaitons":2366,"Diagnsotic":2367,"post":2368,"Ġlateral":2369,"Ġì§Ħ":2370,"Ġforeign":2371,"27":2372,"fatty":2373,"Another":2374,"Outside":2375,"Ġwall":2376,"the":2377,"ìł¸":2378,"2009":2379,"Ġassociated":2380,"Ġhelp":2381,"Ġhelpful":2382,"Ġsupple":2383,"Ġìķ¡ìĻĢ":2384,"ìĸijìĦ±":2385,"Ġreviewed":2386,"Ġpossib":2387,"Ill":2388,"Ġë¶ĢìľĦìĹIJ":2389,"Ġaty":2390,"ìłģ":2391,"nodular":2392,"li":2393,"(+):":2394,"Ġro":2395,"ĠGro":2396,"Ġmiddle":2397,"ucture":2398,"Ġstructure":2399,"Ġasp":2400,"ì´ĪìĿĮíĮĮ":2401,"rophic":2402,"++":2403,"ŀĺ":2404,"ĠCCC":2405,"type":2406,"ĠAdv":2407,"Ġìĺģìĥģ":2408,"Bilateral":2409,"ê¹":2410,"illary":2411,"',":2412,"Borderline":2413,"artom":2414,"read":2415,"ual":2416,"ķĮ":2417,"Ġpph":2418,"ack":2419,"ìĤ°":2420,"Ġfre":2421,"probable":2422,"amil":2423,"?)":2424,"Ġy":2425,"Ġsur":2426,"There":2427,"Ġwhich":2428,"Ġë³´ìŀĦ":2429,"Ġnonmass":2430,"Ġassessment":2431,"ĊĠĠĠĠĠĠ":2432,"Ġmarked":2433,"Ġremained":2434,"Ġanother":2435,"ĠìŀĪëĭ¤ê³ł":2436,"Ġbe":2437,"ĠLow":2438,"ĠSc":2439,"Ġê°Ģì":2440,"notation":2441,"Ġì¢Į측":2442,"decreased":2443,"ļľëł":2444,"mmetr":2445,"ļľëł·":2446,"íķł":2447,"Ġnodes":2448,"Ġarm":2449,"ľ¼ë¡ľ":2450,"Co":2451,"yroid":2452,"ìļ¸":2453,"ëĿ¼ê³ł":2454,"¹Ń":2455,"amartom":2456,"ìľĦíĹĺêµ°":2457,"Ġrefer":2458,"Ġsmaller":2459,"ĠíĽĦ":2460,"Three":2461,"Ġlocalized":2462,"Ġnec":2463,"utine":2464,"ystrophic":2465,"Ġdilatations":2466,"볤":2467,"Ġíģ¬ê¸°":2468,"Ġback":2469,"correl":2470,"Ġfurther":2471,"ĠìķĦ":2472,"ĠíĻķìĿ¸":2473,"cysts":2474,"ured":2475,"Ġcol":2476,"normality":2477,"Ġëļľëł·":2478,"verted":2479,"Ġoth":2480,"Ġappe":2481,"Ġcluster":2482,"ĠìĹIJìĦľ":2483,"ness":2484,"Ġannotation":2485,"LC":2486,"new":2487,"ĠMild":2488,"ëIJľ":2489,"¤ì§Ī":2490,"ET":2491,"Ġcircle":2492,"Ġcolumnar":2493,"(+/":2494,"Nonspecific":2495,"Ġinfla":2496,"ëĮĢì¹Ń":2497,"Ġfac":2498,"ĠìķĪ":2499,"ĠìĺĪìłķ":2500,"age":2501,"quency":2502,"Ġfrequency":2503,"ì²":2504,"Ġsuggestive":2505,"like":2506,"Ġfacility":2507,"OV":2508,"pect":2509,"Ġborderline":2510,"ĠVAB":2511,"siz":2512,"Ġwithin":2513,"Cyst":2514,"µľ":2515,"Ġmi":2516,"Ġso":2517,"Ġreferred":2518,"ĠMg":2519,"Ģì°°":2520,"inter":2521,"Ġmicrocalcificaiton":2522,"Ġlast":2523,"itis":2524,"ĠíĮ":2525,"Ġìĭ¤ì§Ī":2526,"ĠëĤ´ì":2527,"Ġì¦Ŀê°Ģ":2528,"OVID":2529,"ermal":2530,"img":2531,"Ġê²°ìłĪ":2532,"pain":2533,"Ġê¸":2534,"Ġë§Į":2535,"Ġê²ĥìľ¼ë¡ľ":2536,"otal":2537,"Ġsy":2538,"ground":2539,"ĠSclerosing":2540,"Ġovarian":2541,"ëĭ¹":2542,"Ġtrue":2543,"ching":2544,"ĠColumnar":2545,"Ġìĭ¤ì§Īê³¼":2546,"largest":2547,"Ġotherwise":2548,"Ġappear":2549,"Ļ¼":2550,"active":2551,"Ġê°ĢëĬ¥ìĦ±":2552,"cen":2553,"Ġamo":2554,"Ġglobal":2555,"ung":2556,"lying":2557,"Ġcalcs":2558,"ĠìĹ°êµ¬":2559,"를":2560,"Ġsurround":2561,"Ġbackground":2562,"¬ìĺģ":2563,"ëĶ":2564,"Ġcar":2565,"2019":2566,"Ġas":2567,"Ġdystrophic":2568,"severe":2569,"ëĤ¨":2570,"ëĮĢë³ijìĽIJ":2571,"ĠëıĻìĥĿ":2572,"Ġprior":2573,"Suspicious":2574,"pre":2575,"tive":2576,"Ġproliferative":2577,"ĠëIJ":2578,"au":2579,"Ġë³ijë³Ģì":2580,"ĠCa":2581,"ĠìĿ´ìĥģìĨĮ견":2582,"ved":2583,"One":2584,"ifcation":2585,"Ġsurrounding":2586,"Ġbre":2587,"íķ©ëĭĪëĭ¤":2588,"Ġhypoecho":2589,"right":2590,"ê²Į":2591,"**":2592,"29":2593,"ê°Ħ":2594,"Ļ¼ìª½":2595,"Oval":2596,"omy":2597,"Ġfibroadenomatoid":2598,"ê·¼":2599,"'s":2600,"Ġasy":2601,"íĻķ":2602,"Heterogenously":2603,"ound":2604,"íĻĺìŀIJ":2605,"Ġthyroid":2606,"log":2607,"ìĻ¸ë¶Ģì":2608,"amily":2609,"non":2610,"cept":2611,"magni":2612,"Ġ미":2613,"ase":2614,"ĊĠĠĠĠĠĠĠĠĠĠĠĠ":2615,"sualized":2616,"ubular":2617,"Ġì§Ħëĭ¨":2618,"IN":2619,"ĠPost":2620,"ability":2621,"alpable":2622,"amartoma":2623,"Ġrad":2624,"maging":2625,"Ġasymme":2626,"rosis":2627,"Ġprominant":2628,"ĠNew":2629,"oval":2630,"which":2631,"erial":2632,"ĠInter":2633,"Ġinva":2634,"2011":2635,"ëł¥":2636,"Ġë³µ":2637,"hioc":2638,"Ġë³´ìĿ´ëĬĶ":2639,"¼ìĦ±":2640,"2020":2641,"typical":2642,"Subtle":2643,"Ġappearing":2644,"ë¯":2645,"mentary":2646,"Ġì¶Ķê°Ģê²ĢìĤ¬":2647,"parallel":2648,"Ġfoci":2649,"¤ë¥":2650,"Ġê¶Įìľłë°ĽìĿĮ":2651,"Ġamount":2652,"con":2653,"ë¡":2654,"imit":2655,"0007":2656,"ence":2657,"ĠSNUH":2658,"Ġsim":2659,"íĸ¥":2660,"ĠíĻĺìŀIJ":2661,"Ġê´Ģì°°":2662,"Al":2663,"ĠSmall":2664,"ê±°":2665,"Ġë§Įìł¸":2666,"Ġhi":2667,"Ġend":2668,"Ġhide":2669,"Probable":2670,"cinoma":2671,"Ġsupplementary":2672,"cement":2673,"ë°©":2674,"31":2675,"oderate":2676,"Ġíķľ":2677,"last":2678,"Ġdevelop":2679,"2021":2680,"CAD":2681,"Ġabnormalities":2682,"ìľ¼ë©°":2683,"Ġhypoehoic":2684,"ĠAb":2685,"ìļ©":2686,"ĠìļĶ":2687,"ĠìĿ¼ì¹ĺ":2688,"ìĸ´ì":2689,"Ġconfirmed":2690,"Ġnecrosis":2691,"ĠëĤ´ìĽIJ":2692,"hat":2693,"hco":2694,"ĠBC":2695,"ĢìĬ":2696,"2006":2697,"Ġpalpability":2698,"ê°ľìĽĶ":2699,"Ġaxillar":2700,"ewhat":2701,"cyst":2702,"ĠìĥĿê°ģëIJ¨":2703,"ong":2704,"ëıħ":2705,"Almost":2706,"ob":2707,"Ġìĺ¤":2708,"Ġê³łëª¨":2709,"ĠìľĦì¹ĺ":2710,"ëIJĺìĸ´":2711,"Ductal":2712,"Ħľ":2713,"2010":2714,"Ġë°ľ":2715,"site":2716,"Ġhil":2717,"ĠìĤ¬ì§Ħ":2718,"Ġmainly":2719,"central":2720,"Sl":2721,"ĠaSx":2722,"ede":2723,"ë°ĺ":2724,"ipoma":2725,"Ġimaging":2726,"circumscribed":2727,"Ġcortical":2728,"row":2729,"ochoic":2730,"more":2731,"ìľ¼ìĭ¬":2732,"ìĹĨìĿĮ":2733,"%)":2734,"ë¹Ħ":2735,"erlying":2736,"ĠĊĊĊĊ":2737,"matoma":2738,"ag":2739,"ulging":2740,"ê³Ħ":2741,"ĠíĮIJ":2742,"Is":2743,"LN":2744,"Punctate":2745,"dx":2746,"suspicious":2747,"ution":2748,"ĠhomoFat":2749,"Ġdise":2750,"Ġepid":2751,"Ġmetastatic":2752,"Ġcarcinoma":2753,"hcoic":2754,"Ġdisease":2755,"xed":2756,"ĠFlorid":2757,"Ġtubular":2758,"ĠíĺĦìŀ¬":2759,"ì¦":2760,"ĠCOVID":2761,"orm":2762,"ê³łìľĦíĹĺêµ°":2763,"2007":2764,"Ġsus":2765,"Ġdis":2766,"ĠDiffuse":2767,"Ġlowers":2768,"ized":2769,"ĠĊĠĠĠĠĠ":2770,"correlate":2771,"mment":2772,"Ġdau":2773,"oce":2774,"ê²°":2775,"Ġdistribution":2776,"¤ë¥¸":2777,"ghter":2778,"매":2779,"ìľłë°©ìķĶ":2780,"µľê·¼":2781,")(":2782,"ĊĊĠĊĠĊ":2783,"Ġminimal":2784,"density":2785,"Ġechopattern":2786,"ìĺ¤":2787,"Ġìłľ":2788,"Ġpossible":2789,"95":2790,"ax":2791,"microcalcifications":2792,"ìĹĪìĿĮ":2793,"fibro":2794,"´ê°ķ":2795,"Ġede":2796,"ĠFH":2797,"íķ´ì":2798,"ĠNodular":2799,"Ġregion":2800,"lin":2801,"sive":2802,"try":2803,"ìĦĿíļĮíĻĶ":2804,"Ġê°Ļ":2805,"ĠRUC":2806,"hen":2807,"io":2808,"2004":2809,"tes":2810,"¬¼":2811,"Ķëŀ":2812,"Ġdefinitely":2813,"ison":2814,"Ġsomewhat":2815,"screen":2816,"ched":2817,"ĠìĻ¸ë¶Ģì":2818,"outer":2819,"Dec":2820,"Ġta":2821,"Ġexcept":2822,"ë³ijìĽIJìĹIJìĦľ":2823,"Ġëĭ¹":2824,"Ġyear":2825,"Ġhilum":2826,"ĠMGìĥģ":2827,"ĠScattered":2828,"ĠAsymptomatic":2829,"Ġobscured":2830,"ì´Į":2831,"Ġinflammation":2832,"image":2833,"ľìĨĮ":2834,"Ġbulging":2835,"Ġmon":2836,"prominent":2837,"ĠìĿĺìĭ¬":2838,"imited":2839,"Ġdaughter":2840,"tal":2841,"Ġnoncalcified":2842,"Ġhamartoma":2843,"-'":2844,"ifact":2845,"Ġexam":2846,"ľìĨĮìķĶ":2847,"Ġtypical":2848,"ħëĭĪëĭ¤":2849,"-.":2850,"ĠĊĠĊĠĊĠĊ":2851,"Ġë¶Ħ":2852,"Ġaround":2853,"ĊĊĊĠĊ":2854,"ëĵ¤":2855,"ĠClustered":2856,"tere":2857,"Ġë³´ì":2858,"Ġlympho":2859,"Ġmonth":2860,"ĠAt":2861,"Ġ기":2862,"heno":2863,">>":2864,"sist":2865,"ìļ°":2866,"be":2867,"Ġpheno":2868,"Ġëĵ":2869,"Ġrelated":2870,"ë²":2871,"ı¬":2872,"illa":2873,"Ġfa":2874,"subareolar":2875,"Ġdoppler":2876,"Ġparallel":2877,"ĠLO":2878,"sistent":2879,"Ġexten":2880,"ìļ°ì¸¡":2881,"ĹIJìĦľ":2882,"Ġendometrial":2883,"single":2884,"total":2885,"ĠPrevious":2886,"íķĦìļĶ":2887,"2003":2888,"ëĵľ":2889,"pected":2890,"Ġphenotype":2891,"íķĺìĺ":2892,"2005":2893,"2016":2894,"Ġê²½":2895,"Incomplete":2896,"rtifact":2897,"Ġë¶Ī":2898,"ì¶Ķê°Ģê²ĢìĤ¬":2899,"prev":2900,"ê°Ģì":2901,"Ġspread":2902,"need":2903,"Ġì§":2904,"likely":2905,"Ġmixed":2906,"traductal":2907,"ĠOval":2908,"Ġblo":2909,"Ġ2002":2910,"Ġíŀĺ":2911,"mammo":2912,"ĠGrouped":2913,"Ġaspect":2914,"High":2915,"ëķĮ":2916,"visualization":2917,"Ġasymmetery":2918,"gun":2919,"Ġìķ½":2920,"Ġthickness":2921,"Ġhematoma":2922,"Ġartifact":2923,"Ġmac":2924,"gnification":2925,"Ġtotal":2926,"Ġê°ķ":2927,"Ġhypoechioc":2928,"Reactive":2929,"Moderate":2930,"ater":2931,"Ġbr":2932,"hronic":2933,"ĠPET":2934,"gular":2935,"ĊĊĠĠĠĠ":2936,"ocele":2937,"CT":2938,"Ġì»":2939,"ĠìĻĢ":2940,"ĠìĿ¸":2941,"including":2942,"ĠìĻ¼ìª½":2943,"microcalcification":2944,"Ġund":2945,"ĠëĶ":2946,"accessory":2947,"lasto":2948,"Ġepidermal":2949,"rim":2950,"Ġmastitis":2951,"ĠHeterogenous":2952,"Ġì´":2953,"ĠAdenosis":2954,"previously":2955,"Ĩµ":2956,"ł¸":2957,"arrow":2958,"olated":2959,"Heterogeneous":2960,"Ġë°ľê²¬":2961,"Ġlipoma":2962,"ĠII":2963,"grouped":2964,"Ġmicrocalcificaitons":2965,"Ġbreat":2966,"Ġabnl":2967,"Ġì¶Ķìłķ":2968,"Ġspec":2969,"2014":2970,"ud":2971,"Ġ주":2972,"Ġìĸ´ë¨¸ëĭĪ":2973,"br":2974,"ug":2975,"Ġflorid":2976,"tric":2977,"ĊĊĠ":2978,"Ġë¶Ģ":2979,"Ġopacities":2980,"ĠëIJĺ":2981,"Ġíŀĺëĵ":2982,"ress":2983,"ery":2984,"ance":2985,"ĠER":2986,"ism":2987,"Ġenhancement":2988,"Residual":2989,"Ġatypical":2990,"ĠLI":2991,"ough":2992,"Ġqu":2993,"with":2994,"2015":2995,"Ductectasia":2996,"ĠFHX":2997,"tro":2998,"įĶ":2999,"Ġ19":3000,"ĠST":3001,"ê²½":3002,"ĠILC":3003,"ìĹ°êµ¬":3004,"Ġhist":3005,"ĠëĤľìĨĮìķĶ":3006,"sized":3007,")--->":3008,"ĠìŀIJ":3009,"Ġê¹":3010,"vdi":3011,"모ë¦Ħ":3012,"ëIJĺëĬĶ":3013,"Ġroutine":3014,"vdience":3015,"33":3016,"ya":3017,"Ĭ¹":3018,"Ġmed":3019,"Ġdensely":3020,"Ġì¦Ŀìĥģ":3021,"Jan":3022,"Sep":3023,"Ġve":3024,"ĠRO":3025,"hypoechoic":3026,"Ġevdience":3027,"Ġhomofatty":3028,"utli":3029,"yp":3030,"ĠUI":3031,"ĠLCIS":3032,"hole":3033,"ĠNM":3034,"´ê°ķê²Ģì§Ħ":3035,"vor":3036,"veal":3037,"utliple":3038,".-":3039,"Ĥ°":3040,"Ġêµ":3041,"ĠĊĠĠ":3042,"ĠTS":3043,"릿":3044,"Ġdisper":3045,"acy":3046,"Ġìŀij":3047,"ĠëĮĢíķ´":3048,"though":3049,"ĠUSìĹIJìĦľ":3050,"ange":3051,"otatic":3052,"Ġlocaliz":3053,"Ġpapillary":3054,"Ġalthough":3055,"Ġguided":3056,"umerous":3057,"ìĭł":3058,"cent":3059,"ìĶ":3060,"Į릿":3061,"ilated":3062,"Ġvisualized":3063,"ëIJ©ëĭĪëĭ¤":3064,"Ġdeveloped":3065,"Ġdispersed":3066,"CS":3067,"ĠìĻ¸ê³¼":3068,"Ġëĵ¤ìĹĪ":3069,"Ġë¹ĦëĮĢì¹Ń":3070,"Ġsimple":3071,"Ġëĭ¹ìĿ¼":3072,"compared":3073,"ijľ":3074,"Ġbening":3075,"erated":3076,"ĠHigh":3077,"ĠìĹ°":3078,"Ġhypoechic":3079,"ĠëĬĶ":3080,"prn":3081,"CA":3082,"palpable":3083,"sm":3084,"Ġrange":3085,"Ġdep":3086,"Ġareolar":3087,"ë¶ģ":3088,"Ġì´ĪìĿĮíĮĮìĹIJìĦľ":3089,"ë¡Ŀ":3090,"Ġlater":3091,"ĠNeed":3092,"ump":3093,"ìĿ´ëĿ¼ê³ł":3094,"Unremarkable":3095,"ĠCTx":3096,"early":3097,",.":3098,"skin":3099,"Ġlobules":3100,"ĠĊĊĠĊ":3101,"Ġë°©":3102,"ĠMHx":3103,"ëĤ´":3104,"increased":3105,"ìĪĺìĪł":3106,"Ġë³µìļ©":3107,"ach":3108,"ìķĺ":3109,"Abnormality":3110,"Jun":3111,"microc":3112,"ĠMalign":3113,"art":3114,")..":3115,"Img":3116,"Ġscan":3117,"ëŀĺ":3118,"Ġëļľëł·íķĺì§Ģ":3119,"ëĶĶ":3120,"íĶ":3121,"ĠlesionìĿĢ":3122,"ĠLUOQ":3123,"ìķ½":3124,"ìĻ¸ë¶Ģê²Ģì§Ħ":3125,"GR":3126,"ĠíĬ¹":3127,"ì¦Ŀìĥģ모ë¦Ħ":3128,"ĠIntermediate":3129,"Ġíŀĺëĵł":3130,"(>":3131,"ocalized":3132,"림":3133,"Ġanechoic":3134,"ì¦Ī":3135,"ŀĪ":3136,"ĠMicrocalcifications":3137,"ĠRUOQ":3138,"Ġë³ijë³ĢìĿĢ":3139,"Ġì¢ħ":3140,"heral":3141,"문":3142,"Ġaden":3143,"ĠìĽIJ":3144,"Ġdebr":3145,"ìķĪ":3146,"Ġincrease":3147,"ìĿ´ëª¨":3148,"ĊĠĊĠĊĠĊ":3149,"Ġíĺ¸":3150,"Ġsymmetr":3151,"Ġmonths":3152,"Equivocal":3153,"RCA":3154,"Ġmalign":3155,"2018":3156,"ìĶ©":3157,"Ġdepth":3158,"For":3159,"our":3160,"Ġmicrocalcifc":3161,"íĸĪ":3162,"2017":3163,"ë³´ëĭ¤":3164,"ĠMalignacy":3165,"nec":3166,"Ġfavor":3167,"que":3168,"ond":3169,"opla":3170,"ĠIm":3171,"Ġreveal":3172,"fication":3173,"Round":3174,"ì¹":3175,"ident":3176,"lom":3177,"omin":3178,"ĠëijIJ":3179,"Ġmacroc":3180,"Ġneopla":3181,"Ġshows":3182,"Intermittent":3183,")-":3184,"+/":3185,"MA":3186,"irregular":3187,"ëģ":3188,"Ġhy":3189,"ĠNE":3190,"gram":3191,"ë©Ķ":3192,"Ġsuspected":3193,"ression":3194,"ĠNME":3195,"Segmental":3196,"calc":3197,"¡±":3198,"hell":3199,"minal":3200,"regional":3201,"Ġretro":3202,"ĠUs":3203,"metr":3204,"ne":3205,"of":3206,"Ġacc":3207,"ifications":3208,"Ġleison":3209,"ĠStere":3210,"íķĺëĬĶ":3211,"ìĤ¼ìĦ±":3212,"Ġremaining":3213,"ĠUIQ":3214,"Ġneoplasm":3215,"++,":3216,"ER":3217,"Fibrocystic":3218,"Ġsl":3219,"ì§IJ":3220,"Diffusely":3221,"Ġê²°ê³¼":3222,"DCIS":3223,"fi":3224,"scess":3225,"ĠRe":3226,"ĠNc":3227,"Ġë°Ķëŀ":3228,"ĠëĤĺ":3229,"Ġëĭ¤":3230,"ypoechoic":3231,"iations":3232,"ifia":3233,"Ġside":3234,"ĠëĨ":3235,"Ġstereotatic":3236,"omatous":3237,"Ġ커":3238,"lomerated":3239,".--":3240,"Ġinverted":3241,"Ġìľ¼ë¡ľ":3242,"íĺ¹":3243,"Ġhistory":3244,"Ġvess":3245,"hism":3246,"Ġcategory":3247,"syn":3248,"2012":3249,"ially":3250,"ìĺĪìłķ":3251,"untate":3252,"Ġhypoehcoic":3253,"(+/-)":3254,"Ġrevealed":3255,"tic":3256,"uminal":3257,"Ġasymmtery":3258,"Ġìĸ´ëł¤":3259,"NO":3260,"Ġrep":3261,"Ġparti":3262,"Ġcolle":3263,"MMG":3264,"lear":3265,"Ġinclu":3266,"Ġisoe":3267,"Ġcong":3268,"Ġmalignant":3269,"Ġben":3270,"holog":3271,"Ġê²Ģì§ĦìĿ´ìĥģ":3272,"marking":3273,"ĠíĮIJëıħ":3274,"ë¸":3275,"ĠRegional":3276,"terior":3277,"aitve":3278,"Intramammary":3279,"Ġgranuloma":3280,"Ġíķĺìĭ¬":3281,"ĠëĬIJ":3282,"od":3283,"Ġwide":3284,"graphy":3285,"ëĤĮ":3286,"Ġovary":3287,"ìŀĪëĭ¤ê³ł":3288,"thesis":3289,"¤ë¥¸ìª½":3290,"ì¦Īë©Ķ":3291,"ĠëĨĴ":3292,"Ġcollection":3293,"ĠKnown":3294,"Ġ30":3295,"ĠSt":3296,"ì§ĢëĬĶ":3297,"sual":3298,"Ġmorelikely":3299,"ê¸ī":3300,"Ġechogenicity":3301,"ëģĶ":3302,"35":3303,"40":3304,"Spiculated":3305,"odense":3306,"Ġvessel":3307,"ë¸Į":3308,"Skin":3309,"well":3310,"íŀĪ":3311,"egg":3312,"ĊĊĠĠ":3313,"ĠPreviously":3314,"ĠNEW":3315,"42":3316,"Ġgroup":3317,"Ġmarginated":3318,"ĢìĬ¤":3319,"synthesis":3320,"ĺģ":3321,"Ġphy":3322,"ĠNow":3323,"ëŀĢìĬ¤":3324,"ì²ľ":3325,"axilla":3326,"ë¸ĮëŀĢìĬ¤":3327,"¸ê¸ī":3328,"ĠëįĶ":3329,"Ġunderlying":3330,"ì¦Īë©ĶëĶĶ":3331,"entric":3332,"outine":3333,"ĠHRTx":3334,"ëıĪ":3335,"Ġì´¬ìĺģ":3336,"ĠëĬIJëĤĮ":3337,"Normal":3338,"ser":3339,"Ġmult":3340,"Ġabscess":3341,"ĠInc":3342,"eb":3343,"icentric":3344,"ĠbreastìĹIJ":3345,"Ģìĺģ":3346,"Ġíijľ":3347,"Ġanterior":3348,"cocele":3349,"Ġpuntate":3350,"Ġlig":3351,"Ġds":3352,"subtle":3353,"Ġê±°":3354,"Ġatyp":3355,"¡±ëł¥":3356,"aion":3357,"Ģë¡ľ":3358,"others":3359,"Ġdistal":3360,"ĠIntraductal":3361,"+-,":3362,"45":3363,"Calcifications":3364,"De":3365,"vascular":3366,"ĠUsual":3367,"mi":3368,"ëŁ":3369,"Ġ16":3370,"(+,":3371,"ìĭ¤":3372,"Ġmeta":3373,"ìĭľíĸī":3374,"ĊĠĠĠĠĠĠĠĠĠĠĠ":3375,"ĢìĺģëıĪ":3376,"Limited":3377,"inner":3378,"intramammary":3379,"Ġflow":3380,"Ġìµľê·¼":3381,"ĠIDCa":3382,"Ġìĸ¸ê¸ī":3383,"Ġê·":3384,"ĠìľłëijIJ":3385,"ê¹Į":3386,"ë¯Ģë¡ľ":3387,"met":3388,"ĠCategory":3389,"Coarse":3390,"ING":3391,"Ġatypia":3392,"Minimal":3393,"Ġover":3394,"Ġ17":3395,"Now":3396,"Ġmaterial":3397,"ê´´":3398,"Ġinvasive":3399,"mother":3400,"íģ":3401,"Ġ40":3402,"Ġsites":3403,"ìŬëıĻìĥĿ":3404,"matous":3405,"ĠìļĶë§Ŀ":3406,"identif":3407,"Apr":3408,"´ì§Ħ":3409,"rchitectural":3410,"ĠìĦľ":3411,"Ġì´ĪìĿĮíĮĮìĿ´ìĥģ":3412,"Ġsuggested":3413,"ifiaction":3414,"Ġconglomerated":3415,"comp":3416,"Ġlung":3417,"ĠFNAB":3418,"itive":3419,"¬¼íĺ¹":3420,"SNUH":3421,"fiz":3422,"long":3423,"ì¡°":3424,"ij리":3425,"ĠìĻ¸ë¶Ģê²Ģì§Ħ":3426,"Ġangular":3427,"ĠìĿ´íĽĦ":3428,"Ġnumerous":3429,"Ġedema":3430,"ë²Ī":3431,"ĠStereotactic":3432,"fizer":3433,"ke":3434,"ohic":3435,"Ġag":3436,"Ġclear":3437,"Ġme":3438,"ĠĊĊĊĊĊ":3439,"Ġmicrocysts":3440,"ĠDecreased":3441,"ëIJĺì§Ģ":3442,"ĊĠĠĠĠĠĠĠĠĠ":3443,"af":3444,"for":3445,"Ģëįĺ":3446,"ature":3447,"Ġlump":3448,"verall":3449,"Ġ2001":3450,"íķĺìĭľ":3451,"Ġintramm":3452,"fications":3453,"intermittent":3454,"Idx":3455,"ê¶Įì":3456,"ìħ":3457,"Ġegg":3458,"Įìĺģ":3459,"Ŀ¬":3460,"ĠLM":3461,"des":3462,"Ġdec":3463,"ĠìĿĮìĺģ":3464,"ë³ijë³":3465,"ë§ĺ모":3466,"2013":3467,"iration":3468,"Ġmucin":3469,"RUI":3470,"RAD":3471,"ament":3472,"pper":3473,"¬ìľł":3474,"ĺģìĥģ":3475,"Unidentif":3476,"Ġë³ijë³Ģìľ¼ë¡ľ":3477,"varian":3478,"arc":3479,"(-)/":3480,"ĠhomoF":3481,"íķĺê³ł":3482,"ĠìķĮ":3483,"ĠHeterogeneous":3484,"Ġì¢ĭ":3485,"íķłë¨¸ëĭĪ":3486,"ominant":3487,"ĠStromal":3488,"Ġligament":3489,"shell":3490,"Ġintermediate":3491,"ĠìŀĪëĬĶ":3492,"Ġfoam":3493,"ëħĦìłĦë¶ĢíĦ°":3494,"ì¢Į측":3495,"Ġë¹ĦêµIJìĭľ":3496,"nodules":3497,"Ġì°¨":3498,"linical":3499,"RADS":3500,"Gun":3501,"Ġam":3502,"ĊĊĊĠ":3503,"êµŃ":3504,"르":3505,"newly":3506,"(+/-),":3507,"ë¹ĦëĮĢì¹Ń":3508,"Ġmedial":3509,"Ġdebris":3510,");":3511,"Se":3512,"calcifications":3513,"ì§Ģì":3514,"Ġëĵ¤ìľ¼ìĭ¬":3515,"comment":3516,"MRI":3517,"ĠGrossly":3518,"metry":3519,"Faint":3520,"mmat":3521,"Ġmammogram":3522,"Ġcalcifcation":3523,"ĠgunBx":3524,"ĠIll":3525,"ĠMagnification":3526,"ìŀ¥":3527,"ĠìĦĿíļĮ":3528,"TE":3529,"ision":3530,"Ġec":3531,"Ġê³¼":3532,"routine":3533,"Ġ50":3534,"ĠRUM":3535,"Ġíĺ¹":3536,"Ġinvasion":3537,"Feb":3538,"LUI":3539,"Ġyrs":3540,"ìĽĢ":3541,"mem":3542,"Ġíģ°":3543,"ĠìłķíĻķ":3544,"fibroadenoma":3545,"Ġë³´ìĺ":3546,"llo":3547,"Ġho":3548,"Ġìŀ¬":3549,"ĠìĦ¸":3550,"ìĿ¼ë³ijìĽIJ":3551,"Ġaspiration":3552,"민":3553,"Unidentifiable":3554,"52":3555,"ĠRM":3556,"redominant":3557,"ĠASX":3558,"ìŀħëĭĪëĭ¤":3559,"lower":3560,"Ġê¶Įìľłë°Ľ":3561,"confirmed":3562,"mmatory":3563,"Microcalcification":3564,"tc":3565,"Ġchronic":3566,"Ġexc":3567,"isoechoic":3568,"Ġevid":3569,"Ġdefinitive":3570,"Ġpleomorphism":3571,"ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":3572,"34":3573,"ju":3574,"slightly":3575,"įëĭĪëĭ¤":3576,"Ġequivocal":3577,"ĠMammotome":3578,"ìĿ¸ê³¼":3579,"Ġnearly":3580,"ome":3581,"minant":3582,"ìĦľìļ¸":3583,"Ġì°¸":3584,"marker":3585,"Ġextension":3586,"redominantly":3587,"BI":3588,"EH":3589,"ĠFat":3590,"esp":3591,"ister":3592,"LITE":3593,"Ġinvolve":3594,"ĠíĬ¹ìĿ´ì":3595,"ĠPfizer":3596,"ĠìĿĢ":3597,"ish":3598,"ots":3599,"Ġê²Ģì§Ħìĥģ":3600,"Ġperipheral":3601,"Ġê°ĢëĬ¥ìĦ±ìĿ´":3602,"Hypoechoic":3603,"Vascular":3604,"oper":3605,"íı¬":3606,"Ġoil":3607,"ĠCAD":3608,"Ġserial":3609,"sister":3610,"moderate":3611,"íķĺê²Į":3612,"Ġcompression":3613,"itially":3614,"IND":3615,"Ġtail":3616,"Ġphyllo":3617,"WI":3618,"ypical":3619,"ĠChest":3620,"sters":3621,"Ġsisters":3622,"Ġespec":3623,"ĠëķĮ":3624,"Ġstill":3625,"epithelial":3626,"Ġnonparallel":3627,"ĠíĬ¹ìĿ´ìĨĮ견":3628,"Architectural":3629,"ilar":3630,"ĠELITE":3631,"Ġcancers":3632,"ê³µ":3633,"ĠAsymmetric":3634,"Ġìŀĺ":3635,"ì´¬ìĺģ":3636,"nonspecific":3637,"íĿ¬":3638,"Ġmul":3639,"Ġpunct":3640,"Ġ물íĺ¹":3641,"Ġì¹ĺë°Ģ":3642,"dition":3643,"Ġhypoechoc":3644,"Ġmeas":3645,"Ġespecially":3646,"Aug":3647,"agn":3648,"spiculated":3649,"Ġinde":3650,"ĠLSA":3651,"Ġmamo":3652,"Ġpat":3653,"ìĦ±ëª¨":3654,"Ġë°ı":3655,"Ġtomosynthesis":3656,"Ġìķ½ê°Ħ":3657,"disappeared":3658,"¶©":3659,"Ġcer":3660,"Ġsmo":3661,"ĠMGìĹIJìĦľ":3662,"Ġpromi":3663,"ĠPunctate":3664,"ê²ĥ":3665,"imen":3666,"Ġquad":3667,"50":3668,"MC":3669,"iation":3670,"num":3671,"ĥĪ":3672,"ĠBRCA":3673,"Ġindistint":3674,"ĠTiny":3675,"ĊĊĊĊĠĊ":3676,"uctate":3677,"리ëĭ":3678,"Ġmucocele":3679,"Highly":3680,"Ġbreats":3681,"fiic":3682,"INDING":3683,"FINDING":3684,"Jul":3685,"ĠSub":3686,"Ġmaybe":3687,"ë¶ĢìĿ¸ê³¼":3688,"ĠìĦ¬ìľł":3689,"matched":3690,"Ġhypoecohic":3691,"ìĤ¬ìĦł":3692,"Ġradial":3693,"Isolated":3694,"Ġrepla":3695,"Ġquadr":3696,"Oct":3697,"em":3698,"olog":3699,"Ġdiagn":3700,"Ġonly":3701,"Ġë³ij리":3702,"ìĿ´ëĿ¼":3703,"ìĻ¸ë¶Ģë³ijìĽIJ":3704,"ĠOutside":3705,"Ġcorrespond":3706,"agtive":3707,"Ġë³´ìĺĢëįĺ":3708,"리ëĭī":3709,",(":3710,",,":3711,"Numerous":3712,"PE":3713,"¡Į":3714,"ĠLinear":3715,"Ġwhole":3716,"ĠNewly":3717,"Ġretromammary":3718,"memtry":3719,"Ġinvolvement":3720,"43":3721,"iltr":3722,"ectomy":3723,"Ġìĭľíĸīíķľ":3724,"Nonvisualization":3725,"Ġphyllodes":3726,"-/":3727,"segmental":3728,"ĠíĨµ":3729,"Interval":3730,"size":3731,"Ġradio":3732,"íķ´ìĦľ":3733,"longated":3734,"Amorphous":3735,"ĠĠĊĊ":3736,"ĠDense":3737,"suggest":3738,"íĺĦìŀ¬":3739,"Ġpartially":3740,"FN":3741,"Neg":3742,"´ë¦¬ëĭī":3743,"Ġpuctate":3744,"Ġdef":3745,"Ġê¶Į":3746,"¤ëŀĺ":3747,"Ġgranulomatous":3748,"Ġcolon":3749,"Calcified":3750,"Fibro":3751,"erable":3752,"ĠRSA":3753,"Ġnoduel":3754,"Ġfamily":3755,"Ġsuch":3756,"ital":3757,"ìŀij":3758,"Ġê°Ģì¡±ëł¥":3759,"Ġspecific":3760,"ë³ijë³Ģ":3761,"calcification":3762,"ded":3763,"ì¡°ì§ģê²ĢìĤ¬":3764,"íĨ":3765,"Ġ(+":3766,"ĠìĦ±":3767,"Ġdemonstration":3768,"ê³µëĭ¨":3769,"Asy":3770,"Ġpredominantly":3771,"ĠFor":3772,"Ġmicrocalcifcation":3773,"ë¶ĢìľĦ":3774,"ì°Į릿":3775,"Ġsmooth":3776,"ìĤ¬ìĦłê³¼":3777,"Global":3778,"uge":3779,"ĠDM":3780,"abec":3781,"ĠìŀĪìĹĪ":3782,"ìĸ´ë¨¸ëĭĪ":3783,"aget":3784,"Ġì¢ħê´´":3785,"Dilated":3786,"Mar":3787,"alr":3788,"Ġcy":3789,"Ġnd":3790,"Ġsec":3791,"ĠRoutine":3792,"Ġì¡°":3793,"ĠHCS":3794,"voluting":3795,"ĠìŀĦ":3796,"Ġarchitect":3797,"Ġë°Ľ":3798,"Ġë°ĽìĿĮ":3799,"ĠëĤ´":3800,"May":3801,"Mammo":3802,"ĠìĤ¬ì´Į":3803,"Ġdelineation":3804,"Ġmatched":3805,"Well":3806,"Ġfil":3807,"lac":3808,"ĠBPE":3809,"ë°±":3810,"ìĿ´ìłĦìĹIJ":3811,"ĠDuctal":3812,"ld":3813,"tection":3814,"atin":3815,"ĠDEH":3816,"립":3817,"oreign":3818,"Ġsymmetric":3819,"Ġtype":3820,"ĠDrim":3821,"(-/":3822,"Ġsense":3823,"Ġusual":3824,"Ġspot":3825,"Ġinfiltr":3826,"íķĺìĺĢ":3827,"Ġblood":3828,"Ġê°ķëĤ¨":3829,"37":3830,"gi":3831,"ìĨ":3832,"ĊĠĊĊ":3833,"Ġinser":3834,"seud":3835,"ĊĠĠĠĠĠĠĠ":3836,"omorphic":3837,"ë£ĮìĽIJ":3838,"ĠëĶ¸":3839,"Ġë°ĶëŀįëĭĪëĭ¤":3840,"Ca":3841,"ced":3842,"ĠLv":3843,"Ġit":3844,"ĠNodule":3845,"Ġì´ĪìĿĮíĮĮìĥģ":3846,"ìĬ¤":3847,"Ġì¶Ķìłģ":3848,"ìĦłì¢ħ":3849,"Ġìłķìĥģ":3850,"ĠIncreased":3851,"abecular":3852,"Ġul":3853,"Ġabnormally":3854,"uring":3855,"Ġëĵ¤ìĹĪìĿĮ":3856,"Ġìĺ¤ë¥¸ìª½":3857,"Ġbloody":3858,"hology":3859,"47":3860,"LU":3861,"·°":3862,"¸ìĿ¸":3863,"ë·°":3864,"Ġcor":3865,"ndometrial":3866,"Ġì¡°ì§ģ":3867,"Ġcalcifi":3868,"spread":3869,"Ġlocated":3870,"Ġë³ijìĽIJìĹIJìĦľ":3871,"seudo":3872,"Ġelongated":3873,"uspicion":3874,"Ġíı":3875,"ĊĊĊĊĊĊ":3876,"ĠìķĬìķĦ":3877,"Ġmastopathy":3878,"Ġë³ĢíĻĶìĹĨìĿĮ":3879,"ĠK":3880,"ĠV":3881,"lesion":3882,"Ġëħ":3883,"Ġ2022":3884,"ëĭ¬":3885,"ĠIrregular":3886,"ìĿĮìĺģ":3887,"Prominant":3888,"Ġ>>":3889,"Ġê°IJ":3890,"Ġ못":3891,"ĠìĥĿê°ģëIJ©ëĭĪëĭ¤":3892,"Mother":3893,"cortical":3894,"Ġ),":3895,"Ġintral":3896,"Ġhypochoic":3897,"perip":3898,"ĠElasto":3899,"ìŀ¡":3900,"ê¸Ī":3901,"Ġcontour":3902,"ositc":3903,"Ġ<--":3904,"Ġpart":3905,"Ġpossibly":3906,"Ġpunctated":3907,"ìĹĦë§Ī":3908,"íĻĺ":3909,"ĠìŀĪìĸ´":3910,"ĠìķĬìĬµëĭĪëĭ¤":3911,"Ġì¶Ķê°Ģ":3912,"vail":3913,"Ġasymemtry":3914,"Ġyears":3915,"ĠLIQ":3916,"ĠlocalizìĺĪìłķ":3917,"ĥĪë¡ľ":3918,"ymmetr":3919,"ì¡Į":3920,"ĠFAs":3921,"ë³´ìŀĦ":3922,"íķĺìĭ¬":3923,"ê°ĢëĬ¥ìĦ±":3924,"íĮIJ":3925,"ĠìŀĪëĭ¤":3926,"incomplete":3927,"numerable":3928,"lite":3929,"xim":3930,"end":3931,"Ġtarge":3932,"Ġmildly":3933,"vical":3934,"ìĤ°ë³ijìĽIJ":3935,"Comment":3936,"Ġìłľê±°":3937,"Decrease":3938,"Ġdecrease":3939,"vailable":3940,"ext":3941,"ning":3942,"ìµľê·¼":3943,"Ġclinical":3944,"Ġfl":3945,"ĠìĤ":3946,"visualized":3947,"ĠSlightly":3948,"graphic":3949,"ìłij":3950,"Ġ(+):":3951,"Ġnegaitve":3952,"ìĻ¸ë¶ĢìĹIJìĦľ":3953,"Ġinclusion":3954,"ĠìĦľìļ¸":3955,"mes":3956,"Ġspic":3957,"ĠUSìĿ´ìĥģ":3958,"Ġ03":3959,"Ġcalcifc":3960,"ĠHG":3961,"Ġ---->":3962,"Ġíı¬":3963,"몬":3964,"Ġlocation":3965,"ĠíĻĶ":3966,"Ġì¹ĺë£Į":3967,"ê´Ģ":3968,"ĠAbnormality":3969,"Ġmicrocalcifciations":3970,"르몬":3971,"Ġfilm":3972,"36":3973,"Ġcom":3974,"ĠnoduleìĿĢ":3975,"tex":3976,"ê°IJ":3977,"ĊĠĊĠ":3978,"Ġë³ijë³ĢìĿ´":3979,"ĠìķĦíĶ":3980,"Ġê°ĻìĿĢ":3981,")--":3982,"uum":3983,"Ġdiag":3984,"ĠĊĊĠ":3985,"Ġì§Ģ":3986,"Ġpainful":3987,"Ġlocal":3988,"ëį°":3989,"Ġë¹ĦêµIJíķĺìŬ":3990,"ê±´ê°ķê²Ģì§Ħ":3991,"Ġë³ĢíĻĶìĹĨ":3992,"Ġê±´ê°ķê²Ģì§Ħ":3993,"Ġmatching":3994,"Ġë§Įìł¸ì§ĢëĬĶ":3995,".:":3996,"ken":3997,"ĠMultifocal":3998,"Ġmag":3999,"Ġdots":4000,"Ġì²":4001,"ìĿĺë£ĮìĽIJ":4002,"Initially":4003,"ëIJĺìĹĪ":4004,"ëĿ¼ë§¤":4005,"íĺľ":4006,"Ġíģ¬ê¸°ê°Ģ":4007,"Ġ기ë¡Ŀ":4008,"Ġ구":4009,"Ġsecond":4010,"<--":4011,"LT":4012,"cystic":4013,"Ġavailable":4014,"enlarged":4015,"Ġmutliple":4016,"ĠSe":4017,"Ġë¦":4018,"idne":4019,"Ġcircumsc":4020,"Ġincomplete":4021,"III":4022,"Ġìłģ":4023,"ê°ľìĶ©":4024,"íĺ¸":4025,"ĠëĮĢíķľ":4026,"ĠìļĶíķ¨":4027,"Ġedematous":4028,"Ġacchitectural":4029,"Ġíijľìĭľ":4030,"Ġê·¸":4031,"(?)":4032,"ok":4033,"oad":4034,"athe":4035,"ĠLL":4036,"oral":4037,"minimal":4038,"ĠíĶ":4039,"Ġìĸijìĥģ":4040,"Ġvacuum":4041,"intermediate":4042,"ĠìĻ¸ë¶ĢìĹIJìĦľ":4043,"ł¸ìĺ¤":4044,"Ġindex":4045,"Ġintraluminal":4046,"idney":4047,"60":4048,"asymptomatic":4049,"nipple":4050,"ollow":4051,"Ġ*":4052,"nderlying":4053,"ĊĊĠĠĠ":4054,"Ġster":4055,"ipo":4056,"ìĿ¸ì§Ģ":4057,"ĊĠĠĠĠĠĠĠĠĠĠ":4058,"Ġë³µìŀ¡":4059,"ìħ¨":4060,"=>":4061,"nt":4062,"íĥ":4063,"Ġpseudo":4064,"ĠĊĠĠĠĠĠĠĠĠ":4065,"Ġmicroca":4066,"Ġupt":4067,"Ġ---":4068,"Ġviews":4069,"ĠìŀĪìľ¼ë©°":4070,"ualr":4071,"Ġë§Įìł¸ì§IJ":4072,"Ġtaken":4073,"Ġhyop":4074,"affin":4075,"39":4076,"Localized":4077,"Ġvo":4078,"ľì²ľ":4079,"Ġoverall":4080,"anching":4081,"Ġtrabecular":4082,"ìĭŃ":4083,"Ġmetal":4084,"Ġenlargements":4085,"ĠìĤ¬ë§Ŀ":4086,"Ġmammographically":4087,"ìĤ¬ì´Į":4088,"미ì¦Īë©ĶëĶĶ":4089,"Ġmutiple":4090,"mammotome":4091,"Ġëĵ¤ìĹĪëĭ¤ê³ł":4092,"microcalc":4093,"Ġìĸ´ëł¤ìĽĢ":4094,"PL":4095,"Ġ21":4096,"Ġlesionìľ¼ë¡ľ":4097,"Nov":4098,"ĠSo":4099,"ĠĠĠĠĠ":4100,"ĠALN":4101,"ëIJĺë©°":4102,"Ġhypeochoic":4103,"íĨ°":4104,"Ġíı¬íķ¨":4105,"44":4106,"Ġint":4107,"ending":4108,"Ġbil":4109,"ĠMMGìĥģ":4110,"Ġë©":4111,"ĊĠĠĊ":4112,"ê¹Ģ":4113,"ĢìĬµëĭĪëĭ¤":4114,"Ġì§ģ":4115,"('":4116,"53":4117,"amorphous":4118,"íĨµ":4119,"Ġsuba":4120,"ĠElite":4121,"ĠIII":4122,"ìĹIJëĬĶ":4123,"ĠHomogeneous":4124,"ĠëĮĢì":4125,"marked":4126,"Ġspecimen":4127,"Ġë³µìļ©ì¤ij":4128,"Ġinfiltration":4129,"Ġinsertion":4130,"Circ":4131,"bilateral":4132,"cine":4133,"ove":4134,"ined":4135,"Ġlu":4136,"Ġlesionê³¼":4137,"utting":4138,"mpro":4139,"ìŀĪìĿĮ":4140,"Ġusg":4141,"ìĦ¸ìĦĿíļĮíĻĶ":4142,"ëĭ¹ìĿ¼":4143,"ĠAbout":4144,"Ġlymphoma":4145,"ë¶ģìĤ¼ìĦ±":4146,"Nearly":4147,"ë¬":4148,"ĠMother":4149,"ĠìĥĪë¡ľ":4150,"ĠlesionìĿ´":4151,"Ġheterogen":4152,"Ġunit":4153,"Ġneagtive":4154,"ëĤ´ì":4155,"ìĦ¸ë¯¼":4156,"Ġëĭ¤ë¥¸":4157,"Ġì¤ijëĭ¨":4158,"ìĻ¸ë¶Ģìĺģìĥģ":4159,"Ġsimilar":4160,"microcal":4161,"welling":4162,"Ġmucinous":4163,"Severe":4164,"Ġquadrant":4165,"Ġcorresponds":4166,"ĠìĤ¼ìĦ±":4167,"ĠíĶ¼":4168,"Ġall":4169,"Ġcac":4170,"Ġmg":4171,"íķĺëĭ¤":4172,"month":4173,"Ġ모ëijIJ":4174,"ĠReactive":4175,"Ġisoehoic":4176,"ê¹Įì§Ģ":4177,"ľì²ľíĸ¥":4178,"BT":4179,"Mult":4180,"Underlying":4181,"multifocal":4182,"ŀ¥":4183,"ŀIJ":4184,"stion":4185,"ĠMA":4186,"ĠMass":4187,"ĠviewìĹIJìĦľ":4188,"Ġchagn":4189,"Mast":4190,"sh":4191,"Ġpending":4192,"anced":4193,"ĠFamily":4194,"ĠDWI":4195,"Ġëĸ":4196,"ĠEnlarged":4197,"ë°ľ":4198,"Ġë¶Ļ":4199,"ĠìĿĺíķľ":4200,"Ġê³łìľĦíĹĺêµ°":4201,"Ġê³łëł¤":4202,"Fatty":4203,"ĠìŀijëħĦ":4204,"Ġadenoma":4205,"Ġago":4206,"ĠìķĮê³ł":4207,"fiications":4208,"ĠíĨµì¦Ŀ":4209,"íĮIJëıħ":4210,"Ġ리":4211,"46":4212,"Mutliple":4213,"Ġac":4214,"onent":4215,"Ġthin":4216,"Ġ60":4217,"ìĦ¼":4218,"ë°Ľ":4219,"2022":4220,"Ġcircum":4221,"Ġcomponent":4222,"ìļĶë§Ŀ":4223,"ĠëıĻë°ĺ":4224,"ĠìĿ¼ë¶Ģ":4225,"ìĸ´ìĦľ":4226,"ê²°ê³¼":4227,"룬":4228,"íģ´ë¦¬ëĭī":4229,"Ġintrammary":4230,"Ġeggshell":4231,"Ġchagne":4232,"pl":4233,"Ġhr":4234,"ĠCon":4235,"Ġscat":4236,").-->":4237,"proliferative":4238,"Ġapart":4239,"ìłĦë¶ĢíĦ°":4240,"Ġë°±":4241,"ĠLUM":4242,"Ġìĸij쪽":4243,"ĠUpper":4244,"Inverted":4245,"Ġasymmtry":4246,"ê·¸":4247,"Ġasymetry":4248,"Mastalgia":4249,"38":4250,"DI":4251,"ex":4252,"iver":4253,"¨ìĸ´ì":4254,"Ġ~":4255,"ard":4256,"ĠBX":4257,"Ġfocally":4258,"ê²Ģ":4259,"tions":4260,"ìĿ´ìŀIJ":4261,"ì¹ĺë°":4262,"Ģì°¸":4263,"nece":4264,"Develop":4265,"Ġevidnece":4266,".>":4267,"ewise":4268,"follow":4269,"ìĻ¼ìª½":4270,"ĠMicrocalcification":4271,"Ġ22":4272,"Ġ05":4273,"Ġgade":4274,"ulder":4275,"ĠHomofatty":4276,"ĠìŀĪìľ¼ëĤĺ":4277,"mainly":4278,"Ġvaccine":4279,"Intermediate":4280,"Ġsupplemental":4281,"magniìĹIJìĦľ":4282,"Ġê¹ĢìĺģëıĪ":4283,"Ġë°©íĸ¥":4284,"Ġclearly":4285,"Dx":4286,"Ġswelling":4287,"USG":4288,"usc":4289,"Ġvery":4290,"Ġnumbers":4291,"ĠìĿ¼ì¹ĺíķ¨":4292,"Ġê²½ìļ°":4293,"composition":4294,"ĠìĦ¸ë¸ĮëŀĢìĬ¤":4295,"ĠìĦ¬ìľłìĦłì¢ħ":4296,"Ġarchitecture":4297,"stionable":4298,"Ġ리뷰":4299,"Lob":4300,"Suspicion":4301,"asymmetric":4302,"involuting":4303,"erm":4304,"sites":4305,"Ġ24":4306,"Ġdia":4307,"Ġirreg":4308,"ĠìĻ¸ë¶Ģë³ijìĽIJ":4309,"ĠìĻ¸ë¶Ģë³ijìĽIJìĹIJìĦľ":4310,"ĠProminent":4311,"ĠìľłìĦł":4312,"Ġbranching":4313,"Ġë¶Ģë¶Ħ":4314,"metab":4315,"FNA":4316,"mproved":4317,"Need":4318,"nal":4319,"ynec":4320,"물":4321,"ķ¼":4322,"ĠDBT":4323,"omach":4324,"Ġë¥":4325,"ĠìŀĪìľ¼":4326,"Ġ모ìĸij":4327,"Ġê²ĥìĿ´":4328,"ormity":4329,"Ġmammograms":4330,"ìŀijëħĦ":4331,"ace":4332,"§IJ":4333,"(+-)":4334,"Ġsignificantly":4335,"ormone":4336,"ê¶Įìľłë°":4337,"ditional":4338,"65":4339,"Calcification":4340,"ola":4341,"so":4342,"we":4343,"ë¹":4344,"íİ":4345,"stia":4346,"Ġdiff":4347,"ĠFDH":4348,"Ġabutting":4349,"ìĹIJëıĦ":4350,"omastia":4351,"Ġneoad":4352,"ìĿĺìĭ¬":4353,"Ġcells":4354,"Ġíķ´":4355,"ĠíķĺëĤĺ":4356,"ĠIntramammary":4357,"ë°±ë³ijìĽIJ":4358,"ynecomastia":4359,"Ġ를":4360,"Asymm":4361,"Ovoid":4362,"ff":4363,"ry":4364,"ts":4365,"Ġrem":4366,"ĠRound":4367,"ĠĠĊĠ":4368,"deep":4369,"ĠNon":4370,"Ġ08":4371,"ĠDisappeared":4372,"ĠBiopsy":4373,"scomfort":4374,"FGT":4375,"Ġform":4376,"ê³łëª¨":4377,"ìĹIJìĦľëĬĶ":4378,"ëIJĺëĤĺ":4379,"cont":4380,"suggesting":4381,"¸ë§Į":4382,"ìĻ":4383,"Ġ+":4384,"Ħì§Ģ":4385,"ķĶ":4386,"Ġdermal":4387,"Ġ충":4388,"Ġeach":4389,"Ġones":4390,"Ġtimes":4391,"Ġperi":4392,"ëħĦê°Ħ":4393,"ê°ľìĿĺ":4394,"Magni":4395,"Diagnositc":4396,"Ġrod":4397,"ĠhomoFatty":4398,"Ĥ°ë¶ĢìĿ¸ê³¼":4399,"ì¹´":4400,"Asym":4401,"Ġsecondary":4402,"Ġlucent":4403,"Ġëĸ¨ìĸ´ì":4404,"¸ë§ĮìĪĺ":4405,"55":4406,"Nipple":4407,"alact":4408,"USìĥģ":4409,"ĠmassëĬĶ":4410,"ĠSl":4411,"may":4412,"Ġcalcifiaction":4413,"isodense":4414,"ĠAX":4415,"Ġíĸ":4416,"itial":4417,"Ġshoulder":4418,"ì¶Ķìłķ":4419,"Ġpromient":4420,"Ġflat":4421,"íݸ":4422,"containing":4423,"Biopsy":4424,"HER":4425,"PET":4426,"WE":4427,"ass":4428,"ake":4429,"po":4430,"ĠOther":4431,"residual":4432,"Ġamorp":4433,"ĠCA":4434,"vid":4435,"ulation":4436,"arenchymal":4437,"íķĺê²łìĬµëĭĪëĭ¤":4438,"ization":4439,"ìĺ´":4440,"Ġê²ĢìĤ¬ìĥģ":4441,"ĠíķĦìļĶíķ©ëĭĪëĭ¤":4442,"ê°ķëĤ¨":4443,"Ġê±´ì§Ħ":4444,"Ġê´Ģì°°ëIJ¨":4445,"Ġ199":4446,"ĠìĹ°ê²°":4447,"Ġì°¸ê³ł":4448,"립ëĭĪëĭ¤":4449,"ê¶Įìľłë°ĽìĿĮ":4450,"Ġsli":4451,"Ġpun":4452,"Ġfe":4453,"Ġunmatched":4454,"ĠìŀĪìĬµëĭĪëĭ¤":4455,"Ġë³ijë³Ģê³¼":4456,"íĺĦ":4457,"ìĦ¤ë¬¸ì§Ģì":4458,"Ġëĵľ":4459,"Circumscribed":4460,"ì¹ĺë°Ģìľłë°©":4461,"maybe":4462,"==":4463,"nage":4464,"Ġk":4465,"another":4466,"ë°Ķëŀ":4467,"ĠpostMMT":4468,"ĊĠĊĠĊĠĊĠĊ":4469,"qual":4470,"ì¦Ŀê°Ģ":4471,"ìĦ¸ë¸ĮëŀĢìĬ¤":4472,"Ġì°Į릿":4473,"ë°©íĸ¥":4474,"ĠíĮIJëĭ¨":4475,"Isodense":4476,"ê²°ìłĪ":4477,"ĠìłķíĻķíķľ":4478,"Ġíıī":4479,"?),":4480,"Family":4481,"ring":4482,"vant":4483,"Ģëł":4484,"ĠMGìĿ´ìĥģ":4485,"ĠSister":4486,"ĠPaget":4487,"ately":4488,"Ģìľ¼":4489,"ĠAn":4490,"ëĭ¤íķ¨":4491,"목":4492,"Ġhypermetab":4493,"Ġstereo":4494,"ĠìķĬìķĺ":4495,"ì§ģìĽIJ":4496,"Ġdemonstrated":4497,"cord":4498,"Ġ커ì¡Į":4499,"juvant":4500,"ĠíĻĶìĿ´ìŀIJ":4501,"ĠConsistent":4502,"RD":4503,"íĬ":4504,"reas":4505,"Ġ23":4506,"ora":4507,"tiy":4508,"Othewise":4509,"ected":4510,"ĊĊĊĠĊĠĊ":4511,"proxim":4512,"Ġdistance":4513,"Ġisoec":4514,"Ġthicken":4515,"ê¸°ë¡ľ":4516,"íĺķ":4517,"Ġmmg":4518,"Ġinflammatory":4519,"Ġcervical":4520,"ìĦ¼íĦ°":4521,"+(":4522,"HSA":4523,"SRD":4524,"tu":4525,"Ġclac":4526,"Ġë²":4527,"ĠëĦ":4528,"Ġ..":4529,"ìĸµ":4530,"ìŀIJ매":4531,"mained":4532,"´ìŀħëĭĪëĭ¤":4533,"Ġparaffin":4534,"ĠìĻ¸íķłë¨¸ëĭĪ":4535,"Ġpoor":4536,"Ġë³´ìĿ´ëįĺ":4537,"ìĤ¬ì§Ħ":4538,"Ġsusp":4539,"ëĵľë¦½ëĭĪëĭ¤":4540,"Ġuptake":4541,"íĬ¸":4542,"some":4543,"Ġmight":4544,"ĠFaint":4545,"iopsied":4546,"Ġ2000":4547,"ë³Ģ":4548,"Ġstomach":4549,"ìļ´":4550,"Ġcalcificaion":4551,"Ġchnage":4552,"Ġê°ĢëĬ¥":4553,"Ġmacrocalcification":4554,"BIRADS":4555,"Ġbilob":4556,".),":4557,"41":4558,"Ax":4559,"HCS":4560,"Largest":4561,"Pre":4562,"ì¡°ì§ģ":4563,"ĠCalcifications":4564,"Ġprevi":4565,"Ġ04":4566,"ĠDiag":4567,"vix":4568,"Ġesp":4569,"Ġthem":4570,"ĠHomoFatty":4571,"ëłµ":4572,"ĠíķĦìļĶíķ¨":4573,"ëĵ±":4574,"ĠCooper":4575,"ì¦Ļ":4576,"ĠìĻ¸ë¶Ģì´ĪìĿĮíĮĮ":4577,"Ġmicrocalcifcations":4578,"Ġgroups":4579,"Ġmulti":4580,"ipose":4581,"Ġhyopechoic":4582,"Ġë©į":4583,"51":4584,"few":4585,"nearly":4586,"inf":4587,"view":4588,"Ġcalcif":4589,"ìĹ¼":4590,"Ġres":4591,"sitive":4592,"spital":4593,"Ġë°Ķ":4594,"ĠUn":4595,"ĊĊĊĊĊĠĊ":4596,"Ġê°Ģìł¸ìĺ¤":4597,"ĠëĶ°":4598,"Ġmacrocalcifications":4599,"Ġhypoechoci":4600,"Ġdeformity":4601,"ë¥´ëª¬ìłľ":4602,"Ġintact":4603,"proximately":4604,"Di":4605,"LH":4606,"bined":4607,"ez":4608,"£ê³ł":4609,"¤ëªħ":4610,"Ġnature":4611,"Ġslight":4612,"Ġserous":4613,"egen":4614,"sie":4615,"ĠFG":4616,"ased":4617,"ĠìĹĨìĸ´":4618,"Ġê²Ģì§ĦìĹ°êµ¬":4619,"ĠFibroepithelial":4620,"Ġíķł":4621,"ĠmicroCa":4622,"Ġpreser":4623,"ĠêµŃ":4624,"Ġisoehcoic":4625,"Ġreplacement":4626,"Ġê¶Įíķ©ëĭĪëĭ¤":4627,"<-":4628,"LE":4629,"ĺ기":4630,"Ġ06":4631,"seated":4632,"Ġchanged":4633,"(-)-->":4634,"sclerosing":4635,"tomatic":4636,"Ġë³´ìŀħëĭĪëĭ¤":4637,"Ġsigns":4638,"Ġpersistent":4639,"Ġconcord":4640,"Ġë§Ī":4641,"ìŀIJëł¥":4642,"ĠHeteroFG":4643,"ëŀij":4644,"Ġë³´ìĿ´ë©°":4645,"ê±´ì§Ħ":4646,"Ġdeveloping":4647,"Ġmulticentric":4648,"ìĨ¡":4649,"Ġvolu":4650,"Ġëĵľë¦¼":4651,".--->":4652,"75":4653,"ê»":4654,"ath":4655,"Ġinn":4656,"three":4657,"Ġnou":4658,"ĠBB":4659,"Ġelasto":4660,"Ġprominence":4661,"Ġ본ìĿ¸":4662,"ĠTPL":4663,"Ġë¶ĢìĤ°":4664,"미íĺľ":4665,"ê¹ĢìĺģëıĪ":4666,"tively":4667,"ê°ľìĽĶìłĦ":4668,"holester":4669,"Ġ거리":4670,"Ġpreserved":4671,"Linear":4672,"correspon":4673,"ium":4674,"Ġnoduleê³¼":4675,"hyroid":4676,"Ġmammoìĥģ":4677,"ĠheteroFG":4678,"Ĥ¬ì§Ħ":4679,"...":4680,"ìĦ¸ìļĶ":4681,"êµ°ëį°":4682,"ì¶Ķê°Ģ":4683,"Ġsymptom":4684,"Ġndo":4685,"Ġcortex":4686,"Ġvolume":4687,"+).":4688,"Ext":4689,"Ŭ":4690,"Ġintr":4691,"Ġprolifer":4692,"Ġprominancy":4693,"ĠALH":4694,"Ġmicrocalcifi":4695,"ìĿ´ê³ł":4696,"ĠìĦ¤ëªħ":4697,"Ġfound":4698,"elow":4699,"ĠUG":4700,"Ġstructures":4701,"Ġì¶Ķê°Ģê²ĢìĤ¬íķĦìļĶ":4702,"ĠAbn":4703,"Ġê°IJìĨĮ":4704,"Asymtomatic":4705,"Ġëĸ¨ìĸ´ìł¸":4706,"holesterol":4707,"-+,":4708,".(-)":4709,"Mark":4710,"hSA":4711,"Ġ?":4712,"ind":4713,"ĠFB":4714,"Ġgalact":4715,"ĠDdx":4716,"Ġell":4717,"apillary":4718,"ëħĦë¶ĢíĦ°":4719,"Ġheterogenously":4720,"ĠĊĠĠĠĠĠĊĠĠĠĠ":4721,"Ġë³´ëĭ¤":4722,"Ġmicor":4723,"Ġimages":4724,"Ġê¸Ī":4725,"Ġë³ijë³Ģìŀ":4726,"omyo":4727,"ĠíĺĦìŀ¬ëĬĶ":4728,"ĠìŀIJ매":4729,"Ġëĭ¤ìĭľ":4730,"extent":4731,"ê»ĺ":4732,"48":4733,"COVID":4734,"St":4735,"ng":4736,"ĭ¬":4737,"Ġbelow":4738,"ĠRI":4739,"sign":4740,"sider":4741,"Ġequal":4742,"mast":4743,"ules":4744,"ëĬIJ":4745,"ìĺ¤ëŀĺ":4746,"Ġëªħ":4747,"ë¶ĢìĹIJ":4748,"ĠìĸijìĦ±ìĿ´ëĿ¼ê³ł":4749,"ĠDuctectasia":4750,"ĠìĿ´ìłĦìĹIJ":4751,"Ġë¶Ħëĭ¹":4752,"ĠLOQ":4753,"queez":4754,"+/-,":4755,"Ġê±°ìĿĺ":4756,"Ġmaterials":4757,"íĥľ":4758,"Ġì§ģìĽIJ":4759,"high":4760,"localized":4761,"Ġ).":4762,"inal":4763,"Ġadv":4764,"Ġseg":4765,"ĠMGìĻĢ":4766,"detection":4767,"tras":4768,"lucent":4769,"ĠheteroD":4770,"Ġmicrocalcifiaction":4771,"ìķĻ":4772,"ìĿ´ëĤĺ":4773,"Ġtissu":4774,"Ġfour":4775,"Ġë³´ìĿ´ëĤĺ":4776,"vasive":4777,"Covid":4778,"íĻĺìŀIJë¶Ħ":4779,"ë°©ìĤ¬ìĦłê³¼":4780,"Ġë¶Īíݸ":4781,"ĠìĿ¸ìłij":4782,"Ġì¶ĶìłķëIJ¨":4783,"ëĤ´ê³¼":4784,"Ġtarget":4785,"Ġfeature":4786,"Ad":4787,"GN":4788,"gg":4789,"¢°":4790,"뢰":4791,"Ġif":4792,"Ġbone":4793,"Ġclu":4794,"lap":4795,"Ġabove":4796,"Ġeng":4797,"ĠAccessory":4798,"lose":4799,"íķĺë©´":4800,"Ġunknown":4801,"ĠMammography":4802,"Ġíķĺìĺ":4803,"Ġë§ĺ모íĨ°":4804,"Ġìľłì¦Ļ":4805,"Ġ미ì¦Īë©ĶëĶĶ":4806,"Ġasymmety":4807,"Ġbrast":4808,"ĠëIJĺëĬĶ":4809,"Ġscanty":4810,"ê¶Įìľł":4811,"Ġpseudolesion":4812,"Ġellip":4813,"queezing":4814,"Foreign":4815,"global":4816,"ient":4817,"tical":4818,"Ġasymptomatic":4819,"Ġnodue":4820,"ĠìĤ°ë¶ĢìĿ¸ê³¼":4821,"ì§Ģì°¸":4822,"ê²Ģì§Ħìĥģ":4823,"ìĸ´ìŀ":4824,"ëĤ´ìŀ":4825,"ìĿĺìĽIJ":4826,"ìĬ·":4827,"Ġpositive":4828,"Ġìĸ´ëłµ":4829,"ìłľìĿ¼ë³ijìĽIJ":4830,"Ġëĵ£ê³ł":4831,"ĠLMO":4832,"Ġhospital":4833,"atheter":4834,"Ġneoadjuvant":4835,"corresponding":4836,"ëĤ´ìŀ¥":4837,"54":4838,"56":4839,"GIII":4840,"neg":4841,"nant":4842,"ovarian":4843,"ĠQ":4844,"Ġmusc":4845,"Ġsmal":4846,"ĠRL":4847,"ĠĠĠĊ":4848,"Ġhypechoic":4849,"ductectasia":4850,"Ġseated":4851,"Ġhuge":4852,"astatic":4853,"Ġpremammary":4854,"Ġadditional":4855,"Ġnegat":4856,"Ġë³ijë³ĢìĹIJ":4857,"Ġê¹Ģ":4858,"Ġíĺ¸ìĨĮ":4859,"questionable":4860,"(-/+)":4861,"ëĭ¬ìłĦ":4862,"Ġformation":4863,"목ëıĻ":4864,"Hr":4865,"Local":4866,"SO":4867,"etive":4868,"faint":4869,"ĠModerate":4870,"ĠRA":4871,"edo":4872,"ĠDH":4873,"ĠEX":4874,"ĠIs":4875,"(++),":4876,"Ġìľłë°©ìķĶìľ¼ë¡ľ":4877,"ĠìĹĨìľ¼ëĤĺ":4878,"Ġcalcificati":4879,"ĠìŀĪê³ł":4880,"ëĮĢ목ëıĻ":4881,"Ġìĺģ":4882,"Ġë³´ìĿ¸":4883,"IDP":4884,"ìłģìľ¼ë¡ľ":4885,"Ġneck":4886,"ì²ĺ":4887,"íĶ¼":4888,"Ġë°ĶëŀĮ":4889,"Ġìĸ¸ê¸īëIJľ":4890,"egener":4891,"atus":4892,"ĠCalcified":4893,"Ġ(?)":4894,"mmed":4895,"Ġ25":4896,"icrocalc":4897,"scribed":4898,"Ġabnormaltiy":4899,"Ģìł":4900,"loar":4901,"Ġìłij":4902,"diffusely":4903,"ìŀĪìĸ´":4904,"ìĸijìĦ±ì¶Ķìłķ":4905,"ìłģìĿ¸":4906,"ĠíĻĺìŀIJë¶Ħ":4907,"Ġë¶Ħëªħ":4908,"Ġextending":4909,"Ġìŀ¬ê²Ģ":4910,"ĠSubtle":4911,"Multicentric":4912,"Ġremnant":4913,"Ġslide":4914,"Ġë©įìļ¸":4915,"Ġnoudle":4916,"WNL":4917,"man":4918,"olic":4919,"wsie":4920,"ĠThree":4921,"Ġ=>":4922,"ication":4923,"Ġbio":4924,"ĠCysts":4925,"ĠRLC":4926,"Ġ(>":4927,"Ġ26":4928,"Ġir":4929,"lammatory":4930,"visible":4931,"Ġdetect":4932,"Ġwere":4933,"íķĻ":4934,"isolated":4935,"Ġstatus":4936,"Ġincision":4937,"Ġisodensity":4938,"Ġunifocal":4939,"Ġìĭł":4940,"ĠìĺĪ":4941,"spectively":4942,"Ġë¹ĦìĬ·":4943,"Ġinferior":4944,"ì´ĪìĿĮíĮĮê²ĢìĤ¬":4945,"Ġëļľëł·íķľ":4946,"Ġ미ì§Ģì°¸":4947,"Ġlymphoid":4948,"Ġultras":4949,"ë¹Ľ":4950,"Ġadvanced":4951,"Ġmuscle":4952,"Sister":4953,"equivocal":4954,"mu":4955,"ze":4956,"Ġê³µëĭ¨":4957,"stic":4958,"ilic":4959,"Ġsizes":4960,"ì§Ī":4961,"Ġcooper":4962,"note":4963,"ê°ĢëģĶ":4964,"몰":4965,"MGìĥģ":4966,"Ġìĸĺ기":4967,"2002":4968,"Ġsclero":4969,"Ġcalcificat":4970,"Ġê°ľ":4971,"ëĿ½":4972,"iang":4973,"IDCa":4974,"Ġìĺ¤ìĦ¸ë¯¼":4975,"ê³Ħë°±ë³ijìĽIJ":4976,"Ġ기ìĸµ":4977,"Ġsymmetry":4978,"Ġdiagnsotic":4979,"Ġì¶Ķìłģê²ĢìĤ¬":4980,"ermis":4981,"AS":4982,"Mul":4983,"TC":4984,"ae":4985,"sl":4986,"Ġcholesterol":4987,"Ġcatheter":4988,"ork":4989,"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ":4990,"ĠEndometrial":4991,"adenosis":4992,"Ġadn":4993,"ìĿĦëķĮ":4994,"ĠcorrelationëIJĺëĬĶ":4995,"Ġnegetive":4996,"Ġclusted":4997,"Ġmilkish":4998,"Ġìĺģìĥģê³¼":4999}