c2-clinical 1.0.135 → 1.0.137

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.
@@ -0,0 +1,3558 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const OnAnswerQuestionsFlowTester_1 = __importDefault(require("../../../flow/on-answer/OnAnswerQuestionsFlowTester"));
7
+ const answerExample = {
8
+ _id: "68ee6b66dbeb63de67643da9",
9
+ form: "689e029db13c27189bce136d",
10
+ sequence: 74,
11
+ code: "DIAMETRO_OSSEO_UMERO",
12
+ description: "Diametro bicondilar umeral - Úmero",
13
+ parent: "68ee6a2cdbeb63de67643d91",
14
+ line: 61,
15
+ column: 1,
16
+ type: "QUESTION",
17
+ typeAnswer: "OPEN_NUMBER",
18
+ category: "ANTHROPOMETRY",
19
+ measurementUnit: "cm",
20
+ formulaToEnable: "true",
21
+ active: true,
22
+ show: true,
23
+ readOnly: false,
24
+ required: false,
25
+ ellegibleForComparison: false,
26
+ options: [],
27
+ validations: [],
28
+ requestGraphicData: [],
29
+ tips: [],
30
+ createdAtDateTime: "2025-10-14T15:25:26.642Z",
31
+ updatedAtDateTime: "2025-10-14T15:25:26.642Z",
32
+ __v: 0,
33
+ screenPlacement: 1,
34
+ lineId: "39b49515-6fe0-4b9a-aaa2-6c80be77a48e",
35
+ answer: "15"
36
+ };
37
+ const lines = [
38
+ {
39
+ id: "8cb5372c-8b63-4f74-a04c-601e862c29c4",
40
+ line: 1,
41
+ collumns: [
42
+ {
43
+ _id: "689e360923b914800683aa60",
44
+ form: "689e029db13c27189bce136d",
45
+ sequence: 1,
46
+ code: "TYPE_ASSESSMENT",
47
+ description: "Como deseja avaliar este paciente?",
48
+ line: 1,
49
+ column: 1,
50
+ type: "QUESTION",
51
+ typeAnswer: "CHOICE_SINGLE",
52
+ category: "ANTHROPOMETRY",
53
+ options: [
54
+ {
55
+ sequence: 1,
56
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') < 2",
57
+ code: "LACTENT",
58
+ description: "Lactente",
59
+ defaultSelection: false,
60
+ active: true,
61
+ enable: false
62
+ },
63
+ {
64
+ sequence: 2,
65
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 2 && Number('${PATIENT_AGE_IN_YEARS}') < 10",
66
+ code: "CHILD",
67
+ description: "Criança",
68
+ defaultSelection: false,
69
+ active: true,
70
+ enable: false
71
+ },
72
+ {
73
+ sequence: 3,
74
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 10 && Number('${PATIENT_AGE_IN_YEARS}') < 19",
75
+ code: "TEENAGER",
76
+ description: "Adolescente",
77
+ defaultSelection: false,
78
+ active: true,
79
+ enable: true
80
+ },
81
+ {
82
+ sequence: 4,
83
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 14 && Number('${PATIENT_AGE_IN_YEARS}') < 60",
84
+ code: "ADULT",
85
+ description: "Adulto",
86
+ defaultSelection: false,
87
+ active: true,
88
+ enable: true
89
+ },
90
+ {
91
+ sequence: 5,
92
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 60",
93
+ code: "EIDERLY",
94
+ description: "Idoso",
95
+ defaultSelection: false,
96
+ active: true,
97
+ enable: false
98
+ }
99
+ ],
100
+ formulaToAnswer: "Number('${PATIENT_AGE_IN_YEARS}') < 2 ? 'LACTENT' : Number('${PATIENT_AGE_IN_YEARS}') >= 2 && Number('${PATIENT_AGE_IN_YEARS}') < 10 ? 'CHILD' : Number('${PATIENT_AGE_IN_YEARS}') >= 10 && Number('${PATIENT_AGE_IN_YEARS}') < 19 ? 'TEENAGER' : Number('${PATIENT_AGE_IN_YEARS}') >= 19 && Number('${PATIENT_AGE_IN_YEARS}') < 60 ? 'ADULT' : 'EIDERLY'",
101
+ formulaToEnable: "true",
102
+ validations: [
103
+ {
104
+ type: "VALIDATION",
105
+ typeOutput: "TEXT",
106
+ formulaToMessage: "${TYPE_ASSESSMENT}.length === 0 ? 'Campo obrigatório' : ''"
107
+ }
108
+ ],
109
+ active: true,
110
+ show: true,
111
+ readOnly: false,
112
+ required: false,
113
+ requestGraphicData: [],
114
+ createdAtDateTime: "2025-08-14T19:16:25.409Z",
115
+ updatedAtDateTime: "2025-08-14T19:16:25.409Z",
116
+ __v: 0,
117
+ variantView: "BUTTON",
118
+ screenPlacement: 1,
119
+ answer: "TEENAGER",
120
+ lineId: "8cb5372c-8b63-4f74-a04c-601e862c29c4"
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ id: "fa9544e9-c284-4007-a1f9-f572f895cd75",
126
+ line: 2,
127
+ collumns: [
128
+ {
129
+ _id: "689e37a223b914800683aa68",
130
+ form: "689e029db13c27189bce136d",
131
+ sequence: 2,
132
+ code: "SKY-2-KAIR",
133
+ description: "Dados antropometricos básicos",
134
+ line: 2,
135
+ column: 1,
136
+ type: "GROUP",
137
+ category: "ANTHROPOMETRY",
138
+ formulaToEnable: "true",
139
+ active: true,
140
+ show: true,
141
+ readOnly: false,
142
+ required: false,
143
+ options: [],
144
+ validations: [],
145
+ requestGraphicData: [],
146
+ createdAtDateTime: "2025-08-14T19:23:14.001Z",
147
+ updatedAtDateTime: "2025-08-14T19:23:14.001Z",
148
+ __v: 0,
149
+ screenPlacement: 1,
150
+ lines: [
151
+ {
152
+ id: "5da32ff8-f9cf-49e6-8a24-8231a28a9737",
153
+ line: 3,
154
+ collumns: [
155
+ {
156
+ _id: "689e390023b914800683aa70",
157
+ form: "689e029db13c27189bce136d",
158
+ sequence: 3,
159
+ code: "CURRENT_WEIGHT",
160
+ description: "Peso",
161
+ parent: "689e37a223b914800683aa68",
162
+ line: 3,
163
+ column: 1,
164
+ type: "QUESTION",
165
+ typeAnswer: "OPEN_NUMBER",
166
+ category: "ANTHROPOMETRY",
167
+ measurementUnit: "Kg",
168
+ formulaToEnable: "true",
169
+ active: true,
170
+ show: true,
171
+ readOnly: false,
172
+ required: false,
173
+ options: [],
174
+ validations: [
175
+ {
176
+ type: "WARNING",
177
+ typeOutput: "TEXT",
178
+ formulaToMessage: "['HUANG_2003'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado em ${FORMULA_PERCENT_FAT}' : ''",
179
+ message: ""
180
+ }
181
+ ],
182
+ requestGraphicData: [],
183
+ createdAtDateTime: "2025-08-14T19:29:04.576Z",
184
+ updatedAtDateTime: "2025-08-14T19:29:04.576Z",
185
+ __v: 0,
186
+ ellegibleForComparison: true,
187
+ screenPlacement: 1,
188
+ lineId: "5da32ff8-f9cf-49e6-8a24-8231a28a9737",
189
+ answer: "80"
190
+ },
191
+ {
192
+ _id: "689e395a23b914800683aa78",
193
+ form: "689e029db13c27189bce136d",
194
+ sequence: 4,
195
+ code: "HEIGHT_IN_CM",
196
+ description: "Altura/Estatura",
197
+ parent: "689e37a223b914800683aa68",
198
+ line: 3,
199
+ column: 2,
200
+ type: "QUESTION",
201
+ typeAnswer: "OPEN_NUMBER",
202
+ category: "ANTHROPOMETRY",
203
+ measurementUnit: "cm",
204
+ formulaToEnable: "true",
205
+ active: true,
206
+ show: true,
207
+ readOnly: false,
208
+ required: false,
209
+ options: [],
210
+ validations: [
211
+ {
212
+ type: "WARNING",
213
+ typeOutput: "TEXT",
214
+ formulaToMessage: "Number('${ESTIMATE_HEIGHT}') > 0 ? 'Altura estimada' : ''",
215
+ message: ""
216
+ },
217
+ {
218
+ type: "WARNING",
219
+ typeOutput: "TEXT",
220
+ formulaToMessage: "['HUANG_2003'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado em ${FORMULA_PERCENT_FAT}' : ''",
221
+ message: ""
222
+ }
223
+ ],
224
+ requestGraphicData: [],
225
+ createdAtDateTime: "2025-08-14T19:30:35.000Z",
226
+ updatedAtDateTime: "2025-08-14T19:30:35.000Z",
227
+ __v: 0,
228
+ formulaToDescription: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? 'Comprimento' : 'Altura/Estatura'",
229
+ screenPlacement: 1,
230
+ lineId: "5da32ff8-f9cf-49e6-8a24-8231a28a9737",
231
+ answer: "190"
232
+ }
233
+ ]
234
+ },
235
+ {
236
+ id: "fbd05160-163a-4467-82e6-caf525c9ae19",
237
+ line: 4,
238
+ collumns: [
239
+ {
240
+ _id: "689e3d8be7fafb681db6f7aa",
241
+ form: "689e029db13c27189bce136d",
242
+ sequence: 5,
243
+ code: "BTN_ESTIMATE_WEIGHT",
244
+ description: "Estimar peso",
245
+ parent: "689e37a223b914800683aa68",
246
+ line: 4,
247
+ column: 1,
248
+ type: "BUTTON",
249
+ category: "ANTHROPOMETRY",
250
+ typeButtonAction: "OPEN_MODAL",
251
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
252
+ active: true,
253
+ show: true,
254
+ readOnly: false,
255
+ required: false,
256
+ options: [],
257
+ validations: [],
258
+ requestGraphicData: [],
259
+ createdAtDateTime: "2025-08-14T19:48:27.237Z",
260
+ updatedAtDateTime: "2025-08-14T19:48:27.237Z",
261
+ __v: 0,
262
+ screenPlacement: 1,
263
+ lines: [
264
+ {
265
+ id: "db3c79c5-e7aa-4550-ace5-3397a0d1529b",
266
+ line: 5,
267
+ collumns: [
268
+ {
269
+ _id: "68a48cb32e90c3294e9934cd",
270
+ form: "689e029db13c27189bce136d",
271
+ sequence: 7,
272
+ code: "MODAL_ESTIMATE_WEIGHT",
273
+ parent: "689e3d8be7fafb681db6f7aa",
274
+ line: 5,
275
+ column: 1,
276
+ type: "MODAL",
277
+ category: "ANTHROPOMETRY",
278
+ formulaToEnable: "true",
279
+ active: true,
280
+ show: true,
281
+ readOnly: false,
282
+ required: false,
283
+ modalConfig: {
284
+ title: "Preencha as medidas para estimar o peso do paciente",
285
+ description: "",
286
+ labelButtonCancel: "Cancelar",
287
+ labelButtonConfirm: "Usar valor"
288
+ },
289
+ options: [],
290
+ validations: [],
291
+ requestGraphicData: [],
292
+ createdAtDateTime: "2025-08-19T14:39:47.424Z",
293
+ updatedAtDateTime: "2025-08-19T17:32:32.159Z",
294
+ __v: 0,
295
+ screenPlacement: 1,
296
+ lines: [
297
+ {
298
+ id: "cf64c327-a647-4ba5-821d-fc97f7cc1470",
299
+ line: 6,
300
+ collumns: [
301
+ {
302
+ _id: "68a4ad852e90c3294e9934d6",
303
+ form: "689e029db13c27189bce136d",
304
+ sequence: 8,
305
+ code: "FORMULA_ESTIMATE_WEIGHT",
306
+ description: "Fórmula para estimar peso",
307
+ parent: "68a48cb32e90c3294e9934cd",
308
+ line: 6,
309
+ column: 1,
310
+ type: "QUESTION",
311
+ typeAnswer: "CHOICE_SINGLE",
312
+ category: "ANTHROPOMETRY",
313
+ variantView: "LIST",
314
+ options: [
315
+ {
316
+ sequence: 1,
317
+ code: "CHUMLEA",
318
+ description: "Chumlea",
319
+ defaultSelection: true,
320
+ active: true
321
+ }
322
+ ],
323
+ formulaToEnable: "true",
324
+ active: true,
325
+ show: true,
326
+ readOnly: false,
327
+ required: false,
328
+ validations: [],
329
+ requestGraphicData: [],
330
+ createdAtDateTime: "2025-08-19T16:59:49.814Z",
331
+ updatedAtDateTime: "2025-08-19T16:59:49.814Z",
332
+ __v: 0,
333
+ screenPlacement: 1,
334
+ lineId: "cf64c327-a647-4ba5-821d-fc97f7cc1470"
335
+ }
336
+ ]
337
+ },
338
+ {
339
+ id: "18696e09-85b6-4121-8f77-4eeebef495e1",
340
+ line: 7,
341
+ collumns: [
342
+ {
343
+ _id: "68a4aed32e90c3294e9934de",
344
+ form: "689e029db13c27189bce136d",
345
+ sequence: 9,
346
+ code: "CHUMLEA_CALF_CIRCUNFERENCE",
347
+ description: "Circunferência da panturrilha",
348
+ parent: "68a48cb32e90c3294e9934cd",
349
+ line: 7,
350
+ column: 1,
351
+ type: "QUESTION",
352
+ typeAnswer: "OPEN_NUMBER",
353
+ category: "ANTHROPOMETRY",
354
+ formulaToEnable: "true",
355
+ active: true,
356
+ show: true,
357
+ readOnly: false,
358
+ required: false,
359
+ options: [],
360
+ validations: [],
361
+ requestGraphicData: [],
362
+ createdAtDateTime: "2025-08-19T17:05:23.199Z",
363
+ updatedAtDateTime: "2025-08-19T17:05:23.199Z",
364
+ __v: 0,
365
+ screenPlacement: 1,
366
+ lineId: "18696e09-85b6-4121-8f77-4eeebef495e1"
367
+ }
368
+ ]
369
+ },
370
+ {
371
+ id: "ec9567cc-0c83-4411-a957-12a54c454168",
372
+ line: 11,
373
+ collumns: [
374
+ {
375
+ _id: "68a4b36b2e90c3294e993501",
376
+ form: "689e029db13c27189bce136d",
377
+ sequence: 13,
378
+ code: "ESTIMATE_WEIGHT",
379
+ description: "Peso estimado",
380
+ parent: "68a48cb32e90c3294e9934cd",
381
+ line: 11,
382
+ column: 1,
383
+ type: "QUESTION",
384
+ typeAnswer: "OPEN_NUMBER",
385
+ category: "ANTHROPOMETRY",
386
+ formulaToAnswer: "'${FORMULA_ESTIMATE_WEIGHT}' === 'CHUMLEA' ? ((0.98 * Number('${CHUMLEA_CALF_CIRCUNFERENCE}')) + (1.16 * Number('${CHUMLEA_KNEE_HEIGHT}')) + (1.73 * Number('${CHUMLEA_ARM_CIRCUNFERENCE}')) + (0.37 * Number('${CHUMLEA_SUBSCAPULAR_FOLD}')) - 81.69) : 0",
387
+ formulaToEnable: "true",
388
+ active: true,
389
+ show: true,
390
+ readOnly: false,
391
+ required: false,
392
+ options: [],
393
+ validations: [],
394
+ requestGraphicData: [],
395
+ createdAtDateTime: "2025-08-19T17:24:59.277Z",
396
+ updatedAtDateTime: "2025-08-19T17:24:59.277Z",
397
+ __v: 0,
398
+ screenPlacement: 1,
399
+ lineId: "ec9567cc-0c83-4411-a957-12a54c454168"
400
+ }
401
+ ]
402
+ }
403
+ ],
404
+ lineId: "db3c79c5-e7aa-4550-ace5-3397a0d1529b"
405
+ }
406
+ ]
407
+ }
408
+ ],
409
+ lineId: "fbd05160-163a-4467-82e6-caf525c9ae19"
410
+ },
411
+ {
412
+ _id: "689e3dc6e7fafb681db6f7b1",
413
+ form: "689e029db13c27189bce136d",
414
+ sequence: 6,
415
+ code: "BTN_ESTIMATE_HEIGHT",
416
+ description: "Estimar altura",
417
+ parent: "689e37a223b914800683aa68",
418
+ line: 4,
419
+ column: 2,
420
+ type: "BUTTON",
421
+ category: "ANTHROPOMETRY",
422
+ typeButtonAction: "OPEN_MODAL",
423
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
424
+ active: true,
425
+ show: true,
426
+ readOnly: false,
427
+ required: false,
428
+ options: [],
429
+ validations: [],
430
+ requestGraphicData: [],
431
+ createdAtDateTime: "2025-08-14T19:49:26.020Z",
432
+ updatedAtDateTime: "2025-08-14T19:49:26.020Z",
433
+ __v: 0,
434
+ screenPlacement: 1,
435
+ lines: [
436
+ {
437
+ id: "9de74d40-a099-4fa4-a071-9d4bf535d1ff",
438
+ line: 12,
439
+ collumns: [
440
+ {
441
+ _id: "68a4b4a82e90c3294e99350b",
442
+ form: "689e029db13c27189bce136d",
443
+ sequence: 14,
444
+ code: "MODAL_ESTIMATE_HEIGHT",
445
+ parent: "689e3dc6e7fafb681db6f7b1",
446
+ line: 12,
447
+ column: 1,
448
+ type: "MODAL",
449
+ category: "ANTHROPOMETRY",
450
+ formulaToEnable: "true",
451
+ active: true,
452
+ show: true,
453
+ readOnly: false,
454
+ required: false,
455
+ modalConfig: {
456
+ title: "Preencha as medidas para estimar a altura do paciente",
457
+ description: "",
458
+ labelButtonCancel: "Cancelar",
459
+ labelButtonConfirm: "Usar valor"
460
+ },
461
+ options: [],
462
+ validations: [],
463
+ requestGraphicData: [],
464
+ createdAtDateTime: "2025-08-19T17:30:16.280Z",
465
+ updatedAtDateTime: "2025-08-19T17:32:57.240Z",
466
+ __v: 0,
467
+ screenPlacement: 1,
468
+ lines: [
469
+ {
470
+ id: "4af14f92-2cce-48e4-a784-247e2a6a42bd",
471
+ line: 13,
472
+ collumns: [
473
+ {
474
+ _id: "68a4ccc42e90c3294e993526",
475
+ form: "689e029db13c27189bce136d",
476
+ sequence: 15,
477
+ code: "CHUMLEA_KNEE_HEIGHT",
478
+ description: "Altura do joelho",
479
+ parent: "68a4b4a82e90c3294e99350b",
480
+ line: 13,
481
+ column: 1,
482
+ type: "QUESTION",
483
+ typeAnswer: "OPEN_NUMBER",
484
+ category: "ANTHROPOMETRY",
485
+ formulaToEnable: "true",
486
+ active: true,
487
+ show: true,
488
+ readOnly: false,
489
+ required: false,
490
+ options: [],
491
+ validations: [],
492
+ requestGraphicData: [],
493
+ createdAtDateTime: "2025-08-19T19:13:08.141Z",
494
+ updatedAtDateTime: "2025-08-19T19:13:08.141Z",
495
+ __v: 0,
496
+ screenPlacement: 1,
497
+ lineId: "4af14f92-2cce-48e4-a784-247e2a6a42bd"
498
+ }
499
+ ]
500
+ },
501
+ {
502
+ id: "48407482-5b1c-4f42-9211-4b4d1cc6c07b",
503
+ line: 14,
504
+ collumns: [
505
+ {
506
+ _id: "68a4cda22e90c3294e993530",
507
+ form: "689e029db13c27189bce136d",
508
+ sequence: 16,
509
+ code: "FORMULA_ESTIMATE_HEIGHT",
510
+ description: "Fórmula para estimar altura",
511
+ parent: "68a4b4a82e90c3294e99350b",
512
+ line: 14,
513
+ column: 1,
514
+ type: "QUESTION",
515
+ typeAnswer: "CHOICE_SINGLE",
516
+ category: "ANTHROPOMETRY",
517
+ variantView: "LIST",
518
+ options: [
519
+ {
520
+ sequence: 1,
521
+ code: "CHUMLEA",
522
+ description: "Chumlea",
523
+ defaultSelection: true,
524
+ active: true
525
+ }
526
+ ],
527
+ formulaToEnable: "true",
528
+ active: true,
529
+ show: true,
530
+ readOnly: false,
531
+ required: false,
532
+ validations: [],
533
+ requestGraphicData: [],
534
+ createdAtDateTime: "2025-08-19T19:16:50.471Z",
535
+ updatedAtDateTime: "2025-08-19T19:16:50.471Z",
536
+ __v: 0,
537
+ screenPlacement: 1,
538
+ lineId: "48407482-5b1c-4f42-9211-4b4d1cc6c07b"
539
+ }
540
+ ]
541
+ },
542
+ {
543
+ id: "f6bc3fb2-f8d7-4cb5-b433-d61161de58b0",
544
+ line: 15,
545
+ collumns: [
546
+ {
547
+ _id: "68a4ce0e2e90c3294e993538",
548
+ form: "689e029db13c27189bce136d",
549
+ sequence: 17,
550
+ code: "ESTIMATE_HEIGHT",
551
+ description: "Altura estimada",
552
+ parent: "68a4b4a82e90c3294e99350b",
553
+ line: 15,
554
+ column: 1,
555
+ type: "QUESTION",
556
+ typeAnswer: "OPEN_NUMBER",
557
+ category: "ANTHROPOMETRY",
558
+ formulaToAnswer: "'${FORMULA_ESTIMATE_HEIGHT}' === 'CHUMLEA' ? ((2.02 * Number('${CHUMLEA_TO_HEIGHT_KNEE_HEIGHT}')) - (0.04 * Number('${PATIENT_AGE_IN_YEARS}')) + 64.19) : 0",
559
+ formulaToEnable: "true",
560
+ active: true,
561
+ show: true,
562
+ readOnly: false,
563
+ required: false,
564
+ options: [],
565
+ validations: [],
566
+ requestGraphicData: [],
567
+ createdAtDateTime: "2025-08-19T19:18:38.430Z",
568
+ updatedAtDateTime: "2025-08-19T19:18:38.430Z",
569
+ __v: 0,
570
+ screenPlacement: 1,
571
+ answer: 0,
572
+ lineId: "f6bc3fb2-f8d7-4cb5-b433-d61161de58b0"
573
+ }
574
+ ]
575
+ }
576
+ ],
577
+ lineId: "9de74d40-a099-4fa4-a071-9d4bf535d1ff"
578
+ }
579
+ ]
580
+ }
581
+ ],
582
+ lineId: "fbd05160-163a-4467-82e6-caf525c9ae19"
583
+ }
584
+ ]
585
+ }
586
+ ],
587
+ lineId: "fa9544e9-c284-4007-a1f9-f572f895cd75"
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ id: "427037ec-b57d-42c1-8721-249ef5b1c9bc",
593
+ line: 16,
594
+ collumns: [
595
+ {
596
+ _id: "68a4d0c02e90c3294e993549",
597
+ form: "689e029db13c27189bce136d",
598
+ sequence: 18,
599
+ code: "FORMULA_PERCENT_FAT",
600
+ description: "Escolha uma fórmula para o cálculo do % gordura",
601
+ line: 16,
602
+ column: 1,
603
+ type: "QUESTION",
604
+ typeAnswer: "CHOICE_SINGLE",
605
+ category: "ANTHROPOMETRY",
606
+ variantView: "LIST",
607
+ options: [
608
+ {
609
+ sequence: 1,
610
+ code: "POLLOCK_3_DOBRAS",
611
+ description: "Pollock 3 dobras",
612
+ defaultSelection: false,
613
+ active: true,
614
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
615
+ enable: true
616
+ },
617
+ {
618
+ sequence: 2,
619
+ code: "POLLOCK_7_DOBRAS",
620
+ description: "Pollock 7 dobras",
621
+ defaultSelection: false,
622
+ active: true,
623
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
624
+ enable: true
625
+ },
626
+ {
627
+ sequence: 3,
628
+ code: "PETROSKI",
629
+ description: "Petroski",
630
+ defaultSelection: false,
631
+ active: true,
632
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
633
+ enable: true
634
+ },
635
+ {
636
+ sequence: 4,
637
+ code: "FAULKNER",
638
+ description: "Faulkner",
639
+ defaultSelection: false,
640
+ active: true,
641
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
642
+ enable: true
643
+ },
644
+ {
645
+ sequence: 5,
646
+ code: "DURNIN_WOMERSLEY",
647
+ description: "Durnin e Womersley",
648
+ defaultSelection: false,
649
+ active: true,
650
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
651
+ enable: true
652
+ },
653
+ {
654
+ sequence: 6,
655
+ code: "YUHASZ",
656
+ description: "Yuhasz",
657
+ defaultSelection: false,
658
+ active: true,
659
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
660
+ enable: true
661
+ },
662
+ {
663
+ sequence: 7,
664
+ code: "GUEDES",
665
+ description: "Guedes",
666
+ defaultSelection: false,
667
+ active: true,
668
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
669
+ enable: true
670
+ },
671
+ {
672
+ sequence: 8,
673
+ code: "WELTMAN_OBESE",
674
+ description: "Weltman 1988 para obesos - Perimetral",
675
+ defaultSelection: false,
676
+ active: true,
677
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 12",
678
+ enable: true
679
+ },
680
+ {
681
+ sequence: 99,
682
+ code: "NOONE",
683
+ description: "Nenhuma",
684
+ defaultSelection: false,
685
+ active: true
686
+ },
687
+ {
688
+ sequence: 10,
689
+ code: "GORAN_1996",
690
+ description: "Goran (1996)",
691
+ defaultSelection: false,
692
+ active: true,
693
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') < 4",
694
+ enable: false
695
+ },
696
+ {
697
+ sequence: 11,
698
+ code: "SLAUGHTER_1988",
699
+ description: "Equação de Slaughter (1988) ",
700
+ defaultSelection: false,
701
+ active: true,
702
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 8 && Number('${PATIENT_AGE_IN_YEARS}') < 19",
703
+ enable: true
704
+ },
705
+ {
706
+ sequence: 12,
707
+ code: "SLAUGHTER_2_1988",
708
+ description: "Equação de Slaughter II (1988) ",
709
+ defaultSelection: false,
710
+ active: true,
711
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 8 && Number('${PATIENT_AGE_IN_YEARS}') < 19",
712
+ enable: true
713
+ },
714
+ {
715
+ sequence: 12,
716
+ code: "BOILEAU_LOHMAN_SLAUGHTER_1985",
717
+ description: "Equação de Boileau, Lohman e Slaughter (1985) ",
718
+ defaultSelection: false,
719
+ active: true,
720
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') >= 6 && Number('${PATIENT_AGE_IN_YEARS}') < 19",
721
+ enable: true
722
+ },
723
+ {
724
+ sequence: 13,
725
+ code: "HUANG_2003",
726
+ description: "Equação de Huang (2003) ",
727
+ defaultSelection: false,
728
+ active: true,
729
+ formulaToEnable: "Number('${PATIENT_AGE_IN_YEARS}') < 12",
730
+ enable: false
731
+ }
732
+ ],
733
+ formulaToEnable: "'${TYPE_ASSESSMENT}' !== 'LACTENT'",
734
+ active: true,
735
+ show: true,
736
+ readOnly: false,
737
+ required: false,
738
+ validations: [],
739
+ requestGraphicData: [],
740
+ createdAtDateTime: "2025-08-19T19:30:08.554Z",
741
+ updatedAtDateTime: "2025-08-19T19:30:08.554Z",
742
+ __v: 0,
743
+ screenPlacement: 1,
744
+ lineId: "427037ec-b57d-42c1-8721-249ef5b1c9bc",
745
+ answer: "POLLOCK_7_DOBRAS"
746
+ }
747
+ ]
748
+ },
749
+ {
750
+ id: "7755359f-7ce3-4270-a969-7af4e8216051",
751
+ line: 17,
752
+ collumns: [
753
+ {
754
+ _id: "68e9538912a9fe7d491619b2",
755
+ form: "689e029db13c27189bce136d",
756
+ sequence: 19,
757
+ code: "SKY-19-ENUS",
758
+ description: "Dobras cutâneas (mm)",
759
+ line: 17,
760
+ column: 1,
761
+ type: "GROUP",
762
+ category: "ANTHROPOMETRY",
763
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
764
+ active: true,
765
+ show: true,
766
+ readOnly: false,
767
+ required: false,
768
+ ellegibleForComparison: false,
769
+ groupConfig: {
770
+ tips: {
771
+ show: true,
772
+ description: "Habilitar dicas"
773
+ }
774
+ },
775
+ options: [],
776
+ validations: [],
777
+ requestGraphicData: [],
778
+ tips: [],
779
+ createdAtDateTime: "2025-10-10T18:42:17.043Z",
780
+ updatedAtDateTime: "2025-10-10T18:42:17.043Z",
781
+ __v: 0,
782
+ screenPlacement: 1,
783
+ lines: [
784
+ {
785
+ id: "5761162a-10c9-4286-8025-f1506a13e651",
786
+ line: 18,
787
+ collumns: [
788
+ {
789
+ _id: "68e9549f12a9fe7d491619bb",
790
+ form: "689e029db13c27189bce136d",
791
+ sequence: 20,
792
+ code: "DOBRA_TRICEPTAL",
793
+ description: "Triceptal",
794
+ parent: "68e9538912a9fe7d491619b2",
795
+ line: 18,
796
+ column: 1,
797
+ type: "QUESTION",
798
+ typeAnswer: "OPEN_NUMBER",
799
+ category: "ANTHROPOMETRY",
800
+ formulaToEnable: "true",
801
+ active: true,
802
+ show: true,
803
+ readOnly: false,
804
+ required: false,
805
+ ellegibleForComparison: false,
806
+ options: [],
807
+ validations: [
808
+ {
809
+ type: "WARNING",
810
+ typeOutput: "TEXT",
811
+ formulaToMessage: "['POLLOCK_7_DOBRAS', 'GORAN_1996', 'SLAUGHTER_1988', 'SLAUGHTER_2_1988','BOILEAU_LOHMAN_SLAUGHTER_1985'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
812
+ message: "Usado na fórmula % gordura selecionada"
813
+ }
814
+ ],
815
+ requestGraphicData: [],
816
+ tips: [],
817
+ createdAtDateTime: "2025-10-10T18:46:55.789Z",
818
+ updatedAtDateTime: "2025-10-10T18:46:55.789Z",
819
+ __v: 0,
820
+ screenPlacement: 1,
821
+ lineId: "5761162a-10c9-4286-8025-f1506a13e651",
822
+ answer: "12"
823
+ },
824
+ {
825
+ _id: "68e9551412a9fe7d491619c3",
826
+ form: "689e029db13c27189bce136d",
827
+ sequence: 21,
828
+ code: "DOBRA_BICEPTAL",
829
+ description: "Bíceps",
830
+ parent: "68e9538912a9fe7d491619b2",
831
+ line: 18,
832
+ column: 1,
833
+ type: "QUESTION",
834
+ typeAnswer: "OPEN_NUMBER",
835
+ category: "ANTHROPOMETRY",
836
+ formulaToEnable: "true",
837
+ active: true,
838
+ show: true,
839
+ readOnly: false,
840
+ required: false,
841
+ ellegibleForComparison: false,
842
+ options: [],
843
+ validations: [],
844
+ requestGraphicData: [],
845
+ tips: [
846
+ {
847
+ title: "Exemplo dobra biceptal",
848
+ type: "IMAGE",
849
+ thumb: "https://skydiet-asset.s3.us-east-2.amazonaws.com/dobra-biceps.png"
850
+ }
851
+ ],
852
+ createdAtDateTime: "2025-10-10T18:48:52.252Z",
853
+ updatedAtDateTime: "2025-10-10T18:48:52.252Z",
854
+ __v: 0,
855
+ screenPlacement: 1,
856
+ lineId: "5761162a-10c9-4286-8025-f1506a13e651",
857
+ answer: "12"
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ id: "bd0d3ee6-92dd-4f9b-b47f-bffa76657799",
863
+ line: 19,
864
+ collumns: [
865
+ {
866
+ _id: "68e9553912a9fe7d491619cb",
867
+ form: "689e029db13c27189bce136d",
868
+ sequence: 22,
869
+ code: "DOBRA_SUBESCAPULAR",
870
+ description: "Subescapular",
871
+ parent: "68e9538912a9fe7d491619b2",
872
+ line: 19,
873
+ column: 1,
874
+ type: "QUESTION",
875
+ typeAnswer: "OPEN_NUMBER",
876
+ category: "ANTHROPOMETRY",
877
+ formulaToEnable: "true",
878
+ active: true,
879
+ show: true,
880
+ readOnly: false,
881
+ required: false,
882
+ ellegibleForComparison: false,
883
+ options: [],
884
+ validations: [
885
+ {
886
+ type: "WARNING",
887
+ typeOutput: "TEXT",
888
+ formulaToMessage: "['POLLOCK_7_DOBRAS'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
889
+ message: "Usado na fórmula % gordura selecionada"
890
+ }
891
+ ],
892
+ requestGraphicData: [],
893
+ tips: [],
894
+ createdAtDateTime: "2025-10-10T18:49:29.115Z",
895
+ updatedAtDateTime: "2025-10-10T18:49:29.115Z",
896
+ __v: 0,
897
+ screenPlacement: 1,
898
+ lineId: "bd0d3ee6-92dd-4f9b-b47f-bffa76657799",
899
+ answer: "12"
900
+ },
901
+ {
902
+ _id: "68e9556312a9fe7d491619d3",
903
+ form: "689e029db13c27189bce136d",
904
+ sequence: 23,
905
+ code: "DOBRA_AXILAR_MEDIO",
906
+ description: "Axilar médio",
907
+ parent: "68e9538912a9fe7d491619b2",
908
+ line: 19,
909
+ column: 1,
910
+ type: "QUESTION",
911
+ typeAnswer: "OPEN_NUMBER",
912
+ category: "ANTHROPOMETRY",
913
+ formulaToEnable: "true",
914
+ active: true,
915
+ show: true,
916
+ readOnly: false,
917
+ required: false,
918
+ ellegibleForComparison: false,
919
+ options: [],
920
+ validations: [
921
+ {
922
+ type: "WARNING",
923
+ typeOutput: "TEXT",
924
+ formulaToMessage: "['POLLOCK_7_DOBRAS'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
925
+ message: "Usado na fórmula % gordura selecionada"
926
+ }
927
+ ],
928
+ requestGraphicData: [],
929
+ tips: [],
930
+ createdAtDateTime: "2025-10-10T18:50:11.725Z",
931
+ updatedAtDateTime: "2025-10-10T18:50:11.725Z",
932
+ __v: 0,
933
+ screenPlacement: 1,
934
+ lineId: "bd0d3ee6-92dd-4f9b-b47f-bffa76657799",
935
+ answer: "12"
936
+ }
937
+ ]
938
+ },
939
+ {
940
+ id: "c78049c1-ba5b-4824-ad4d-b3eed4f8d28e",
941
+ line: 20,
942
+ collumns: [
943
+ {
944
+ _id: "68e9557b12a9fe7d491619db",
945
+ form: "689e029db13c27189bce136d",
946
+ sequence: 24,
947
+ code: "DOBRA_SUPRAILIACA",
948
+ description: "Suprailíaca",
949
+ parent: "68e9538912a9fe7d491619b2",
950
+ line: 20,
951
+ column: 1,
952
+ type: "QUESTION",
953
+ typeAnswer: "OPEN_NUMBER",
954
+ category: "ANTHROPOMETRY",
955
+ formulaToEnable: "true",
956
+ active: true,
957
+ show: true,
958
+ readOnly: false,
959
+ required: false,
960
+ ellegibleForComparison: false,
961
+ options: [],
962
+ validations: [
963
+ {
964
+ type: "WARNING",
965
+ typeOutput: "TEXT",
966
+ formulaToMessage: "['POLLOCK_7_DOBRAS'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
967
+ message: "Usado na fórmula % gordura selecionada"
968
+ }
969
+ ],
970
+ requestGraphicData: [],
971
+ tips: [],
972
+ createdAtDateTime: "2025-10-10T18:50:35.230Z",
973
+ updatedAtDateTime: "2025-10-10T18:50:35.230Z",
974
+ __v: 0,
975
+ screenPlacement: 1,
976
+ lineId: "c78049c1-ba5b-4824-ad4d-b3eed4f8d28e",
977
+ answer: "12"
978
+ },
979
+ {
980
+ _id: "68e955ae12a9fe7d491619e3",
981
+ form: "689e029db13c27189bce136d",
982
+ sequence: 25,
983
+ code: "DOBRA_TORAXICA",
984
+ description: "Toráxica",
985
+ parent: "68e9538912a9fe7d491619b2",
986
+ line: 20,
987
+ column: 1,
988
+ type: "QUESTION",
989
+ typeAnswer: "OPEN_NUMBER",
990
+ category: "ANTHROPOMETRY",
991
+ formulaToEnable: "true",
992
+ active: true,
993
+ show: true,
994
+ readOnly: false,
995
+ required: false,
996
+ ellegibleForComparison: false,
997
+ options: [],
998
+ validations: [],
999
+ requestGraphicData: [],
1000
+ tips: [],
1001
+ createdAtDateTime: "2025-10-10T18:51:26.796Z",
1002
+ updatedAtDateTime: "2025-10-10T18:51:26.796Z",
1003
+ __v: 0,
1004
+ screenPlacement: 1,
1005
+ lineId: "c78049c1-ba5b-4824-ad4d-b3eed4f8d28e"
1006
+ }
1007
+ ]
1008
+ },
1009
+ {
1010
+ id: "c1c625f6-2b52-4f9a-b6a7-d5d649a0fe22",
1011
+ line: 21,
1012
+ collumns: [
1013
+ {
1014
+ _id: "68e955c212a9fe7d491619eb",
1015
+ form: "689e029db13c27189bce136d",
1016
+ sequence: 26,
1017
+ code: "DOBRA_ABDOMINAL",
1018
+ description: "Abdominal",
1019
+ parent: "68e9538912a9fe7d491619b2",
1020
+ line: 21,
1021
+ column: 1,
1022
+ type: "QUESTION",
1023
+ typeAnswer: "OPEN_NUMBER",
1024
+ category: "ANTHROPOMETRY",
1025
+ formulaToEnable: "true",
1026
+ active: true,
1027
+ show: true,
1028
+ readOnly: false,
1029
+ required: false,
1030
+ ellegibleForComparison: false,
1031
+ options: [],
1032
+ validations: [
1033
+ {
1034
+ type: "WARNING",
1035
+ typeOutput: "TEXT",
1036
+ formulaToMessage: "['POLLOCK_7_DOBRAS'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
1037
+ message: "Usado na fórmula % gordura selecionada"
1038
+ }
1039
+ ],
1040
+ requestGraphicData: [],
1041
+ tips: [],
1042
+ createdAtDateTime: "2025-10-10T18:51:46.056Z",
1043
+ updatedAtDateTime: "2025-10-10T18:51:46.056Z",
1044
+ __v: 0,
1045
+ screenPlacement: 1,
1046
+ lineId: "c1c625f6-2b52-4f9a-b6a7-d5d649a0fe22",
1047
+ answer: "12"
1048
+ },
1049
+ {
1050
+ _id: "68e955d112a9fe7d491619f3",
1051
+ form: "689e029db13c27189bce136d",
1052
+ sequence: 27,
1053
+ code: "DOBRA_COXA",
1054
+ description: "Coxa",
1055
+ parent: "68e9538912a9fe7d491619b2",
1056
+ line: 21,
1057
+ column: 1,
1058
+ type: "QUESTION",
1059
+ typeAnswer: "OPEN_NUMBER",
1060
+ category: "ANTHROPOMETRY",
1061
+ formulaToEnable: "true",
1062
+ active: true,
1063
+ show: true,
1064
+ readOnly: false,
1065
+ required: false,
1066
+ ellegibleForComparison: false,
1067
+ options: [],
1068
+ validations: [
1069
+ {
1070
+ type: "WARNING",
1071
+ typeOutput: "TEXT",
1072
+ formulaToMessage: "['POLLOCK_7_DOBRAS'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
1073
+ message: "Usado na fórmula % gordura selecionada"
1074
+ }
1075
+ ],
1076
+ requestGraphicData: [],
1077
+ tips: [],
1078
+ createdAtDateTime: "2025-10-10T18:52:01.389Z",
1079
+ updatedAtDateTime: "2025-10-10T18:52:01.389Z",
1080
+ __v: 0,
1081
+ screenPlacement: 1,
1082
+ lineId: "c1c625f6-2b52-4f9a-b6a7-d5d649a0fe22",
1083
+ answer: "12"
1084
+ }
1085
+ ]
1086
+ },
1087
+ {
1088
+ id: "f70f5daa-664f-4437-a3c9-6ed4289798b5",
1089
+ line: 22,
1090
+ collumns: [
1091
+ {
1092
+ _id: "68e955e312a9fe7d491619fb",
1093
+ form: "689e029db13c27189bce136d",
1094
+ sequence: 28,
1095
+ code: "DOBRA_PANTURRILHA",
1096
+ description: "Panturrilha",
1097
+ parent: "68e9538912a9fe7d491619b2",
1098
+ line: 22,
1099
+ column: 1,
1100
+ type: "QUESTION",
1101
+ typeAnswer: "OPEN_NUMBER",
1102
+ category: "ANTHROPOMETRY",
1103
+ formulaToEnable: "true",
1104
+ active: true,
1105
+ show: true,
1106
+ readOnly: false,
1107
+ required: false,
1108
+ ellegibleForComparison: false,
1109
+ options: [],
1110
+ validations: [],
1111
+ requestGraphicData: [],
1112
+ tips: [],
1113
+ createdAtDateTime: "2025-10-10T18:52:19.230Z",
1114
+ updatedAtDateTime: "2025-10-10T18:52:19.230Z",
1115
+ __v: 0,
1116
+ screenPlacement: 1,
1117
+ lineId: "f70f5daa-664f-4437-a3c9-6ed4289798b5"
1118
+ },
1119
+ {
1120
+ _id: "68e955ef12a9fe7d49161a03",
1121
+ form: "689e029db13c27189bce136d",
1122
+ sequence: 29,
1123
+ code: "DOBRA_PEITORAL",
1124
+ description: "Peitoral",
1125
+ parent: "68e9538912a9fe7d491619b2",
1126
+ line: 22,
1127
+ column: 1,
1128
+ type: "QUESTION",
1129
+ typeAnswer: "OPEN_NUMBER",
1130
+ category: "ANTHROPOMETRY",
1131
+ formulaToEnable: "true",
1132
+ active: true,
1133
+ show: true,
1134
+ readOnly: false,
1135
+ required: false,
1136
+ ellegibleForComparison: false,
1137
+ options: [],
1138
+ validations: [
1139
+ {
1140
+ type: "WARNING",
1141
+ typeOutput: "TEXT",
1142
+ formulaToMessage: "['POLLOCK_7_DOBRAS'].includes('${FORMULA_PERCENT_FAT}') ? 'Usado na fórmula % gordura selecionada' : ''",
1143
+ message: "Usado na fórmula % gordura selecionada"
1144
+ }
1145
+ ],
1146
+ requestGraphicData: [],
1147
+ tips: [],
1148
+ createdAtDateTime: "2025-10-10T18:52:31.625Z",
1149
+ updatedAtDateTime: "2025-10-10T18:52:31.625Z",
1150
+ __v: 0,
1151
+ screenPlacement: 1,
1152
+ lineId: "f70f5daa-664f-4437-a3c9-6ed4289798b5",
1153
+ answer: "12"
1154
+ }
1155
+ ]
1156
+ }
1157
+ ],
1158
+ lineId: "7755359f-7ce3-4270-a969-7af4e8216051"
1159
+ }
1160
+ ]
1161
+ },
1162
+ {
1163
+ id: "31bb2201-1b57-4dfa-a39e-08699cbb2199",
1164
+ line: 28,
1165
+ collumns: [
1166
+ {
1167
+ _id: "68e9589912a9fe7d49161a0b",
1168
+ form: "689e029db13c27189bce136d",
1169
+ sequence: 30,
1170
+ code: "SKY-30-S8EF",
1171
+ description: "Circunferências corporais (cm)",
1172
+ line: 28,
1173
+ column: 1,
1174
+ type: "GROUP",
1175
+ category: "ANTHROPOMETRY",
1176
+ formulaToEnable: "true",
1177
+ active: true,
1178
+ show: true,
1179
+ readOnly: false,
1180
+ required: false,
1181
+ ellegibleForComparison: false,
1182
+ groupConfig: {
1183
+ tips: {
1184
+ show: true,
1185
+ description: "Habilitar dicas"
1186
+ }
1187
+ },
1188
+ options: [],
1189
+ validations: [],
1190
+ requestGraphicData: [],
1191
+ tips: [],
1192
+ createdAtDateTime: "2025-10-10T19:03:53.273Z",
1193
+ updatedAtDateTime: "2025-10-10T19:03:53.273Z",
1194
+ __v: 0,
1195
+ screenPlacement: 1,
1196
+ lines: [
1197
+ {
1198
+ id: "8f9a240b-966b-44e3-bf96-868296bf5a81",
1199
+ line: 29,
1200
+ collumns: [
1201
+ {
1202
+ _id: "68e958d812a9fe7d49161a14",
1203
+ form: "689e029db13c27189bce136d",
1204
+ sequence: 31,
1205
+ code: "CIRCUNFERENCIA_PESCOCO",
1206
+ description: "Pescoço",
1207
+ parent: "68e9589912a9fe7d49161a0b",
1208
+ line: 29,
1209
+ column: 1,
1210
+ type: "QUESTION",
1211
+ typeAnswer: "OPEN_NUMBER",
1212
+ category: "ANTHROPOMETRY",
1213
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1214
+ active: true,
1215
+ show: true,
1216
+ readOnly: false,
1217
+ required: false,
1218
+ ellegibleForComparison: false,
1219
+ options: [],
1220
+ validations: [],
1221
+ requestGraphicData: [],
1222
+ tips: [],
1223
+ createdAtDateTime: "2025-10-10T19:04:56.964Z",
1224
+ updatedAtDateTime: "2025-10-10T19:04:56.964Z",
1225
+ __v: 0,
1226
+ screenPlacement: 1,
1227
+ lineId: "8f9a240b-966b-44e3-bf96-868296bf5a81"
1228
+ },
1229
+ {
1230
+ _id: "68e9593e12a9fe7d49161a1b",
1231
+ form: "689e029db13c27189bce136d",
1232
+ sequence: 32,
1233
+ code: "CIRCUNFERENCIA_TORAX",
1234
+ description: "Tórax",
1235
+ parent: "68e9589912a9fe7d49161a0b",
1236
+ line: 29,
1237
+ column: 1,
1238
+ type: "QUESTION",
1239
+ typeAnswer: "OPEN_NUMBER",
1240
+ category: "ANTHROPOMETRY",
1241
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1242
+ active: true,
1243
+ show: true,
1244
+ readOnly: false,
1245
+ required: false,
1246
+ ellegibleForComparison: false,
1247
+ options: [],
1248
+ validations: [],
1249
+ requestGraphicData: [],
1250
+ tips: [],
1251
+ createdAtDateTime: "2025-10-10T19:06:38.701Z",
1252
+ updatedAtDateTime: "2025-10-10T19:06:38.701Z",
1253
+ __v: 0,
1254
+ screenPlacement: 1,
1255
+ lineId: "8f9a240b-966b-44e3-bf96-868296bf5a81"
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ id: "0bfd2508-38f1-441b-96fb-f8586c781469",
1261
+ line: 30,
1262
+ collumns: [
1263
+ {
1264
+ _id: "68e9595c12a9fe7d49161a22",
1265
+ form: "689e029db13c27189bce136d",
1266
+ sequence: 33,
1267
+ code: "CIRCUNFERENCIA_OMBRO",
1268
+ description: "Ombro",
1269
+ parent: "68e9589912a9fe7d49161a0b",
1270
+ line: 30,
1271
+ column: 1,
1272
+ type: "QUESTION",
1273
+ typeAnswer: "OPEN_NUMBER",
1274
+ category: "ANTHROPOMETRY",
1275
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1276
+ active: true,
1277
+ show: true,
1278
+ readOnly: false,
1279
+ required: false,
1280
+ ellegibleForComparison: false,
1281
+ options: [],
1282
+ validations: [],
1283
+ requestGraphicData: [],
1284
+ tips: [],
1285
+ createdAtDateTime: "2025-10-10T19:07:08.298Z",
1286
+ updatedAtDateTime: "2025-10-10T19:07:08.298Z",
1287
+ __v: 0,
1288
+ screenPlacement: 1,
1289
+ lineId: "0bfd2508-38f1-441b-96fb-f8586c781469"
1290
+ },
1291
+ {
1292
+ _id: "68e9598412a9fe7d49161a29",
1293
+ form: "689e029db13c27189bce136d",
1294
+ sequence: 34,
1295
+ code: "CIRCUNFERENCIA_CINTURA",
1296
+ description: "Cintura",
1297
+ parent: "68e9589912a9fe7d49161a0b",
1298
+ line: 30,
1299
+ column: 1,
1300
+ type: "QUESTION",
1301
+ typeAnswer: "OPEN_NUMBER",
1302
+ category: "ANTHROPOMETRY",
1303
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1304
+ active: true,
1305
+ show: true,
1306
+ readOnly: false,
1307
+ required: false,
1308
+ ellegibleForComparison: false,
1309
+ options: [],
1310
+ validations: [],
1311
+ requestGraphicData: [],
1312
+ tips: [],
1313
+ createdAtDateTime: "2025-10-10T19:07:48.462Z",
1314
+ updatedAtDateTime: "2025-10-10T19:07:48.462Z",
1315
+ __v: 0,
1316
+ screenPlacement: 1,
1317
+ lineId: "0bfd2508-38f1-441b-96fb-f8586c781469"
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ id: "379352e7-0013-4085-9eec-b3d4a3191978",
1323
+ line: 31,
1324
+ collumns: [
1325
+ {
1326
+ _id: "68e9599b12a9fe7d49161a30",
1327
+ form: "689e029db13c27189bce136d",
1328
+ sequence: 35,
1329
+ code: "CIRCUNFERENCIA_QUADRIL",
1330
+ description: "Quadril",
1331
+ parent: "68e9589912a9fe7d49161a0b",
1332
+ line: 31,
1333
+ column: 1,
1334
+ type: "QUESTION",
1335
+ typeAnswer: "OPEN_NUMBER",
1336
+ category: "ANTHROPOMETRY",
1337
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1338
+ active: true,
1339
+ show: true,
1340
+ readOnly: false,
1341
+ required: false,
1342
+ ellegibleForComparison: false,
1343
+ options: [],
1344
+ validations: [],
1345
+ requestGraphicData: [],
1346
+ tips: [],
1347
+ createdAtDateTime: "2025-10-10T19:08:11.991Z",
1348
+ updatedAtDateTime: "2025-10-10T19:08:11.991Z",
1349
+ __v: 0,
1350
+ screenPlacement: 1,
1351
+ lineId: "379352e7-0013-4085-9eec-b3d4a3191978"
1352
+ },
1353
+ {
1354
+ _id: "68e959b212a9fe7d49161a37",
1355
+ form: "689e029db13c27189bce136d",
1356
+ sequence: 36,
1357
+ code: "CIRCUNFERENCIA_ABDOMEN",
1358
+ description: "Abdomén",
1359
+ parent: "68e9589912a9fe7d49161a0b",
1360
+ line: 31,
1361
+ column: 1,
1362
+ type: "QUESTION",
1363
+ typeAnswer: "OPEN_NUMBER",
1364
+ category: "ANTHROPOMETRY",
1365
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1366
+ active: true,
1367
+ show: true,
1368
+ readOnly: false,
1369
+ required: false,
1370
+ ellegibleForComparison: false,
1371
+ options: [],
1372
+ validations: [],
1373
+ requestGraphicData: [],
1374
+ tips: [],
1375
+ createdAtDateTime: "2025-10-10T19:08:34.808Z",
1376
+ updatedAtDateTime: "2025-10-10T19:08:34.808Z",
1377
+ __v: 0,
1378
+ screenPlacement: 1,
1379
+ lineId: "379352e7-0013-4085-9eec-b3d4a3191978"
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ id: "01b3e01f-980c-45bb-83c6-fa9d45c1118c",
1385
+ line: 32,
1386
+ collumns: [
1387
+ {
1388
+ _id: "68e959d512a9fe7d49161a3e",
1389
+ form: "689e029db13c27189bce136d",
1390
+ sequence: 37,
1391
+ code: "CIRCUNFERENCIA_BRACO_DIR_RELAXADO",
1392
+ description: "Braço Direito Relaxado",
1393
+ parent: "68e9589912a9fe7d49161a0b",
1394
+ line: 32,
1395
+ column: 1,
1396
+ type: "QUESTION",
1397
+ typeAnswer: "OPEN_NUMBER",
1398
+ category: "ANTHROPOMETRY",
1399
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1400
+ active: true,
1401
+ show: true,
1402
+ readOnly: false,
1403
+ required: false,
1404
+ ellegibleForComparison: false,
1405
+ options: [],
1406
+ validations: [],
1407
+ requestGraphicData: [],
1408
+ tips: [],
1409
+ createdAtDateTime: "2025-10-10T19:09:09.857Z",
1410
+ updatedAtDateTime: "2025-10-10T19:09:09.857Z",
1411
+ __v: 0,
1412
+ screenPlacement: 1,
1413
+ lineId: "01b3e01f-980c-45bb-83c6-fa9d45c1118c"
1414
+ },
1415
+ {
1416
+ _id: "68e959e312a9fe7d49161a45",
1417
+ form: "689e029db13c27189bce136d",
1418
+ sequence: 38,
1419
+ code: "CIRCUNFERENCIA_BRACO_ESQ_RELAXADO",
1420
+ description: "Braço Esquerdo Relaxado",
1421
+ parent: "68e9589912a9fe7d49161a0b",
1422
+ line: 32,
1423
+ column: 1,
1424
+ type: "QUESTION",
1425
+ typeAnswer: "OPEN_NUMBER",
1426
+ category: "ANTHROPOMETRY",
1427
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1428
+ active: true,
1429
+ show: true,
1430
+ readOnly: false,
1431
+ required: false,
1432
+ ellegibleForComparison: false,
1433
+ options: [],
1434
+ validations: [],
1435
+ requestGraphicData: [],
1436
+ tips: [],
1437
+ createdAtDateTime: "2025-10-10T19:09:23.240Z",
1438
+ updatedAtDateTime: "2025-10-10T19:09:23.240Z",
1439
+ __v: 0,
1440
+ screenPlacement: 1,
1441
+ lineId: "01b3e01f-980c-45bb-83c6-fa9d45c1118c"
1442
+ }
1443
+ ]
1444
+ },
1445
+ {
1446
+ id: "6f8948f3-1cb6-4724-b7ea-c61f6083ea6e",
1447
+ line: 33,
1448
+ collumns: [
1449
+ {
1450
+ _id: "68e95a0b12a9fe7d49161a4c",
1451
+ form: "689e029db13c27189bce136d",
1452
+ sequence: 39,
1453
+ code: "CIRCUNFERENCIA_BRACO_DIR_CONTRAIDO",
1454
+ description: "Braço Direito Contraído",
1455
+ parent: "68e9589912a9fe7d49161a0b",
1456
+ line: 33,
1457
+ column: 1,
1458
+ type: "QUESTION",
1459
+ typeAnswer: "OPEN_NUMBER",
1460
+ category: "ANTHROPOMETRY",
1461
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1462
+ active: true,
1463
+ show: true,
1464
+ readOnly: false,
1465
+ required: false,
1466
+ ellegibleForComparison: false,
1467
+ options: [],
1468
+ validations: [],
1469
+ requestGraphicData: [],
1470
+ tips: [],
1471
+ createdAtDateTime: "2025-10-10T19:10:03.245Z",
1472
+ updatedAtDateTime: "2025-10-10T19:10:03.245Z",
1473
+ __v: 0,
1474
+ screenPlacement: 1,
1475
+ lineId: "6f8948f3-1cb6-4724-b7ea-c61f6083ea6e"
1476
+ },
1477
+ {
1478
+ _id: "68e95a1312a9fe7d49161a53",
1479
+ form: "689e029db13c27189bce136d",
1480
+ sequence: 40,
1481
+ code: "CIRCUNFERENCIA_BRACO_ESQ_CONTRAIDO",
1482
+ description: "Braço Esquerdo Contraído",
1483
+ parent: "68e9589912a9fe7d49161a0b",
1484
+ line: 33,
1485
+ column: 1,
1486
+ type: "QUESTION",
1487
+ typeAnswer: "OPEN_NUMBER",
1488
+ category: "ANTHROPOMETRY",
1489
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1490
+ active: true,
1491
+ show: true,
1492
+ readOnly: false,
1493
+ required: false,
1494
+ ellegibleForComparison: false,
1495
+ options: [],
1496
+ validations: [],
1497
+ requestGraphicData: [],
1498
+ tips: [],
1499
+ createdAtDateTime: "2025-10-10T19:10:11.522Z",
1500
+ updatedAtDateTime: "2025-10-10T19:10:11.522Z",
1501
+ __v: 0,
1502
+ screenPlacement: 1,
1503
+ lineId: "6f8948f3-1cb6-4724-b7ea-c61f6083ea6e"
1504
+ }
1505
+ ]
1506
+ },
1507
+ {
1508
+ id: "2f36e7e4-fc01-44a8-965f-733fe33c14de",
1509
+ line: 34,
1510
+ collumns: [
1511
+ {
1512
+ _id: "68e95a3412a9fe7d49161a5a",
1513
+ form: "689e029db13c27189bce136d",
1514
+ sequence: 41,
1515
+ code: "CIRCUNFERENCIA_ANTEBRACO_DIR",
1516
+ description: "Antebraço Direito",
1517
+ parent: "68e9589912a9fe7d49161a0b",
1518
+ line: 34,
1519
+ column: 1,
1520
+ type: "QUESTION",
1521
+ typeAnswer: "OPEN_NUMBER",
1522
+ category: "ANTHROPOMETRY",
1523
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1524
+ active: true,
1525
+ show: true,
1526
+ readOnly: false,
1527
+ required: false,
1528
+ ellegibleForComparison: false,
1529
+ options: [],
1530
+ validations: [],
1531
+ requestGraphicData: [],
1532
+ tips: [],
1533
+ createdAtDateTime: "2025-10-10T19:10:44.784Z",
1534
+ updatedAtDateTime: "2025-10-10T19:10:44.784Z",
1535
+ __v: 0,
1536
+ screenPlacement: 1,
1537
+ lineId: "2f36e7e4-fc01-44a8-965f-733fe33c14de"
1538
+ },
1539
+ {
1540
+ _id: "68e95a3d12a9fe7d49161a61",
1541
+ form: "689e029db13c27189bce136d",
1542
+ sequence: 42,
1543
+ code: "CIRCUNFERENCIA_ANTEBRACO_ESQ",
1544
+ description: "Antebraço Esquerdo",
1545
+ parent: "68e9589912a9fe7d49161a0b",
1546
+ line: 34,
1547
+ column: 1,
1548
+ type: "QUESTION",
1549
+ typeAnswer: "OPEN_NUMBER",
1550
+ category: "ANTHROPOMETRY",
1551
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1552
+ active: true,
1553
+ show: true,
1554
+ readOnly: false,
1555
+ required: false,
1556
+ ellegibleForComparison: false,
1557
+ options: [],
1558
+ validations: [],
1559
+ requestGraphicData: [],
1560
+ tips: [],
1561
+ createdAtDateTime: "2025-10-10T19:10:53.388Z",
1562
+ updatedAtDateTime: "2025-10-10T19:10:53.388Z",
1563
+ __v: 0,
1564
+ screenPlacement: 1,
1565
+ lineId: "2f36e7e4-fc01-44a8-965f-733fe33c14de"
1566
+ }
1567
+ ]
1568
+ },
1569
+ {
1570
+ id: "eb38367e-a81d-4194-8bcf-ea47813f36f8",
1571
+ line: 35,
1572
+ collumns: [
1573
+ {
1574
+ _id: "68e95a6012a9fe7d49161a68",
1575
+ form: "689e029db13c27189bce136d",
1576
+ sequence: 43,
1577
+ code: "CIRCUNFERENCIA_COXA_PROX_DIR",
1578
+ description: "Coxa Proximal Direita",
1579
+ parent: "68e9589912a9fe7d49161a0b",
1580
+ line: 35,
1581
+ column: 1,
1582
+ type: "QUESTION",
1583
+ typeAnswer: "OPEN_NUMBER",
1584
+ category: "ANTHROPOMETRY",
1585
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1586
+ active: true,
1587
+ show: true,
1588
+ readOnly: false,
1589
+ required: false,
1590
+ ellegibleForComparison: false,
1591
+ options: [],
1592
+ validations: [],
1593
+ requestGraphicData: [],
1594
+ tips: [],
1595
+ createdAtDateTime: "2025-10-10T19:11:28.688Z",
1596
+ updatedAtDateTime: "2025-10-10T19:11:28.688Z",
1597
+ __v: 0,
1598
+ screenPlacement: 1,
1599
+ lineId: "eb38367e-a81d-4194-8bcf-ea47813f36f8"
1600
+ },
1601
+ {
1602
+ _id: "68e95a6912a9fe7d49161a6f",
1603
+ form: "689e029db13c27189bce136d",
1604
+ sequence: 44,
1605
+ code: "CIRCUNFERENCIA_COXA_PROX_ESQ",
1606
+ description: "Coxa Proximal Esquerda",
1607
+ parent: "68e9589912a9fe7d49161a0b",
1608
+ line: 35,
1609
+ column: 1,
1610
+ type: "QUESTION",
1611
+ typeAnswer: "OPEN_NUMBER",
1612
+ category: "ANTHROPOMETRY",
1613
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1614
+ active: true,
1615
+ show: true,
1616
+ readOnly: false,
1617
+ required: false,
1618
+ ellegibleForComparison: false,
1619
+ options: [],
1620
+ validations: [],
1621
+ requestGraphicData: [],
1622
+ tips: [],
1623
+ createdAtDateTime: "2025-10-10T19:11:37.257Z",
1624
+ updatedAtDateTime: "2025-10-10T19:11:37.257Z",
1625
+ __v: 0,
1626
+ screenPlacement: 1,
1627
+ lineId: "eb38367e-a81d-4194-8bcf-ea47813f36f8"
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ id: "4d5ef4c1-456a-4ae4-974d-e4a5a0f83a2b",
1633
+ line: 36,
1634
+ collumns: [
1635
+ {
1636
+ _id: "68e95a8912a9fe7d49161a76",
1637
+ form: "689e029db13c27189bce136d",
1638
+ sequence: 45,
1639
+ code: "CIRCUNFERENCIA_COXA_MEDIAL_ESQ",
1640
+ description: "Coxa Medial Esquerda",
1641
+ parent: "68e9589912a9fe7d49161a0b",
1642
+ line: 36,
1643
+ column: 1,
1644
+ type: "QUESTION",
1645
+ typeAnswer: "OPEN_NUMBER",
1646
+ category: "ANTHROPOMETRY",
1647
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1648
+ active: true,
1649
+ show: true,
1650
+ readOnly: false,
1651
+ required: false,
1652
+ ellegibleForComparison: false,
1653
+ options: [],
1654
+ validations: [],
1655
+ requestGraphicData: [],
1656
+ tips: [],
1657
+ createdAtDateTime: "2025-10-10T19:12:09.936Z",
1658
+ updatedAtDateTime: "2025-10-10T19:12:09.936Z",
1659
+ __v: 0,
1660
+ screenPlacement: 1,
1661
+ lineId: "4d5ef4c1-456a-4ae4-974d-e4a5a0f83a2b"
1662
+ },
1663
+ {
1664
+ _id: "68e95a9712a9fe7d49161a7d",
1665
+ form: "689e029db13c27189bce136d",
1666
+ sequence: 46,
1667
+ code: "CIRCUNFERENCIA_COXA_MEDIAL_DIR",
1668
+ description: "Coxa Medial Direita",
1669
+ parent: "68e9589912a9fe7d49161a0b",
1670
+ line: 36,
1671
+ column: 1,
1672
+ type: "QUESTION",
1673
+ typeAnswer: "OPEN_NUMBER",
1674
+ category: "ANTHROPOMETRY",
1675
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1676
+ active: true,
1677
+ show: true,
1678
+ readOnly: false,
1679
+ required: false,
1680
+ ellegibleForComparison: false,
1681
+ options: [],
1682
+ validations: [],
1683
+ requestGraphicData: [],
1684
+ tips: [],
1685
+ createdAtDateTime: "2025-10-10T19:12:23.040Z",
1686
+ updatedAtDateTime: "2025-10-10T19:12:23.040Z",
1687
+ __v: 0,
1688
+ screenPlacement: 1,
1689
+ lineId: "4d5ef4c1-456a-4ae4-974d-e4a5a0f83a2b"
1690
+ }
1691
+ ]
1692
+ },
1693
+ {
1694
+ id: "a2629ffe-a423-46ee-a946-1d45301cccc2",
1695
+ line: 37,
1696
+ collumns: [
1697
+ {
1698
+ _id: "68e95aac12a9fe7d49161a84",
1699
+ form: "689e029db13c27189bce136d",
1700
+ sequence: 47,
1701
+ code: "CIRCUNFERENCIA_COXA_DISTAL_DIR",
1702
+ description: "Coxa Distal Direita",
1703
+ parent: "68e9589912a9fe7d49161a0b",
1704
+ line: 37,
1705
+ column: 1,
1706
+ type: "QUESTION",
1707
+ typeAnswer: "OPEN_NUMBER",
1708
+ category: "ANTHROPOMETRY",
1709
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1710
+ active: true,
1711
+ show: true,
1712
+ readOnly: false,
1713
+ required: false,
1714
+ ellegibleForComparison: false,
1715
+ options: [],
1716
+ validations: [],
1717
+ requestGraphicData: [],
1718
+ tips: [],
1719
+ createdAtDateTime: "2025-10-10T19:12:44.577Z",
1720
+ updatedAtDateTime: "2025-10-10T19:12:44.577Z",
1721
+ __v: 0,
1722
+ screenPlacement: 1,
1723
+ lineId: "a2629ffe-a423-46ee-a946-1d45301cccc2"
1724
+ },
1725
+ {
1726
+ _id: "68e95ab512a9fe7d49161a8b",
1727
+ form: "689e029db13c27189bce136d",
1728
+ sequence: 48,
1729
+ code: "CIRCUNFERENCIA_COXA_DISTAL_ESQ",
1730
+ description: "Coxa Distal Esquerda",
1731
+ parent: "68e9589912a9fe7d49161a0b",
1732
+ line: 37,
1733
+ column: 1,
1734
+ type: "QUESTION",
1735
+ typeAnswer: "OPEN_NUMBER",
1736
+ category: "ANTHROPOMETRY",
1737
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1738
+ active: true,
1739
+ show: true,
1740
+ readOnly: false,
1741
+ required: false,
1742
+ ellegibleForComparison: false,
1743
+ options: [],
1744
+ validations: [],
1745
+ requestGraphicData: [],
1746
+ tips: [],
1747
+ createdAtDateTime: "2025-10-10T19:12:53.890Z",
1748
+ updatedAtDateTime: "2025-10-10T19:12:53.890Z",
1749
+ __v: 0,
1750
+ screenPlacement: 1,
1751
+ lineId: "a2629ffe-a423-46ee-a946-1d45301cccc2"
1752
+ }
1753
+ ]
1754
+ },
1755
+ {
1756
+ id: "574e8a3d-d513-40e8-bef8-0240081ccfdd",
1757
+ line: 38,
1758
+ collumns: [
1759
+ {
1760
+ _id: "68e95acc12a9fe7d49161a92",
1761
+ form: "689e029db13c27189bce136d",
1762
+ sequence: 49,
1763
+ code: "CIRCUNFERENCIA_PANTURRILHA_DIR",
1764
+ description: "Panturrilha Direita",
1765
+ parent: "68e9589912a9fe7d49161a0b",
1766
+ line: 38,
1767
+ column: 1,
1768
+ type: "QUESTION",
1769
+ typeAnswer: "OPEN_NUMBER",
1770
+ category: "ANTHROPOMETRY",
1771
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1772
+ active: true,
1773
+ show: true,
1774
+ readOnly: false,
1775
+ required: false,
1776
+ ellegibleForComparison: false,
1777
+ options: [],
1778
+ validations: [],
1779
+ requestGraphicData: [],
1780
+ tips: [],
1781
+ createdAtDateTime: "2025-10-10T19:13:16.856Z",
1782
+ updatedAtDateTime: "2025-10-10T19:13:16.856Z",
1783
+ __v: 0,
1784
+ screenPlacement: 1,
1785
+ lineId: "574e8a3d-d513-40e8-bef8-0240081ccfdd"
1786
+ },
1787
+ {
1788
+ _id: "68e95ad412a9fe7d49161a99",
1789
+ form: "689e029db13c27189bce136d",
1790
+ sequence: 50,
1791
+ code: "CIRCUNFERENCIA_PANTURRILHA_ESQ",
1792
+ description: "Panturrilha Esquerda",
1793
+ parent: "68e9589912a9fe7d49161a0b",
1794
+ line: 38,
1795
+ column: 1,
1796
+ type: "QUESTION",
1797
+ typeAnswer: "OPEN_NUMBER",
1798
+ category: "ANTHROPOMETRY",
1799
+ formulaToEnable: "'${TYPE_ASSESSMENT}' === 'LACTENT' ? false : true",
1800
+ active: true,
1801
+ show: true,
1802
+ readOnly: false,
1803
+ required: false,
1804
+ ellegibleForComparison: false,
1805
+ options: [],
1806
+ validations: [],
1807
+ requestGraphicData: [],
1808
+ tips: [],
1809
+ createdAtDateTime: "2025-10-10T19:13:24.433Z",
1810
+ updatedAtDateTime: "2025-10-10T19:13:24.433Z",
1811
+ __v: 0,
1812
+ screenPlacement: 1,
1813
+ lineId: "574e8a3d-d513-40e8-bef8-0240081ccfdd"
1814
+ }
1815
+ ]
1816
+ }
1817
+ ],
1818
+ lineId: "31bb2201-1b57-4dfa-a39e-08699cbb2199"
1819
+ }
1820
+ ]
1821
+ },
1822
+ {
1823
+ id: "74870cfd-b1ac-4663-9e78-b0be48267a21",
1824
+ line: 39,
1825
+ collumns: [
1826
+ {
1827
+ _id: "68ee523c9e2023190dc0c281",
1828
+ form: "689e029db13c27189bce136d",
1829
+ sequence: 51,
1830
+ code: "SKY-51-RLGD",
1831
+ description: "Bariátrico",
1832
+ line: 39,
1833
+ column: 1,
1834
+ type: "GROUP",
1835
+ category: "ANTHROPOMETRY",
1836
+ formulaToEnable: "!['LACTENT', 'CHILD'].includes('${TYPE_ASSESSMENT}')",
1837
+ active: true,
1838
+ show: true,
1839
+ readOnly: false,
1840
+ required: false,
1841
+ ellegibleForComparison: false,
1842
+ options: [],
1843
+ validations: [],
1844
+ requestGraphicData: [],
1845
+ tips: [],
1846
+ createdAtDateTime: "2025-10-14T13:38:04.253Z",
1847
+ updatedAtDateTime: "2025-10-14T13:38:04.253Z",
1848
+ __v: 0,
1849
+ screenPlacement: 1,
1850
+ lines: [
1851
+ {
1852
+ id: "41c1b70e-6747-43c8-b9d8-736cdd8fd3c7",
1853
+ line: 40,
1854
+ collumns: [
1855
+ {
1856
+ _id: "68ee567fdbeb63de67643cf6",
1857
+ form: "689e029db13c27189bce136d",
1858
+ sequence: 52,
1859
+ code: "BARIATRICO_TIPO_CIRURGIA",
1860
+ description: "Tipo de cirurgia bariátrica realizada",
1861
+ parent: "68ee523c9e2023190dc0c281",
1862
+ line: 40,
1863
+ column: 1,
1864
+ type: "QUESTION",
1865
+ typeAnswer: "CHOICE_SINGLE",
1866
+ category: "ANTHROPOMETRY",
1867
+ variantView: "SELECT",
1868
+ options: [
1869
+ {
1870
+ sequence: 1,
1871
+ formulaToEnable: "true",
1872
+ code: "BY_PASS",
1873
+ description: "By-pass gástrico",
1874
+ defaultSelection: false,
1875
+ active: true
1876
+ },
1877
+ {
1878
+ sequence: 2,
1879
+ formulaToEnable: "true",
1880
+ code: "SLEEVE",
1881
+ description: "Sleeve",
1882
+ defaultSelection: false,
1883
+ active: true
1884
+ },
1885
+ {
1886
+ sequence: 3,
1887
+ formulaToEnable: "true",
1888
+ code: "BANDA_GASTRICA_AJUSTAVEL",
1889
+ description: "Banca gástrica ajustável",
1890
+ defaultSelection: false,
1891
+ active: false
1892
+ }
1893
+ ],
1894
+ formulaToEnable: "true",
1895
+ active: true,
1896
+ show: true,
1897
+ readOnly: false,
1898
+ required: false,
1899
+ ellegibleForComparison: false,
1900
+ validations: [],
1901
+ requestGraphicData: [],
1902
+ tips: [],
1903
+ createdAtDateTime: "2025-10-14T13:56:15.048Z",
1904
+ updatedAtDateTime: "2025-10-14T13:56:15.048Z",
1905
+ __v: 0,
1906
+ screenPlacement: 1,
1907
+ lineId: "41c1b70e-6747-43c8-b9d8-736cdd8fd3c7"
1908
+ },
1909
+ {
1910
+ _id: "68ee573cdbeb63de67643cff",
1911
+ form: "689e029db13c27189bce136d",
1912
+ sequence: 53,
1913
+ code: "BARIATRICO_DATA_CIRURGIA",
1914
+ description: "Data da cirurgia",
1915
+ parent: "68ee523c9e2023190dc0c281",
1916
+ line: 40,
1917
+ column: 1,
1918
+ type: "QUESTION",
1919
+ typeAnswer: "DATE",
1920
+ category: "ANTHROPOMETRY",
1921
+ formulaToEnable: "true",
1922
+ active: true,
1923
+ show: true,
1924
+ readOnly: false,
1925
+ required: false,
1926
+ ellegibleForComparison: false,
1927
+ options: [],
1928
+ validations: [],
1929
+ requestGraphicData: [],
1930
+ tips: [],
1931
+ createdAtDateTime: "2025-10-14T13:59:24.863Z",
1932
+ updatedAtDateTime: "2025-10-14T13:59:24.863Z",
1933
+ __v: 0,
1934
+ screenPlacement: 1,
1935
+ lineId: "41c1b70e-6747-43c8-b9d8-736cdd8fd3c7"
1936
+ }
1937
+ ]
1938
+ },
1939
+ {
1940
+ id: "3a42d8b0-ea05-447e-98d1-f3fd93c5e331",
1941
+ line: 41,
1942
+ collumns: [
1943
+ {
1944
+ _id: "68ee57c0dbeb63de67643d07",
1945
+ form: "689e029db13c27189bce136d",
1946
+ sequence: 54,
1947
+ code: "BTN_CALC_WEIGHT_REGAIN",
1948
+ description: "Calcular reganho de peso",
1949
+ parent: "68ee523c9e2023190dc0c281",
1950
+ line: 41,
1951
+ column: 1,
1952
+ type: "BUTTON",
1953
+ category: "ANTHROPOMETRY",
1954
+ typeButtonAction: "OPEN_MODAL",
1955
+ formulaToEnable: "true",
1956
+ active: true,
1957
+ show: true,
1958
+ readOnly: false,
1959
+ required: false,
1960
+ ellegibleForComparison: false,
1961
+ options: [],
1962
+ validations: [],
1963
+ requestGraphicData: [],
1964
+ tips: [],
1965
+ createdAtDateTime: "2025-10-14T14:01:36.927Z",
1966
+ updatedAtDateTime: "2025-10-14T14:01:36.927Z",
1967
+ __v: 0,
1968
+ screenPlacement: 1,
1969
+ lines: [
1970
+ {
1971
+ id: "f14394b7-1ae8-4b1a-90a7-5f2b88c27ed3",
1972
+ line: 42,
1973
+ collumns: [
1974
+ {
1975
+ _id: "68ee5e10dbeb63de67643d10",
1976
+ form: "689e029db13c27189bce136d",
1977
+ sequence: 55,
1978
+ code: "SKY-55-OEKQ",
1979
+ parent: "68ee57c0dbeb63de67643d07",
1980
+ line: 42,
1981
+ column: 1,
1982
+ type: "MODAL",
1983
+ category: "ANTHROPOMETRY",
1984
+ formulaToEnable: "true",
1985
+ active: true,
1986
+ show: true,
1987
+ readOnly: false,
1988
+ required: false,
1989
+ ellegibleForComparison: false,
1990
+ modalConfig: {
1991
+ title: "Calcular reganho de peso",
1992
+ description: "",
1993
+ labelButtonCancel: "Cancelar",
1994
+ labelButtonConfirm: "Usar valor"
1995
+ },
1996
+ options: [],
1997
+ validations: [],
1998
+ requestGraphicData: [],
1999
+ tips: [],
2000
+ createdAtDateTime: "2025-10-14T14:28:32.411Z",
2001
+ updatedAtDateTime: "2025-10-14T14:28:32.411Z",
2002
+ __v: 0,
2003
+ screenPlacement: 1,
2004
+ lines: [
2005
+ {
2006
+ id: "93866472-aa0d-46e1-b842-1a39c1eacd47",
2007
+ line: 43,
2008
+ collumns: [
2009
+ {
2010
+ _id: "68ee6044dbeb63de67643d18",
2011
+ form: "689e029db13c27189bce136d",
2012
+ sequence: 56,
2013
+ code: "WEIGHT_IN_DATE_CIRURGY",
2014
+ description: "Peso na data da cirurgia",
2015
+ parent: "68ee5e10dbeb63de67643d10",
2016
+ line: 43,
2017
+ column: 1,
2018
+ type: "QUESTION",
2019
+ typeAnswer: "OPEN_NUMBER",
2020
+ category: "ANTHROPOMETRY",
2021
+ formulaToEnable: "true",
2022
+ active: true,
2023
+ show: true,
2024
+ readOnly: false,
2025
+ required: false,
2026
+ ellegibleForComparison: false,
2027
+ options: [],
2028
+ validations: [],
2029
+ requestGraphicData: [],
2030
+ tips: [],
2031
+ createdAtDateTime: "2025-10-14T14:37:56.829Z",
2032
+ updatedAtDateTime: "2025-10-14T14:37:56.829Z",
2033
+ __v: 0,
2034
+ screenPlacement: 1,
2035
+ lineId: "93866472-aa0d-46e1-b842-1a39c1eacd47"
2036
+ }
2037
+ ]
2038
+ },
2039
+ {
2040
+ id: "12fafc78-3a74-4db4-80b8-307b6454a632",
2041
+ line: 44,
2042
+ collumns: [
2043
+ {
2044
+ _id: "68ee60addbeb63de67643d20",
2045
+ form: "689e029db13c27189bce136d",
2046
+ sequence: 57,
2047
+ code: "BARIATRICO_WEIGHT_MINIMUM_AFTER_CIRURGY",
2048
+ description: "Peso mínimo alcançado após a cirurgia",
2049
+ parent: "68ee5e10dbeb63de67643d10",
2050
+ line: 44,
2051
+ column: 1,
2052
+ type: "QUESTION",
2053
+ typeAnswer: "OPEN_NUMBER",
2054
+ category: "ANTHROPOMETRY",
2055
+ formulaToEnable: "true",
2056
+ active: true,
2057
+ show: true,
2058
+ readOnly: false,
2059
+ required: false,
2060
+ ellegibleForComparison: false,
2061
+ options: [],
2062
+ validations: [],
2063
+ requestGraphicData: [],
2064
+ tips: [],
2065
+ createdAtDateTime: "2025-10-14T14:39:41.427Z",
2066
+ updatedAtDateTime: "2025-10-14T14:39:41.427Z",
2067
+ __v: 0,
2068
+ screenPlacement: 1,
2069
+ lineId: "12fafc78-3a74-4db4-80b8-307b6454a632"
2070
+ }
2071
+ ]
2072
+ },
2073
+ {
2074
+ id: "d0f7b18e-2de6-43a4-903a-0acca669e4e7",
2075
+ line: 45,
2076
+ collumns: [
2077
+ {
2078
+ _id: "68ee60d0dbeb63de67643d28",
2079
+ form: "689e029db13c27189bce136d",
2080
+ sequence: 58,
2081
+ code: "BARIATRICO_CURRENT_WEIGHT",
2082
+ description: "Peso atual",
2083
+ parent: "68ee5e10dbeb63de67643d10",
2084
+ line: 45,
2085
+ column: 1,
2086
+ type: "QUESTION",
2087
+ typeAnswer: "OPEN_NUMBER",
2088
+ category: "ANTHROPOMETRY",
2089
+ formulaToEnable: "true",
2090
+ active: true,
2091
+ show: true,
2092
+ readOnly: false,
2093
+ required: false,
2094
+ ellegibleForComparison: false,
2095
+ options: [],
2096
+ validations: [],
2097
+ requestGraphicData: [],
2098
+ tips: [],
2099
+ createdAtDateTime: "2025-10-14T14:40:16.803Z",
2100
+ updatedAtDateTime: "2025-10-14T14:40:16.803Z",
2101
+ __v: 0,
2102
+ screenPlacement: 1,
2103
+ lineId: "d0f7b18e-2de6-43a4-903a-0acca669e4e7"
2104
+ }
2105
+ ]
2106
+ },
2107
+ {
2108
+ id: "cb992e9f-ac99-49dd-8e4b-1f997502550b",
2109
+ line: 46,
2110
+ collumns: [
2111
+ {
2112
+ _id: "68ee6125dbeb63de67643d30",
2113
+ form: "689e029db13c27189bce136d",
2114
+ sequence: 59,
2115
+ code: "BARIATRICO_CURRENT_WEIGHT",
2116
+ description: "Peso atual",
2117
+ parent: "68ee5e10dbeb63de67643d10",
2118
+ line: 46,
2119
+ column: 1,
2120
+ type: "QUESTION",
2121
+ typeAnswer: "OPEN_NUMBER",
2122
+ category: "ANTHROPOMETRY",
2123
+ formulaToEnable: "true",
2124
+ active: true,
2125
+ show: true,
2126
+ readOnly: false,
2127
+ required: false,
2128
+ ellegibleForComparison: false,
2129
+ options: [],
2130
+ validations: [],
2131
+ requestGraphicData: [],
2132
+ tips: [],
2133
+ createdAtDateTime: "2025-10-14T14:41:41.543Z",
2134
+ updatedAtDateTime: "2025-10-14T14:41:41.543Z",
2135
+ __v: 0,
2136
+ screenPlacement: 1,
2137
+ lineId: "cb992e9f-ac99-49dd-8e4b-1f997502550b"
2138
+ }
2139
+ ]
2140
+ },
2141
+ {
2142
+ id: "a842221f-7273-4887-9793-6c7412748042",
2143
+ line: 47,
2144
+ collumns: [
2145
+ {
2146
+ _id: "68ee63addbeb63de67643d39",
2147
+ form: "689e029db13c27189bce136d",
2148
+ sequence: 60,
2149
+ code: "BARIATRICO_TEMPO_CIRURGIA",
2150
+ description: "Tempo de pós-operatório",
2151
+ parent: "68ee5e10dbeb63de67643d10",
2152
+ line: 47,
2153
+ column: 1,
2154
+ type: "QUESTION",
2155
+ typeAnswer: "OPEN_NUMBER",
2156
+ category: "ANTHROPOMETRY",
2157
+ measurementUnit: "Meses",
2158
+ formulaToAnswer: "Math.trunc((new Date().getTime() - new Date('${BARIATRICO_DATA_CIRURGIA}').getTime()) / (1000 * 60 * 60 * 24 * 30.4375))",
2159
+ formulaToEnable: "true",
2160
+ active: true,
2161
+ show: true,
2162
+ readOnly: false,
2163
+ required: false,
2164
+ ellegibleForComparison: false,
2165
+ options: [],
2166
+ validations: [],
2167
+ requestGraphicData: [],
2168
+ tips: [],
2169
+ createdAtDateTime: "2025-10-14T14:52:29.560Z",
2170
+ updatedAtDateTime: "2025-10-14T14:52:29.560Z",
2171
+ __v: 0,
2172
+ screenPlacement: 1,
2173
+ lineId: "a842221f-7273-4887-9793-6c7412748042"
2174
+ }
2175
+ ]
2176
+ }
2177
+ ],
2178
+ lineId: "f14394b7-1ae8-4b1a-90a7-5f2b88c27ed3"
2179
+ }
2180
+ ]
2181
+ }
2182
+ ],
2183
+ lineId: "3a42d8b0-ea05-447e-98d1-f3fd93c5e331"
2184
+ }
2185
+ ]
2186
+ }
2187
+ ],
2188
+ lineId: "74870cfd-b1ac-4663-9e78-b0be48267a21"
2189
+ }
2190
+ ]
2191
+ },
2192
+ {
2193
+ id: "696f0021-c620-4c3f-bf17-f767a2e69457",
2194
+ line: 48,
2195
+ collumns: [
2196
+ {
2197
+ _id: "68ee6709dbeb63de67643d41",
2198
+ form: "689e029db13c27189bce136d",
2199
+ sequence: 61,
2200
+ code: "SKY-61-C2RH",
2201
+ description: "Balança de Bioimpedância",
2202
+ line: 48,
2203
+ column: 1,
2204
+ type: "GROUP",
2205
+ category: "ANTHROPOMETRY",
2206
+ formulaToEnable: "!['LACTENT'].includes('${TYPE_ASSESSMENT}')",
2207
+ active: true,
2208
+ show: true,
2209
+ readOnly: false,
2210
+ required: false,
2211
+ ellegibleForComparison: false,
2212
+ options: [],
2213
+ validations: [],
2214
+ requestGraphicData: [],
2215
+ tips: [],
2216
+ createdAtDateTime: "2025-10-14T15:06:49.746Z",
2217
+ updatedAtDateTime: "2025-10-14T15:06:49.746Z",
2218
+ __v: 0,
2219
+ screenPlacement: 1,
2220
+ lines: [
2221
+ {
2222
+ id: "d44c119a-34ee-4db7-a191-64a2c462ac54",
2223
+ line: 49,
2224
+ collumns: [
2225
+ {
2226
+ _id: "68ee67e7dbeb63de67643d49",
2227
+ form: "689e029db13c27189bce136d",
2228
+ sequence: 62,
2229
+ code: "BIOIMPEDANCIA_PERCENTUAL_GORDURA",
2230
+ description: "Percentual de gordura corporal",
2231
+ parent: "68ee6709dbeb63de67643d41",
2232
+ line: 49,
2233
+ column: 1,
2234
+ type: "QUESTION",
2235
+ typeAnswer: "OPEN_NUMBER",
2236
+ category: "ANTHROPOMETRY",
2237
+ measurementUnit: "%",
2238
+ formulaToEnable: "true",
2239
+ active: true,
2240
+ show: true,
2241
+ readOnly: false,
2242
+ required: false,
2243
+ ellegibleForComparison: false,
2244
+ options: [],
2245
+ validations: [],
2246
+ requestGraphicData: [],
2247
+ tips: [],
2248
+ createdAtDateTime: "2025-10-14T15:10:31.255Z",
2249
+ updatedAtDateTime: "2025-10-14T15:10:31.255Z",
2250
+ __v: 0,
2251
+ screenPlacement: 1,
2252
+ lineId: "d44c119a-34ee-4db7-a191-64a2c462ac54"
2253
+ }
2254
+ ]
2255
+ },
2256
+ {
2257
+ id: "c2affdca-afaa-427c-aac4-3863251b7e78",
2258
+ line: 50,
2259
+ collumns: [
2260
+ {
2261
+ _id: "68ee67fedbeb63de67643d51",
2262
+ form: "689e029db13c27189bce136d",
2263
+ sequence: 63,
2264
+ code: "BIOIMPEDANCIA_PERCENTUAL_MASSA_MUSCULAR",
2265
+ description: "Percentual de massa muscula",
2266
+ parent: "68ee6709dbeb63de67643d41",
2267
+ line: 50,
2268
+ column: 1,
2269
+ type: "QUESTION",
2270
+ typeAnswer: "OPEN_NUMBER",
2271
+ category: "ANTHROPOMETRY",
2272
+ measurementUnit: "%",
2273
+ formulaToEnable: "true",
2274
+ active: true,
2275
+ show: true,
2276
+ readOnly: false,
2277
+ required: false,
2278
+ ellegibleForComparison: false,
2279
+ options: [],
2280
+ validations: [],
2281
+ requestGraphicData: [],
2282
+ tips: [],
2283
+ createdAtDateTime: "2025-10-14T15:10:54.092Z",
2284
+ updatedAtDateTime: "2025-10-14T15:10:54.092Z",
2285
+ __v: 0,
2286
+ screenPlacement: 1,
2287
+ lineId: "c2affdca-afaa-427c-aac4-3863251b7e78"
2288
+ }
2289
+ ]
2290
+ },
2291
+ {
2292
+ id: "5a5d0f88-fa20-41c2-9b6a-43733246ac40",
2293
+ line: 51,
2294
+ collumns: [
2295
+ {
2296
+ _id: "68ee681cdbeb63de67643d59",
2297
+ form: "689e029db13c27189bce136d",
2298
+ sequence: 64,
2299
+ code: "BIOIMPEDANCIA_GORDURA_CORPORAL",
2300
+ description: "Gordura corporal",
2301
+ parent: "68ee6709dbeb63de67643d41",
2302
+ line: 51,
2303
+ column: 1,
2304
+ type: "QUESTION",
2305
+ typeAnswer: "OPEN_NUMBER",
2306
+ category: "ANTHROPOMETRY",
2307
+ measurementUnit: "Kg",
2308
+ formulaToEnable: "true",
2309
+ active: true,
2310
+ show: true,
2311
+ readOnly: false,
2312
+ required: false,
2313
+ ellegibleForComparison: false,
2314
+ options: [],
2315
+ validations: [],
2316
+ requestGraphicData: [],
2317
+ tips: [],
2318
+ createdAtDateTime: "2025-10-14T15:11:24.687Z",
2319
+ updatedAtDateTime: "2025-10-14T15:11:24.687Z",
2320
+ __v: 0,
2321
+ screenPlacement: 1,
2322
+ lineId: "5a5d0f88-fa20-41c2-9b6a-43733246ac40"
2323
+ }
2324
+ ]
2325
+ },
2326
+ {
2327
+ id: "37518e71-bea6-4720-9219-4b4edd475238",
2328
+ line: 52,
2329
+ collumns: [
2330
+ {
2331
+ _id: "68ee685fdbeb63de67643d61",
2332
+ form: "689e029db13c27189bce136d",
2333
+ sequence: 65,
2334
+ code: "BIOIMPEDANCIA_MASSA_LIVRE_DE_GORDURA",
2335
+ description: "Massa livre de gordura",
2336
+ parent: "68ee6709dbeb63de67643d41",
2337
+ line: 52,
2338
+ column: 1,
2339
+ type: "QUESTION",
2340
+ typeAnswer: "OPEN_NUMBER",
2341
+ category: "ANTHROPOMETRY",
2342
+ measurementUnit: "Kg",
2343
+ formulaToEnable: "true",
2344
+ active: true,
2345
+ show: true,
2346
+ readOnly: false,
2347
+ required: false,
2348
+ ellegibleForComparison: false,
2349
+ options: [],
2350
+ validations: [],
2351
+ requestGraphicData: [],
2352
+ tips: [],
2353
+ createdAtDateTime: "2025-10-14T15:12:31.633Z",
2354
+ updatedAtDateTime: "2025-10-14T15:12:31.633Z",
2355
+ __v: 0,
2356
+ screenPlacement: 1,
2357
+ lineId: "37518e71-bea6-4720-9219-4b4edd475238"
2358
+ }
2359
+ ]
2360
+ },
2361
+ {
2362
+ id: "16a0e54d-0962-4289-bca4-21be55956761",
2363
+ line: 53,
2364
+ collumns: [
2365
+ {
2366
+ _id: "68ee6892dbeb63de67643d69",
2367
+ form: "689e029db13c27189bce136d",
2368
+ sequence: 66,
2369
+ code: "BIOIMPEDANCIA_PERCENTUAL_AGUA_INTRACELULAR",
2370
+ description: "Percentual água intracelular",
2371
+ parent: "68ee6709dbeb63de67643d41",
2372
+ line: 53,
2373
+ column: 1,
2374
+ type: "QUESTION",
2375
+ typeAnswer: "OPEN_NUMBER",
2376
+ category: "ANTHROPOMETRY",
2377
+ measurementUnit: "%",
2378
+ formulaToEnable: "true",
2379
+ active: true,
2380
+ show: true,
2381
+ readOnly: false,
2382
+ required: false,
2383
+ ellegibleForComparison: false,
2384
+ options: [],
2385
+ validations: [],
2386
+ requestGraphicData: [],
2387
+ tips: [],
2388
+ createdAtDateTime: "2025-10-14T15:13:22.962Z",
2389
+ updatedAtDateTime: "2025-10-14T15:13:22.962Z",
2390
+ __v: 0,
2391
+ screenPlacement: 1,
2392
+ lineId: "16a0e54d-0962-4289-bca4-21be55956761"
2393
+ }
2394
+ ]
2395
+ },
2396
+ {
2397
+ id: "5503fb45-b0f1-41fb-b6b3-5260696c153b",
2398
+ line: 54,
2399
+ collumns: [
2400
+ {
2401
+ _id: "68ee68afdbeb63de67643d71",
2402
+ form: "689e029db13c27189bce136d",
2403
+ sequence: 67,
2404
+ code: "BIOIMPEDANCIA_AGUA_INTRACELULAR",
2405
+ description: "Água intracelular",
2406
+ parent: "68ee6709dbeb63de67643d41",
2407
+ line: 54,
2408
+ column: 1,
2409
+ type: "QUESTION",
2410
+ typeAnswer: "OPEN_NUMBER",
2411
+ category: "ANTHROPOMETRY",
2412
+ measurementUnit: "L",
2413
+ formulaToEnable: "true",
2414
+ active: true,
2415
+ show: true,
2416
+ readOnly: false,
2417
+ required: false,
2418
+ ellegibleForComparison: false,
2419
+ options: [],
2420
+ validations: [],
2421
+ requestGraphicData: [],
2422
+ tips: [],
2423
+ createdAtDateTime: "2025-10-14T15:13:51.002Z",
2424
+ updatedAtDateTime: "2025-10-14T15:13:51.002Z",
2425
+ __v: 0,
2426
+ screenPlacement: 1,
2427
+ lineId: "5503fb45-b0f1-41fb-b6b3-5260696c153b"
2428
+ }
2429
+ ]
2430
+ },
2431
+ {
2432
+ id: "9f43357f-4254-4e74-b264-f04a9c434e01",
2433
+ line: 55,
2434
+ collumns: [
2435
+ {
2436
+ _id: "68ee68cfdbeb63de67643d79",
2437
+ form: "689e029db13c27189bce136d",
2438
+ sequence: 68,
2439
+ code: "BIOIMPEDANCIA_PESO_OSESO_ESTIMADO",
2440
+ description: "Peso ósseo estimado",
2441
+ parent: "68ee6709dbeb63de67643d41",
2442
+ line: 55,
2443
+ column: 1,
2444
+ type: "QUESTION",
2445
+ typeAnswer: "OPEN_NUMBER",
2446
+ category: "ANTHROPOMETRY",
2447
+ measurementUnit: "Kg",
2448
+ formulaToEnable: "true",
2449
+ active: true,
2450
+ show: true,
2451
+ readOnly: false,
2452
+ required: false,
2453
+ ellegibleForComparison: false,
2454
+ options: [],
2455
+ validations: [],
2456
+ requestGraphicData: [],
2457
+ tips: [],
2458
+ createdAtDateTime: "2025-10-14T15:14:23.633Z",
2459
+ updatedAtDateTime: "2025-10-14T15:14:23.633Z",
2460
+ __v: 0,
2461
+ screenPlacement: 1,
2462
+ lineId: "9f43357f-4254-4e74-b264-f04a9c434e01"
2463
+ }
2464
+ ]
2465
+ },
2466
+ {
2467
+ id: "567fb50a-1cd8-4396-b046-0001c380adcb",
2468
+ line: 56,
2469
+ collumns: [
2470
+ {
2471
+ _id: "68ee68f7dbeb63de67643d81",
2472
+ form: "689e029db13c27189bce136d",
2473
+ sequence: 69,
2474
+ code: "BIOIMPEDANCIA_PERCENTUAL_GORDURA_VISCERAL",
2475
+ description: "Percentual de gordura visceral",
2476
+ parent: "68ee6709dbeb63de67643d41",
2477
+ line: 56,
2478
+ column: 1,
2479
+ type: "QUESTION",
2480
+ typeAnswer: "OPEN_NUMBER",
2481
+ category: "ANTHROPOMETRY",
2482
+ measurementUnit: "%",
2483
+ formulaToEnable: "true",
2484
+ active: true,
2485
+ show: true,
2486
+ readOnly: false,
2487
+ required: false,
2488
+ ellegibleForComparison: false,
2489
+ options: [],
2490
+ validations: [],
2491
+ requestGraphicData: [],
2492
+ tips: [],
2493
+ createdAtDateTime: "2025-10-14T15:15:03.250Z",
2494
+ updatedAtDateTime: "2025-10-14T15:15:03.250Z",
2495
+ __v: 0,
2496
+ screenPlacement: 1,
2497
+ lineId: "567fb50a-1cd8-4396-b046-0001c380adcb"
2498
+ }
2499
+ ]
2500
+ },
2501
+ {
2502
+ id: "e485074a-94a8-4b16-a596-634665467b69",
2503
+ line: 57,
2504
+ collumns: [
2505
+ {
2506
+ _id: "68ee6917dbeb63de67643d89",
2507
+ form: "689e029db13c27189bce136d",
2508
+ sequence: 70,
2509
+ code: "BIOIMPEDANCIA_IDADE_METABOLICA",
2510
+ description: "Idade metabólica",
2511
+ parent: "68ee6709dbeb63de67643d41",
2512
+ line: 57,
2513
+ column: 1,
2514
+ type: "QUESTION",
2515
+ typeAnswer: "OPEN_NUMBER",
2516
+ category: "ANTHROPOMETRY",
2517
+ measurementUnit: "Anos",
2518
+ formulaToEnable: "true",
2519
+ active: true,
2520
+ show: true,
2521
+ readOnly: false,
2522
+ required: false,
2523
+ ellegibleForComparison: false,
2524
+ options: [],
2525
+ validations: [],
2526
+ requestGraphicData: [],
2527
+ tips: [],
2528
+ createdAtDateTime: "2025-10-14T15:15:35.293Z",
2529
+ updatedAtDateTime: "2025-10-14T15:15:35.293Z",
2530
+ __v: 0,
2531
+ screenPlacement: 1,
2532
+ lineId: "e485074a-94a8-4b16-a596-634665467b69"
2533
+ }
2534
+ ]
2535
+ }
2536
+ ],
2537
+ lineId: "696f0021-c620-4c3f-bf17-f767a2e69457"
2538
+ }
2539
+ ]
2540
+ },
2541
+ {
2542
+ id: "33239b9a-ea44-4b05-814b-83aa32e42b9c",
2543
+ line: 58,
2544
+ collumns: [
2545
+ {
2546
+ _id: "68ee6a2cdbeb63de67643d91",
2547
+ form: "689e029db13c27189bce136d",
2548
+ sequence: 71,
2549
+ code: "SKY-71-XX9H",
2550
+ description: "Diametro ósseo",
2551
+ line: 58,
2552
+ column: 1,
2553
+ type: "GROUP",
2554
+ category: "ANTHROPOMETRY",
2555
+ formulaToEnable: "!['LACTENT'].includes('${TYPE_ASSESSMENT}')",
2556
+ active: true,
2557
+ show: true,
2558
+ readOnly: false,
2559
+ required: false,
2560
+ ellegibleForComparison: false,
2561
+ options: [],
2562
+ validations: [],
2563
+ requestGraphicData: [],
2564
+ tips: [],
2565
+ createdAtDateTime: "2025-10-14T15:20:12.601Z",
2566
+ updatedAtDateTime: "2025-10-14T15:20:12.601Z",
2567
+ __v: 0,
2568
+ screenPlacement: 1,
2569
+ lines: [
2570
+ {
2571
+ id: "000d235d-7afc-4517-bb61-6f1e340566f0",
2572
+ line: 59,
2573
+ collumns: [
2574
+ {
2575
+ _id: "68ee6b31dbeb63de67643d99",
2576
+ form: "689e029db13c27189bce136d",
2577
+ sequence: 72,
2578
+ code: "DIAMETRO_OSSEO_PUNHO",
2579
+ description: "Diametro biestilóide - Punho",
2580
+ parent: "68ee6a2cdbeb63de67643d91",
2581
+ line: 59,
2582
+ column: 1,
2583
+ type: "QUESTION",
2584
+ typeAnswer: "OPEN_NUMBER",
2585
+ category: "ANTHROPOMETRY",
2586
+ measurementUnit: "cm",
2587
+ formulaToEnable: "true",
2588
+ active: true,
2589
+ show: true,
2590
+ readOnly: false,
2591
+ required: false,
2592
+ ellegibleForComparison: false,
2593
+ options: [],
2594
+ validations: [],
2595
+ requestGraphicData: [],
2596
+ tips: [],
2597
+ createdAtDateTime: "2025-10-14T15:24:33.030Z",
2598
+ updatedAtDateTime: "2025-10-14T15:24:33.030Z",
2599
+ __v: 0,
2600
+ screenPlacement: 1,
2601
+ lineId: "000d235d-7afc-4517-bb61-6f1e340566f0",
2602
+ answer: "10"
2603
+ }
2604
+ ]
2605
+ },
2606
+ {
2607
+ id: "56456ab1-8ac2-401c-8596-efbc3dacb5fc",
2608
+ line: 60,
2609
+ collumns: [
2610
+ {
2611
+ _id: "68ee6b50dbeb63de67643da1",
2612
+ form: "689e029db13c27189bce136d",
2613
+ sequence: 73,
2614
+ code: "DIAMETRO_OSSEO_JOELHO",
2615
+ description: "Diametro bicondilar femoral - Joelho",
2616
+ parent: "68ee6a2cdbeb63de67643d91",
2617
+ line: 60,
2618
+ column: 1,
2619
+ type: "QUESTION",
2620
+ typeAnswer: "OPEN_NUMBER",
2621
+ category: "ANTHROPOMETRY",
2622
+ measurementUnit: "cm",
2623
+ formulaToEnable: "true",
2624
+ active: true,
2625
+ show: true,
2626
+ readOnly: false,
2627
+ required: false,
2628
+ ellegibleForComparison: false,
2629
+ options: [],
2630
+ validations: [],
2631
+ requestGraphicData: [],
2632
+ tips: [],
2633
+ createdAtDateTime: "2025-10-14T15:25:04.292Z",
2634
+ updatedAtDateTime: "2025-10-14T15:25:04.292Z",
2635
+ __v: 0,
2636
+ screenPlacement: 1,
2637
+ lineId: "56456ab1-8ac2-401c-8596-efbc3dacb5fc",
2638
+ answer: "15"
2639
+ }
2640
+ ]
2641
+ },
2642
+ {
2643
+ id: "39b49515-6fe0-4b9a-aaa2-6c80be77a48e",
2644
+ line: 61,
2645
+ collumns: [
2646
+ {
2647
+ _id: "68ee6b66dbeb63de67643da9",
2648
+ form: "689e029db13c27189bce136d",
2649
+ sequence: 74,
2650
+ code: "DIAMETRO_OSSEO_UMERO",
2651
+ description: "Diametro bicondilar umeral - Úmero",
2652
+ parent: "68ee6a2cdbeb63de67643d91",
2653
+ line: 61,
2654
+ column: 1,
2655
+ type: "QUESTION",
2656
+ typeAnswer: "OPEN_NUMBER",
2657
+ category: "ANTHROPOMETRY",
2658
+ measurementUnit: "cm",
2659
+ formulaToEnable: "true",
2660
+ active: true,
2661
+ show: true,
2662
+ readOnly: false,
2663
+ required: false,
2664
+ ellegibleForComparison: false,
2665
+ options: [],
2666
+ validations: [],
2667
+ requestGraphicData: [],
2668
+ tips: [],
2669
+ createdAtDateTime: "2025-10-14T15:25:26.642Z",
2670
+ updatedAtDateTime: "2025-10-14T15:25:26.642Z",
2671
+ __v: 0,
2672
+ screenPlacement: 1,
2673
+ lineId: "39b49515-6fe0-4b9a-aaa2-6c80be77a48e",
2674
+ answer: "15"
2675
+ }
2676
+ ]
2677
+ }
2678
+ ],
2679
+ lineId: "33239b9a-ea44-4b05-814b-83aa32e42b9c"
2680
+ }
2681
+ ]
2682
+ },
2683
+ {
2684
+ id: "a9fa72fe-5106-4c93-ac09-b6ee2c4cfd5e",
2685
+ line: 62,
2686
+ collumns: [
2687
+ {
2688
+ _id: "68ee8abc80b7d807773414e7",
2689
+ form: "689e029db13c27189bce136d",
2690
+ sequence: 75,
2691
+ code: "SKY-75-HJKC",
2692
+ description: "Evolução fotográfica",
2693
+ line: 62,
2694
+ column: 1,
2695
+ type: "GROUP",
2696
+ category: "ANTHROPOMETRY",
2697
+ formulaToEnable: "!['LACTENT', 'CHILD'].includes('${TYPE_ASSESSMENT}')",
2698
+ active: true,
2699
+ show: true,
2700
+ readOnly: false,
2701
+ required: false,
2702
+ ellegibleForComparison: false,
2703
+ options: [],
2704
+ validations: [],
2705
+ requestGraphicData: [],
2706
+ tips: [],
2707
+ createdAtDateTime: "2025-10-14T17:39:08.358Z",
2708
+ updatedAtDateTime: "2025-10-14T17:39:08.358Z",
2709
+ __v: 0,
2710
+ screenPlacement: 1,
2711
+ lines: [
2712
+ {
2713
+ id: "e8c51658-e55b-415b-b64a-d24e5fdf8bc4",
2714
+ line: 63,
2715
+ collumns: [
2716
+ {
2717
+ _id: "68ee8f0180b7d807773414ef",
2718
+ form: "689e029db13c27189bce136d",
2719
+ sequence: 76,
2720
+ code: "FOTO_FRENTE",
2721
+ description: "Foto de frente",
2722
+ parent: "68ee8abc80b7d807773414e7",
2723
+ line: 63,
2724
+ column: 1,
2725
+ type: "QUESTION",
2726
+ typeAnswer: "UPLOAD_FILE",
2727
+ category: "ANTHROPOMETRY",
2728
+ variantView: "SINGLE_FILE",
2729
+ formulaToEnable: "true",
2730
+ active: true,
2731
+ show: true,
2732
+ readOnly: false,
2733
+ required: false,
2734
+ ellegibleForComparison: false,
2735
+ uploadFileConfig: {
2736
+ typeFile: "IMAGE",
2737
+ acceptablesExtensions: ["jpg", "jpeg", "png"],
2738
+ thumbExample: "https://skydiet-asset.s3.us-east-2.amazonaws.com/thumb-shadow-front-side.png"
2739
+ },
2740
+ options: [],
2741
+ validations: [],
2742
+ requestGraphicData: [],
2743
+ tips: [],
2744
+ createdAtDateTime: "2025-10-14T17:57:21.200Z",
2745
+ updatedAtDateTime: "2025-10-14T17:57:21.200Z",
2746
+ __v: 0,
2747
+ screenPlacement: 1,
2748
+ lineId: "e8c51658-e55b-415b-b64a-d24e5fdf8bc4"
2749
+ },
2750
+ {
2751
+ _id: "68ee8f2c80b7d807773414f6",
2752
+ form: "689e029db13c27189bce136d",
2753
+ sequence: 77,
2754
+ code: "FOTO_COSTAS",
2755
+ description: "Foto de costas",
2756
+ parent: "68ee8abc80b7d807773414e7",
2757
+ line: 63,
2758
+ column: 2,
2759
+ type: "QUESTION",
2760
+ typeAnswer: "UPLOAD_FILE",
2761
+ category: "ANTHROPOMETRY",
2762
+ variantView: "SINGLE_FILE",
2763
+ formulaToEnable: "true",
2764
+ active: true,
2765
+ show: true,
2766
+ readOnly: false,
2767
+ required: false,
2768
+ ellegibleForComparison: false,
2769
+ uploadFileConfig: {
2770
+ typeFile: "IMAGE",
2771
+ acceptablesExtensions: ["jpg", "jpeg", "png"],
2772
+ thumbExample: "https://skydiet-asset.s3.us-east-2.amazonaws.com/thumb-shadow-back-side.png"
2773
+ },
2774
+ options: [],
2775
+ validations: [],
2776
+ requestGraphicData: [],
2777
+ tips: [],
2778
+ createdAtDateTime: "2025-10-14T17:58:04.986Z",
2779
+ updatedAtDateTime: "2025-10-14T17:58:04.986Z",
2780
+ __v: 0,
2781
+ screenPlacement: 1,
2782
+ lineId: "e8c51658-e55b-415b-b64a-d24e5fdf8bc4"
2783
+ },
2784
+ {
2785
+ _id: "68ee8f4c80b7d807773414fd",
2786
+ form: "689e029db13c27189bce136d",
2787
+ sequence: 78,
2788
+ code: "FOTO_LADO_DIREITO",
2789
+ description: "Foto lado direito",
2790
+ parent: "68ee8abc80b7d807773414e7",
2791
+ line: 63,
2792
+ column: 3,
2793
+ type: "QUESTION",
2794
+ typeAnswer: "UPLOAD_FILE",
2795
+ category: "ANTHROPOMETRY",
2796
+ variantView: "SINGLE_FILE",
2797
+ formulaToEnable: "true",
2798
+ active: true,
2799
+ show: true,
2800
+ readOnly: false,
2801
+ required: false,
2802
+ ellegibleForComparison: false,
2803
+ uploadFileConfig: {
2804
+ typeFile: "IMAGE",
2805
+ acceptablesExtensions: ["jpg", "jpeg", "png"],
2806
+ thumbExample: "https://skydiet-asset.s3.us-east-2.amazonaws.com/thumb-shadow-right-side.png"
2807
+ },
2808
+ options: [],
2809
+ validations: [],
2810
+ requestGraphicData: [],
2811
+ tips: [],
2812
+ createdAtDateTime: "2025-10-14T17:58:36.838Z",
2813
+ updatedAtDateTime: "2025-10-14T17:58:36.838Z",
2814
+ __v: 0,
2815
+ screenPlacement: 1,
2816
+ lineId: "e8c51658-e55b-415b-b64a-d24e5fdf8bc4"
2817
+ },
2818
+ {
2819
+ _id: "68ee8f5c80b7d80777341504",
2820
+ form: "689e029db13c27189bce136d",
2821
+ sequence: 79,
2822
+ code: "FOTO_LADO_ESQUERDO",
2823
+ description: "Foto lado esquerdo",
2824
+ parent: "68ee8abc80b7d807773414e7",
2825
+ line: 63,
2826
+ column: 4,
2827
+ type: "QUESTION",
2828
+ typeAnswer: "UPLOAD_FILE",
2829
+ category: "ANTHROPOMETRY",
2830
+ variantView: "SINGLE_FILE",
2831
+ formulaToEnable: "true",
2832
+ active: true,
2833
+ show: true,
2834
+ readOnly: false,
2835
+ required: false,
2836
+ ellegibleForComparison: false,
2837
+ uploadFileConfig: {
2838
+ typeFile: "IMAGE",
2839
+ acceptablesExtensions: ["jpg", "jpeg", "png"],
2840
+ thumbExample: "https://skydiet-asset.s3.us-east-2.amazonaws.com/thumb-shadow-left-side.png"
2841
+ },
2842
+ options: [],
2843
+ validations: [],
2844
+ requestGraphicData: [],
2845
+ tips: [],
2846
+ createdAtDateTime: "2025-10-14T17:58:52.521Z",
2847
+ updatedAtDateTime: "2025-10-14T17:58:52.521Z",
2848
+ __v: 0,
2849
+ screenPlacement: 1,
2850
+ lineId: "e8c51658-e55b-415b-b64a-d24e5fdf8bc4"
2851
+ }
2852
+ ]
2853
+ }
2854
+ ],
2855
+ lineId: "a9fa72fe-5106-4c93-ac09-b6ee2c4cfd5e"
2856
+ }
2857
+ ]
2858
+ },
2859
+ {
2860
+ id: "ba96a504-7101-45ea-b787-429b9f6a0260",
2861
+ line: 64,
2862
+ collumns: [
2863
+ {
2864
+ _id: "68ef9a31fbcea8e6b466aeb5",
2865
+ form: "689e029db13c27189bce136d",
2866
+ sequence: 80,
2867
+ code: "SKY-80-265C",
2868
+ description: "Pesos e Medidas",
2869
+ line: 64,
2870
+ column: 1,
2871
+ type: "TABLE",
2872
+ category: "ANTHROPOMETRY",
2873
+ formulaToEnable: "true",
2874
+ active: true,
2875
+ show: true,
2876
+ readOnly: false,
2877
+ required: false,
2878
+ ellegibleForComparison: false,
2879
+ tableConfig: {
2880
+ headerData: [
2881
+ {
2882
+ headerText: "Análises de Pesos e Medidas",
2883
+ fieldName: "description",
2884
+ _id: "68ef9a31fbcea8e6b466aeb6"
2885
+ },
2886
+ {
2887
+ headerText: "Atual",
2888
+ fieldName: "answer",
2889
+ _id: "68ef9a31fbcea8e6b466aeb7"
2890
+ },
2891
+ {
2892
+ headerText: "Valor de ref.",
2893
+ fieldName: "referenceValue",
2894
+ _id: "68ef9a31fbcea8e6b466aeb8"
2895
+ },
2896
+ {
2897
+ headerText: "Classificação",
2898
+ fieldName: "classificationLabel",
2899
+ fieldColor: "classificationColor",
2900
+ _id: "68ef9a31fbcea8e6b466aeb9"
2901
+ }
2902
+ ]
2903
+ },
2904
+ options: [],
2905
+ validations: [],
2906
+ requestGraphicData: [],
2907
+ tips: [],
2908
+ createdAtDateTime: "2025-10-15T12:57:21.774Z",
2909
+ updatedAtDateTime: "2025-10-15T12:57:21.774Z",
2910
+ __v: 0,
2911
+ screenPlacement: 2,
2912
+ lines: [
2913
+ {
2914
+ id: "55e8bcfe-93c2-4e58-8fec-89963f90199f",
2915
+ line: 65,
2916
+ collumns: [
2917
+ {
2918
+ _id: "68ef9f5afbcea8e6b466aec4",
2919
+ form: "689e029db13c27189bce136d",
2920
+ sequence: 81,
2921
+ code: "CURRENT_WEIGHT_TABLE_RESULT",
2922
+ description: "Peso atual",
2923
+ parent: "68ef9a31fbcea8e6b466aeb5",
2924
+ line: 65,
2925
+ column: 1,
2926
+ type: "QUESTION",
2927
+ typeAnswer: "OPEN_NUMBER",
2928
+ category: "ANTHROPOMETRY",
2929
+ measurementUnit: "Kg",
2930
+ formulaToAnswer: "${CURRENT_WEIGHT}",
2931
+ formulaToReferenceValue: "Number('${HEIGHT_IN_CM}') ? (25 * ( (Number('${HEIGHT_IN_CM}') / 100)**2)) + ' kg' : undefined",
2932
+ formulaToClassification: "",
2933
+ formulaToEnable: "true",
2934
+ active: true,
2935
+ show: true,
2936
+ readOnly: false,
2937
+ required: false,
2938
+ ellegibleForComparison: false,
2939
+ options: [],
2940
+ validations: [],
2941
+ requestGraphicData: [],
2942
+ tips: [],
2943
+ createdAtDateTime: "2025-10-15T13:19:22.615Z",
2944
+ updatedAtDateTime: "2025-10-15T13:19:22.615Z",
2945
+ __v: 0,
2946
+ screenPlacement: 2,
2947
+ formulaToClassificationLabel: "",
2948
+ lineId: "55e8bcfe-93c2-4e58-8fec-89963f90199f",
2949
+ referenceValue: "90.25 kg",
2950
+ answer: 80
2951
+ }
2952
+ ]
2953
+ },
2954
+ {
2955
+ id: "16f5433d-94ef-4b10-8dee-d875bea5b479",
2956
+ line: 66,
2957
+ collumns: [
2958
+ {
2959
+ _id: "68ef9fbffbcea8e6b466aecc",
2960
+ form: "689e029db13c27189bce136d",
2961
+ sequence: 82,
2962
+ code: "CURRENT_HEIGHT_TABLE_RESULT",
2963
+ description: "Altura atual",
2964
+ parent: "68ef9a31fbcea8e6b466aeb5",
2965
+ line: 66,
2966
+ column: 1,
2967
+ type: "QUESTION",
2968
+ typeAnswer: "OPEN_NUMBER",
2969
+ category: "ANTHROPOMETRY",
2970
+ measurementUnit: "m",
2971
+ formulaToAnswer: "Number('${HEIGHT_IN_CM}') ? Number('${HEIGHT_IN_CM}') / 100 : undefined",
2972
+ formulaToReferenceValue: "",
2973
+ formulaToClassification: "",
2974
+ formulaToEnable: "true",
2975
+ active: true,
2976
+ show: true,
2977
+ readOnly: false,
2978
+ required: false,
2979
+ ellegibleForComparison: false,
2980
+ options: [],
2981
+ validations: [],
2982
+ requestGraphicData: [],
2983
+ tips: [],
2984
+ createdAtDateTime: "2025-10-15T13:21:03.178Z",
2985
+ updatedAtDateTime: "2025-10-15T13:21:03.178Z",
2986
+ __v: 0,
2987
+ screenPlacement: 2,
2988
+ formulaToClassificationLabel: "",
2989
+ lineId: "16f5433d-94ef-4b10-8dee-d875bea5b479",
2990
+ answer: 1.9
2991
+ }
2992
+ ]
2993
+ },
2994
+ {
2995
+ id: "7343c9ec-c8a1-4ffd-97ee-c33404781674",
2996
+ line: 67,
2997
+ collumns: [
2998
+ {
2999
+ _id: "68efa8f2fbcea8e6b466aed4",
3000
+ form: "689e029db13c27189bce136d",
3001
+ sequence: 83,
3002
+ code: "CURRENT_IMC_TABLE_RESULT",
3003
+ description: "IMC",
3004
+ parent: "68ef9a31fbcea8e6b466aeb5",
3005
+ line: 67,
3006
+ column: 1,
3007
+ type: "QUESTION",
3008
+ typeAnswer: "OPEN_NUMBER",
3009
+ category: "ANTHROPOMETRY",
3010
+ measurementUnit: "kg / m²",
3011
+ formulaToAnswer: "Number('${CURRENT_WEIGHT}') && Number('${HEIGHT_IN_CM}') ? Number('${CURRENT_WEIGHT}') / ((Number('${HEIGHT_IN_CM}') / 100)**2) : undefined",
3012
+ formulaToReferenceValue: "'18,5 a 24,9 kg / m²'",
3013
+ formulaToEnable: "true",
3014
+ active: true,
3015
+ show: true,
3016
+ readOnly: false,
3017
+ required: false,
3018
+ ellegibleForComparison: false,
3019
+ options: [],
3020
+ validations: [],
3021
+ requestGraphicData: [],
3022
+ tips: [],
3023
+ createdAtDateTime: "2025-10-15T14:00:18.038Z",
3024
+ updatedAtDateTime: "2025-10-15T14:00:18.038Z",
3025
+ __v: 0,
3026
+ screenPlacement: 2,
3027
+ formulaToClassificationLabel: "Number('${CURRENT_WEIGHT}') && Number('${HEIGHT_IN_CM}') ? Number('${CURRENT_IMC_TABLE_RESULT}') < 18.5 ? 'Abaixo' : Number('${CURRENT_IMC_TABLE_RESULT}') < 25 ? 'Normal' : Number('${CURRENT_IMC_TABLE_RESULT}') < 30 ? 'Sobrepeso' : Number('${CURRENT_IMC_TABLE_RESULT}') < 35 ? 'Obesidade 1' : Number('${CURRENT_IMC_TABLE_RESULT}') < 40 ? 'Obesidade 2' : 'Obesidade 3' : undefined",
3028
+ formulaToClassificationColor: "Number('${CURRENT_WEIGHT}') && Number('${HEIGHT_IN_CM}') ? Number('${CURRENT_IMC_TABLE_RESULT}') < 18.5 ? '#FFF6E9' : Number('${CURRENT_IMC_TABLE_RESULT}') < 25 ? '#C4DBEE' : '#FFF6E9' : undefined",
3029
+ lineId: "7343c9ec-c8a1-4ffd-97ee-c33404781674",
3030
+ referenceValue: "18,5 a 24,9 kg / m²",
3031
+ classificationLabel: "Normal",
3032
+ classificationColor: "#C4DBEE",
3033
+ answer: 22.1606648199446
3034
+ }
3035
+ ]
3036
+ },
3037
+ {
3038
+ id: "bb3c4adb-b1f8-4b40-aac6-1cde152289e2",
3039
+ line: 68,
3040
+ collumns: [
3041
+ {
3042
+ _id: "68efac23fbcea8e6b466aedc",
3043
+ form: "689e029db13c27189bce136d",
3044
+ sequence: 84,
3045
+ code: "RCQ_TABLE_RESULT",
3046
+ description: "Relação Cintura/Quadril (RCQ)",
3047
+ parent: "68ef9a31fbcea8e6b466aeb5",
3048
+ line: 68,
3049
+ column: 1,
3050
+ type: "QUESTION",
3051
+ typeAnswer: "OPEN_NUMBER",
3052
+ category: "ANTHROPOMETRY",
3053
+ formulaToAnswer: "Number('${CIRCUNFERENCIA_CINTURA}') && Number('${CIRCUNFERENCIA_QUADRIL}') ? Number('${CIRCUNFERENCIA_CINTURA}') / Number('${CIRCUNFERENCIA_QUADRIL}'): undefined",
3054
+ formulaToReferenceValue: "'${PATIENT_GENRE}' === 'FEMALE' ? '< 0.85' : '< 0.9'",
3055
+ formulaToEnable: "true",
3056
+ active: true,
3057
+ show: true,
3058
+ readOnly: false,
3059
+ required: false,
3060
+ ellegibleForComparison: false,
3061
+ options: [],
3062
+ validations: [],
3063
+ requestGraphicData: [],
3064
+ tips: [],
3065
+ createdAtDateTime: "2025-10-15T14:13:55.504Z",
3066
+ updatedAtDateTime: "2025-10-15T14:13:55.504Z",
3067
+ __v: 0,
3068
+ screenPlacement: 2,
3069
+ formulaToClassificationLabel: "Number('${RCQ_TABLE_RESULT}') ? Number('${RCQ_TABLE_RESULT}') > 0.9 && '${PATIENT_GENRE}' === 'MALE' ? 'Elevado' : Number('${RCQ_TABLE_RESULT}') <= 0.9 && '${PATIENT_GENRE}' === 'MALE' ? 'Normal' : Number('${RCQ_TABLE_RESULT}') > 0.85 && '${PATIENT_GENRE}' === 'FEMALE' ? 'Elevado' : Number('${RCQ_TABLE_RESULT}') <= 0.85 && '${PATIENT_GENRE}' === 'FEMALE' ? 'Normal' : undefined : undefined",
3070
+ formulaToClassificationColor: "Number('${RCQ_TABLE_RESULT}') ? Number('${RCQ_TABLE_RESULT}') > 0.9 && '${PATIENT_GENRE}' === 'MALE' ? '#ffe9e9' : Number('${RCQ_TABLE_RESULT}') <= 0.9 && '${PATIENT_GENRE}' === 'MALE' ? '#ecf6ff' : Number('${RCQ_TABLE_RESULT}') > 0.85 && '${PATIENT_GENRE}' === 'FEMALE' ? '#ffe9e9' : Number('${RCQ_TABLE_RESULT}') <= 0.85 && '${PATIENT_GENRE}' === 'FEMALE' ? '#ecf6ff' : undefined : undefined",
3071
+ referenceValue: "< 0.85",
3072
+ lineId: "bb3c4adb-b1f8-4b40-aac6-1cde152289e2"
3073
+ }
3074
+ ]
3075
+ },
3076
+ {
3077
+ id: "1b06dcd3-bdcc-4062-8add-7eb4cb817778",
3078
+ line: 69,
3079
+ collumns: [
3080
+ {
3081
+ _id: "691354158ff24f6dd8e020f6",
3082
+ form: "689e029db13c27189bce136d",
3083
+ sequence: 84,
3084
+ code: "RCA_TABLE_RESULT",
3085
+ description: "Relação Cintura/Altura (RCA)",
3086
+ parent: "68ef9a31fbcea8e6b466aeb5",
3087
+ line: 69,
3088
+ column: 1,
3089
+ type: "QUESTION",
3090
+ typeAnswer: "OPEN_NUMBER",
3091
+ category: "ANTHROPOMETRY",
3092
+ formulaToAnswer: "Number('${CIRCUNFERENCIA_CINTURA}') && Number('${HEIGHT_IN_CM}') ? Number('${CIRCUNFERENCIA_CINTURA}') / Number('${HEIGHT_IN_CM}'): undefined",
3093
+ formulaToReferenceValue: "'< 0.5'",
3094
+ formulaToEnable: "true",
3095
+ active: true,
3096
+ show: true,
3097
+ readOnly: false,
3098
+ required: false,
3099
+ ellegibleForComparison: false,
3100
+ options: [],
3101
+ validations: [],
3102
+ requestGraphicData: [],
3103
+ tips: [],
3104
+ createdAtDateTime: "2025-11-11T14:13:55.504Z",
3105
+ updatedAtDateTime: "2025-11-11T14:13:55.504Z",
3106
+ __v: 0,
3107
+ screenPlacement: 2,
3108
+ formulaToClassificationLabel: "Number('${RCA_TABLE_RESULT}') ? Number('${RCA_TABLE_RESULT}') > 0.5 ? 'Elevado' : 'Normal' : undefined",
3109
+ formulaToClassificationColor: "Number('${RCA_TABLE_RESULT}') ? Number('${RCA_TABLE_RESULT}') > 0.5 ? '#ffe9e9' : '#ecf6ff' : undefined",
3110
+ lineId: "1b06dcd3-bdcc-4062-8add-7eb4cb817778",
3111
+ referenceValue: "< 0.5"
3112
+ }
3113
+ ]
3114
+ },
3115
+ {
3116
+ id: "0116d700-ade9-4746-9e67-a6b8a697f13a",
3117
+ line: 70,
3118
+ collumns: [
3119
+ {
3120
+ _id: "68efac6ffbcea8e6b466aee4",
3121
+ form: "689e029db13c27189bce136d",
3122
+ sequence: 85,
3123
+ code: "AMBC_TABLE_RESULT",
3124
+ description: "Área muscular do braço corrigida (AMBc)",
3125
+ parent: "68ef9a31fbcea8e6b466aeb5",
3126
+ line: 70,
3127
+ column: 1,
3128
+ type: "QUESTION",
3129
+ typeAnswer: "OPEN_NUMBER",
3130
+ category: "ANTHROPOMETRY",
3131
+ formulaToAnswer: "Number('${CIRCUNFERENCIA_BRACO_DIR_RELAXADO}') && Number('${DOBRA_TRICEPTAL}') ? '${PATIENT_GENRE}' === 'MALE' ? (((Number('${CIRCUNFERENCIA_BRACO_DIR_RELAXADO}') - (3.14 * (Number('${DOBRA_TRICEPTAL}') / 10))) ** 2) / (4 * 3.14)) - 10 : '${PATIENT_GENRE}' === 'FEMALE' ? (((Number('${CIRCUNFERENCIA_BRACO_DIR_RELAXADO}') - (3.14 * (Number('${DOBRA_TRICEPTAL}') / 10))) ** 2) / (4 * 3.14)) - 6.5 : undefined : undefined",
3132
+ formulaToEnable: "true",
3133
+ active: true,
3134
+ show: true,
3135
+ readOnly: false,
3136
+ required: false,
3137
+ ellegibleForComparison: false,
3138
+ options: [],
3139
+ validations: [],
3140
+ requestGraphicData: [],
3141
+ tips: [],
3142
+ createdAtDateTime: "2025-10-15T14:15:11.490Z",
3143
+ updatedAtDateTime: "2025-10-15T14:15:11.490Z",
3144
+ __v: 0,
3145
+ screenPlacement: 2,
3146
+ measurementUnit: "cm²",
3147
+ lineId: "0116d700-ade9-4746-9e67-a6b8a697f13a"
3148
+ }
3149
+ ]
3150
+ }
3151
+ ],
3152
+ lineId: "ba96a504-7101-45ea-b787-429b9f6a0260"
3153
+ }
3154
+ ]
3155
+ },
3156
+ {
3157
+ id: "51c9ce3c-be60-4c1e-9054-a90c0a687915",
3158
+ line: 70,
3159
+ collumns: [
3160
+ {
3161
+ _id: "68efad48fbcea8e6b466aeec",
3162
+ form: "689e029db13c27189bce136d",
3163
+ sequence: 86,
3164
+ code: "SKY-86-FQDG",
3165
+ description: "Composição corporal",
3166
+ line: 70,
3167
+ column: 1,
3168
+ type: "TABLE",
3169
+ category: "ANTHROPOMETRY",
3170
+ formulaToEnable: "true",
3171
+ active: true,
3172
+ show: true,
3173
+ readOnly: false,
3174
+ required: false,
3175
+ ellegibleForComparison: false,
3176
+ tableConfig: {
3177
+ headerData: [
3178
+ {
3179
+ headerText: "Composição corporal",
3180
+ fieldName: "description",
3181
+ _id: "68efad48fbcea8e6b466aeed"
3182
+ },
3183
+ {
3184
+ headerText: "Atual",
3185
+ fieldName: "answer",
3186
+ _id: "68efad48fbcea8e6b466aeee"
3187
+ },
3188
+ {
3189
+ headerText: "Valor de ref.",
3190
+ fieldName: "referenceValue",
3191
+ _id: "68efad48fbcea8e6b466aeef"
3192
+ },
3193
+ {
3194
+ headerText: "Classificação",
3195
+ fieldName: "classificationLabel",
3196
+ _id: "68efad48fbcea8e6b466aef0"
3197
+ }
3198
+ ]
3199
+ },
3200
+ options: [],
3201
+ validations: [],
3202
+ requestGraphicData: [],
3203
+ tips: [],
3204
+ createdAtDateTime: "2025-10-15T14:18:48.408Z",
3205
+ updatedAtDateTime: "2025-10-15T14:18:48.408Z",
3206
+ __v: 0,
3207
+ screenPlacement: 2,
3208
+ lines: [
3209
+ {
3210
+ id: "414bcceb-7976-4bf6-8fed-b6922f37df9f",
3211
+ line: 71,
3212
+ collumns: [
3213
+ {
3214
+ _id: "68efadbffbcea8e6b466aef8",
3215
+ form: "689e029db13c27189bce136d",
3216
+ sequence: 87,
3217
+ code: "PROTOCOLO_PERC_GORDURA_TABLE_RESULT",
3218
+ description: "Protocolo",
3219
+ parent: "68efad48fbcea8e6b466aeec",
3220
+ line: 71,
3221
+ column: 1,
3222
+ type: "QUESTION",
3223
+ typeAnswer: "OPEN_NUMBER",
3224
+ category: "ANTHROPOMETRY",
3225
+ formulaToAnswer: "'${FORMULA_PERCENT_FAT}'",
3226
+ formulaToEnable: "true",
3227
+ active: true,
3228
+ show: true,
3229
+ readOnly: false,
3230
+ required: false,
3231
+ ellegibleForComparison: false,
3232
+ options: [],
3233
+ validations: [],
3234
+ requestGraphicData: [],
3235
+ tips: [],
3236
+ createdAtDateTime: "2025-10-15T14:20:47.735Z",
3237
+ updatedAtDateTime: "2025-10-15T14:20:47.735Z",
3238
+ __v: 0,
3239
+ screenPlacement: 2,
3240
+ lineId: "414bcceb-7976-4bf6-8fed-b6922f37df9f",
3241
+ answer: "POLLOCK_7_DOBRAS"
3242
+ }
3243
+ ]
3244
+ },
3245
+ {
3246
+ id: "2067ce39-f250-4e48-bc26-55820a608a90",
3247
+ line: 72,
3248
+ collumns: [
3249
+ {
3250
+ _id: "68efb15ffbcea8e6b466af01",
3251
+ form: "689e029db13c27189bce136d",
3252
+ sequence: 88,
3253
+ code: "PERC_GORDURA_TABLE_RESULT",
3254
+ description: "% de Gordura",
3255
+ parent: "68efad48fbcea8e6b466aeec",
3256
+ line: 72,
3257
+ column: 1,
3258
+ type: "QUESTION",
3259
+ typeAnswer: "OPEN_NUMBER_PERCENT",
3260
+ category: "ANTHROPOMETRY",
3261
+ measurementUnit: "%",
3262
+ formulaToAnswer: "'${CURRENT_WEIGHT}';'${HEIGHT_IN_CM}'; '${DOBRA_ABDOMINAL}';'${DOBRA_AXILAR_MEDIO}';'${DOBRA_COXA}';'${DOBRA_SUBESCAPULAR}';'${DOBRA_SUPRAILIACA}';'${DOBRA_TRICEPTAL}';'${DOBRA_PEITORAL}';Number('${BIOIMPEDANCIA_PERCENTUAL_GORDURA}') > 0 ? '${BIOIMPEDANCE_FAT_PERCENT}' : '${FORMULA_PERCENT_FAT}' === 'POLLOCK_7_DOBRAS' ? isNaN('${FORMULA_POLLOCK_7_DOBRAS}') ? undefined : '${FORMULA_POLLOCK_7_DOBRAS}' : '${FORMULA_PERCENT_FAT}' === 'POLLOCK_3_DOBRAS' ? '${POLLOCK_3_DOBRAS}' : '${FORMULA_PERCENT_FAT}' === 'PETROSKI' ? '${PETROSKI}' : '${FORMULA_PERCENT_FAT}' === 'DURNIN_WOMERSLEY' ? '${DURNIN_WOMERSLEY}' : '${FORMULA_PERCENT_FAT}' === 'FAULKNER' ? '${FAULKNER}' : '${FORMULA_PERCENT_FAT}' === 'YUHASZ' ? '${YUHASZ}' : '${FORMULA_PERCENT_FAT}' === 'WELTMAN_1988_OBESOS' ? '${WELTMAN_1988_OBESOS}' : '${FORMULA_PERCENT_FAT}' === 'GUEDES' ? '${GUEDES}' : undefined",
3263
+ formulaToReferenceValue: "'${PATIENT_GENRE}' === 'MALE' ? '18% - 25%' : '20% - 28%'",
3264
+ formulaToEnable: "true",
3265
+ active: true,
3266
+ show: true,
3267
+ readOnly: false,
3268
+ required: false,
3269
+ ellegibleForComparison: true,
3270
+ options: [],
3271
+ validations: [],
3272
+ requestGraphicData: [],
3273
+ tips: [],
3274
+ createdAtDateTime: "2025-10-15T14:36:15.391Z",
3275
+ updatedAtDateTime: "2025-10-15T14:36:15.391Z",
3276
+ __v: 0,
3277
+ screenPlacement: 2,
3278
+ referenceValue: "20% - 28%",
3279
+ lineId: "2067ce39-f250-4e48-bc26-55820a608a90",
3280
+ answer: "0.17113422122000888"
3281
+ }
3282
+ ]
3283
+ },
3284
+ {
3285
+ id: "166a4a66-ea1a-4187-be98-f1c956dcab47",
3286
+ line: 73,
3287
+ collumns: [
3288
+ {
3289
+ _id: "68efb244fbcea8e6b466af0a",
3290
+ form: "689e029db13c27189bce136d",
3291
+ sequence: 89,
3292
+ code: "MASSA_GORDURA_TABLE_RESULT",
3293
+ description: "Peso de Gordura",
3294
+ parent: "68efad48fbcea8e6b466aeec",
3295
+ line: 73,
3296
+ column: 1,
3297
+ type: "QUESTION",
3298
+ typeAnswer: "OPEN_NUMBER",
3299
+ category: "ANTHROPOMETRY",
3300
+ measurementUnit: "Kg",
3301
+ formulaToAnswer: "${CURRENT_WEIGHT} * ${PERC_GORDURA_TABLE_RESULT}",
3302
+ formulaToEnable: "true",
3303
+ active: true,
3304
+ show: true,
3305
+ readOnly: false,
3306
+ required: false,
3307
+ ellegibleForComparison: false,
3308
+ options: [],
3309
+ validations: [],
3310
+ requestGraphicData: [],
3311
+ tips: [],
3312
+ createdAtDateTime: "2025-10-15T14:40:04.251Z",
3313
+ updatedAtDateTime: "2025-10-15T14:40:04.251Z",
3314
+ __v: 0,
3315
+ screenPlacement: 2,
3316
+ lineId: "166a4a66-ea1a-4187-be98-f1c956dcab47",
3317
+ answer: 13.69073769760071
3318
+ }
3319
+ ]
3320
+ },
3321
+ {
3322
+ id: "8ee86ed3-7fff-4750-82d2-8b7a384b1cf3",
3323
+ line: 74,
3324
+ collumns: [
3325
+ {
3326
+ _id: "68efb266fbcea8e6b466af12",
3327
+ form: "689e029db13c27189bce136d",
3328
+ sequence: 90,
3329
+ code: "MASSA_OSSEO_TABLE_RESULT",
3330
+ description: "Peso Ósseo",
3331
+ parent: "68efad48fbcea8e6b466aeec",
3332
+ line: 74,
3333
+ column: 1,
3334
+ type: "QUESTION",
3335
+ typeAnswer: "OPEN_NUMBER",
3336
+ category: "ANTHROPOMETRY",
3337
+ measurementUnit: "Kg",
3338
+ formulaToAnswer: "3.02 * ((((Number('${HEIGHT_IN_CM}') / 100)**2)*(Number('${DIAMETRO_OSSEO_PUNHO}') + Number('${DIAMETRO_OSSEO_JOELHO}') ​+ Number('${DIAMETRO_OSSEO_UMERO}')​)*400)**0.712)",
3339
+ formulaToEnable: "true",
3340
+ active: true,
3341
+ show: true,
3342
+ readOnly: false,
3343
+ required: false,
3344
+ ellegibleForComparison: false,
3345
+ options: [],
3346
+ validations: [],
3347
+ requestGraphicData: [],
3348
+ tips: [],
3349
+ createdAtDateTime: "2025-10-15T14:40:38.237Z",
3350
+ updatedAtDateTime: "2025-10-15T14:40:38.237Z",
3351
+ __v: 0,
3352
+ screenPlacement: 2,
3353
+ lineId: "8ee86ed3-7fff-4750-82d2-8b7a384b1cf3"
3354
+ }
3355
+ ]
3356
+ }
3357
+ ],
3358
+ lineId: "51c9ce3c-be60-4c1e-9054-a90c0a687915"
3359
+ }
3360
+ ]
3361
+ },
3362
+ {
3363
+ id: "5f2c0254-9f62-4ded-bc85-e4d1196f6918",
3364
+ line: 75,
3365
+ collumns: [
3366
+ {
3367
+ _id: "68effcee91073e75f541eff7",
3368
+ form: "689e029db13c27189bce136d",
3369
+ sequence: 91,
3370
+ code: "PATIENT_BORN_DATE",
3371
+ description: "Data Nasc. do Paciente",
3372
+ line: 75,
3373
+ column: 1,
3374
+ type: "QUESTION",
3375
+ typeAnswer: "DATE",
3376
+ category: "ANTHROPOMETRY",
3377
+ formulaToEnable: "true",
3378
+ active: true,
3379
+ show: false,
3380
+ readOnly: false,
3381
+ required: false,
3382
+ ellegibleForComparison: false,
3383
+ options: [],
3384
+ validations: [],
3385
+ requestGraphicData: [],
3386
+ tips: [],
3387
+ createdAtDateTime: "2025-10-15T19:58:38.981Z",
3388
+ updatedAtDateTime: "2025-10-15T19:58:38.981Z",
3389
+ __v: 0,
3390
+ screenPlacement: 1,
3391
+ answer: "2011-09-22T03:00:00.000Z",
3392
+ lineId: "5f2c0254-9f62-4ded-bc85-e4d1196f6918"
3393
+ }
3394
+ ]
3395
+ },
3396
+ {
3397
+ id: "42d0b61d-769b-4d1e-bd25-d7344ca01778",
3398
+ line: 76,
3399
+ collumns: [
3400
+ {
3401
+ _id: "68effd2191073e75f541efff",
3402
+ form: "689e029db13c27189bce136d",
3403
+ sequence: 92,
3404
+ code: "PATIENT_GENRE",
3405
+ description: "Gênero do Paciente",
3406
+ line: 76,
3407
+ column: 1,
3408
+ type: "QUESTION",
3409
+ typeAnswer: "OPEN_TEXT",
3410
+ category: "ANTHROPOMETRY",
3411
+ formulaToEnable: "true",
3412
+ active: true,
3413
+ show: false,
3414
+ readOnly: false,
3415
+ required: false,
3416
+ ellegibleForComparison: false,
3417
+ options: [],
3418
+ validations: [],
3419
+ requestGraphicData: [],
3420
+ tips: [],
3421
+ createdAtDateTime: "2025-10-15T19:59:29.284Z",
3422
+ updatedAtDateTime: "2025-10-15T19:59:29.284Z",
3423
+ __v: 0,
3424
+ screenPlacement: 1,
3425
+ answer: "FEMALE",
3426
+ lineId: "42d0b61d-769b-4d1e-bd25-d7344ca01778"
3427
+ }
3428
+ ]
3429
+ },
3430
+ {
3431
+ id: "2f681c28-eebf-464f-bd8c-31910b82d5f9",
3432
+ line: 77,
3433
+ collumns: [
3434
+ {
3435
+ _id: "68effdaf486b4803c9142887",
3436
+ form: "689e029db13c27189bce136d",
3437
+ sequence: 93,
3438
+ code: "PATIENT_AGE_IN_YEARS",
3439
+ description: "Idade do Paciente em Anos",
3440
+ line: 77,
3441
+ column: 1,
3442
+ type: "QUESTION",
3443
+ typeAnswer: "OPEN_NUMBER",
3444
+ category: "ANTHROPOMETRY",
3445
+ measurementUnit: "Anos",
3446
+ formulaToEnable: "true",
3447
+ active: true,
3448
+ show: false,
3449
+ readOnly: false,
3450
+ required: false,
3451
+ ellegibleForComparison: false,
3452
+ options: [],
3453
+ validations: [],
3454
+ requestGraphicData: [],
3455
+ tips: [],
3456
+ createdAtDateTime: "2025-10-15T20:01:51.754Z",
3457
+ updatedAtDateTime: "2025-10-15T20:01:51.754Z",
3458
+ __v: 0,
3459
+ screenPlacement: 1,
3460
+ answer: 14,
3461
+ lineId: "2f681c28-eebf-464f-bd8c-31910b82d5f9"
3462
+ }
3463
+ ]
3464
+ },
3465
+ {
3466
+ id: "ee11b211-090c-4c1f-9232-980e869f8f92",
3467
+ line: 78,
3468
+ collumns: [
3469
+ {
3470
+ _id: "68effdc6486b4803c914288f",
3471
+ form: "689e029db13c27189bce136d",
3472
+ sequence: 94,
3473
+ code: "PATIENT_AGE_IN_MONTHS",
3474
+ description: "Idade do Paciente em Meses",
3475
+ line: 78,
3476
+ column: 1,
3477
+ type: "QUESTION",
3478
+ typeAnswer: "OPEN_NUMBER",
3479
+ category: "ANTHROPOMETRY",
3480
+ measurementUnit: "Meses",
3481
+ formulaToEnable: "true",
3482
+ active: true,
3483
+ show: false,
3484
+ readOnly: false,
3485
+ required: false,
3486
+ ellegibleForComparison: false,
3487
+ options: [],
3488
+ validations: [],
3489
+ requestGraphicData: [],
3490
+ tips: [],
3491
+ createdAtDateTime: "2025-10-15T20:02:14.980Z",
3492
+ updatedAtDateTime: "2025-10-15T20:02:14.980Z",
3493
+ __v: 0,
3494
+ screenPlacement: 1,
3495
+ answer: 169,
3496
+ lineId: "ee11b211-090c-4c1f-9232-980e869f8f92"
3497
+ }
3498
+ ]
3499
+ },
3500
+ {
3501
+ id: "a3133667-bd26-4f8d-b6a0-46ff027bdef1",
3502
+ line: 80,
3503
+ collumns: [
3504
+ {
3505
+ _id: "6913683bbd480d6d34a9bcca",
3506
+ form: "689e029db13c27189bce136d",
3507
+ sequence: 97,
3508
+ code: "FORMULA_POLLOCK_7_DOBRAS",
3509
+ description: "Equação Pollock 7 dobras",
3510
+ line: 80,
3511
+ column: 1,
3512
+ type: "QUESTION",
3513
+ typeAnswer: "OPEN_NUMBER_PERCENT",
3514
+ category: "ANTHROPOMETRY",
3515
+ formulaToAnswer: "(4.95 / ('${PATIENT_GENRE}' === 'FEMALE' ? 1.097 - (0.00046971 * (Number('${DOBRA_ABDOMINAL}') + Number('${DOBRA_AXILAR_MEDIO}') + Number('${DOBRA_COXA}') + Number('${DOBRA_SUBESCAPULAR}') + Number('${DOBRA_SUPRAILIACA}') + Number('${DOBRA_TRICEPTAL}') + Number('${DOBRA_PEITORAL}'))) + (0.00000056 * ((Number('${DOBRA_ABDOMINAL}') + Number('${DOBRA_AXILAR_MEDIO}') + Number('${DOBRA_COXA}') + Number('${DOBRA_SUBESCAPULAR}') + Number('${DOBRA_SUPRAILIACA}') + Number('${DOBRA_TRICEPTAL}') + Number('${DOBRA_PEITORAL}'))**2)) - (0.00012828 * Number('${PATIENT_AGE_IN_YEARS}')) : 1.112 - (0.0004349 * (Number('${DOBRA_ABDOMINAL}') + Number('${DOBRA_AXILAR_MEDIO}') + Number('${DOBRA_COXA}') + Number('${DOBRA_SUBESCAPULAR}') + Number('${DOBRA_SUPRAILIACA}') + Number('${DOBRA_TRICEPTAL}') + Number('${DOBRA_PEITORAL}'))) + (0.00000055 * ((Number('${DOBRA_ABDOMINAL}') + Number('${DOBRA_AXILAR_MEDIO}') + Number('${DOBRA_COXA}') + Number('${DOBRA_SUBESCAPULAR}') + Number('${DOBRA_SUPRAILIACA}') + Number('${DOBRA_TRICEPTAL}') + Number('${DOBRA_PEITORAL}'))**2)) - (0.00028826 * Number('${PATIENT_AGE_IN_YEARS}')))) - 4.5",
3516
+ formulaToEnable: "true",
3517
+ active: true,
3518
+ show: false,
3519
+ readOnly: false,
3520
+ required: false,
3521
+ ellegibleForComparison: false,
3522
+ options: [],
3523
+ validations: [],
3524
+ requestGraphicData: [],
3525
+ tips: [],
3526
+ createdAtDateTime: "2025-11-11T16:45:47.480Z",
3527
+ updatedAtDateTime: "2025-11-11T16:45:47.480Z",
3528
+ __v: 0,
3529
+ answer: 0.17113422122000888,
3530
+ lineId: "a3133667-bd26-4f8d-b6a0-46ff027bdef1"
3531
+ }
3532
+ ]
3533
+ }
3534
+ ];
3535
+ describe("BuildRecurrenceBookingsFlow", () => {
3536
+ it("should return undefined", async () => {
3537
+ // const bookingMock = {
3538
+ // initAppointmentDateTime: moment().set({
3539
+ // date: 25,
3540
+ // month: 4,
3541
+ // year: 2024,
3542
+ // hour: 11
3543
+ // }),
3544
+ // endAppointmentDateTime: moment().set({
3545
+ // date: 25,
3546
+ // month: 4,
3547
+ // year: 2024,
3548
+ // hour: 12,
3549
+ // minute: 0
3550
+ // })
3551
+ // } as IBooking;
3552
+ // const sut = BuildRecurrenceBookingsFlow.build(bookingMock);
3553
+ const sut = OnAnswerQuestionsFlowTester_1.default.executeByRows(answerExample, lines, []);
3554
+ console.log("SUT", JSON.stringify(sut, null, 2));
3555
+ expect(sut.lines).not.toBeNull();
3556
+ });
3557
+ });
3558
+ // ---- TESTER CODE END ----