File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
frontend/src/pages/PatientManager Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -53,6 +53,5 @@ export interface NewPatientInfo {
5353export enum Diagnosis {
5454 Manic = "Manic" ,
5555 Depressed = "Depressed" ,
56- Hypomanic = "Hypomanic" ,
57- Euthymic = "Euthymic" ,
56+ Hypomanic = "Hypomanic"
5857}
You can’t perform that action at this time.
0 commit comments