|
24 | 24 |
|
25 | 25 | public enum SampleMaterial {
|
26 | 26 |
|
| 27 | + @Diseases(value = { |
| 28 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
27 | 29 | BLOOD,
|
| 30 | + @Diseases(value = { |
| 31 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
28 | 32 | SERA,
|
29 | 33 | @Diseases(value = {
|
30 |
| - Disease.CORONAVIRUS }, hide = true) |
| 34 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
31 | 35 | STOOL,
|
32 | 36 | NASAL_SWAB,
|
33 | 37 | THROAT_SWAB,
|
| 38 | + @Diseases(value = { |
| 39 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
34 | 40 | NP_SWAB,
|
35 | 41 | @Diseases(value = {
|
36 |
| - Disease.CORONAVIRUS }, hide = true) |
| 42 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
37 | 43 | RECTAL_SWAB,
|
| 44 | + @Diseases(value = { |
| 45 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
38 | 46 | CEREBROSPINAL_FLUID,
|
39 | 47 | @Diseases(value = {
|
40 |
| - Disease.CORONAVIRUS }, hide = true) |
| 48 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
41 | 49 | CRUST,
|
| 50 | + @Diseases(value = { |
| 51 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
42 | 52 | TISSUE,
|
43 | 53 | @Diseases(value = {
|
44 |
| - Disease.CORONAVIRUS }, hide = true) |
| 54 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
45 | 55 | URINE,
|
46 | 56 | @Diseases(value = {
|
47 |
| - Disease.CORONAVIRUS }, hide = true) |
| 57 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
48 | 58 | CORNEA_PM,
|
| 59 | + @Diseases(value = { |
| 60 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
49 | 61 | SALIVA,
|
50 | 62 | @Diseases(value = {
|
51 |
| - Disease.CORONAVIRUS }, hide = true) |
| 63 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
52 | 64 | URINE_PM,
|
53 | 65 | @Diseases(value = {
|
54 |
| - Disease.CORONAVIRUS }, hide = true) |
| 66 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
55 | 67 | NUCHAL_SKIN_BIOPSY,
|
| 68 | + @Diseases(value = { |
| 69 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
56 | 70 | SPUTUM,
|
| 71 | + @Diseases(value = { |
| 72 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
57 | 73 | ENDOTRACHEAL_ASPIRATE,
|
| 74 | + @Diseases(value = { |
| 75 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
58 | 76 | BRONCHOALVEOLAR_LAVAGE,
|
59 | 77 | @Diseases(value = {
|
60 |
| - Disease.CORONAVIRUS }, hide = true) |
| 78 | + Disease.CORONAVIRUS, Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
61 | 79 | BRAIN_TISSUE,
|
| 80 | + @Diseases(value = { |
| 81 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
62 | 82 | ANTERIOR_NARES_SWAB,
|
| 83 | + @Diseases(value = { |
| 84 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
63 | 85 | OP_ASPIRATE,
|
64 | 86 | NP_ASPIRATE,
|
| 87 | + @Diseases(value = { |
| 88 | + Disease.RESPIRATORY_SYNCYTIAL_VIRUS }, hide = true) |
65 | 89 | PLEURAL_FLUID,
|
66 | 90 | OTHER;
|
67 | 91 |
|
|
0 commit comments