Skip to content

Commit

Permalink
Adding custom labels for MH forms
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes committed Dec 10, 2024
1 parent ebc6b2c commit 39f2060
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/features/filtered-answers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { test, expect } from '@playwright/test';
import { timeout } from '../../../playwright.config';

test('test', async ({ page }) => {
await page.goto('http://lime-mosul-uat.madiro.org/openmrs/spa/patient/4aa1d485-5904-4b17-8bed-3affd38e95e7/chart/Patient%20Summary');

await page.goto('http://lime-mosul-uat.madiro.org/openmrs/spa/patient/0f2851c6-62e1-4d42-932c-e094d621ef6a/chart/Patient%20Summary');
await page.getByRole('button', { name: 'Confirm' }).click();
await page.getByLabel('النماذج السريرية').click();
await page.getByText('MSF Mental Health - MHPSS Baseline').click();
});
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "En Translations for 'MSF Mental Health - MHPSS Follow-up'",
"language": "en",
"translations": {
"Child": "Parent-child",
"Psycho social counsellor": "Counsellor",
"Home": "Home visit",
"School": "School visit",
"Telehealth consultation": "Remote / phone",
"Psychosocial counselling": "Counselling",
"Consultation": "Consultation",
"Consultation information": "Consultation information",
"Session number": "Session number",
Expand Down Expand Up @@ -56,7 +62,17 @@
"In general how helpful were the therapeutic or counselling sessions FOR YOUR CHILD": "In general how helpful were the therapeutic or counselling sessions FOR YOUR CHILD",
"In general how helpful were the therapeutic or counselling sessions FOR YOU": "In general how helpful were the therapeutic or counselling sessions FOR YOU",
"MHOS score": "MHOS score",
"Not at all": "Not at all (1 point)",
"A little": "A little (2 points)",
"Some": "Some (3 points)",
"Fair amount": "Fair amount (4 points)",
"A lot": "A lot (5 points)",
"Last MHOS score": "Last MHOS score",
"Very good": "Very good (1 point)",
"Good": "Good (2 points)",
"Ok": "Ok (3 points)",
"Bad": "Bad (4 points)",
"Very bad": "Very bad (5 points)",
"PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?": "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?",
"Little interest or pleasure in doing things": "Little interest or pleasure in doing things",
"Feeling down depressed or hopeless": "Feeling down depressed or hopeless",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "En Translations for 'MSF Mental Health - mhGAP Baseline'",
"language": "en",
"translations": {
"Psycho social counsellor": "Counsellor",
"Consultation": "Consultation",
"Consultation information": "Consultation information",
"Admission type": "Admission type",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "En Translations for 'MSF Mental Health - mhGAP Follow-up'",
"language": "en",
"translations": {
"Psycho social counsellor": "Counsellor",
"Consultation": "Consultation",
"Consultation information": "Consultation information",
"Session number": "Session number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "En Translations for 'MSF Mental Health - MHPSS Closure'",
"language": "en",
"translations": {
"Psycho social counsellor": "Counsellor",
"MH closure form": "MH closure form",
"File information": "File information",
"Opening date": "Opening date",
Expand All @@ -22,6 +23,11 @@
"Comments": "Comments",
"Last available scores": "Last available scores",
"MHOS": "MHOS",
"Not at all": "Not at all (1 point)",
"A little": "A little (2 points)",
"Some": "Some (3 points)",
"Fair amount": "Fair amount (4 points)",
"A lot": "A lot (5 points)",
"PHQ-9": "PHQ-9",
"CGI-I": "CGI-I",
"CGI-S": "CGI-S"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "En Translations for 'MSF Mental Health - mhGAP Closure'",
"language": "en",
"translations": {
"Psycho social counsellor": "Counsellor",
"mhGAP closure form": "mhGAP closure form",
"File information": "File information",
"Opening date": "Opening date",
Expand All @@ -22,6 +23,11 @@
"Comments": "Comments",
"Last available scores": "Last available scores",
"MHOS": "MHOS",
"Not at all": "Not at all (1 point)",
"A little": "A little (2 points)",
"Some": "Some (3 points)",
"Fair amount": "Fair amount (4 points)",
"A lot": "A lot (5 points)",
"PHQ-9": "PHQ-9",
"CGI-I": "CGI-I",
"CGI-S": "CGI-S"
Expand Down

0 comments on commit 39f2060

Please sign in to comment.