|
@@ -534,6 +534,54 @@
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
<script>window.userShortcuts = <?= json_encode($shortCutsObject); ?>;</script>
|
|
<script>window.userShortcuts = <?= json_encode($shortCutsObject); ?>;</script>
|
|
|
|
+ <script>
|
|
|
|
+ window.hpiShortcuts = [
|
|
|
|
+ {
|
|
|
|
+ name: 'Explain the problem.',
|
|
|
|
+ value: 'Explain the problem. ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'What happened between today and our last visit?',
|
|
|
|
+ value: 'What happened between today and our last visit? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'How did it go with the plan I gave you?',
|
|
|
|
+ value: 'How did it go with the plan I gave you? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'What barriers have you felt following the plan?',
|
|
|
|
+ value: 'What barriers have you felt following the plan? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'How long have you had this?',
|
|
|
|
+ value: 'How long have you had this? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'When does it get worse?',
|
|
|
|
+ value: 'When does it get worse? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'When does it get better?',
|
|
|
|
+ value: 'When does it get better? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'What have you done for treatment?',
|
|
|
|
+ value: 'What have you done for treatment? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'How does it affect your ADLs?',
|
|
|
|
+ value: 'How does it affect your ADLs? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'How do you cope?',
|
|
|
|
+ value: 'How do you cope? ',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'How does this affect you emotionally?',
|
|
|
|
+ value: 'How does this affect you emotionally? ',
|
|
|
|
+ },
|
|
|
|
+ ];
|
|
|
|
+ </script>
|
|
<script>window.segmentInitializers = {};</script>
|
|
<script>window.segmentInitializers = {};</script>
|
|
<?php
|
|
<?php
|
|
$shortcuts = "";
|
|
$shortcuts = "";
|