@medicus.ai/medicus-report-pdf-generator 1.0.200 → 1.0.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/corporate_report/css/report.css +6 -0
- package/assets/corporate_report/css/report_rtl.css +4 -0
- package/lib/corporate_report_generator.js +2 -1
- package/locales/wellbeing/ar-SA.json +153 -153
- package/locales/wellbeing/es.json +133 -133
- package/package.json +2 -2
- package/templates/corporate_report/cover_page.html +1 -0
|
@@ -124,7 +124,8 @@ let generateHTMLCorporateReport = async (data, isDebugging) => {
|
|
|
124
124
|
.replace("{{reportDate}}", data.reportDate)
|
|
125
125
|
.replace("{{Copyright}}", localeService.t('Copyright'))
|
|
126
126
|
.replace("{{secondFooterLogoStyle}}", display_second_log)
|
|
127
|
-
.replace("{{medicusLogo}}", show_medicus)
|
|
127
|
+
.replace("{{medicusLogo}}", show_medicus)
|
|
128
|
+
.replace("{{companyLogo}}", data.reportLogo)
|
|
128
129
|
|
|
129
130
|
|
|
130
131
|
/*get the window from the dom to be used as a jquery function*/
|
|
@@ -1,154 +1,154 @@
|
|
|
1
|
-
{
|
|
2
|
-
"yearsOld": {
|
|
3
|
-
"message": "سنة",
|
|
4
|
-
"description": "After the patient old in the header"
|
|
5
|
-
},
|
|
6
|
-
"lifeStyle": {
|
|
7
|
-
"message": "نمط الحياة",
|
|
8
|
-
"description": "my lifestyle part header"
|
|
9
|
-
},
|
|
10
|
-
"body": {
|
|
11
|
-
"message": "الصحة الجسدية",
|
|
12
|
-
"description": "my body part header"
|
|
13
|
-
},
|
|
14
|
-
"mind": {
|
|
15
|
-
"message": "الصحة الذهنية",
|
|
16
|
-
"description": "my mind part header"
|
|
17
|
-
},
|
|
18
|
-
"psychological": {
|
|
19
|
-
"message": "معدل الصحة النفسية",
|
|
20
|
-
"description": "Psychological title"
|
|
21
|
-
},
|
|
22
|
-
"physical": {
|
|
23
|
-
"message": "معدل الصحة الجسدية",
|
|
24
|
-
"description": "Physical title"
|
|
25
|
-
},
|
|
26
|
-
"weRecommend": {
|
|
27
|
-
"message": "توصياتنا",
|
|
28
|
-
"description": "tips section title"
|
|
29
|
-
},
|
|
30
|
-
"wellbeingReport": {
|
|
31
|
-
"message": "تقرير الصحة العامة",
|
|
32
|
-
"description": "Report header"
|
|
33
|
-
},
|
|
34
|
-
"scoresNote": {
|
|
35
|
-
"message": "كلما زاد مجموع النقاط، كان هذا دليل على صحة أفضل",
|
|
36
|
-
"description": "scores note"
|
|
37
|
-
},
|
|
38
|
-
"reportHeaderDescription": {
|
|
39
|
-
"message": "أنت على بعد خطوات قليلة من تحقيق نتيجة ممتازة للصحة العامة، لكن عاداتك اليومية ونمط حياتك يعيقان تقدمك. يمكننا مساعدتك في تحقيق هذا التقدم والوصول إلى نتائج أفضل.",
|
|
40
|
-
"description": "Text showing in the report header"
|
|
41
|
-
},
|
|
42
|
-
"sincerely": {
|
|
43
|
-
"message": "مع خالص التقدير",
|
|
44
|
-
"description": "part of message showing in email template preview in general configuration page"
|
|
45
|
-
},
|
|
46
|
-
"hospital": {
|
|
47
|
-
"message": "المشفى",
|
|
48
|
-
"description": "name of field showing at add user"
|
|
49
|
-
},
|
|
50
|
-
"healthRisk": {
|
|
51
|
-
"message": "المخاطر الصحية",
|
|
52
|
-
"description": "part header"
|
|
53
|
-
},
|
|
54
|
-
"Disclaimer": {
|
|
55
|
-
"message": "توضيح:",
|
|
56
|
-
"description": "Label showing in the footer as disclaimer title"
|
|
57
|
-
},
|
|
58
|
-
"Disclaimer Text": {
|
|
59
|
-
"message": "يوضح هذا التقرير الذي تم إعداده من أجلك فقط مدى تقدمك من خلال مقارنة عاداتك الصحية الحالية والسابقة. ستساعدك هذه المعلومات في البقاء على الطريق نحو صحة جيدة. هذا الدليل لا يحل محل زيارة الطبيب ولا يمكنه تشخيص المرض أو المشاكل الطبية. إنه مصمم لتزويدك بمعلومات تتعلق بالمخاطر الصحية وصحتك العامة. يتم توفير هذه المعلومات لمساعدتك في وضع خطة عمل لإجراء تغييرات صحية في نمط الحياة.",
|
|
60
|
-
"description": "text showing in the footer as disclaimer"
|
|
61
|
-
},
|
|
62
|
-
"January": {
|
|
63
|
-
"message": "يناير",
|
|
64
|
-
"description": "Month name"
|
|
65
|
-
},
|
|
66
|
-
"February": {
|
|
67
|
-
"message": "فبراير",
|
|
68
|
-
"description": "Month name"
|
|
69
|
-
},
|
|
70
|
-
"March": {
|
|
71
|
-
"message": "مارس",
|
|
72
|
-
"description": "Month name"
|
|
73
|
-
},
|
|
74
|
-
"April": {
|
|
75
|
-
"message": "أبريل",
|
|
76
|
-
"description": "Month name"
|
|
77
|
-
},
|
|
78
|
-
"May": {
|
|
79
|
-
"message": "مايو",
|
|
80
|
-
"description": "Month name"
|
|
81
|
-
},
|
|
82
|
-
"June": {
|
|
83
|
-
"message": "يونيو",
|
|
84
|
-
"description": "Month name"
|
|
85
|
-
},
|
|
86
|
-
"July": {
|
|
87
|
-
"message": "يوليو",
|
|
88
|
-
"description": "Month name"
|
|
89
|
-
},
|
|
90
|
-
"August": {
|
|
91
|
-
"message": "أغسطس",
|
|
92
|
-
"description": "Month name"
|
|
93
|
-
},
|
|
94
|
-
"September": {
|
|
95
|
-
"message": "سبتمبر",
|
|
96
|
-
"description": "Month name"
|
|
97
|
-
},
|
|
98
|
-
"October": {
|
|
99
|
-
"message": "أكتوبر",
|
|
100
|
-
"description": "Month name"
|
|
101
|
-
},
|
|
102
|
-
"November": {
|
|
103
|
-
"message": "نوفمبر",
|
|
104
|
-
"description": "Month name"
|
|
105
|
-
},
|
|
106
|
-
"December": {
|
|
107
|
-
"message": "ديسمبر",
|
|
108
|
-
"description": "Month name"
|
|
109
|
-
},
|
|
110
|
-
"recommends...": {
|
|
111
|
-
"message": "توصيات",
|
|
112
|
-
"description": "Title in corporate report"
|
|
113
|
-
},
|
|
114
|
-
"Copyright": {
|
|
115
|
-
"message": "© Copyright NASCO Insurance 2020",
|
|
116
|
-
"description": "Copyright text in corporate report"
|
|
117
|
-
},
|
|
118
|
-
"Participant Analytics": {
|
|
119
|
-
"message": "تحليلات المشارك",
|
|
120
|
-
"description": "Section title in corporate report"
|
|
121
|
-
},
|
|
122
|
-
"Page": {
|
|
123
|
-
"message": "صفحة",
|
|
124
|
-
"description": "page number in the corporate report PDF"
|
|
125
|
-
},
|
|
126
|
-
"Sources": {
|
|
127
|
-
"message": "المصادر",
|
|
128
|
-
"descripition": "sources in the corporate report PDF"
|
|
129
|
-
},
|
|
130
|
-
"Hi": {
|
|
131
|
-
"message": "Hi",
|
|
132
|
-
"description": "مرحباً"
|
|
133
|
-
},
|
|
134
|
-
"Your Wellbeing Report": {
|
|
135
|
-
"message": "تقرير الصحة العامة الخاص بك",
|
|
136
|
-
"description": "first sentence in the email body"
|
|
137
|
-
},
|
|
138
|
-
"Your detailed Wellbeing Report is ready!": {
|
|
139
|
-
"message": "التقرير المفصل لصحتك العامة أصبح جاهزاً!",
|
|
140
|
-
"description": "second sentence in the email body"
|
|
141
|
-
},
|
|
142
|
-
"Download the attached PDF to view your report.": {
|
|
143
|
-
"message": "حمل ملف PDF المرفق لعرض تقريرك.",
|
|
144
|
-
"description": "third sentence in the email body"
|
|
145
|
-
},
|
|
146
|
-
"Learn more about what your physical and psychological scores mean and get recommendations on how you can start improving your health and wellbeing today.": {
|
|
147
|
-
"message": "تعرف على المزيد حول نتيجة صحتك الجسدية والنفسية واحصل على توصيات حول كيفية البدء بتحسين صحتك العامة اليوم.",
|
|
148
|
-
"description": "fourth sentence in the email body"
|
|
149
|
-
},
|
|
150
|
-
"Congratulations, you’ve taken the first step towards better health. Keep going!": {
|
|
151
|
-
"message": "لقد اتخذت الخطوة الأولى نحو صحة أفضل. واصل التقدم!",
|
|
152
|
-
"description": "fifth sentence in the email body"
|
|
153
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"yearsOld": {
|
|
3
|
+
"message": "سنة",
|
|
4
|
+
"description": "After the patient old in the header"
|
|
5
|
+
},
|
|
6
|
+
"lifeStyle": {
|
|
7
|
+
"message": "نمط الحياة",
|
|
8
|
+
"description": "my lifestyle part header"
|
|
9
|
+
},
|
|
10
|
+
"body": {
|
|
11
|
+
"message": "الصحة الجسدية",
|
|
12
|
+
"description": "my body part header"
|
|
13
|
+
},
|
|
14
|
+
"mind": {
|
|
15
|
+
"message": "الصحة الذهنية",
|
|
16
|
+
"description": "my mind part header"
|
|
17
|
+
},
|
|
18
|
+
"psychological": {
|
|
19
|
+
"message": "معدل الصحة النفسية",
|
|
20
|
+
"description": "Psychological title"
|
|
21
|
+
},
|
|
22
|
+
"physical": {
|
|
23
|
+
"message": "معدل الصحة الجسدية",
|
|
24
|
+
"description": "Physical title"
|
|
25
|
+
},
|
|
26
|
+
"weRecommend": {
|
|
27
|
+
"message": "توصياتنا",
|
|
28
|
+
"description": "tips section title"
|
|
29
|
+
},
|
|
30
|
+
"wellbeingReport": {
|
|
31
|
+
"message": "تقرير الصحة العامة",
|
|
32
|
+
"description": "Report header"
|
|
33
|
+
},
|
|
34
|
+
"scoresNote": {
|
|
35
|
+
"message": "كلما زاد مجموع النقاط، كان هذا دليل على صحة أفضل",
|
|
36
|
+
"description": "scores note"
|
|
37
|
+
},
|
|
38
|
+
"reportHeaderDescription": {
|
|
39
|
+
"message": "أنت على بعد خطوات قليلة من تحقيق نتيجة ممتازة للصحة العامة، لكن عاداتك اليومية ونمط حياتك يعيقان تقدمك. يمكننا مساعدتك في تحقيق هذا التقدم والوصول إلى نتائج أفضل.",
|
|
40
|
+
"description": "Text showing in the report header"
|
|
41
|
+
},
|
|
42
|
+
"sincerely": {
|
|
43
|
+
"message": "مع خالص التقدير",
|
|
44
|
+
"description": "part of message showing in email template preview in general configuration page"
|
|
45
|
+
},
|
|
46
|
+
"hospital": {
|
|
47
|
+
"message": "المشفى",
|
|
48
|
+
"description": "name of field showing at add user"
|
|
49
|
+
},
|
|
50
|
+
"healthRisk": {
|
|
51
|
+
"message": "المخاطر الصحية",
|
|
52
|
+
"description": "part header"
|
|
53
|
+
},
|
|
54
|
+
"Disclaimer": {
|
|
55
|
+
"message": "توضيح:",
|
|
56
|
+
"description": "Label showing in the footer as disclaimer title"
|
|
57
|
+
},
|
|
58
|
+
"Disclaimer Text": {
|
|
59
|
+
"message": "يوضح هذا التقرير الذي تم إعداده من أجلك فقط مدى تقدمك من خلال مقارنة عاداتك الصحية الحالية والسابقة. ستساعدك هذه المعلومات في البقاء على الطريق نحو صحة جيدة. هذا الدليل لا يحل محل زيارة الطبيب ولا يمكنه تشخيص المرض أو المشاكل الطبية. إنه مصمم لتزويدك بمعلومات تتعلق بالمخاطر الصحية وصحتك العامة. يتم توفير هذه المعلومات لمساعدتك في وضع خطة عمل لإجراء تغييرات صحية في نمط الحياة.",
|
|
60
|
+
"description": "text showing in the footer as disclaimer"
|
|
61
|
+
},
|
|
62
|
+
"January": {
|
|
63
|
+
"message": "يناير",
|
|
64
|
+
"description": "Month name"
|
|
65
|
+
},
|
|
66
|
+
"February": {
|
|
67
|
+
"message": "فبراير",
|
|
68
|
+
"description": "Month name"
|
|
69
|
+
},
|
|
70
|
+
"March": {
|
|
71
|
+
"message": "مارس",
|
|
72
|
+
"description": "Month name"
|
|
73
|
+
},
|
|
74
|
+
"April": {
|
|
75
|
+
"message": "أبريل",
|
|
76
|
+
"description": "Month name"
|
|
77
|
+
},
|
|
78
|
+
"May": {
|
|
79
|
+
"message": "مايو",
|
|
80
|
+
"description": "Month name"
|
|
81
|
+
},
|
|
82
|
+
"June": {
|
|
83
|
+
"message": "يونيو",
|
|
84
|
+
"description": "Month name"
|
|
85
|
+
},
|
|
86
|
+
"July": {
|
|
87
|
+
"message": "يوليو",
|
|
88
|
+
"description": "Month name"
|
|
89
|
+
},
|
|
90
|
+
"August": {
|
|
91
|
+
"message": "أغسطس",
|
|
92
|
+
"description": "Month name"
|
|
93
|
+
},
|
|
94
|
+
"September": {
|
|
95
|
+
"message": "سبتمبر",
|
|
96
|
+
"description": "Month name"
|
|
97
|
+
},
|
|
98
|
+
"October": {
|
|
99
|
+
"message": "أكتوبر",
|
|
100
|
+
"description": "Month name"
|
|
101
|
+
},
|
|
102
|
+
"November": {
|
|
103
|
+
"message": "نوفمبر",
|
|
104
|
+
"description": "Month name"
|
|
105
|
+
},
|
|
106
|
+
"December": {
|
|
107
|
+
"message": "ديسمبر",
|
|
108
|
+
"description": "Month name"
|
|
109
|
+
},
|
|
110
|
+
"recommends...": {
|
|
111
|
+
"message": "توصيات",
|
|
112
|
+
"description": "Title in corporate report"
|
|
113
|
+
},
|
|
114
|
+
"Copyright": {
|
|
115
|
+
"message": "© Copyright NASCO Insurance 2020",
|
|
116
|
+
"description": "Copyright text in corporate report"
|
|
117
|
+
},
|
|
118
|
+
"Participant Analytics": {
|
|
119
|
+
"message": "تحليلات المشارك",
|
|
120
|
+
"description": "Section title in corporate report"
|
|
121
|
+
},
|
|
122
|
+
"Page": {
|
|
123
|
+
"message": "صفحة",
|
|
124
|
+
"description": "page number in the corporate report PDF"
|
|
125
|
+
},
|
|
126
|
+
"Sources": {
|
|
127
|
+
"message": "المصادر",
|
|
128
|
+
"descripition": "sources in the corporate report PDF"
|
|
129
|
+
},
|
|
130
|
+
"Hi": {
|
|
131
|
+
"message": "Hi",
|
|
132
|
+
"description": "مرحباً"
|
|
133
|
+
},
|
|
134
|
+
"Your Wellbeing Report": {
|
|
135
|
+
"message": "تقرير الصحة العامة الخاص بك",
|
|
136
|
+
"description": "first sentence in the email body"
|
|
137
|
+
},
|
|
138
|
+
"Your detailed Wellbeing Report is ready!": {
|
|
139
|
+
"message": "التقرير المفصل لصحتك العامة أصبح جاهزاً!",
|
|
140
|
+
"description": "second sentence in the email body"
|
|
141
|
+
},
|
|
142
|
+
"Download the attached PDF to view your report.": {
|
|
143
|
+
"message": "حمل ملف PDF المرفق لعرض تقريرك.",
|
|
144
|
+
"description": "third sentence in the email body"
|
|
145
|
+
},
|
|
146
|
+
"Learn more about what your physical and psychological scores mean and get recommendations on how you can start improving your health and wellbeing today.": {
|
|
147
|
+
"message": "تعرف على المزيد حول نتيجة صحتك الجسدية والنفسية واحصل على توصيات حول كيفية البدء بتحسين صحتك العامة اليوم.",
|
|
148
|
+
"description": "fourth sentence in the email body"
|
|
149
|
+
},
|
|
150
|
+
"Congratulations, you’ve taken the first step towards better health. Keep going!": {
|
|
151
|
+
"message": "لقد اتخذت الخطوة الأولى نحو صحة أفضل. واصل التقدم!",
|
|
152
|
+
"description": "fifth sentence in the email body"
|
|
153
|
+
}
|
|
154
154
|
}
|
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
{
|
|
2
|
-
"yearsOld": {
|
|
3
|
-
"message": "años de edad",
|
|
4
|
-
"description": "After the patient old in the header"
|
|
5
|
-
},
|
|
6
|
-
"lifeStyle": {
|
|
7
|
-
"message": "Estilo de vida",
|
|
8
|
-
"description": "my lifestyle part header"
|
|
9
|
-
},
|
|
10
|
-
"body": {
|
|
11
|
-
"message": "Cuerpo",
|
|
12
|
-
"description": "my body part header"
|
|
13
|
-
},
|
|
14
|
-
"mind": {
|
|
15
|
-
"message": "Mente",
|
|
16
|
-
"description": "my mind part header"
|
|
17
|
-
},
|
|
18
|
-
"psychological": {
|
|
19
|
-
"message": "Emocional",
|
|
20
|
-
"description": "Psychological title"
|
|
21
|
-
},
|
|
22
|
-
"physical": {
|
|
23
|
-
"message": "Físico",
|
|
24
|
-
"description": "Physical title"
|
|
25
|
-
},
|
|
26
|
-
"weRecommend": {
|
|
27
|
-
"message": "Nuestras Recomendaciones",
|
|
28
|
-
"description": "tips section title"
|
|
29
|
-
},
|
|
30
|
-
"wellbeingReport": {
|
|
31
|
-
"message": "Reporte de Bienestar Inteligente",
|
|
32
|
-
"description": "Report header"
|
|
33
|
-
},
|
|
34
|
-
"scoresNote": {
|
|
35
|
-
"message": "Un score más alto refleja un mejor estado de salud.",
|
|
36
|
-
"description": "scores note"
|
|
37
|
-
},
|
|
38
|
-
"reportHeaderDescription": {
|
|
39
|
-
"message": "Tu Score de Bienestar Inteligente está a un paso de recibir una medalla, y tus hábitos de estilo de vida te podrían estar deteniendo. Déjanos ayudarte a cambiar eso.",
|
|
40
|
-
"description": "Text showing in the report header"
|
|
41
|
-
},
|
|
42
|
-
"sincerely": {
|
|
43
|
-
"message": "Sinceramente",
|
|
44
|
-
"description": "part of message showing in email template preview in general configuration page"
|
|
45
|
-
},
|
|
46
|
-
"hospital": {
|
|
47
|
-
"message": "HOSPITAL",
|
|
48
|
-
"description": "name of field showing at add user"
|
|
49
|
-
},
|
|
50
|
-
"healthRisk": {
|
|
51
|
-
"message": "Riesgos para la salud",
|
|
52
|
-
"description": "part header"
|
|
53
|
-
},
|
|
54
|
-
"Disclaimer": {
|
|
55
|
-
"message": "Exclusión de responsabilidad:",
|
|
56
|
-
"description": "Label showing in the footer as disclaimer title"
|
|
57
|
-
},
|
|
58
|
-
"Disclaimer Text": {
|
|
59
|
-
"message": "Este reporte, el cual fue elaborado específicamente para tí, muestra de manera gráfica tu progreso comparando tus hábitos del estilo de vida actuales y del pasado. El objetivo de este reporte es guiarte en el camino a un estilo de vida saludable. Sin embargo, este reporte no debe reemplazar una consulta médica y los resultados de este no ofrecen un diagnóstico médico. Esta herramienta busca brindar información valiosa acerca de los principales riesgos a tu salud y tu estado de salud en general. Nuestra misión es ayudarte a idear un plan para adoptar habitos saludables y mejorar tu salud.",
|
|
60
|
-
"description": "text showing in the footer as disclaimer"
|
|
61
|
-
},
|
|
62
|
-
"January": {
|
|
63
|
-
"message": "Enero",
|
|
64
|
-
"description": "Month name"
|
|
65
|
-
},
|
|
66
|
-
"February": {
|
|
67
|
-
"message": "Febrero",
|
|
68
|
-
"description": "Month name"
|
|
69
|
-
},
|
|
70
|
-
"March": {
|
|
71
|
-
"message": "Marzo",
|
|
72
|
-
"description": "Month name"
|
|
73
|
-
},
|
|
74
|
-
"April": {
|
|
75
|
-
"message": "Abril",
|
|
76
|
-
"description": "Month name"
|
|
77
|
-
},
|
|
78
|
-
"May": {
|
|
79
|
-
"message": "Mayo",
|
|
80
|
-
"description": "Month name"
|
|
81
|
-
},
|
|
82
|
-
"June": {
|
|
83
|
-
"message": "Junio",
|
|
84
|
-
"description": "Month name"
|
|
85
|
-
},
|
|
86
|
-
"July": {
|
|
87
|
-
"message": "Julio",
|
|
88
|
-
"description": "Month name"
|
|
89
|
-
},
|
|
90
|
-
"August": {
|
|
91
|
-
"message": "Agosto",
|
|
92
|
-
"description": "Month name"
|
|
93
|
-
},
|
|
94
|
-
"September": {
|
|
95
|
-
"message": "Septiembre",
|
|
96
|
-
"description": "Month name"
|
|
97
|
-
},
|
|
98
|
-
"October": {
|
|
99
|
-
"message": "Octubre",
|
|
100
|
-
"description": "Month name"
|
|
101
|
-
},
|
|
102
|
-
"November": {
|
|
103
|
-
"message": "Noviembre",
|
|
104
|
-
"description": "Month name"
|
|
105
|
-
},
|
|
106
|
-
"December": {
|
|
107
|
-
"message": "Diciembre",
|
|
108
|
-
"description": "Month name"
|
|
109
|
-
},
|
|
110
|
-
"Moxie recommends...": {
|
|
111
|
-
"message": "Moxie recommends...",
|
|
112
|
-
"description": "Title in corporate report"
|
|
113
|
-
},
|
|
114
|
-
"Copyright": {
|
|
115
|
-
"message": "© Copyright NASCO Insurance 2020",
|
|
116
|
-
"description": "Copyright text in corporate report"
|
|
117
|
-
},
|
|
118
|
-
"Participant Analytics": {
|
|
119
|
-
"message": "Análisis de los Resultados",
|
|
120
|
-
"description": "Section title in corporate report"
|
|
121
|
-
},
|
|
122
|
-
"Page": {
|
|
123
|
-
"message": "Página",
|
|
124
|
-
"description": "page number in the corporate report PDF"
|
|
125
|
-
},
|
|
126
|
-
"Sources": {
|
|
127
|
-
"message": "Más información",
|
|
128
|
-
"descripition": "sources in the corporate report PDF"
|
|
129
|
-
},
|
|
130
|
-
"recommends...": {
|
|
131
|
-
"message": "recomienda...",
|
|
132
|
-
"description": "Title in corporate report"
|
|
133
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"yearsOld": {
|
|
3
|
+
"message": "años de edad",
|
|
4
|
+
"description": "After the patient old in the header"
|
|
5
|
+
},
|
|
6
|
+
"lifeStyle": {
|
|
7
|
+
"message": "Estilo de vida",
|
|
8
|
+
"description": "my lifestyle part header"
|
|
9
|
+
},
|
|
10
|
+
"body": {
|
|
11
|
+
"message": "Cuerpo",
|
|
12
|
+
"description": "my body part header"
|
|
13
|
+
},
|
|
14
|
+
"mind": {
|
|
15
|
+
"message": "Mente",
|
|
16
|
+
"description": "my mind part header"
|
|
17
|
+
},
|
|
18
|
+
"psychological": {
|
|
19
|
+
"message": "Emocional",
|
|
20
|
+
"description": "Psychological title"
|
|
21
|
+
},
|
|
22
|
+
"physical": {
|
|
23
|
+
"message": "Físico",
|
|
24
|
+
"description": "Physical title"
|
|
25
|
+
},
|
|
26
|
+
"weRecommend": {
|
|
27
|
+
"message": "Nuestras Recomendaciones",
|
|
28
|
+
"description": "tips section title"
|
|
29
|
+
},
|
|
30
|
+
"wellbeingReport": {
|
|
31
|
+
"message": "Reporte de Bienestar Inteligente",
|
|
32
|
+
"description": "Report header"
|
|
33
|
+
},
|
|
34
|
+
"scoresNote": {
|
|
35
|
+
"message": "Un score más alto refleja un mejor estado de salud.",
|
|
36
|
+
"description": "scores note"
|
|
37
|
+
},
|
|
38
|
+
"reportHeaderDescription": {
|
|
39
|
+
"message": "Tu Score de Bienestar Inteligente está a un paso de recibir una medalla, y tus hábitos de estilo de vida te podrían estar deteniendo. Déjanos ayudarte a cambiar eso.",
|
|
40
|
+
"description": "Text showing in the report header"
|
|
41
|
+
},
|
|
42
|
+
"sincerely": {
|
|
43
|
+
"message": "Sinceramente",
|
|
44
|
+
"description": "part of message showing in email template preview in general configuration page"
|
|
45
|
+
},
|
|
46
|
+
"hospital": {
|
|
47
|
+
"message": "HOSPITAL",
|
|
48
|
+
"description": "name of field showing at add user"
|
|
49
|
+
},
|
|
50
|
+
"healthRisk": {
|
|
51
|
+
"message": "Riesgos para la salud",
|
|
52
|
+
"description": "part header"
|
|
53
|
+
},
|
|
54
|
+
"Disclaimer": {
|
|
55
|
+
"message": "Exclusión de responsabilidad:",
|
|
56
|
+
"description": "Label showing in the footer as disclaimer title"
|
|
57
|
+
},
|
|
58
|
+
"Disclaimer Text": {
|
|
59
|
+
"message": "Este reporte, el cual fue elaborado específicamente para tí, muestra de manera gráfica tu progreso comparando tus hábitos del estilo de vida actuales y del pasado. El objetivo de este reporte es guiarte en el camino a un estilo de vida saludable. Sin embargo, este reporte no debe reemplazar una consulta médica y los resultados de este no ofrecen un diagnóstico médico. Esta herramienta busca brindar información valiosa acerca de los principales riesgos a tu salud y tu estado de salud en general. Nuestra misión es ayudarte a idear un plan para adoptar habitos saludables y mejorar tu salud.",
|
|
60
|
+
"description": "text showing in the footer as disclaimer"
|
|
61
|
+
},
|
|
62
|
+
"January": {
|
|
63
|
+
"message": "Enero",
|
|
64
|
+
"description": "Month name"
|
|
65
|
+
},
|
|
66
|
+
"February": {
|
|
67
|
+
"message": "Febrero",
|
|
68
|
+
"description": "Month name"
|
|
69
|
+
},
|
|
70
|
+
"March": {
|
|
71
|
+
"message": "Marzo",
|
|
72
|
+
"description": "Month name"
|
|
73
|
+
},
|
|
74
|
+
"April": {
|
|
75
|
+
"message": "Abril",
|
|
76
|
+
"description": "Month name"
|
|
77
|
+
},
|
|
78
|
+
"May": {
|
|
79
|
+
"message": "Mayo",
|
|
80
|
+
"description": "Month name"
|
|
81
|
+
},
|
|
82
|
+
"June": {
|
|
83
|
+
"message": "Junio",
|
|
84
|
+
"description": "Month name"
|
|
85
|
+
},
|
|
86
|
+
"July": {
|
|
87
|
+
"message": "Julio",
|
|
88
|
+
"description": "Month name"
|
|
89
|
+
},
|
|
90
|
+
"August": {
|
|
91
|
+
"message": "Agosto",
|
|
92
|
+
"description": "Month name"
|
|
93
|
+
},
|
|
94
|
+
"September": {
|
|
95
|
+
"message": "Septiembre",
|
|
96
|
+
"description": "Month name"
|
|
97
|
+
},
|
|
98
|
+
"October": {
|
|
99
|
+
"message": "Octubre",
|
|
100
|
+
"description": "Month name"
|
|
101
|
+
},
|
|
102
|
+
"November": {
|
|
103
|
+
"message": "Noviembre",
|
|
104
|
+
"description": "Month name"
|
|
105
|
+
},
|
|
106
|
+
"December": {
|
|
107
|
+
"message": "Diciembre",
|
|
108
|
+
"description": "Month name"
|
|
109
|
+
},
|
|
110
|
+
"Moxie recommends...": {
|
|
111
|
+
"message": "Moxie recommends...",
|
|
112
|
+
"description": "Title in corporate report"
|
|
113
|
+
},
|
|
114
|
+
"Copyright": {
|
|
115
|
+
"message": "© Copyright NASCO Insurance 2020",
|
|
116
|
+
"description": "Copyright text in corporate report"
|
|
117
|
+
},
|
|
118
|
+
"Participant Analytics": {
|
|
119
|
+
"message": "Análisis de los Resultados",
|
|
120
|
+
"description": "Section title in corporate report"
|
|
121
|
+
},
|
|
122
|
+
"Page": {
|
|
123
|
+
"message": "Página",
|
|
124
|
+
"description": "page number in the corporate report PDF"
|
|
125
|
+
},
|
|
126
|
+
"Sources": {
|
|
127
|
+
"message": "Más información",
|
|
128
|
+
"descripition": "sources in the corporate report PDF"
|
|
129
|
+
},
|
|
130
|
+
"recommends...": {
|
|
131
|
+
"message": "recomienda...",
|
|
132
|
+
"description": "Title in corporate report"
|
|
133
|
+
}
|
|
134
134
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicus.ai/medicus-report-pdf-generator",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Nasco patient report - latest update in
|
|
3
|
+
"version": "1.0.201",
|
|
4
|
+
"description": "Nasco patient report - latest update in 17/10/2022 - add company logo",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"start": "node index.js"
|