Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <div class="modal fade" tabindex="-1" role="dialog" id="modal-wizard-oto-dialog">
  2. <div class="modal-dialog modal-lg modal-95" role="document">
  3. <div class="modal-content">
  4. <div class="modal-header">
  5. <h5 class="modal-title"><?php echo _('Wizard Ear'); ?></h5>
  6. <input type="hidden" id="process-path" value="<?php echo $this->config['settings']['processes']['otoaccess']; ?>">
  7. <img src="/images/oticonotoaccess.png" class="btn-run-process" width="400" height="68">
  8. <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close">
  9. <span aria-hidden="true">&times;</span>
  10. </button>-->
  11. </div>
  12. <div class="modal-body">
  13. <div class="row">
  14. <div class="col-lg-6">
  15. <div class="row">
  16. <div class="col-lg-6 text-center">
  17. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_myringitis']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_myringitis">
  18. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_myringitis']; ?></div>
  19. <img src="/images/wizards/oto/bullous-myringitis.jpg" alt="">
  20. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_myringitis" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_myringitis']; ?>" value="oto_myringitis" <?php echo isset($this->view->otoImages['oto_myringitis']) ? 'checked' : ''; ?>>
  21. </div>
  22. </div>
  23. <div class="col-lg-6 text-center">
  24. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_polip']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_polip">
  25. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_polip']; ?></div>
  26. <img src="/images/wizards/oto/polyp-of-the-eac.jpg" alt="">
  27. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_polip" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_polip']; ?>" value="oto_polip" <?php echo isset($this->view->otoImages['oto_polip']) ? 'checked' : ''; ?>>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="row">
  32. <div class="col-lg-6 text-center">
  33. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_atelectasis']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_atelectasis">
  34. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_atelectasis']; ?></div>
  35. <img src="/images/wizards/oto/tympanic-atelectatis.jpg" alt="">
  36. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_atelectasis" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_atelectasis']; ?>" value="oto_atelectasis" <?php echo isset($this->view->otoImages['oto_atelectasis']) ? 'checked' : ''; ?>>
  37. </div>
  38. </div>
  39. <div class="col-lg-6 text-center">
  40. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_perforation']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_perforation">
  41. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_perforation']; ?></div>
  42. <img src="/images/wizards/oto/perforation.jpg" alt="">
  43. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_perforation" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_perforation']; ?>" value="oto_perforation" <?php echo isset($this->view->otoImages['oto_perforation']) ? 'checked' : ''; ?>>
  44. </div>
  45. </div>
  46. </div>
  47. <div class="row">
  48. <div class="col-lg-6 text-center">
  49. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_chole']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_chole">
  50. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_chole']; ?></div>
  51. <img src="/images/wizards/oto/cholesteatomatous-otitis-media.jpg" alt="">
  52. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_chole" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_chole']; ?>" value="oto_chole" <?php echo isset($this->view->otoImages['oto_chole']) ? 'checked' : ''; ?>>
  53. </div>
  54. </div>
  55. <div class="col-lg-6 text-center">
  56. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_tympanoscler']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_tympanoscler">
  57. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_tympanoscler']; ?></div>
  58. <img src="/images/wizards/oto/tympanosclerosis.jpg" alt="">
  59. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_tympanoscler" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_tympanoscler']; ?>" value="oto_tympanoscler" <?php echo isset($this->view->otoImages['oto_tympanoscler']) ? 'checked' : ''; ?>>
  60. </div>
  61. </div>
  62. </div>
  63. <div class="row">
  64. <div class="col-lg-6 text-center">
  65. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_tyjugular']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_tyjugular">
  66. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_tyjugular']; ?></div>
  67. <img src="/images/wizards/oto/tympano-jugular.jpg" alt="">
  68. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_tyjugular" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_tyjugular']; ?>" value="oto_tyjugular" <?php echo isset($this->view->otoImages['oto_tyjugular']) ? 'checked' : ''; ?>>
  69. </div>
  70. </div>
  71. <div class="col-lg-6 text-center">
  72. <div data-wrappertype="images-wrapper-oto" data-checkboxclass="oto-desease-check" class="derma-image-wrapper text-center <?php echo isset($this->view->otoImages['oto_cholesterol']) ? 'wizard-images-selected' : ''; ?>" data-type="oto_cholesterol">
  73. <div class="derma-title"><?php echo $this->view->otoPositionLabels['oto_cholesterol']; ?></div>
  74. <img src="/images/wizards/oto/cholesterol-granuloma.jpg" alt="">
  75. <input type="checkbox" name="data[ear_desease][value][]" class="oto-desease-check" id="derma-position-check-oto_cholesterol" class="derma-position-check" data-label="<?php echo $this->view->otoPositionLabels['oto_cholesterol']; ?>" value="oto_cholesterol" <?php echo isset($this->view->otoImages['oto_cholesterol']) ? 'checked' : ''; ?>>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="col-lg-6">
  81. <div class="row">
  82. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Ear Symptoms', 'oto'); ?></div>
  83. </div>
  84. <hr>
  85. <div class="row">
  86. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Associated symptoms', 'oto'); ?></div>
  87. </div>
  88. <div class="strike-center"><span><?php echo _('Otological examination'); ?></span></div>
  89. <div class="margin-bottom-20"></div>
  90. <div class="wiazard-ident-list">
  91. <div class="row">
  92. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Pinna/pre/retroauricular region', 'oto'); ?></div>
  93. </div>
  94. <hr>
  95. <div class="row">
  96. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'External auditory canal (EAC)', 'oto'); ?></div>
  97. </div>
  98. <hr>
  99. <div class="row">
  100. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Tympanic membrane (Eardrum)', 'oto'); ?></div>
  101. </div>
  102. <hr>
  103. <div class="row">
  104. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Middle ear', 'oto'); ?></div>
  105. </div>
  106. <hr>
  107. <div class="row">
  108. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Tuning fork tests', 'oto'); ?></div>
  109. </div>
  110. </div>
  111. <div class="strike-center"><span><?php echo _('Vestibular system'); ?></span></div>
  112. <div class="margin-bottom-20"></div>
  113. <div class="wiazard-ident-list">
  114. <div class="row">
  115. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Eye movements', 'oto'); ?></div>
  116. </div>
  117. <hr>
  118. <div class="row">
  119. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Vestibulo-occular reflex', 'oto'); ?></div>
  120. </div>
  121. <hr>
  122. <div class="row">
  123. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Vestibulo-spinal reflex', 'oto'); ?></div>
  124. </div>
  125. </div>
  126. <hr>
  127. <div class="row">
  128. <div class="col"><?php echo $this->helper->getRequestExam($this->view->exams, 'Cranial nerves examination', 'oto'); ?></div>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. <div class="modal-footer">
  134. <button type="button" class="btn btn-primary" data-dismiss="modal"><?php echo _('Done'); ?></button>
  135. </div>
  136. </div>
  137. </div>
  138. </div>