|
@@ -326,259 +326,259 @@ export default {
|
326
|
326
|
}
|
327
|
327
|
},
|
328
|
328
|
|
329
|
|
- {
|
330
|
|
- path: '/patients/patient/:id/Fallassessment',
|
331
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
|
332
|
|
- hidden: true,
|
333
|
|
- is_menu: false,
|
334
|
|
- name: 'Fallassessment',
|
335
|
|
- meta: {
|
336
|
|
- title: 'firstDiseasePrint',
|
337
|
|
- noCache: true
|
338
|
|
- }
|
339
|
|
- },
|
340
|
|
- {
|
341
|
|
- path: '/patients/patient/:id/pediatricFallAssessment',
|
342
|
|
- component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
|
343
|
|
- hidden: true,
|
344
|
|
- is_menu: false,
|
345
|
|
- name: 'pediatricFallAssessment',
|
346
|
|
- meta: {
|
347
|
|
- title: 'pediatricFallAssessment',
|
348
|
|
- noCache: true
|
349
|
|
- }
|
350
|
|
- },
|
351
|
|
- {
|
352
|
|
- path: '/patients/patient/:id/pressuresore',
|
353
|
|
- component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
|
354
|
|
- hidden: true,
|
355
|
|
- is_menu: false,
|
356
|
|
- name: 'pressuresore',
|
357
|
|
- meta: {
|
358
|
|
- title: 'pressuresore',
|
359
|
|
- noCache: true
|
360
|
|
- }
|
361
|
|
- },
|
362
|
|
- {
|
363
|
|
- path: '/patients/patient/:id/OHpressuresore',
|
364
|
|
- component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
|
365
|
|
- hidden: true,
|
366
|
|
- is_menu: false,
|
367
|
|
- name: 'OHpressuresore',
|
368
|
|
- meta: {
|
369
|
|
- title: 'OHpressuresore',
|
370
|
|
- noCache: true
|
371
|
|
- }
|
372
|
|
- },
|
373
|
|
- {
|
374
|
|
- path: '/patients/patient/:id/dailyLife',
|
375
|
|
- component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
|
376
|
|
- hidden: true,
|
377
|
|
- is_menu: false,
|
378
|
|
- name: 'dailyLife',
|
379
|
|
- meta: {
|
380
|
|
- title: 'dailyLife',
|
381
|
|
- noCache: true
|
382
|
|
- }
|
383
|
|
- },
|
384
|
|
- {
|
385
|
|
- path: '/patients/patient/:id/Cathetershedding',
|
386
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
|
387
|
|
- hidden: true,
|
388
|
|
- is_menu: false,
|
389
|
|
- name: 'Cathetershedding',
|
390
|
|
- meta: {
|
391
|
|
- title: 'Cathetershedding',
|
392
|
|
- noCache: true
|
393
|
|
- }
|
394
|
|
- },
|
395
|
|
- {
|
396
|
|
- path: '/patients/patient/:id/RassAssessment',
|
397
|
|
- component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
|
398
|
|
- hidden: true,
|
399
|
|
- is_menu: false,
|
400
|
|
- name: 'RassAssessment',
|
401
|
|
- meta: {
|
402
|
|
- title: 'RassAssessment',
|
403
|
|
- noCache: true
|
404
|
|
- }
|
405
|
|
- },
|
406
|
|
- {
|
407
|
|
- path: '/patients/patient/:id/nourishmentAssessment',
|
408
|
|
- component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
|
409
|
|
- hidden: true,
|
410
|
|
- is_menu: false,
|
411
|
|
- name: 'nourishmentAssessment',
|
412
|
|
- meta: {
|
413
|
|
- title: 'nourishmentAssessment',
|
414
|
|
- noCache: true
|
415
|
|
- }
|
416
|
|
- },
|
417
|
|
- {
|
418
|
|
- path: '/patients/patient/:id/Constraintnotification',
|
419
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
|
420
|
|
- hidden: true,
|
421
|
|
- is_menu: false,
|
422
|
|
- name: 'Constraintnotification',
|
423
|
|
- meta: {
|
424
|
|
- title: 'Constraintnotification',
|
425
|
|
- noCache: true
|
426
|
|
- }
|
427
|
|
- },
|
428
|
|
- {
|
429
|
|
- path: '/patients/patient/:id/mindAssessment',
|
430
|
|
- component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
|
431
|
|
- hidden: true,
|
432
|
|
- is_menu: false,
|
433
|
|
- name: 'mindAssessment',
|
434
|
|
- meta: {
|
435
|
|
- title: 'mindAssessment',
|
436
|
|
- noCache: true
|
437
|
|
- }
|
438
|
|
- },
|
439
|
|
- {
|
440
|
|
- path: '/patients/patient/:id/pruritusAssessment',
|
441
|
|
- component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
|
442
|
|
- hidden: true,
|
443
|
|
- is_menu: false,
|
444
|
|
- name: 'pruritusAssessment',
|
445
|
|
- meta: {
|
446
|
|
- title: 'pruritusAssessment',
|
447
|
|
- noCache: true
|
448
|
|
- }
|
449
|
|
- },
|
450
|
|
- {
|
451
|
|
- path: '/patients/patient/:id/hemodialysis',
|
452
|
|
- component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
|
453
|
|
- hidden: true,
|
454
|
|
- is_menu: false,
|
455
|
|
- name: 'hemodialysis',
|
456
|
|
- meta: {
|
457
|
|
- title: 'hemodialysis',
|
458
|
|
- noCache: true
|
459
|
|
- }
|
460
|
|
- },
|
461
|
|
- {
|
462
|
|
- path: '/patients/patient/:id/Glasgow',
|
463
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
|
464
|
|
- hidden: true,
|
465
|
|
- is_menu: false,
|
466
|
|
- name: 'Glasgow',
|
467
|
|
- meta: {
|
468
|
|
- title: 'Glasgow',
|
469
|
|
- noCache: true
|
470
|
|
- }
|
471
|
|
- },
|
472
|
|
- {
|
473
|
|
- path: '/patients/patient/:id/Muscleforce',
|
474
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
|
475
|
|
- hidden: true,
|
476
|
|
- is_menu: false,
|
477
|
|
- name: 'Muscleforce',
|
478
|
|
- meta: {
|
479
|
|
- title: 'Muscleforce',
|
480
|
|
- noCache: true
|
481
|
|
- }
|
482
|
|
- },
|
483
|
|
- {
|
484
|
|
- path: '/patients/tumble_history',
|
485
|
|
- component: () => import('@/xt_pages/user/history/tumble_history'),
|
486
|
|
- hidden: true,
|
487
|
|
- is_menu: false,
|
488
|
|
- name: 'tunele_history',
|
489
|
|
- meta: {
|
490
|
|
- title: 'tunele_history',
|
491
|
|
- noCache: true
|
492
|
|
- }
|
493
|
|
- },
|
494
|
|
- {
|
495
|
|
- path: '/patients/Children_history',
|
496
|
|
- component: () => import('@/xt_pages/user/history/Children_history'),
|
497
|
|
- hidden: true,
|
498
|
|
- is_menu: false,
|
499
|
|
- name: 'Children_history',
|
500
|
|
- meta: {
|
501
|
|
- title: 'Children_history',
|
502
|
|
- noCache: true
|
503
|
|
- }
|
504
|
|
- },
|
505
|
|
- {
|
506
|
|
- path: '/patients/Pressure_history',
|
507
|
|
- component: () => import('@/xt_pages/user/history/Pressure_history'),
|
508
|
|
- hidden: true,
|
509
|
|
- is_menu: false,
|
510
|
|
- name: 'Pressure_history',
|
511
|
|
- meta: {
|
512
|
|
- title: 'Pressure_history',
|
513
|
|
- noCache: true
|
514
|
|
- }
|
515
|
|
- },
|
516
|
|
- {
|
517
|
|
- path: '/patients/date_history',
|
518
|
|
- component: () => import('@/xt_pages/user/history/date_history'),
|
519
|
|
- hidden: true,
|
520
|
|
- is_menu: false,
|
521
|
|
- name: 'date_history',
|
522
|
|
- meta: {
|
523
|
|
- title: 'date_history',
|
524
|
|
- noCache: true
|
525
|
|
- }
|
526
|
|
- },
|
527
|
|
- {
|
528
|
|
- path: '/patients/daoguan_history',
|
529
|
|
- component: () => import('@/xt_pages/user/history/daoguan_history'),
|
530
|
|
- hidden: true,
|
531
|
|
- is_menu: false,
|
532
|
|
- name: 'daoguan_history',
|
533
|
|
- meta: {
|
534
|
|
- title: 'daoguan_history',
|
535
|
|
- noCache: true
|
536
|
|
- }
|
537
|
|
- },
|
538
|
|
- {
|
539
|
|
- path: '/patients/RASS_history',
|
540
|
|
- component: () => import('@/xt_pages/user/history/RASS_history'),
|
541
|
|
- hidden: true,
|
542
|
|
- is_menu: false,
|
543
|
|
- name: 'RASS_history',
|
544
|
|
- meta: {
|
545
|
|
- title: 'RASS_history',
|
546
|
|
- noCache: true
|
547
|
|
- }
|
548
|
|
- },
|
549
|
|
- {
|
550
|
|
- path: '/patients/nourishment_history',
|
551
|
|
- component: () => import('@/xt_pages/user/history/nourishment_history'),
|
552
|
|
- hidden: true,
|
553
|
|
- is_menu: false,
|
554
|
|
- name: 'nourishment_history',
|
555
|
|
- meta: {
|
556
|
|
- title: 'nourishment_history',
|
557
|
|
- noCache: true
|
558
|
|
- }
|
559
|
|
- },
|
560
|
|
- {
|
561
|
|
- path: '/patients/mind_history',
|
562
|
|
- component: () => import('@/xt_pages/user/history/mind_history'),
|
563
|
|
- hidden: true,
|
564
|
|
- is_menu: false,
|
565
|
|
- name: 'mind_history',
|
566
|
|
- meta: {
|
567
|
|
- title: 'mind_history',
|
568
|
|
- noCache: true
|
569
|
|
- }
|
570
|
|
- },
|
571
|
|
- {
|
572
|
|
- path: '/patients/pruritus_history',
|
573
|
|
- component: () => import('@/xt_pages/user/history/pruritus_history'),
|
574
|
|
- hidden: true,
|
575
|
|
- is_menu: false,
|
576
|
|
- name: 'pruritus_history',
|
577
|
|
- meta: {
|
578
|
|
- title: 'pruritus_history',
|
579
|
|
- noCache: true
|
580
|
|
- }
|
581
|
|
- },
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
582
|
582
|
|
583
|
583
|
|
584
|
584
|
|