Skip to content

Commit f16efd8

Browse files
Merge pull request #13932 from SORMAS-Foundation/bugfix-reverting-to-development
Reverting the partial commit
2 parents f81fd3d + f65279c commit f16efd8

3 files changed

Lines changed: 10 additions & 24 deletions

File tree

sormas-api/src/main/java/de/symeda/sormas/api/Disease.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public enum Disease
9090
INVASIVE_MENINGOCOCCAL_INFECTION(true, true, true, false, true, 7, false, false, false, true, 1, 10),
9191
GIARDIASIS(true, true, true, false, true, 14, false, false, false, true, 7, 21),
9292
CRYPTOSPORIDIOSIS(true, true, true, false, true, 14, false, false, false, true, 2, 12),
93-
SHIGELLOSIS(true, true, true, false, true, 14, false, false, false, true, 1, 7),
9493
SALMONELLOSIS(true, true, true, false, true, 14, false, false, false, true, 1, 3),
9594
OTHER(true, true, true, false, true, 21, false, false, false, false, 0, 0),
9695
UNDEFINED(true, true, true, false, true, 0, false, false, false, false, 0, 0);

sormas-api/src/main/java/de/symeda/sormas/api/sample/SampleMaterial.java

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ public enum SampleMaterial {
236236
Disease.GIARDIASIS,
237237
Disease.CRYPTOSPORIDIOSIS,
238238
Disease.MALARIA,
239-
Disease.DENGUE,
240-
Disease.SHIGELLOSIS }, hide = true)
239+
Disease.DENGUE }, hide = true)
241240
BRAIN_TISSUE,
242241

243242
@Diseases(value = {
@@ -248,8 +247,7 @@ public enum SampleMaterial {
248247
Disease.GIARDIASIS,
249248
Disease.CRYPTOSPORIDIOSIS,
250249
Disease.MALARIA,
251-
Disease.DENGUE,
252-
Disease.SHIGELLOSIS }, hide = true)
250+
Disease.DENGUE }, hide = true)
253251
ANTERIOR_NARES_SWAB,
254252

255253
@Diseases(value = {
@@ -260,8 +258,7 @@ public enum SampleMaterial {
260258
Disease.GIARDIASIS,
261259
Disease.CRYPTOSPORIDIOSIS,
262260
Disease.MALARIA,
263-
Disease.DENGUE,
264-
Disease.SHIGELLOSIS }, hide = true)
261+
Disease.DENGUE }, hide = true)
265262
OP_ASPIRATE,
266263

267264
@Diseases(value = {
@@ -270,8 +267,7 @@ public enum SampleMaterial {
270267
Disease.GIARDIASIS,
271268
Disease.CRYPTOSPORIDIOSIS,
272269
Disease.MALARIA,
273-
Disease.DENGUE,
274-
Disease.SHIGELLOSIS }, hide = true)
270+
Disease.DENGUE }, hide = true)
275271
NP_ASPIRATE,
276272

277273
@Diseases(value = {
@@ -281,8 +277,7 @@ public enum SampleMaterial {
281277
Disease.GIARDIASIS,
282278
Disease.CRYPTOSPORIDIOSIS,
283279
Disease.MALARIA,
284-
Disease.DENGUE,
285-
Disease.SHIGELLOSIS }, hide = true)
280+
Disease.DENGUE }, hide = true)
286281
PLEURAL_FLUID,
287282

288283
@Diseases(value = {
@@ -299,8 +294,7 @@ public enum SampleMaterial {
299294
Disease.GIARDIASIS,
300295
Disease.CRYPTOSPORIDIOSIS,
301296
Disease.MALARIA,
302-
Disease.DENGUE,
303-
Disease.SHIGELLOSIS }, hide = true)
297+
Disease.DENGUE }, hide = true)
304298
AMNIOTIC_FLUID,
305299

306300
@Diseases(value = {
@@ -315,8 +309,7 @@ public enum SampleMaterial {
315309
Disease.GIARDIASIS,
316310
Disease.CRYPTOSPORIDIOSIS,
317311
Disease.MALARIA,
318-
Disease.DENGUE,
319-
Disease.SHIGELLOSIS }, hide = true)
312+
Disease.DENGUE }, hide = true)
320313
PERITONEAL_FLUID,
321314

322315
@Diseases(value = {
@@ -325,15 +318,13 @@ public enum SampleMaterial {
325318
Disease.GIARDIASIS,
326319
Disease.CRYPTOSPORIDIOSIS,
327320
Disease.MALARIA,
328-
Disease.DENGUE,
329-
Disease.SHIGELLOSIS }, hide = true)
321+
Disease.DENGUE }, hide = true)
330322
SYNOVIAL_FLUID,
331323

332324
@Diseases(value = {
333325
Disease.RESPIRATORY_SYNCYTIAL_VIRUS,
334326
Disease.GIARDIASIS,
335-
Disease.CRYPTOSPORIDIOSIS,
336-
Disease.SHIGELLOSIS }, hide = true)
327+
Disease.CRYPTOSPORIDIOSIS }, hide = true)
337328
EDTA_WHOLE_BLOOD,
338329

339330
@Diseases(value = {
@@ -344,10 +335,6 @@ public enum SampleMaterial {
344335
Disease.GIARDIASIS })
345336
DUODENUM_FLUID,
346337

347-
@Diseases(value = {
348-
Disease.SHIGELLOSIS })
349-
PUS,
350-
351338
OTHER;
352339

353340
@Override

sormas-api/src/main/resources/captions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ PathogenTest.prescriberCity=City
19561956
PathogenTest.prescriberCountry=Country
19571957
PathogenTest.rifampicinResistant=Rifampicin resistant
19581958
PathogenTest.isoniazidResistant=Isoniazid resistant
1959-
PathogenTest.specie=Species
1959+
PathogenTest.specie=Specie
19601960
PathogenTest.patternProfile=Pattern profile
19611961
PathogenTest.strainCallStatus=Strain Call Status
19621962
PathogenTest.testScale=Test Scale

0 commit comments

Comments
 (0)