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
@@ -78,6 +79,18 @@ Transitions the subject into an **invited state** for FOBT screening.
78
79
79
80
---
80
81
82
+
## Prerequisites
83
+
84
+
Before using the Call and Recall utility, ensure that the following prerequisites are met:
85
+
86
+
1.**Database Access**: The utility requires access to the OracleDB instance where the relevant stored procedures are defined.
87
+
88
+
2.**NHS Number**: A valid NHS number must be provided for the subject being processed.
89
+
90
+
3.**Environment Variables**: As this utility relies on the `UserTools` utility you must ensure that you have correctly created and populated a `local.env` file. For more information on this [See the README](../../README.md)
91
+
92
+
---
93
+
81
94
## Supporting Classes
82
95
83
96
These classes are required by the utility:
@@ -93,8 +106,8 @@ These classes are required by the utility:
93
106
## Example Usage
94
107
95
108
```python
109
+
from utils.user_tools import UserTools
96
110
from utils.call_and_recall_utils import CallAndRecallUtils
97
-
from classes.user_role_type import UserRoleType
98
111
99
112
# Log in with a user and populate the user_role variable
0 commit comments