From 7ac737009d9aac3355a84dfa61e9f6d3e3908e56 Mon Sep 17 00:00:00 2001
From: =Dutervil <=dwadson3@gmail.com>
Date: Mon, 29 Jan 2024 13:00:47 -0500
Subject: [PATCH 1/5] updating mental health form
---
.../messageproperties/messages_en.properties | 5 ++
.../messageproperties/messages_fr.properties | 6 +-
configuration/pih/htmlforms/mentalHealth.xml | 65 ++++++++++++++++---
3 files changed, 66 insertions(+), 10 deletions(-)
diff --git a/configuration/messageproperties/messages_en.properties b/configuration/messageproperties/messages_en.properties
index c1f7ac98..aac0c44a 100644
--- a/configuration/messageproperties/messages_en.properties
+++ b/configuration/messageproperties/messages_en.properties
@@ -1545,6 +1545,11 @@ pihcore.mentalhealth.suicidal=Danger to self, suicidal
pihcore.mentalhealth.phobia=Anxiety,phobia
pihcore.mentalhealth.Psychosocial=Psychosocial evaluation
pihcore.mentalhealth.TraumaticEvent=Traumatic event
+pihcore.mentalhealth.poorJudgement=Poor Judgement
+pihcore.mentalhealth.affect=Affect
+pihcore.mentalhealth.danger=Danger to others
+pihcore.mentalhealth.examination=Mental Health Examination
+
pihcore.vct=Counseling and Testing (CT)
pihcore.screening=Reason for screening
diff --git a/configuration/messageproperties/messages_fr.properties b/configuration/messageproperties/messages_fr.properties
index 5f2897e6..b8858083 100644
--- a/configuration/messageproperties/messages_fr.properties
+++ b/configuration/messageproperties/messages_fr.properties
@@ -1301,7 +1301,11 @@ pihcore.mentalhealth.ThoughtContent=Contenu de la pensée dans les limites norma
pihcore.mentalhealth.suicidal=Danger pour soi-même, suicidaire
pihcore.mentalhealth.phobia=Anxiété, phobie
pihcore.mentalhealth.Psychosocial=Évaluation psychosociale
-pihcore.mentalhealth.TraumaticEvent=Evenement traumatique
+pihcore.mentalhealth.TraumaticEvent=Evénement traumatique
+pihcore.mentalhealth.poorJudgement=Mauvais jugement
+pihcore.mentalhealth.affect=Affecter
+pihcore.mentalhealth.danger=Danger pour les autres
+pihcore.mentalhealth.examination=Examen de santé mentale
pihcore.weeks=semaines
pihcore.new=Nouvelle
diff --git a/configuration/pih/htmlforms/mentalHealth.xml b/configuration/pih/htmlforms/mentalHealth.xml
index f44d0297..d853674d 100644
--- a/configuration/pih/htmlforms/mentalHealth.xml
+++ b/configuration/pih/htmlforms/mentalHealth.xml
@@ -815,15 +815,16 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -860,9 +861,55 @@
+
+
+
+
+
+
Date: Mon, 29 Jan 2024 14:26:29 -0500
Subject: [PATCH 2/5] fixing changes
---
configuration/pih/htmlforms/mentalHealth.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configuration/pih/htmlforms/mentalHealth.xml b/configuration/pih/htmlforms/mentalHealth.xml
index d853674d..d012c4fa 100644
--- a/configuration/pih/htmlforms/mentalHealth.xml
+++ b/configuration/pih/htmlforms/mentalHealth.xml
@@ -890,7 +890,7 @@
-
+
From db2aec0ee67b6e8968cb426ff1a1e1836cdff066 Mon Sep 17 00:00:00 2001
From: =Dutervil <=dwadson3@gmail.com>
Date: Tue, 30 Jan 2024 11:35:22 -0500
Subject: [PATCH 3/5] fixing bug
---
configuration/messageproperties/messages_en.properties | 2 +-
configuration/messageproperties/messages_fr.properties | 2 +-
configuration/pih/htmlforms/mentalHealth.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configuration/messageproperties/messages_en.properties b/configuration/messageproperties/messages_en.properties
index aac0c44a..375f1673 100644
--- a/configuration/messageproperties/messages_en.properties
+++ b/configuration/messageproperties/messages_en.properties
@@ -1545,7 +1545,7 @@ pihcore.mentalhealth.suicidal=Danger to self, suicidal
pihcore.mentalhealth.phobia=Anxiety,phobia
pihcore.mentalhealth.Psychosocial=Psychosocial evaluation
pihcore.mentalhealth.TraumaticEvent=Traumatic event
-pihcore.mentalhealth.poorJudgement=Poor Judgement
+pihcore.mentalhealth.judgement=Judgement
pihcore.mentalhealth.affect=Affect
pihcore.mentalhealth.danger=Danger to others
pihcore.mentalhealth.examination=Mental Health Examination
diff --git a/configuration/messageproperties/messages_fr.properties b/configuration/messageproperties/messages_fr.properties
index b8858083..7adb675d 100644
--- a/configuration/messageproperties/messages_fr.properties
+++ b/configuration/messageproperties/messages_fr.properties
@@ -1302,7 +1302,7 @@ pihcore.mentalhealth.suicidal=Danger pour soi-même, suicidaire
pihcore.mentalhealth.phobia=Anxiété, phobie
pihcore.mentalhealth.Psychosocial=Évaluation psychosociale
pihcore.mentalhealth.TraumaticEvent=Evénement traumatique
-pihcore.mentalhealth.poorJudgement=Mauvais jugement
+pihcore.mentalhealth.judgement=Jugement
pihcore.mentalhealth.affect=Affecter
pihcore.mentalhealth.danger=Danger pour les autres
pihcore.mentalhealth.examination=Examen de santé mentale
diff --git a/configuration/pih/htmlforms/mentalHealth.xml b/configuration/pih/htmlforms/mentalHealth.xml
index d012c4fa..2c77bc84 100644
--- a/configuration/pih/htmlforms/mentalHealth.xml
+++ b/configuration/pih/htmlforms/mentalHealth.xml
@@ -864,9 +864,9 @@
From 006d6711beac64dfa0fda1d9c04a715e396700d5 Mon Sep 17 00:00:00 2001
From: =Dutervil <=dwadson3@gmail.com>
Date: Wed, 31 Jan 2024 11:37:27 -0500
Subject: [PATCH 4/5] remove answer code
---
configuration/pih/htmlforms/mentalHealth.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configuration/pih/htmlforms/mentalHealth.xml b/configuration/pih/htmlforms/mentalHealth.xml
index 2c77bc84..10fd9d23 100644
--- a/configuration/pih/htmlforms/mentalHealth.xml
+++ b/configuration/pih/htmlforms/mentalHealth.xml
@@ -866,7 +866,7 @@
-
+
@@ -880,7 +880,7 @@
-
+
@@ -890,7 +890,7 @@
-
+
From ea07a4fceaef4435986b71c8745481f4a55e2fc6 Mon Sep 17 00:00:00 2001
From: =Dutervil <=dwadson3@gmail.com>
Date: Fri, 2 Feb 2024 11:42:12 -0500
Subject: [PATCH 5/5] fixing translate
---
.../messageproperties/messages_en.properties | 16 ++++++++++++++++
.../messageproperties/messages_fr.properties | 15 +++++++++++++++
configuration/pih/htmlforms/mentalHealth.xml | 11 ++++++++++-
3 files changed, 41 insertions(+), 1 deletion(-)
diff --git a/configuration/messageproperties/messages_en.properties b/configuration/messageproperties/messages_en.properties
index 375f1673..162eaa4d 100644
--- a/configuration/messageproperties/messages_en.properties
+++ b/configuration/messageproperties/messages_en.properties
@@ -931,6 +931,22 @@ pihcore.location.surgery=Surgery department
pihcore.location.intMed=Internal medicine
pihcore.location.ed=Emergency department
+pihcore.mentalhealth.thoughtProcess=Thought Process
+pihcore.thoughtcontent.delusion=Delusions
+pihcore.thoughtcontent.homicidal=Denies homicidal ideation
+pihcore.thoughtcontent.suicidal=Denies suicidal ideation
+pihcore.thoughtcontent.negativism=Negativism
+pihcore.thoughtcontent.paranoid=Paranoid delusion
+
+pihcore.thoughtprocess.looseness=Associative looseness
+pihcore.thoughtprocess.circonf=Circumferential thought process
+pihcore.thoughtprocess.flight=Flight of ideas
+pihcore.thoughtprocess.goal=Goal-oriented
+pihcore.thoughtprocess.linearthought=Linear thought process
+pihcore.thoughtprocess.tangential=Tangential thinking
+pihcore.thoughtprocess.blocking=Thought blocking
+
+
pihcore.consult.returnVisitDate=Return visit date
pihcore.consult.clinicalImpressions=Clinical Impressions
pihcore.consult.clinicalManagementPlan=Clinical Management Plan
diff --git a/configuration/messageproperties/messages_fr.properties b/configuration/messageproperties/messages_fr.properties
index 7adb675d..6f600655 100644
--- a/configuration/messageproperties/messages_fr.properties
+++ b/configuration/messageproperties/messages_fr.properties
@@ -1296,6 +1296,21 @@ pihcore.mentalhealth.cognitive=Fonction cognitive (dans les limites normales)
pihcore.mentalhealth.mood=Trouble de l'humeur
pihcore.mentalhealth.muscleTone=Tonus musculaire et force
+pihcore.thoughtcontent.delusion=Délires paranormaux
+pihcore.thoughtcontent.homicidal=Nie une idéation homicide
+pihcore.thoughtcontent.suicidal=Nie une idéation suicidaire
+pihcore.thoughtcontent.negativism=Négativisme
+pihcore.thoughtcontent.paranoid=Délire paranoïaque
+pihcore.mentalhealth.thoughtProcess=Processus de pensée
+
+pihcore.thoughtprocess.looseness=Relâchement associatif
+pihcore.thoughtprocess.circonf=Processus de pensée circonférentiel
+pihcore.thoughtprocess.flight=Fuite des idées
+pihcore.thoughtprocess.goal=Orienté vers un but
+pihcore.thoughtprocess.linearthought=Processus de pensée linéaire
+pihcore.thoughtprocess.tangential=Pensée tangentielle
+pihcore.thoughtprocess.blocking=Blocage de la pensée
+
pihcore.mentalhealth.introspection=Introspection
pihcore.mentalhealth.ThoughtContent=Contenu de la pensée dans les limites normales
pihcore.mentalhealth.suicidal=Danger pour soi-même, suicidaire
diff --git a/configuration/pih/htmlforms/mentalHealth.xml b/configuration/pih/htmlforms/mentalHealth.xml
index 10fd9d23..ac826f9b 100644
--- a/configuration/pih/htmlforms/mentalHealth.xml
+++ b/configuration/pih/htmlforms/mentalHealth.xml
@@ -820,7 +820,7 @@
-
+
@@ -906,6 +906,15 @@
+
+
+