Skip to content

Commit 313f58f

Browse files
Vale fixes
1 parent dd1931f commit 313f58f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

utils/oracle/TEMP_subject_selection_query_builder.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Adds a filter for ceased confirmation details, handling null, not null, and stri
162162

163163
#### `_add_criteria_ceased_confirmation_user_id(self, user)`
164164

165-
Adds a filter for ceased confirmation user ID, handling numeric IDs, enum values, and special cases.
165+
Adds a filter for ceased confirmation user ID, handling numeric IDs, `enum` values, and special cases.
166166

167167
#### `_add_criteria_clinical_reason_for_cease(self)`
168168

@@ -302,43 +302,43 @@ Represents an organisation (such as a hub or screening centre) with an organisat
302302

303303
#### `SubjectSelectionCriteriaKey`
304304

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.
306306

307307
#### `ScreeningStatusType`
308308

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.
310310

311311
#### `SSReasonForChangeType`
312312

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.
314314

315315
#### `SDDReasonForChangeType`
316316

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.
318318

319319
#### `SSDDReasonForChangeType`
320320

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.
322322

323323
#### `BowelScopeDDReasonForChangeType`
324324

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.
326326

327327
#### `CeasedConfirmationDetails`
328328

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.
330330

331331
#### `CeasedConfirmationUserId`
332332

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.
334334

335335
#### `ManualCeaseRequested`
336336

337-
An enum for manual cease request statuses, with case-insensitive lookup.
337+
An `enum` for manual cease request statuses, with case-insensitive lookup.
338338

339339
#### `HasGPPractice`
340340

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.
342342

343343
---
344344

@@ -359,7 +359,7 @@ An enum for GP practice status (yes/no/active/inactive), with description-based
359359
- [ ] Review and update doc strings for clarity and completeness.
360360
- [ ] 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.
361361

362-
### May Require Another Jira Ticket
362+
### May Require Another `Jira` Ticket
363363

364364
- [ ] Create tests around this utility to prove it works as intended. See if there is a current selenium test that does this.
365365
- [ ] 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

Comments
 (0)