We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb1caa commit 64a389eCopy full SHA for 64a389e
classes/episode/episode_type.py
@@ -16,11 +16,11 @@ class EpisodeType(Enum):
16
"""
17
18
FOBT = (11350, "FOBT")
19
- Fobt = (11350, "FOBT Screening")
20
- BowelScope = (200640, "Bowel Scope")
21
- Surveillance = (11351, "Surveillance")
+ FOBT_SCREENING = (11350, "FOBT Screening")
+ BOWEL_SCOPE = (200640, "Bowel Scope")
+ SURVEILLANCE = (11351, "Surveillance")
22
LYNCH_SURVEILLANCE = (305633, "Lynch Surveillance")
23
- Lynch = (305633, "Lynch")
+ LYNCH = (305633, "Lynch")
24
25
def __init__(self, valid_value_id, description):
26
0 commit comments