Skip to content

Commit 38bfe1a

Browse files
authored
Changed requested values in all the places (ohcnetwork#6292)
1 parent 90c0310 commit 38bfe1a

File tree

4 files changed

+39
-37
lines changed

4 files changed

+39
-37
lines changed

src/Common/constants.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -663,22 +663,22 @@ export const NURSING_CARE_FIELDS: Array<OptionsType> = [
663663
export const EYE_OPEN_SCALE = [
664664
{ value: 4, text: "Spontaneous" },
665665
{ value: 3, text: "To Speech" },
666-
{ value: 2, text: "Pain" },
667-
{ value: 1, text: "None" },
666+
{ value: 2, text: "To Pain" },
667+
{ value: 1, text: "No Response" },
668668
];
669669

670670
export const VERBAL_RESPONSE_SCALE = [
671-
{ value: 5, text: "Oriented/Coos/Babbles" },
671+
{ value: 5, text: "Oriented to Time, Place and Person" },
672672
{ value: 4, text: "Confused/Irritable" },
673673
{ value: 3, text: "Inappropriate words/Cry to Pain" },
674674
{ value: 2, text: "Incomprehensible words/Moans to pain" },
675-
{ value: 1, text: "None" },
675+
{ value: 1, text: "No Response" },
676676
];
677677

678678
export const MOTOR_RESPONSE_SCALE = [
679-
{ value: 6, text: "Obeying commands" },
680-
{ value: 5, text: "Moves to localised pain" },
681-
{ value: 4, text: "Flexion withdrawal from pain" },
679+
{ value: 6, text: "Obeying commands/Normal acrivity" },
680+
{ value: 5, text: "Moves to localized pain" },
681+
{ value: 4, text: "Flexion/Withdrawal from pain" },
682682
{ value: 3, text: "Abnormal Flexion(decorticate)" },
683683
{ value: 2, text: "Abnormal Extension(decerebrate)" },
684684
{ value: 1, text: "No Response" },

src/Components/CriticalCareRecording/NeurologicalMonitoring/CriticalCare__NeurologicalMonitoringEditor.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ let make = (~updateCB, ~neurologicalMonitoring, ~id, ~consultationId) => {
485485
<div className="my-10">
486486
<div className="text-3xl font-bold"> {str("Glasgow Coma Scale")} </div>
487487
<div className="mt-4">
488-
<div className="font-bold mt-4"> {str("Eye Open")} </div>
488+
<div className="font-bold mt-4"> {str("Eye Opening Response")} </div>
489489
<div>
490490
{Js.Array.mapi(
491491
(x, i) =>

src/Components/CriticalCareRecording/types/CriticalCare__NeurologicalMonitoring.res

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@ let make = (
4545
~limbResponseLowerExtremityRight,
4646
~limbResponseLowerExtremityLeft,
4747
) => {
48-
inPronePosition: inPronePosition,
49-
consciousnessLevel: consciousnessLevel,
50-
consciousnessLevelDetails: consciousnessLevelDetails,
51-
leftPupilSize: leftPupilSize,
52-
leftPupilSizeDetails: leftPupilSizeDetails,
53-
leftPupilLightReaction: leftPupilLightReaction,
54-
leftPupilLightReactionDetails: leftPupilLightReactionDetails,
55-
rightPupilSize: rightPupilSize,
56-
rightPupilSizeDetails: rightPupilSizeDetails,
57-
rightPupilLightReaction: rightPupilLightReaction,
58-
rightPupilLightReactionDetails: rightPupilLightReactionDetails,
59-
glasgowEyeOpen: glasgowEyeOpen,
60-
glasgowVerbalResponse: glasgowVerbalResponse,
61-
glasgowMotorResponse: glasgowMotorResponse,
62-
glasgowTotalCalculated: glasgowTotalCalculated,
63-
limbResponseUpperExtremityRight: limbResponseUpperExtremityRight,
64-
limbResponseUpperExtremityLeft: limbResponseUpperExtremityLeft,
65-
limbResponseLowerExtremityRight: limbResponseLowerExtremityRight,
66-
limbResponseLowerExtremityLeft: limbResponseLowerExtremityLeft,
48+
inPronePosition,
49+
consciousnessLevel,
50+
consciousnessLevelDetails,
51+
leftPupilSize,
52+
leftPupilSizeDetails,
53+
leftPupilLightReaction,
54+
leftPupilLightReactionDetails,
55+
rightPupilSize,
56+
rightPupilSizeDetails,
57+
rightPupilLightReaction,
58+
rightPupilLightReactionDetails,
59+
glasgowEyeOpen,
60+
glasgowVerbalResponse,
61+
glasgowMotorResponse,
62+
glasgowTotalCalculated,
63+
limbResponseUpperExtremityRight,
64+
limbResponseUpperExtremityLeft,
65+
limbResponseLowerExtremityRight,
66+
limbResponseLowerExtremityLeft,
6767
}
6868

6969
let makeConsciousnessLevel = consciousnessLevel => {
@@ -173,8 +173,8 @@ let limpResponseToString = limpResponse => {
173173

174174
let eyeOpenToString = eyeOpen => {
175175
switch eyeOpen {
176-
| 1 => "1 - None"
177-
| 2 => "2 - Pain"
176+
| 1 => "1 - No Response"
177+
| 2 => "2 - To Pain"
178178
| 3 => "3 - To Speech"
179179
| 4 => "4 - Spontaneous"
180180
| _ => "Unknown"
@@ -183,23 +183,23 @@ let eyeOpenToString = eyeOpen => {
183183

184184
let motorResposneToString = eyeOpen => {
185185
switch eyeOpen {
186-
| 1 => "1 - None"
187-
| 2 => "2 - Incomprehensible words/Moans to pain"
186+
| 1 => "1 - No Response"
187+
| 2 => "2 - Abnormal Extension"
188188
| 3 => "3 - Abnormal Flexion"
189-
| 4 => "4 - Withdrawing"
190-
| 5 => "5 - Localizing/Withdrawl to touch"
191-
| 6 => "6 - Obeying/Normal Activity"
189+
| 4 => "4 - Flexion/Withdrawal to pain"
190+
| 5 => "5 - Moves to localized pain"
191+
| 6 => "6 - Obeys commands/Normal Activity"
192192
| _ => "Unknown"
193193
}
194194
}
195195

196196
let verbalResposneToString = eyeOpen => {
197197
switch eyeOpen {
198-
| 1 => "1 - None"
198+
| 1 => "1 - No Response"
199199
| 2 => "2 - Incomprehensible words/Moans to pain"
200200
| 3 => "3 - Inappropriate words/Cry to pain"
201201
| 4 => "4 - Confused/Irritable"
202-
| 5 => "5 - Oriented/Coos/Babbies"
202+
| 5 => "5 - Oriented to Time, Place and Person"
203203
| _ => "Unknown"
204204
}
205205
}

src/Components/Facility/Consultations/NeurologicalTables.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ export const NeurologicalTable = (props: any) => {
411411
<div className="my-2 text-xl font-semibold">Scale Description</div>
412412
<div className="grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3">
413413
<div className="rounded-lg border bg-white px-4 py-2 shadow">
414-
<div className="mb-2 text-xl font-semibold">Eye Open</div>
414+
<div className="mb-2 text-xl font-semibold">
415+
Eye Opening Response
416+
</div>
415417
<div>
416418
{EYE_OPEN_SCALE.map((x: any) => (
417419
<div

0 commit comments

Comments
 (0)