Skip to content

Commit 057b3c4

Browse files
Fixing indentation errors
1 parent 38a553b commit 057b3c4

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

classes/diagnostic_test_type.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ class DiagnosticTestType:
33
Utility class for mapping descriptive diagnostic test types to valid value IDs.
44
55
This class provides:
6-
- A mapping between human-readable diagnostic test type descriptions (e.g., "pcr", "antigen", "lateral flow")
7-
and their corresponding internal valid value IDs.
8-
- A method to retrieve the valid value ID for a given description.
6+
- A mapping between human-readable diagnostic test type descriptions (e.g., "pcr", "antigen", "lateral flow") and their corresponding internal valid value IDs.
7+
- A method to retrieve the valid value ID for a given description.
98
109
Methods:
1110
get_valid_value_id(description: str) -> int:

classes/screening_referral_type.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ class ScreeningReferralType:
33
Utility class for mapping screening referral descriptions to valid value IDs.
44
55
This class provides:
6-
- A mapping from human-readable screening referral descriptions (e.g., "gp", "self referral", "hospital")
7-
to their corresponding internal valid value IDs.
6+
- A mapping from human-readable screening referral descriptions (e.g., "gp", "self referral", "hospital") to their corresponding internal valid value IDs.
87
- A method to retrieve the valid value ID for a given description.
98
109
Methods:

classes/surveillance_review_case_type.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ class SurveillanceReviewCaseType:
33
Utility class for mapping surveillance review case type descriptions to valid value IDs.
44
55
This class provides:
6-
- A mapping from human-readable surveillance review case type descriptions (e.g., "routine", "escalation", "clinical discussion")
7-
to their corresponding internal valid value IDs.
6+
- A mapping from human-readable surveillance review case type descriptions (e.g., "routine", "escalation", "clinical discussion") to their corresponding internal valid value IDs.
87
- A method to retrieve the valid value ID for a given description.
98
109
Methods:

classes/surveillance_review_status_type.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ class SurveillanceReviewStatusType:
33
Utility class for mapping surveillance review status descriptions to valid value IDs.
44
55
This class provides:
6-
- A mapping from human-readable surveillance review status descriptions (e.g., "awaiting review", "in progress", "completed")
7-
to their corresponding internal valid value IDs.
6+
- A mapping from human-readable surveillance review status descriptions (e.g., "awaiting review", "in progress", "completed") to their corresponding internal valid value IDs.
87
- A method to retrieve the valid value ID for a given description.
98
109
Methods:

classes/symptomatic_procedure_result_type.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ class SymptomaticProcedureResultType:
33
Utility class for mapping symptomatic surgery result descriptions to valid value IDs.
44
55
This class provides:
6-
- A mapping from human-readable symptomatic surgery result descriptions (e.g., "normal", "inconclusive", "cancer detected")
7-
to their corresponding internal valid value IDs.
6+
- A mapping from human-readable symptomatic surgery result descriptions (e.g., "normal", "inconclusive", "cancer detected") to their corresponding internal valid value IDs.
87
- A method to retrieve the valid value ID for a given description.
98
109
Methods:

0 commit comments

Comments
 (0)