You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sormas-api/src/main/java/de/symeda/sormas/api/externalmessage/processing/doctordeclaration/AbstractDoctorDeclarationMessageProcessingFlow.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* along with this program. If not, see <https://www.gnu.org/licenses/>.
// Initialize with an empty drug susceptibility to avoid multiple unnecessary conditional addFields ana checks of the drug susceptibility field in the form
Copy file name to clipboardExpand all lines: sormas-app/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The SORMAS Android app is designed for use by users at the level of hospitals, c
4
4
These have only limited access to the overall data of the system, so it is possible to transfer the relevant data set and make it available offline.
5
5
6
6
The **offline** functionality was also one of the core requirements in the development of the app, as it is also to be used in areas where no or hardly any mobile data network is available.
7
-
This makes it possible for users to use the app freely and, for example, to synchronise the recorded data with the server in the evening.
7
+
This makes it possible for users to use the app freely and, for example, to synchronize the recorded data with the server in the evening.
8
8
9
9
The app covers **all essential functionalities of SORMAS** and the complete data collection in the areas of
10
10
cases, contacts, events, samples, messages, aggregate reports and tasks.
@@ -14,9 +14,9 @@ To manage the large number of devices used within a country and to simplify supp
14
14
15
15
## Data Synchronization
16
16
17
-
For synchronisation, the Android app accesses the **SORMAS ReST** interface.
17
+
For synchronization, the Android app accesses the **SORMAS ReST** interface.
18
18
19
-
First, all data that has changed since the last synchronisation is retrieved from the server.
19
+
First, all data that has changed since the last synchronization is retrieved from the server.
20
20
In the app, a three-way merge takes place for all data that the user has changed himself in the meantime.
21
21
For each individual field (e.g. gender of a person), it is checked whether the value on the server has changed compared to the original status on the device.
22
22
If so, this change is adopted, otherwise any existing change of the user is retained.
@@ -48,7 +48,7 @@ During the update **existing data is automatically migrated** using the commands
48
48
49
49
## Device Encryption
50
50
51
-
Each Android device using SORMAS should ahve device encryption enabled. This is currently not enforced.
51
+
Each Android device using SORMAS should have device encryption enabled. This is currently not enforced.
0 commit comments