Skip to content

Commit fa4e6ee

Browse files
authored
Merge pull request #398 from StubberG3/balancer/392/euthymic
Balancer/392/euthymic
2 parents 43b6657 + f6ca050 commit fa4e6ee

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

frontend/src/pages/PatientManager/NewPatientForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const NewPatientForm = ({
365365
htmlFor="current-state"
366366
className="block text-sm font-semibold leading-6 text-gray-900"
367367
>
368-
Current state
368+
Current or Most recent state
369369
</label>
370370
</div>
371371
<div className="mr-6 md:mr-0 md:w-[500px] md:pl-16">

frontend/src/pages/PatientManager/PatientHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const PatientHistory = ({
8686
</div>
8787
<div className="flex">
8888
<dt className="mr-2 sm:mr-4 text-sm font-extrabold leading-6 text-gray-900">
89-
Current State:
89+
Current or Most recent state
9090
</dt>
9191
<dd className="text-sm leading-6 text-gray-700">
9292
{item.Diagnosis}

frontend/src/pages/PatientManager/PatientSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ const PatientSummary = ({
620620
<div className="flex-row justify-between py-6 border-b border-gray-900/10 md:flex">
621621
<div className="flex w-full md:p-0">
622622
<dt className="w-1/2 text-sm font-medium leading-6 text-gray-900">
623-
Current State:
623+
Current or Most recent state
624624
</dt>
625625
<dd className="text-sm leading-6 text-gray-700 sm:col-span-2 sm:mt-0">
626626
{patientInfo.Diagnosis}

frontend/src/pages/PatientManager/PatientTypes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ export interface NewPatientInfo {
5353
export enum Diagnosis {
5454
Manic = "Manic",
5555
Depressed = "Depressed",
56-
Hypomanic = "Hypomanic",
57-
Euthymic = "Euthymic",
56+
Hypomanic = "Hypomanic"
5857
}

0 commit comments

Comments
 (0)