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
@@ -302,43 +302,43 @@ Represents an organisation (such as a hub or screening centre) with an organisat
302
302
303
303
#### `SubjectSelectionCriteriaKey`
304
304
305
-
An enum representing all possible criteria keys that can be used for subject selection. Each key includes metadata such as whether it allows the "NOT:" modifier or multiple values.
305
+
An `enum` representing all possible criteria keys that can be used for subject selection. Each key includes metadata such as whether it allows the "NOT:" modifier or multiple values.
306
306
307
307
#### `ScreeningStatusType`
308
308
309
-
An enum representing possible screening statuses for a subject, with methods for lookup by description and value.
309
+
An `enum` representing possible screening statuses for a subject, with methods for lookup by description and value.
310
310
311
311
#### `SSReasonForChangeType`
312
312
313
-
An enum for reasons a subject's screening status was changed, with lookup methods.
313
+
An `enum` for reasons a subject's screening status was changed, with lookup methods.
314
314
315
315
#### `SDDReasonForChangeType`
316
316
317
-
An enum for reasons a subject's screening due date was changed, with lookup methods.
317
+
An `enum` for reasons a subject's screening due date was changed, with lookup methods.
318
318
319
319
#### `SSDDReasonForChangeType`
320
320
321
-
An enum for reasons a subject's surveillance due date was changed, with lookup methods.
321
+
An `enum` for reasons a subject's surveillance due date was changed, with lookup methods.
322
322
323
323
#### `BowelScopeDDReasonForChangeType`
324
324
325
-
An enum for reasons a subject's bowel scope due date was changed, with lookup methods.
325
+
An `enum` for reasons a subject's bowel scope due date was changed, with lookup methods.
326
326
327
327
#### `CeasedConfirmationDetails`
328
328
329
-
An enum for ceased confirmation details, supporting null/not-null and string matching.
329
+
An `enum` for ceased confirmation details, supporting null/not-null and string matching.
330
330
331
331
#### `CeasedConfirmationUserId`
332
332
333
-
An enum for ceased confirmation user IDs, supporting special values and user lookups.
333
+
An `enum` for ceased confirmation user IDs, supporting special values and user lookups.
334
334
335
335
#### `ManualCeaseRequested`
336
336
337
-
An enum for manual cease request statuses, with case-insensitive lookup.
337
+
An `enum` for manual cease request statuses, with case-insensitive lookup.
338
338
339
339
#### `HasGPPractice`
340
340
341
-
An enum for GP practice status (yes/no/active/inactive), with description-based lookup.
341
+
An `enum` for GP practice status (yes/no/active/inactive), with description-based lookup.
342
342
343
343
---
344
344
@@ -359,7 +359,7 @@ An enum for GP practice status (yes/no/active/inactive), with description-based
359
359
-[ ] Review and update doc strings for clarity and completeness.
360
360
-[ ] Double check `_add_criteria_date_field` against `addCriteriaDateField` to see if functionality ported over correctly. This included looking at any methods referenced in this method.
361
361
362
-
### May Require Another Jira Ticket
362
+
### May Require Another `Jira` Ticket
363
363
364
364
-[ ] Create tests around this utility to prove it works as intended. See if there is a current selenium test that does this.
365
365
-[ ] Create a new utility around populating the Subject and User class objects. This will be beneficial as these two objects are passed into this utility.
0 commit comments