c2-clinical 1.0.134 → 1.0.136

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