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: docs/utility-guides/InvestigationDataset.md
+57-58Lines changed: 57 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,83 +20,82 @@ To use the Investigation Dataset Utility, import the `InvestigationDatasetComple
20
20
21
21
The methods in this utility require specific arguments. Below is a summary of the required arguments for key methods:
22
22
23
-
Required arguments for initialization:
24
-
- page (Page): The Playwright Page object used for browser automation.
23
+
Required arguments for initialization:
24
+
- page (Page): The Playwright Page object used for browser automation.
25
25
26
-
Required arguments for main method:
27
-
- nhs_no (str): The NHS number of the subject.
28
-
- result (str): The result of the investigation dataset. Should be one of InvestigationDatasetResults (HIGH_RISK, LNPCP, NORMAL).
26
+
Required arguments for main method:
27
+
- nhs_no (str): The NHS number of the subject.
28
+
- result (str): The result of the investigation dataset. Should be one of InvestigationDatasetResults (HIGH_RISK, LNPCP, NORMAL).
29
29
30
30
## After Investigation Dataset Complete - Required Arguments
31
31
32
32
The methods in this utility require specific arguments. Below is a summary of the required arguments for key methods:
33
33
34
-
Required arguments for initialization:
35
-
- page (Page): The Playwright Page object used for browser automation.
36
-
37
-
Required arguments for main method:
38
-
- result (str): The result of the investigation dataset. Should be one of InvestigationDatasetResults (HIGH_RISK, LNPCP, NORMAL).
39
-
- younger (bool): True if the subject is younger than 50, False otherwise.
34
+
Required arguments for initialization:
35
+
- page (Page): The Playwright Page object used for browser automation.
40
36
37
+
Required arguments for main method:
38
+
- result (str): The result of the investigation dataset. Should be one of InvestigationDatasetResults (HIGH_RISK, LNPCP, NORMAL).
39
+
- younger (bool): True if the subject is younger than 50, False otherwise.
41
40
42
41
## Investigation Dataset Specific Functions
43
42
44
43
The `investigation_dataset` utility is used to complete the investigation dataset forms for a subject.It contains methods to fill out the forms, and progress episodes, based on the age of the subject and the test result. Below are their key functions:
0 commit comments