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

Commit 420fe00

Browse files
SORMAS-Foundation#3463 add javadoc on ExternalJournalService class
1 parent 203e55f commit 420fe00

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

sormas-backend/src/main/java/de/symeda/sormas/backend/externaljournal/ExternalJournalService.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
import de.symeda.sormas.backend.common.ConfigFacadeEjb;
4949
import de.symeda.sormas.backend.person.PersonFacadeEjb;
5050

51+
/**
52+
* This service provides methods for communicating with external symptom journals.
53+
* <br>
54+
* Currently, 2 symptom journals are supported: PIA and CLIMEDO.
55+
* <br>
56+
* Methods containing <code>symptomJournal</code> refer to PIA.
57+
* <br>
58+
* Methods containing <code>patientDiary</code> refer to CLIMEDO.
59+
*/
5160
@Stateless
5261
@LocalBean
5362
public class ExternalJournalService {
@@ -314,7 +323,7 @@ private Invocation.Builder getExternalDataPersonInvocationBuilder(String personU
314323
}
315324

316325
/**
317-
* Check whether a person has valid data in order to be registered in the patient diary
326+
* Check whether a person has valid data in order to be registered in the patient diary.
318327
* NOTE: since CLIMEDO is only used in Germany, only German numbers are considered valid at the moment
319328
*
320329
* @param person

0 commit comments

Comments
 (0)