From 1d82049036b8a4be588569cf3c993587b1ae28b4 Mon Sep 17 00:00:00 2001 From: Felix <22506886+felurx@users.noreply.github.com> Date: Thu, 25 Jun 2020 12:41:47 +0200 Subject: [PATCH] Fix typo(?) in architecture-overview.md (#74) docs: Update number of possible test results from 3 to 4 in documentation Co-authored-by: Maximilian Laue <65015235+mlaue-tech@users.noreply.github.com> --- docs/architecture-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture-overview.md b/docs/architecture-overview.md index 2e7d81b..fceca03 100644 --- a/docs/architecture-overview.md +++ b/docs/architecture-overview.md @@ -34,7 +34,7 @@ Figure 1: Components Test Result Server |Entity| Definition| | ------------- |:-------------:| |GUID| Identifier for a SARS-CoV-2 Test. This component will deal only with hashed instances of the GUID. For the details of the hashing see used cryptographic algorithms. The GUID has a length of 152 bits, it consists of a prefix of 24 bits and a main part of 128 bits. Only the main part is generated by a cryptographically reliable process. | -|test result| The actual result of the test represented by a number between 1 and 3. 1=negative, 2=positive, 3=test invalid, 4=test redeemed | +|test result| The actual result of the test represented by a number between 1 and 4. 1=negative, 2=positive, 3=test invalid, 4=test redeemed | # Software Design