Skip to content

Commit

Permalink
Modifications for negating question in MHOS score
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Dec 18, 2024
1 parent 59cfc87 commit cf68b9f
Show file tree
Hide file tree
Showing 8 changed files with 399 additions and 363 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
},
{
"id": "basicMentalStatusExamination",
"label": "Basic mental status examination ",
"label": "Basic mental status examination",
"type": "obs",
"required": false,
"questionOptions": {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
"description": "En Translations for 'MSF Mental Health - MHPSS Baseline'",
"language": "en",
"translations": {
"Choose an option": "Choose an option",
"Yes": "Yes",
"No": "No",
"(Blank)": "(Blank)",
"Search...": "Search...",
"Unknown": "Unknown",
"Consultation": "Consultation",
"Child": "Parent-child",
"Admission": "Admission",
Expand Down Expand Up @@ -121,6 +119,16 @@
"Some": "Some (3 points)",
"Fair amount": "Fair amount (4 points)",
"A lot": "A lot (5 points)",
"Not at all (MHOS) (Negative)": "Not at all (-1 point)",
"A little (Negative)": "A little (-2 points)",
"Some (Negative)": "Some (-3 points)",
"Fair amount (Negative)": "Fair amount (-4 points)",
"A lot (Negative)": "A lot (-5 points)",
"Not at all (No Marks)": "Not at all",
"A little (No Marks)": "A little",
"Some (No Marks)": "Some",
"Fair amount (No Marks)": "Fair amount",
"A lot (No Marks)": "A lot",
"Last MHOS score": "Last MHOS score",
"Very good": "Very good (1 point)",
"Good": "Good (2 points)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
"Some": " بعضًا (3 نقاط)",
"Fair amount": " كمية لا بأس بها (4 نقاط)",
"A lot": " كثيرًا (5 نقاط)",
"Not at all (No Marks)": "لا على الإطلاق",
"A little (No Marks)": " قليلاً",
"Some (No Marks)": " بعضًا",
"Fair amount (No Marks)": " كمية لا بأس بها",
"A lot (No Marks)": " كثيرًا",
"Last MHOS score": "MHOS النقاط",
"Very good": " جيد جدًا (نقطة واحدة)",
"Good": " جيد (نقطتان)",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Additional information about previous treatment (including side effects)": "Additional information about previous treatment (including side effects)",
"Examination & diagnosis": "Examination & diagnosis",
"Examination": "Examination",
"Basic mental status examination": "Basic mental status examination ",
"Basic mental status examination": "Basic mental status examination",
"Clinical diagnosis": "Clinical diagnosis",
"Clinical diagnosis (only to be established by mhGAP clinician)": "Clinical diagnosis (only to be established by mhGAP clinician)",
"If other, specify": "If other, specify",
Expand Down

0 comments on commit cf68b9f

Please sign in to comment.