@medicus.ai/medicus-report-pdf-generator 1.3.11 → 1.3.12
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/config/maisonsante.json +13 -1
- package/lib/big_integral_questionnaire.js +298 -0
- package/lib/template.js +31 -10
- package/lib/wellbeing_report_generator.js +18 -1
- package/locales/en.json +64 -0
- package/locales/wellbeing/en.json +422 -408
- package/package.json +1 -1
- package/preview-big-integral.js +75 -0
- package/templates/maisonsante/ltr_no_pages.html +1 -0
- package/templates/maisonsante/rtl_no_pages.html +1 -0
- package/test.js +7 -10
- package/testing-reports/mediclinic/arabic-data.js +402 -506
- package/testing-reports/mediclinic/doctor-data.js +483 -620
- package/testing-reports/mediclinic/with-wellbeing.js +382 -8110
- package/testing-reports/pha/notes-example.js +397 -0
- package/testing-reports/pha/ex1.js +0 -485
- package/testing-reports/pha/ex2.js +0 -116
- package/testing-reports/pha/prod-patient.js +0 -510
- package/testing-reports/pha/with-wellbeing-full-data.js +0 -813
- package/testing-reports/pha/with-wellbeing.js +0 -529
- package/testing-reports/pha/without-wellbeing.js +0 -448
|
@@ -1,410 +1,424 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
2
|
+
"yearsOld": {
|
|
3
|
+
"message": "years old",
|
|
4
|
+
"description": "After the patient old in the header"
|
|
5
|
+
},
|
|
6
|
+
"lifeStyle": {
|
|
7
|
+
"message": "Lifestyle",
|
|
8
|
+
"description": "my lifestyle part header"
|
|
9
|
+
},
|
|
10
|
+
"body": {
|
|
11
|
+
"message": "Body",
|
|
12
|
+
"description": "my body part header"
|
|
13
|
+
},
|
|
14
|
+
"mind": {
|
|
15
|
+
"message": "Mind",
|
|
16
|
+
"description": "my mind part header"
|
|
17
|
+
},
|
|
18
|
+
"psychological": {
|
|
19
|
+
"message": "Psychological",
|
|
20
|
+
"description": "Psychological title"
|
|
21
|
+
},
|
|
22
|
+
"physical": {
|
|
23
|
+
"message": "Physical",
|
|
24
|
+
"description": "Physical title"
|
|
25
|
+
},
|
|
26
|
+
"weRecommend": {
|
|
27
|
+
"message": "We recommend",
|
|
28
|
+
"description": "tips section title"
|
|
29
|
+
},
|
|
30
|
+
"wellbeingReport": {
|
|
31
|
+
"message": "Wellbeing Report",
|
|
32
|
+
"description": "Report header"
|
|
33
|
+
},
|
|
34
|
+
"scoresNote": {
|
|
35
|
+
"message": "The higher the score, the healthier you are",
|
|
36
|
+
"description": "scores note"
|
|
37
|
+
},
|
|
38
|
+
"reportHeaderDescription": {
|
|
39
|
+
"message": " Your wellbeing score is within sight of a medal, and your lifestyle habits are holding you back. We can help you move up the rankings.",
|
|
40
|
+
"description": "Text showing in the report header"
|
|
41
|
+
},
|
|
42
|
+
"sincerely": {
|
|
43
|
+
"message": "Sincerely",
|
|
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": "Health risks",
|
|
52
|
+
"description": "part header"
|
|
53
|
+
},
|
|
54
|
+
"Disclaimer": {
|
|
55
|
+
"message": "Disclaimer:",
|
|
56
|
+
"description": "Label showing in the footer as disclaimer title"
|
|
57
|
+
},
|
|
58
|
+
"Disclaimer Text": {
|
|
59
|
+
"message": "This report, which was prepared just for you, charts your progress by comparing your current and\n past health behaviors. This information will help you stay on your path to good health. This guide is not meant\n to take the place of a physician visit nor can it diagnose illness or medical problems. It is designed to give\n you information relating to your health risks and overall wellness. This information is provided to help you\n develop a plan of action to make healthy lifestyle changes.:",
|
|
60
|
+
"description": "text showing in the footer as disclaimer"
|
|
61
|
+
},
|
|
62
|
+
"January": {
|
|
63
|
+
"message": "January",
|
|
64
|
+
"description": "Month name"
|
|
65
|
+
},
|
|
66
|
+
"February": {
|
|
67
|
+
"message": "February",
|
|
68
|
+
"description": "Month name"
|
|
69
|
+
},
|
|
70
|
+
"March": {
|
|
71
|
+
"message": "March",
|
|
72
|
+
"description": "Month name"
|
|
73
|
+
},
|
|
74
|
+
"April": {
|
|
75
|
+
"message": "April",
|
|
76
|
+
"description": "Month name"
|
|
77
|
+
},
|
|
78
|
+
"May": {
|
|
79
|
+
"message": "May",
|
|
80
|
+
"description": "Month name"
|
|
81
|
+
},
|
|
82
|
+
"June": {
|
|
83
|
+
"message": "June",
|
|
84
|
+
"description": "Month name"
|
|
85
|
+
},
|
|
86
|
+
"July": {
|
|
87
|
+
"message": "July",
|
|
88
|
+
"description": "Month name"
|
|
89
|
+
},
|
|
90
|
+
"August": {
|
|
91
|
+
"message": "August",
|
|
92
|
+
"description": "Month name"
|
|
93
|
+
},
|
|
94
|
+
"September": {
|
|
95
|
+
"message": "September",
|
|
96
|
+
"description": "Month name"
|
|
97
|
+
},
|
|
98
|
+
"October": {
|
|
99
|
+
"message": "October",
|
|
100
|
+
"description": "Month name"
|
|
101
|
+
},
|
|
102
|
+
"November": {
|
|
103
|
+
"message": "November",
|
|
104
|
+
"description": "Month name"
|
|
105
|
+
},
|
|
106
|
+
"December": {
|
|
107
|
+
"message": "December",
|
|
108
|
+
"description": "Month name"
|
|
109
|
+
},
|
|
110
|
+
"recommends...": {
|
|
111
|
+
"message": "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": "Participant Analytics",
|
|
120
|
+
"description": "Section title in corporate report"
|
|
121
|
+
},
|
|
122
|
+
"Page": {
|
|
123
|
+
"message": "Page",
|
|
124
|
+
"description": "page number in the corporate report PDF"
|
|
125
|
+
},
|
|
126
|
+
"Sources": {
|
|
127
|
+
"message": "Sources",
|
|
128
|
+
"descripition": "sources in the corporate report PDF"
|
|
129
|
+
},
|
|
130
|
+
"Hi": {
|
|
131
|
+
"message": "Hi",
|
|
132
|
+
"description": "Hi in the email body"
|
|
133
|
+
},
|
|
134
|
+
"Your Wellbeing Report": {
|
|
135
|
+
"message": "Your Wellbeing Report",
|
|
136
|
+
"description": "first sentence in the email body"
|
|
137
|
+
},
|
|
138
|
+
"Your detailed Wellbeing Report is ready!": {
|
|
139
|
+
"message": "Your detailed Wellbeing Report is ready!",
|
|
140
|
+
"description": "second sentence in the email body"
|
|
141
|
+
},
|
|
142
|
+
"Download the attached PDF to view your report.": {
|
|
143
|
+
"message": "Download the attached PDF to view your report.",
|
|
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": "Learn more about what your physical and psychological scores mean and get recommendations on how you can start improving your health and wellbeing today.",
|
|
148
|
+
"description": "fourth sentence in the email body"
|
|
149
|
+
},
|
|
150
|
+
"Congratulations, you’ve taken the first step towards better health. Keep going!": {
|
|
151
|
+
"message": "Congratulations, you’ve taken the first step towards better health. Keep going!",
|
|
152
|
+
"description": "fifth sentence in the email body"
|
|
153
|
+
},
|
|
154
|
+
"psychologicalScore": {
|
|
155
|
+
"message": "Psychological score",
|
|
156
|
+
"description": "Psychological title"
|
|
157
|
+
},
|
|
158
|
+
"physicalScore": {
|
|
159
|
+
"message": "Physical score",
|
|
160
|
+
"description": "Physical title"
|
|
161
|
+
},
|
|
162
|
+
"tiger": {
|
|
163
|
+
"message": "Tiger",
|
|
164
|
+
"description": "Shows on Result page"
|
|
165
|
+
},
|
|
166
|
+
"monkey": {
|
|
167
|
+
"message": "Monkey",
|
|
168
|
+
"description": "Shows on Result page"
|
|
169
|
+
},
|
|
170
|
+
"owl": {
|
|
171
|
+
"message": "Owl",
|
|
172
|
+
"description": "Shows on Result page"
|
|
173
|
+
},
|
|
174
|
+
"YourHealthHero": {
|
|
175
|
+
"message": "Your health hero is",
|
|
176
|
+
"description": "Shows on Result page"
|
|
177
|
+
},
|
|
178
|
+
"tigerDesc": {
|
|
179
|
+
"message": "Your Health Hero defines in which of the three categories Lifestyle, Body and Mind you perform best.<br/>As a <b>tiger</b>, your <b>physical fitness</b> clearly stands out.",
|
|
180
|
+
"description": "Shows on Result page"
|
|
181
|
+
},
|
|
182
|
+
"owlDesc": {
|
|
183
|
+
"message": "Your Health Hero defines in which of the three categories Lifestyle, Body and Mind you perform best.<br/>As an <b>owl</b>, your <b>mental strength</b> clearly stands out.",
|
|
184
|
+
"description": "Shows on Result page"
|
|
185
|
+
},
|
|
186
|
+
"monkeyDesc": {
|
|
187
|
+
"message": "Your Health Hero defines in which of the three categories Lifestyle, Body and Mind you perform best.<br/>As a <b>monkey</b>, your <b>balanced lifestyle</b> clearly stands out.",
|
|
188
|
+
"description": "Shows on Result page"
|
|
189
|
+
},
|
|
190
|
+
"tigerDetails": {
|
|
191
|
+
"message": "The Tiger is always confident and self-assured because he can rely on his strong body. Others admire the tiger for his fitness and are inspired by his determination and dedication to physical health.",
|
|
192
|
+
"description": "Shows on Result page"
|
|
193
|
+
},
|
|
194
|
+
"owlDetails": {
|
|
195
|
+
"message": "The owl is determined, as it is aware of its sharpness and wisdom. Many have been intimidated by owl's inner balance. It's resilience serves as a source of inspiration.",
|
|
196
|
+
"description": "Shows on Result page"
|
|
197
|
+
},
|
|
198
|
+
"monkeyDetails": {
|
|
199
|
+
"message": "The Monkey is joyful and optimistic, well aware of what makes for a fulfilling and healthy life. With ease, the monkey juggles pleasure, reason and self-care, receiving much admiration for it.",
|
|
200
|
+
"description": "Shows on Result page"
|
|
201
|
+
},
|
|
202
|
+
"SUPERPOWER": {
|
|
203
|
+
"message": "SUPERPOWER",
|
|
204
|
+
"description": "Shows on Result page"
|
|
205
|
+
},
|
|
206
|
+
"STRENGTH": {
|
|
207
|
+
"message": "STRENGTH",
|
|
208
|
+
"description": "Shows on Result page"
|
|
209
|
+
},
|
|
210
|
+
"WEAKNESS": {
|
|
211
|
+
"message": "WEAKNESS",
|
|
212
|
+
"description": "Shows on Result page"
|
|
213
|
+
},
|
|
214
|
+
"tigerSUPERPOWER-msg": {
|
|
215
|
+
"message": "Physical fitness",
|
|
216
|
+
"description": "Shows on Result page"
|
|
217
|
+
},
|
|
218
|
+
"owlSUPERPOWER-msg": {
|
|
219
|
+
"message": "Mental strength",
|
|
220
|
+
"description": "Shows on Result page"
|
|
221
|
+
},
|
|
222
|
+
"monkeySUPERPOWER-msg": {
|
|
223
|
+
"message": "Balanced lifestyle",
|
|
224
|
+
"description": "Shows on Result page"
|
|
225
|
+
},
|
|
226
|
+
"STRENGTH-msg": {
|
|
227
|
+
"message": "You are invincible when it comes to: ",
|
|
228
|
+
"description": "Shows on Result page"
|
|
229
|
+
},
|
|
230
|
+
"WEAKNESS-msg": {
|
|
231
|
+
"message": "Topics you should devote more attention to: ",
|
|
232
|
+
"description": "Shows on Result page"
|
|
233
|
+
},
|
|
234
|
+
"predictionsTitle": {
|
|
235
|
+
"message": "How accurate were your predictions?",
|
|
236
|
+
"description": "Shows on Result page"
|
|
237
|
+
},
|
|
238
|
+
"predictionsDesc": {
|
|
239
|
+
"message": "Nice try, but you got {$val}/3 correct. It's high time to know your own strengths! Here are your results:",
|
|
240
|
+
"description": "Shows on Result page"
|
|
241
|
+
},
|
|
242
|
+
"bodyResultSanusX": {
|
|
243
|
+
"message": "Your result in body is",
|
|
244
|
+
"description": "Shows on Result page"
|
|
245
|
+
},
|
|
246
|
+
"mindResultSanusX": {
|
|
247
|
+
"message": "Your result in mind is",
|
|
248
|
+
"description": "Shows on Result page"
|
|
249
|
+
},
|
|
250
|
+
"lifeStyleResultSanusX": {
|
|
251
|
+
"message": "Your result in lifestyle is",
|
|
252
|
+
"description": "Shows on Result page"
|
|
253
|
+
},
|
|
254
|
+
"Diet": {
|
|
255
|
+
"message": "Diet",
|
|
256
|
+
"description": "Shows on Result page"
|
|
257
|
+
},
|
|
258
|
+
"Heart": {
|
|
259
|
+
"message": "Heart",
|
|
260
|
+
"description": "Shows on Result page"
|
|
261
|
+
},
|
|
262
|
+
"lifeQuality": {
|
|
263
|
+
"message": "Life Quality",
|
|
264
|
+
"description": "Shows on Result page"
|
|
265
|
+
},
|
|
266
|
+
"youPredictedRight": {
|
|
267
|
+
"message": "You predicted <b>{$value}</b>, and you got it right!",
|
|
268
|
+
"description": "Shows on Result page"
|
|
269
|
+
},
|
|
270
|
+
"youPredictedWrong": {
|
|
271
|
+
"message": "You predicted <b>{$value}</b>, you missed this one!",
|
|
272
|
+
"description": "Shows on Result page"
|
|
273
|
+
},
|
|
274
|
+
"recommendationsTitle": {
|
|
275
|
+
"message": "Mavie recommendations",
|
|
276
|
+
"description": "Shows on Result page"
|
|
277
|
+
},
|
|
278
|
+
"yourScoreIs": {
|
|
279
|
+
"message": "Your score is ",
|
|
280
|
+
"description": "Shows on Result page"
|
|
281
|
+
},
|
|
282
|
+
"sanusXReportFooter": {
|
|
283
|
+
"message": "The information provided on this website is for general informational purposes only. While we strive to provide up-to-date and accurate information, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.",
|
|
284
|
+
"description": "Shows on Result page"
|
|
285
|
+
},
|
|
286
|
+
"closerLook": {
|
|
287
|
+
"message": "Let’s have a closer look at the details of your personal results:",
|
|
288
|
+
"description": "Shows on Result page"
|
|
289
|
+
},
|
|
290
|
+
"bodyExample": {
|
|
291
|
+
"message": "i.e. heart, lungs, BMI",
|
|
292
|
+
"description": "Shows on Result page"
|
|
293
|
+
},
|
|
294
|
+
"lifestyleExample": {
|
|
295
|
+
"message": "i.e. Lifestyle, coffee, alcohol",
|
|
296
|
+
"description": "Shows on Result page"
|
|
297
|
+
},
|
|
298
|
+
"mindExample": {
|
|
299
|
+
"message": "i.e. Life quality, resilience, daily stress",
|
|
300
|
+
"description": "Shows on Result page"
|
|
301
|
+
},
|
|
302
|
+
"predictionsDesc2": {
|
|
303
|
+
"message": " Well done, you got {$val}/3 correct! There is probably one or the other surprise for you. Here are your results:",
|
|
304
|
+
"description": "Shows on Result page"
|
|
305
|
+
},
|
|
306
|
+
"predictionsDesc3": {
|
|
307
|
+
"message": "Wow, this is awesome - you've got {$val}/3 right! You know exactly where your strengths lie. Here are your results:",
|
|
308
|
+
"description": "Shows on Result page"
|
|
309
|
+
},
|
|
310
|
+
"HealthRiskAssessment": {
|
|
311
|
+
"message": "Health Risk Assessment",
|
|
312
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
313
|
+
},
|
|
314
|
+
"labTitle": {
|
|
315
|
+
"message": "LAB",
|
|
316
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
317
|
+
},
|
|
318
|
+
"referenceTitle": {
|
|
319
|
+
"message": "REFERENCE",
|
|
320
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
321
|
+
},
|
|
322
|
+
"patientNameTitle": {
|
|
323
|
+
"message": "PATIENT",
|
|
324
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
325
|
+
},
|
|
326
|
+
"reportDateTitle": {
|
|
327
|
+
"message": "REPORT DATE",
|
|
328
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
329
|
+
},
|
|
330
|
+
"preparedForTitle": {
|
|
331
|
+
"message": "Prepared for",
|
|
332
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
333
|
+
},
|
|
334
|
+
"dateOfBirthTitle": {
|
|
335
|
+
"message": "Date of birth",
|
|
336
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
337
|
+
},
|
|
338
|
+
"weightTitle": {
|
|
339
|
+
"message": "Weight",
|
|
340
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
341
|
+
},
|
|
342
|
+
"heightTitle": {
|
|
343
|
+
"message": "Height",
|
|
344
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
345
|
+
},
|
|
346
|
+
"genderTitle": {
|
|
347
|
+
"message": "Gender",
|
|
348
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
349
|
+
},
|
|
350
|
+
"BMITitle": {
|
|
351
|
+
"message": "Body Mass Index (BMI)",
|
|
352
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
353
|
+
},
|
|
354
|
+
"bloodPressureTitle": {
|
|
355
|
+
"message": "Blood Pressure",
|
|
356
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
357
|
+
},
|
|
358
|
+
"waistCircumferenceTitle": {
|
|
359
|
+
"message": "Waist Circumference",
|
|
360
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
361
|
+
},
|
|
362
|
+
"depressionRisk": {
|
|
363
|
+
"message": "Depression risk",
|
|
364
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
365
|
+
},
|
|
366
|
+
"anxietyRisk": {
|
|
367
|
+
"message": "Anxiety risk",
|
|
368
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
369
|
+
},
|
|
370
|
+
"Reference range": {
|
|
371
|
+
"message": "Ref. range",
|
|
372
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
373
|
+
},
|
|
374
|
+
"Last reading": {
|
|
375
|
+
"message": "Last reading",
|
|
376
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
377
|
+
},
|
|
378
|
+
"Last reading date": {
|
|
379
|
+
"message": "Last reading date",
|
|
380
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
381
|
+
},
|
|
382
|
+
"Details": {
|
|
383
|
+
"message": "Details",
|
|
384
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
385
|
+
},
|
|
386
|
+
"testResultTitle": {
|
|
387
|
+
"message": "Your test results",
|
|
388
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
389
|
+
},
|
|
390
|
+
"scoreText": {
|
|
391
|
+
"message": "The higher the score, the healthier you are!",
|
|
392
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
393
|
+
},
|
|
394
|
+
"lowScoreText": {
|
|
395
|
+
"message": "The lower the score, the healthier you are!",
|
|
396
|
+
"description": "Label showing above the doctors who signed on this report"
|
|
397
|
+
},
|
|
398
|
+
"notificationTitle": {
|
|
399
|
+
"message": "Your wellbeing score is within sight of a medal, and your lifestyle habits are holding you back. We can help you move up the rankings",
|
|
400
|
+
"description": "The label displayed above the doctors who signed this report."
|
|
401
|
+
},
|
|
402
|
+
"PhysicalWellbeingText": {
|
|
403
|
+
"message": "Physical Wellbeing",
|
|
404
|
+
"description": "The label displayed above the doctors who signed this report."
|
|
405
|
+
},
|
|
406
|
+
"PsychologicalWellbeingText": {
|
|
407
|
+
"message": "Psychological Wellbeing",
|
|
408
|
+
"description": "The label displayed above the doctors who signed this report."
|
|
409
|
+
},
|
|
410
|
+
"bigIntegralSystem": "bigIntegralSystem",
|
|
411
|
+
"bigIntegralHigh": "bigIntegralHigh",
|
|
412
|
+
"bigIntegralQuestions": "bigIntegralQuestions",
|
|
413
|
+
"bigIntegralResult": "bigIntegralResult",
|
|
414
|
+
"bigIntegralMaximum": "bigIntegralMaximum",
|
|
415
|
+
"bigIntegralComments": "bigIntegralComments",
|
|
416
|
+
"bigIntegralElevated": "bigIntegralElevated",
|
|
417
|
+
"bigIntegralVariantClinical": "bigIntegralVariantClinical",
|
|
418
|
+
"bigIntegralDateOfCompletion": "bigIntegralDateOfCompletion",
|
|
419
|
+
"bigIntegralPatientName": "bigIntegralPatientName",
|
|
420
|
+
"bigIntegralAge": "bigIntegralAge",
|
|
421
|
+
"bigIntegralBmi": "bigIntegralBmi",
|
|
422
|
+
"bigIntegralVariantScorecard": "bigIntegralVariantScorecard",
|
|
423
|
+
"bigIntegralVariantHybrid": "bigIntegralVariantHybrid"
|
|
410
424
|
}
|