Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 11b1f3f

Browse files
author
barnabartha
committed
SORMAS-Foundation#3152 - revert rename of symptom + add missing dependency to android app
1 parent c2b2c24 commit 11b1f3f

83 files changed

Lines changed: 90 additions & 89 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ public interface Captions {
16111611
String Symptoms_symptomsUnknownOccurred = "Symptoms.symptomsUnknownOccurred";
16121612
String Symptoms_temperature = "Symptoms.temperature";
16131613
String Symptoms_temperatureSource = "Symptoms.temperatureSource";
1614-
String Symptoms_thrombocytopenia = "Symptoms.thrombocytopenia";
1614+
String Symptoms_throbocytopenia = "Symptoms.throbocytopenia";
16151615
String Symptoms_tremor = "Symptoms.tremor";
16161616
String Symptoms_unexplainedBleeding = "Symptoms.unexplainedBleeding";
16171617
String Symptoms_unilateralCataracts = "Symptoms.unilateralCataracts";

sormas-api/src/main/java/de/symeda/sormas/api/symptoms/SymptomsDto.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public class SymptomsDto extends PseudonymizableDto {
209209
public static final String SYMPTOMS_COMMENTS = "symptomsComments";
210210
public static final String TEMPERATURE = "temperature";
211211
public static final String TEMPERATURE_SOURCE = "temperatureSource";
212-
public static final String THROMBOCYTOPENIA = "thrombocytopenia";
212+
public static final String THROMBOCYTOPENIA = "throbocytopenia";
213213
public static final String TREMOR = "tremor";
214214
public static final String UNEXPLAINED_BLEEDING = "unexplainedBleeding";
215215
public static final String UNILATERAL_CATARACTS = "unilateralCataracts";
@@ -1588,7 +1588,7 @@ public static SymptomsDto build() {
15881588
OTHER })
15891589
@HideForCountries
15901590
@SymptomGrouping(SymptomGroup.OTHER)
1591-
private SymptomState thrombocytopenia;
1591+
private SymptomState throbocytopenia;
15921592

15931593
@Diseases({
15941594
AFP,
@@ -2902,8 +2902,8 @@ public SymptomState getSwollenGlands() {
29022902
}
29032903

29042904
@Order(251)
2905-
public SymptomState getThrombocytopenia() {
2906-
return thrombocytopenia;
2905+
public SymptomState getThrobocytopenia() {
2906+
return throbocytopenia;
29072907
}
29082908

29092909
@Order(252)
@@ -3513,8 +3513,8 @@ public void setTemperatureSource(TemperatureSource temperatureSource) {
35133513
this.temperatureSource = temperatureSource;
35143514
}
35153515

3516-
public void setThrombocytopenia(SymptomState thrombocytopenia) {
3517-
this.thrombocytopenia = thrombocytopenia;
3516+
public void setThrobocytopenia(SymptomState throbocytopenia) {
3517+
this.throbocytopenia = throbocytopenia;
35183518
}
35193519

35203520
public void setTremor(SymptomState tremor) {

sormas-api/src/main/java/de/symeda/sormas/api/symptoms/SymptomsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public static String buildSymptomsHumanString(SymptomsDto symptomsDto, boolean i
391391
appendYesSymptom(string, symptomsDto.getConjunctivitis(), SymptomsDto.CONJUNCTIVITIS);
392392
appendYesSymptom(string, symptomsDto.getEyePainLightSensitive(), SymptomsDto.EYE_PAIN_LIGHT_SENSITIVE);
393393
appendYesSymptom(string, symptomsDto.getKopliksSpots(), SymptomsDto.KOPLIKS_SPOTS);
394-
appendYesSymptom(string, symptomsDto.getThrombocytopenia(), SymptomsDto.THROMBOCYTOPENIA);
394+
appendYesSymptom(string, symptomsDto.getThrobocytopenia(), SymptomsDto.THROMBOCYTOPENIA);
395395
appendYesSymptom(string, symptomsDto.getOtitisMedia(), SymptomsDto.OTITIS_MEDIA);
396396
appendYesSymptom(string, symptomsDto.getHearingloss(), SymptomsDto.HEARINGLOSS);
397397
appendYesSymptom(string, symptomsDto.getDehydration(), SymptomsDto.DEHYDRATION);

sormas-api/src/main/java/de/symeda/sormas/api/utils/InfoProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static synchronized InfoProvider get() {
4949
* @return
5050
*/
5151
public String getMinimumRequiredVersion() {
52-
return "1.53.0";
52+
return "1.52.0";
5353
}
5454

5555
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ Symptoms.symptomsOccurred=Symptoms that occurred during this illness
16941694
Symptoms.symptomsUnknownOccurred=Symptoms with no reliable occurrence information
16951695
Symptoms.temperature=Current body temperature in \u00B0 C
16961696
Symptoms.temperatureSource=Source of body temperature
1697-
Symptoms.thrombocytopenia=Thrombocytopenia
1697+
Symptoms.throbocytopenia=Thrombocytopenia
16981698
Symptoms.tremor=Tremor
16991699
Symptoms.unexplainedBleeding=Bleeding or bruising
17001700
Symptoms.unilateralCataracts=Unilateral cataracts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ Symptoms.symptomsOccurred = Symptoms that occurred during this illness
12651265
Symptoms.symptomsUnknownOccurred = Symptoms with no reliable occurrence information
12661266
Symptoms.temperature = Current body temperature in ° C
12671267
Symptoms.temperatureSource = Source of body temperature
1268-
Symptoms.thrombocytopenia = Thrombocytopenia
1268+
Symptoms.throbocytopenia = Thrombocytopenia
12691269
Symptoms.tremor = Tremor
12701270
Symptoms.unexplainedBleeding = Bleeding or bruising
12711271
Symptoms.unilateralCataracts = Unilateral cataracts

sormas-api/src/main/resources/captions_de-CH.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ Symptoms.symptomsOccurred=Symptome, die während dieser Krankheit aufgetreten si
16811681
Symptoms.symptomsUnknownOccurred=Symptome ohne verlässliche Informationen
16821682
Symptoms.temperature=Aktuelle Körpertemperatur in ° C
16831683
Symptoms.temperatureSource=Art der Temperaturmessung
1684-
Symptoms.thrombocytopenia=Thrombozytopenie
1684+
Symptoms.throbocytopenia=Thrombozytopenie
16851685
Symptoms.tremor=Tremor
16861686
Symptoms.unexplainedBleeding=Blutungen oder Blutergüsse
16871687
Symptoms.unilateralCataracts=Einseitige Katarakte

sormas-api/src/main/resources/captions_de-DE.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ Symptoms.symptomsOccurred=Symptome, die während dieser Krankheit aufgetreten si
16811681
Symptoms.symptomsUnknownOccurred=Symptome ohne verlässliche Informationen
16821682
Symptoms.temperature=Aktuelle Körpertemperatur in ° C
16831683
Symptoms.temperatureSource=Art der Temperaturmessung
1684-
Symptoms.thrombocytopenia=Thrombozytopenie
1684+
Symptoms.throbocytopenia=Thrombozytopenie
16851685
Symptoms.tremor=Tremor
16861686
Symptoms.unexplainedBleeding=Blutungen oder Blutergüsse
16871687
Symptoms.unilateralCataracts=Einseitige Katarakte

sormas-api/src/main/resources/captions_en-AF.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ Symptoms.symptomsOccurred=Symptoms that occurred during this illness
16811681
Symptoms.symptomsUnknownOccurred=Symptoms with no reliable occurrence information
16821682
Symptoms.temperature=Current body temperature in ° C
16831683
Symptoms.temperatureSource=Source of body temperature
1684-
Symptoms.thrombocytopenia=Thrombocytopenia
1684+
Symptoms.throbocytopenia=Thrombocytopenia
16851685
Symptoms.tremor=Tremor
16861686
Symptoms.unexplainedBleeding=Bleeding or bruising
16871687
Symptoms.unilateralCataracts=Unilateral cataracts

sormas-api/src/main/resources/captions_es-CU.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ Symptoms.symptomsOccurred=Síntomas que ocurrieron durante esta enfermedad
16811681
Symptoms.symptomsUnknownOccurred=Síntomas sin información de ocurrencia confiable
16821682
Symptoms.temperature=Temperatura corporal actual en °C
16831683
Symptoms.temperatureSource=Fuente de la temperatura corporal
1684-
Symptoms.thrombocytopenia=Trombocitopenia
1684+
Symptoms.throbocytopenia=Trombocitopenia
16851685
Symptoms.tremor=Temblor
16861686
Symptoms.unexplainedBleeding=Sangramientos o hematomas
16871687
Symptoms.unilateralCataracts=Cataratas unilaterales

0 commit comments

Comments
 (0)