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 8d9439a commit bf8e97eCopy full SHA for bf8e97e
frontend/src/pages/PatientManager/PatientTypes.ts
@@ -53,6 +53,5 @@ export interface NewPatientInfo {
53
export enum Diagnosis {
54
Manic = "Manic",
55
Depressed = "Depressed",
56
- Hypomanic = "Hypomanic",
57
- Euthymic = "Euthymic",
+ Hypomanic = "Hypomanic"
58
}
0 commit comments