renalware-core 2.0.167 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (602) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/assets/javascripts/renalware/rollup_compiled.css +0 -5
  4. data/app/assets/javascripts/renalware/rollup_compiled.js +32 -0
  5. data/app/assets/stylesheets/renalware/modules/_letters.scss +2 -4
  6. data/app/assets/stylesheets/renalware/partials/_layout.scss +5 -1
  7. data/app/assets/stylesheets/renalware/partials/_patient_search.scss +1 -0
  8. data/app/components/renalware/events/event_list_component.html.slim +1 -1
  9. data/app/components/renalware/letters/letters_in_progress_component.en.yml +7 -0
  10. data/app/components/renalware/letters/letters_in_progress_component.html.slim +2 -2
  11. data/app/components/renalware/letters/letters_in_progress_component.pt.yml +7 -0
  12. data/app/components/renalware/letters/unread_electronic_ccs_component.en.yml +7 -0
  13. data/app/components/renalware/letters/unread_electronic_ccs_component.html.slim +2 -2
  14. data/app/components/renalware/letters/unread_electronic_ccs_component.pt.yml +7 -0
  15. data/app/components/renalware/messaging/unread_messages_component.en.yml +7 -0
  16. data/app/components/renalware/messaging/unread_messages_component.html.slim +2 -2
  17. data/app/components/renalware/messaging/unread_messages_component.pt.yml +7 -0
  18. data/app/components/renalware/patients/bookmarks_component.en.yml +7 -0
  19. data/app/components/renalware/patients/bookmarks_component.html.slim +3 -3
  20. data/app/components/renalware/patients/bookmarks_component.pt.yml +7 -0
  21. data/app/components/renalware/patients/messages_component.en.yml +5 -0
  22. data/app/components/renalware/patients/messages_component.html.slim +5 -5
  23. data/app/components/renalware/patients/messages_component.pt.yml +5 -0
  24. data/app/components/renalware/patients/messages_component.rb +3 -4
  25. data/app/components/renalware/pd/adequacy_results_component.html.slim +2 -2
  26. data/app/components/renalware/pd/pet_results_component.html.slim +2 -2
  27. data/app/components/renalware/system/admin_menu_component.html.slim +26 -14
  28. data/app/components/renalware/system/users_awaiting_approval_component.en.yml +7 -0
  29. data/app/components/renalware/system/users_awaiting_approval_component.html.slim +2 -2
  30. data/app/components/renalware/system/users_awaiting_approval_component.pt.yml +7 -0
  31. data/app/components/renalware/system/users_awaiting_approval_component.rb +0 -8
  32. data/app/components/renalware/users/last_signin_component.en.yml +6 -0
  33. data/app/components/renalware/users/last_signin_component.html.slim +1 -1
  34. data/app/components/renalware/users/last_signin_component.pt.yml +6 -0
  35. data/app/controllers/renalware/accesses/assessments_controller.rb +4 -4
  36. data/app/controllers/renalware/accesses/procedures_controller.rb +2 -2
  37. data/app/controllers/renalware/accesses/profiles_controller.rb +4 -4
  38. data/app/controllers/renalware/admin/users_controller.rb +2 -2
  39. data/app/controllers/renalware/base_controller.rb +2 -2
  40. data/app/controllers/renalware/clinical/body_compositions_controller.rb +2 -2
  41. data/app/controllers/renalware/clinical/dry_weights_controller.rb +2 -2
  42. data/app/controllers/renalware/clinical/profiles_controller.rb +3 -2
  43. data/app/controllers/renalware/clinics/appointments_controller.rb +1 -1
  44. data/app/controllers/renalware/clinics/clinic_visits_controller.rb +3 -3
  45. data/app/controllers/renalware/concerns/devise_controller_methods.rb +1 -0
  46. data/app/controllers/renalware/deaths_controller.rb +2 -2
  47. data/app/controllers/renalware/directory/people_controller.rb +4 -4
  48. data/app/controllers/renalware/drugs/drugs_controller.rb +5 -5
  49. data/app/controllers/renalware/events/events_controller.rb +3 -3
  50. data/app/controllers/renalware/events/types_controller.rb +1 -1
  51. data/app/controllers/renalware/hd/cannulation_types_controller.rb +5 -5
  52. data/app/controllers/renalware/hd/current_profile_controller.rb +19 -3
  53. data/app/controllers/renalware/hd/preference_sets_controller.rb +2 -2
  54. data/app/controllers/renalware/hd/sessions_controller.rb +3 -3
  55. data/app/controllers/renalware/letters/batches_controller.rb +1 -0
  56. data/app/controllers/renalware/letters/letters_controller.rb +3 -3
  57. data/app/controllers/renalware/letters/lists_controller.rb +3 -0
  58. data/app/controllers/renalware/low_clearance/profiles_controller.rb +1 -1
  59. data/app/controllers/renalware/messaging/internal/messages_controller.rb +3 -3
  60. data/app/controllers/renalware/modalities/descriptions_controller.rb +5 -5
  61. data/app/controllers/renalware/modalities/modalities_controller.rb +2 -2
  62. data/app/controllers/renalware/pathology/observation_descriptions_controller.rb +1 -1
  63. data/app/controllers/renalware/pathology/patient_rules_controller.rb +5 -5
  64. data/app/controllers/renalware/patients/patients_controller.rb +1 -1
  65. data/app/controllers/renalware/patients/primary_care_physicians_controller.rb +5 -5
  66. data/app/controllers/renalware/pd/bag_types_controller.rb +5 -5
  67. data/app/controllers/renalware/pd/exit_site_infections_controller.rb +4 -4
  68. data/app/controllers/renalware/pd/peritonitis_episodes_controller.rb +2 -2
  69. data/app/controllers/renalware/pd/regimes_controller.rb +2 -2
  70. data/app/controllers/renalware/renal/profiles_controller.rb +1 -1
  71. data/app/controllers/renalware/snippets/snippets_controller.rb +2 -2
  72. data/app/controllers/renalware/system/downloads_controller.rb +1 -1
  73. data/app/controllers/renalware/transplants/donations_controller.rb +4 -4
  74. data/app/controllers/renalware/transplants/donor_operations_controller.rb +4 -4
  75. data/app/controllers/renalware/transplants/donor_stages_controller.rb +1 -1
  76. data/app/controllers/renalware/transplants/donor_workups_controller.rb +2 -2
  77. data/app/controllers/renalware/transplants/recipient_operations_controller.rb +4 -4
  78. data/app/controllers/renalware/transplants/recipient_workups_controller.rb +2 -2
  79. data/app/controllers/renalware/transplants/registration_statuses_controller.rb +5 -5
  80. data/app/controllers/renalware/transplants/registrations_controller.rb +2 -2
  81. data/app/helpers/renalware/form_helper.rb +7 -2
  82. data/app/javascript/renalware/controllers/collapsible_controller.js +36 -0
  83. data/app/javascript/renalware/index.js +2 -0
  84. data/app/models/renalware/events/category.rb +21 -0
  85. data/app/models/renalware/events/type.rb +2 -0
  86. data/app/models/renalware/hd/mdm_patients_form.rb +1 -1
  87. data/app/models/renalware/hd/patient_listener.rb +1 -1
  88. data/app/models/renalware/hd/profile.rb +4 -1
  89. data/app/models/renalware/letters/batch.rb +1 -0
  90. data/app/models/renalware/letters/letter.rb +10 -1
  91. data/app/models/renalware/letters/lists/form.rb +6 -1
  92. data/app/models/renalware/letters/mailshots/mailshot.rb +0 -1
  93. data/app/models/renalware/letters/printing/batch_compile_pdfs.rb +15 -4
  94. data/app/models/renalware/letters/remembered_letter_preferences.rb +1 -1
  95. data/app/models/renalware/patient.rb +1 -0
  96. data/app/models/renalware/ukrdc/outgoing/rendering/document.rb +1 -1
  97. data/app/models/renalware/ukrdc/outgoing/rendering/patient.rb +2 -2
  98. data/app/models/renalware/ukrdc/outgoing/rendering/primary_language.rb +2 -2
  99. data/app/presenters/renalware/events/events_presenter.rb +10 -5
  100. data/app/presenters/renalware/letters/practice_email_meta_data.rb +4 -4
  101. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  102. data/app/views/devise/mailer/email_changed.html.erb +7 -0
  103. data/app/views/devise/mailer/password_change.html.erb +3 -0
  104. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  105. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  106. data/app/views/devise/passwords/edit.html.erb +27 -0
  107. data/app/views/{renalware/devise/passwords/edit.html.erb → devise/passwords/edit.html.erb.old} +0 -0
  108. data/app/views/{renalware/devise → devise}/passwords/new.html.erb +2 -2
  109. data/app/views/devise/passwords/new.html.erb.new +18 -0
  110. data/app/views/devise/registrations/edit.html.erb.pt +35 -0
  111. data/app/views/{renalware/devise → devise}/registrations/edit.html.slim +14 -7
  112. data/app/views/devise/registrations/new.html.erb.pt +25 -0
  113. data/app/views/{renalware/devise → devise}/registrations/new.html.slim +3 -3
  114. data/app/views/{renalware/devise → devise}/sessions/_signup_help.html.slim +0 -0
  115. data/app/views/{renalware/devise → devise}/sessions/_warning.html.slim +0 -0
  116. data/app/views/{renalware/devise → devise}/sessions/new.html.slim +2 -2
  117. data/app/views/devise/shared/_links.html.erb +26 -0
  118. data/app/views/devise/unlocks/new.html.erb +19 -0
  119. data/app/views/renalware/accesses/assessments/_form.html.slim +2 -2
  120. data/app/views/renalware/accesses/assessments/_list.html.slim +2 -2
  121. data/app/views/renalware/accesses/assessments/show.html.slim +1 -1
  122. data/app/views/renalware/accesses/dashboards/_page_actions.html.slim +1 -1
  123. data/app/views/renalware/accesses/plans/_list.html.slim +1 -1
  124. data/app/views/renalware/accesses/plans/_summary.html.slim +2 -2
  125. data/app/views/renalware/accesses/plans/new.html.slim +2 -2
  126. data/app/views/renalware/accesses/procedures/_form.html.slim +2 -2
  127. data/app/views/renalware/accesses/procedures/_list.html.slim +2 -2
  128. data/app/views/renalware/accesses/procedures/show.html.slim +1 -1
  129. data/app/views/renalware/accesses/profiles/_current_profile.html.slim +2 -2
  130. data/app/views/renalware/accesses/profiles/_form.html.slim +2 -2
  131. data/app/views/renalware/accesses/profiles/_list.html.slim +2 -2
  132. data/app/views/renalware/accesses/profiles/show.html.slim +1 -1
  133. data/app/views/renalware/admin/feeds/files/index.html.slim +1 -1
  134. data/app/views/renalware/admin/users/_filters.html.slim +3 -3
  135. data/app/views/renalware/admin/users/_tabs.html.slim +1 -1
  136. data/app/views/renalware/admin/users/edit.html.slim +1 -1
  137. data/app/views/renalware/admin/users/index.html.slim +1 -1
  138. data/app/views/renalware/admissions/_summary_part.html.slim +2 -2
  139. data/app/views/renalware/admissions/admissions/_filters.html.slim +2 -2
  140. data/app/views/renalware/admissions/admissions/_form.html.slim +1 -1
  141. data/app/views/renalware/admissions/admissions/_table.html.slim +3 -3
  142. data/app/views/renalware/admissions/admissions/index.html.slim +1 -1
  143. data/app/views/renalware/admissions/consults/_filters.html.slim +2 -2
  144. data/app/views/renalware/admissions/consults/_form.html.slim +1 -1
  145. data/app/views/renalware/admissions/consults/_summary_part.html.slim +2 -2
  146. data/app/views/renalware/admissions/consults/index.html.slim +1 -1
  147. data/app/views/renalware/admissions/patient_admissions/index.html.slim +1 -1
  148. data/app/views/renalware/admissions/requests/_form.html.slim +1 -1
  149. data/app/views/renalware/admissions/requests/_request.html.slim +1 -1
  150. data/app/views/renalware/clinical/allergies/_list.html.slim +3 -3
  151. data/app/views/renalware/clinical/body_compositions/_form.html.slim +1 -1
  152. data/app/views/renalware/clinical/body_compositions/_list.html.slim +2 -2
  153. data/app/views/renalware/clinical/body_compositions/_table.html.slim +3 -3
  154. data/app/views/renalware/clinical/body_compositions/show.html.slim +1 -1
  155. data/app/views/renalware/clinical/dry_weights/_form.html.slim +1 -1
  156. data/app/views/renalware/clinical/dry_weights/_list.html.slim +2 -2
  157. data/app/views/renalware/clinical/dry_weights/_table.html.slim +3 -3
  158. data/app/views/renalware/clinical/profiles/edit.html.slim +5 -1
  159. data/app/views/renalware/clinical/profiles/show.html.slim +3 -2
  160. data/app/views/renalware/clinics/appointments/index.html.slim +3 -3
  161. data/app/views/renalware/clinics/clinic_visits/_table_row.html.slim +2 -2
  162. data/app/views/renalware/clinics/clinic_visits/edit.html.slim +1 -1
  163. data/app/views/renalware/clinics/clinic_visits/index.html.slim +1 -1
  164. data/app/views/renalware/clinics/clinic_visits/new.html.slim +2 -2
  165. data/app/views/renalware/clinics/visits/_filters.html.slim +2 -2
  166. data/app/views/renalware/clinics/visits/_table.html.slim +1 -1
  167. data/app/views/renalware/dashboard/bookmarks/_bookmark.html.slim +1 -1
  168. data/app/views/renalware/dashboard/bookmarks/_table.html.slim +10 -10
  169. data/app/views/renalware/dashboard/dashboards/show.html.slim +1 -1
  170. data/app/views/renalware/dashboard/letters/_letter.html.slim +3 -8
  171. data/app/views/renalware/dashboard/letters/_table.html.slim +5 -5
  172. data/app/views/renalware/deaths/edit.html.slim +1 -1
  173. data/app/views/renalware/deaths/index.html.slim +3 -3
  174. data/app/views/renalware/directory/people/_filters.html.slim +2 -2
  175. data/app/views/renalware/directory/people/_form.html.slim +1 -1
  176. data/app/views/renalware/directory/people/_person.html.slim +2 -2
  177. data/app/views/renalware/directory/people/show.html.slim +1 -1
  178. data/app/views/renalware/drugs/drugs/_filters.html.slim +3 -3
  179. data/app/views/renalware/drugs/drugs/_form.html.slim +1 -1
  180. data/app/views/renalware/drugs/drugs/edit.html.slim +1 -1
  181. data/app/views/renalware/drugs/drugs/index.html.slim +3 -3
  182. data/app/views/renalware/drugs/drugs/new.html.slim +1 -1
  183. data/app/views/renalware/events/events/_event.html.slim +2 -2
  184. data/app/views/renalware/events/events/_filters.html.slim +10 -4
  185. data/app/views/renalware/events/events/_form.html.slim +1 -1
  186. data/app/views/renalware/events/events/_summary_part.html.slim +3 -5
  187. data/app/views/renalware/events/events/_table.html.slim +5 -5
  188. data/app/views/renalware/events/events/index.html.slim +1 -1
  189. data/app/views/renalware/events/events/simple/_event.html.slim +1 -1
  190. data/app/views/renalware/events/events/simple/_table.html.slim +3 -3
  191. data/app/views/renalware/events/investigations/_list.html.slim +1 -1
  192. data/app/views/renalware/events/lists/_filters.html.slim +2 -2
  193. data/app/views/renalware/events/swabs/_list.html.slim +7 -7
  194. data/app/views/renalware/events/types/_form.html.slim +2 -1
  195. data/app/views/renalware/events/types/_table.html.slim +2 -2
  196. data/app/views/renalware/events/types/edit.html.slim +1 -1
  197. data/app/views/renalware/events/types/index.html.slim +1 -1
  198. data/app/views/renalware/feeds/hl7_test_messages/new.slim +1 -1
  199. data/app/views/renalware/hd/accesses/_summary.html.slim +1 -1
  200. data/app/views/renalware/hd/cannulation_types/_form.html.slim +1 -1
  201. data/app/views/renalware/hd/cannulation_types/index.html.slim +3 -3
  202. data/app/views/renalware/hd/current_profile/_form.html.slim +7 -6
  203. data/app/views/renalware/hd/current_profile/_show.html.slim +1 -2
  204. data/app/views/renalware/hd/current_profile/_summary.html.slim +3 -3
  205. data/app/views/renalware/hd/current_profile/show.html.slim +1 -1
  206. data/app/views/renalware/hd/dashboards/_page_actions.html.slim +1 -1
  207. data/app/views/renalware/hd/dialysates/_form.html.slim +1 -1
  208. data/app/views/renalware/hd/dialysates/index.html.slim +3 -3
  209. data/app/views/renalware/hd/dialysers/_form.html.slim +1 -1
  210. data/app/views/renalware/hd/dialysers/index.html.slim +3 -3
  211. data/app/views/renalware/hd/historical_profiles/_summary.html.slim +1 -1
  212. data/app/views/renalware/hd/historical_profiles/_table.html.slim +1 -1
  213. data/app/views/renalware/hd/mdm/_sessions.html.slim +1 -1
  214. data/app/views/renalware/hd/mdm_patients/_filters.html.slim +2 -2
  215. data/app/views/renalware/hd/mdm_patients/_table.html.slim +23 -23
  216. data/app/views/renalware/hd/ongoing_sessions/_filters.html.slim +2 -2
  217. data/app/views/renalware/hd/preference_sets/_form.html.slim +1 -1
  218. data/app/views/renalware/hd/preference_sets/_summary.html.slim +1 -1
  219. data/app/views/renalware/hd/prescription_administrations/_form.html.slim +2 -2
  220. data/app/views/renalware/hd/protocols/_profile.html.slim +1 -1
  221. data/app/views/renalware/hd/scheduling/diaries/_page_actions.html.slim +1 -1
  222. data/app/views/renalware/hd/scheduling/diaries/_weekly_diary.html.slim +1 -1
  223. data/app/views/renalware/hd/scheduling/diary_slots/_form.html.slim +1 -1
  224. data/app/views/renalware/hd/scheduling/diary_slots/_slot.html.slim +1 -1
  225. data/app/views/renalware/hd/scheduling/diary_slots/_tab.html.slim +1 -1
  226. data/app/views/renalware/hd/session_forms/batches/_create.html.slim +1 -1
  227. data/app/views/renalware/hd/sessions/_form_actions.html.slim +2 -2
  228. data/app/views/renalware/hd/sessions/_index_tabs.html.slim +1 -1
  229. data/app/views/renalware/hd/sessions/_list.html.slim +2 -2
  230. data/app/views/renalware/hd/sessions/_session_nav.html.slim +2 -2
  231. data/app/views/renalware/hd/sessions/_thead.html.slim +3 -3
  232. data/app/views/renalware/hd/sessions/dna/_form.html.slim +2 -2
  233. data/app/views/renalware/hd/sessions/edit.html.slim +1 -1
  234. data/app/views/renalware/hd/sessions/new.html.slim +1 -1
  235. data/app/views/renalware/hd/sessions/show.html.slim +1 -1
  236. data/app/views/renalware/hd/stations/_form.html.slim +2 -2
  237. data/app/views/renalware/hd/stations/_station.html.slim +1 -1
  238. data/app/views/renalware/hd/stations/index.html.slim +1 -1
  239. data/app/views/renalware/hd/transmission_logs/index.html.slim +1 -1
  240. data/app/views/renalware/hd/unmet_preferences/_filters.html.slim +2 -2
  241. data/app/views/renalware/hd/unmet_preferences/_table.html.slim +1 -1
  242. data/app/views/renalware/hd/witnesses/_form.html.slim +1 -1
  243. data/app/views/renalware/hospitals/units/_form.html.slim +1 -1
  244. data/app/views/renalware/hospitals/units/index.html.slim +3 -3
  245. data/app/views/renalware/hospitals/wards/index.html.slim +3 -3
  246. data/app/views/renalware/letters/_summary_part.html.slim +3 -5
  247. data/app/views/renalware/letters/batches/_create.html.slim +1 -1
  248. data/app/views/renalware/letters/completed_batches/new.html.slim +0 -9
  249. data/app/views/renalware/letters/completed_letters/new.html.slim +1 -1
  250. data/app/views/renalware/letters/contacts/_contact.html.slim +1 -1
  251. data/app/views/renalware/letters/contacts/_edit.html.slim +1 -1
  252. data/app/views/renalware/letters/contacts/index.html.slim +1 -1
  253. data/app/views/renalware/letters/electronic_receipts/_table.html.slim +9 -9
  254. data/app/views/renalware/letters/electronic_receipts/sent.html.slim +6 -6
  255. data/app/views/renalware/letters/formatted_letters/_letter.html.slim +1 -1
  256. data/app/views/renalware/letters/letters/_actions.html.slim +1 -1
  257. data/app/views/renalware/letters/letters/_create_letter_button_dropdown.html.slim +1 -1
  258. data/app/views/renalware/letters/letters/_form.html.slim +2 -3
  259. data/app/views/renalware/letters/letters/_letter.html.slim +9 -7
  260. data/app/views/renalware/letters/letters/_preview.html.slim +1 -1
  261. data/app/views/renalware/letters/letters/_problems_prescriptions.html.slim +1 -1
  262. data/app/views/renalware/letters/letters/_table.html.slim +8 -6
  263. data/app/views/renalware/letters/letters/_toggled_body.html.slim +15 -0
  264. data/app/views/renalware/letters/letters/edit.html.slim +1 -1
  265. data/app/views/renalware/letters/lists/_letter.html.slim +57 -52
  266. data/app/views/renalware/letters/lists/_table.html.slim +7 -6
  267. data/app/views/renalware/letters/lists/show.html.slim +10 -4
  268. data/app/views/renalware/letters/mailshots/mailshots/index.html.slim +1 -1
  269. data/app/views/renalware/low_clearance/dashboards/_page_actions.html.slim +1 -1
  270. data/app/views/renalware/low_clearance/mdm/_low_clearance_profile.html.slim +1 -1
  271. data/app/views/renalware/low_clearance/profiles/_summary.html.slim +1 -81
  272. data/app/views/renalware/low_clearance/profiles/edit.html.slim +3 -9
  273. data/app/views/renalware/mdm/_clinic_visits.html.slim +2 -2
  274. data/app/views/renalware/mdm/_events.html.slim +1 -1
  275. data/app/views/renalware/mdm/_letters.html.slim +1 -1
  276. data/app/views/renalware/mdm/_pathology.html.slim +1 -1
  277. data/app/views/renalware/mdm/_prescription_buttons.html.slim +2 -2
  278. data/app/views/renalware/mdm/_problems.html.slim +2 -2
  279. data/app/views/renalware/mdm_patients/_table.html.slim +6 -6
  280. data/app/views/renalware/medications/_summary_part.html.slim +2 -3
  281. data/app/views/renalware/medications/drug_types/prescriptions/_filters.html.slim +1 -3
  282. data/app/views/renalware/medications/drug_types/prescriptions/_table.html.slim +1 -1
  283. data/app/views/renalware/medications/home_delivery/events/_edit.html.slim +1 -1
  284. data/app/views/renalware/medications/prescriptions/_filter_form.html.slim +2 -2
  285. data/app/views/renalware/medications/prescriptions/_form.html.slim +2 -2
  286. data/app/views/renalware/medications/prescriptions/_options.html.slim +2 -2
  287. data/app/views/renalware/medications/prescriptions/index.html.slim +1 -1
  288. data/app/views/renalware/medications/terminations/_form.html.slim +1 -1
  289. data/app/views/renalware/messaging/internal/receipts/_receipt.html.slim +1 -1
  290. data/app/views/renalware/messaging/internal/receipts/_sent_receipt.html.slim +1 -1
  291. data/app/views/renalware/messaging/internal/receipts/_sent_table.html.slim +7 -7
  292. data/app/views/renalware/messaging/internal/receipts/_table.html.slim +8 -8
  293. data/app/views/renalware/messaging/shared/_key.html.slim +1 -2
  294. data/app/views/renalware/modalities/descriptions/_form.html.slim +1 -1
  295. data/app/views/renalware/modalities/descriptions/index.html.slim +3 -3
  296. data/app/views/renalware/modalities/modalities/index.html.slim +1 -1
  297. data/app/views/renalware/modalities/modalities/new.html.slim +2 -2
  298. data/app/views/renalware/navigation/_branding.html.slim +1 -2
  299. data/app/views/renalware/navigation/_directory.html.slim +1 -1
  300. data/app/views/renalware/navigation/_help_items.html.slim +1 -1
  301. data/app/views/renalware/navigation/_patient_search.html.slim +1 -1
  302. data/app/views/renalware/navigation/_patients_admin.html.slim +1 -1
  303. data/app/views/renalware/navigation/_sign_out.html.slim +1 -1
  304. data/app/views/renalware/navigation/_user.html.slim +1 -1
  305. data/app/views/renalware/pathology/code_groups/edit.html.slim +2 -2
  306. data/app/views/renalware/pathology/code_groups/index.html.slim +2 -2
  307. data/app/views/renalware/pathology/code_groups/show.html.slim +1 -1
  308. data/app/views/renalware/pathology/observation_descriptions/_filters.html.slim +2 -2
  309. data/app/views/renalware/pathology/observation_descriptions/edit.html.slim +1 -1
  310. data/app/views/renalware/pathology/observation_requests/_filters.html.slim +2 -2
  311. data/app/views/renalware/pathology/patient_rules/_form.html.slim +1 -1
  312. data/app/views/renalware/pathology/requests/requests/index.html.slim +3 -3
  313. data/app/views/renalware/pathology/required_observations/index.html.slim +4 -4
  314. data/app/views/renalware/patients/_header.html.slim +4 -4
  315. data/app/views/renalware/patients/_index_header.html.slim +1 -1
  316. data/app/views/renalware/patients/_search_form.html.slim +1 -1
  317. data/app/views/renalware/patients/_summary_part.html.slim +3 -3
  318. data/app/views/renalware/patients/bookmarks/_table.html.slim +10 -10
  319. data/app/views/renalware/patients/clinical_summaries/show.html.slim +1 -1
  320. data/app/views/renalware/patients/mdms/_filters.html.slim +2 -2
  321. data/app/views/renalware/patients/patients/index.html.slim +1 -1
  322. data/app/views/renalware/patients/patients/show.html.slim +2 -2
  323. data/app/views/renalware/patients/patients/show/_primary_care_physician.html.slim +2 -2
  324. data/app/views/renalware/patients/primary_care_physician/_form.html.slim +2 -2
  325. data/app/views/renalware/patients/primary_care_physicians/_form.html.slim +1 -1
  326. data/app/views/renalware/patients/primary_care_physicians/_primary_care_physician.html.slim +2 -2
  327. data/app/views/renalware/patients/primary_care_physicians/index.html.slim +1 -1
  328. data/app/views/renalware/patients/worryboard/_filters.html.slim +2 -2
  329. data/app/views/renalware/patients/worryboard/_table.html.slim +2 -2
  330. data/app/views/renalware/pd/_exit_site_infections.html.slim +2 -2
  331. data/app/views/renalware/pd/_peritonitis_episodes.html.slim +2 -2
  332. data/app/views/renalware/pd/_pet_adequacies.html.slim +3 -3
  333. data/app/views/renalware/pd/_regimes.html.slim +2 -2
  334. data/app/views/renalware/pd/adequacy_completions/_filters.html.slim +2 -2
  335. data/app/views/renalware/pd/adequacy_results/_table.html.slim +4 -4
  336. data/app/views/renalware/pd/adequacy_results/edit.html.slim +2 -2
  337. data/app/views/renalware/pd/adequacy_results/new.html.slim +2 -2
  338. data/app/views/renalware/pd/assessments/_form.html.slim +2 -2
  339. data/app/views/renalware/pd/assessments/_list.html.slim +2 -2
  340. data/app/views/renalware/pd/assessments/show.html.slim +1 -1
  341. data/app/views/renalware/pd/bag_types/_form.html.slim +2 -2
  342. data/app/views/renalware/pd/bag_types/_header.html.slim +1 -1
  343. data/app/views/renalware/pd/bag_types/index.html.slim +4 -4
  344. data/app/views/renalware/pd/dashboards/show/_apd_regimes.html.slim +1 -1
  345. data/app/views/renalware/pd/dashboards/show/_capd_regimes.html.slim +1 -1
  346. data/app/views/renalware/pd/dashboards/show/_page_actions.html.slim +1 -1
  347. data/app/views/renalware/pd/exit_site_infections/_details.html.slim +1 -1
  348. data/app/views/renalware/pd/exit_site_infections/_form.html.slim +2 -2
  349. data/app/views/renalware/pd/exit_site_infections/edit.html.slim +1 -1
  350. data/app/views/renalware/pd/exit_site_infections/new.html.slim +1 -1
  351. data/app/views/renalware/pd/infection_organisms/_form.html.slim +2 -2
  352. data/app/views/renalware/pd/infection_organisms/_table.html.slim +6 -3
  353. data/app/views/renalware/pd/peritonitis_episodes/_details.html.slim +1 -1
  354. data/app/views/renalware/pd/peritonitis_episodes/_form.html.slim +2 -2
  355. data/app/views/renalware/pd/peritonitis_episodes/edit.html.slim +1 -1
  356. data/app/views/renalware/pd/peritonitis_episodes/new.html.slim +1 -1
  357. data/app/views/renalware/pd/pet_adequacy_results/_form.html.slim +2 -2
  358. data/app/views/renalware/pd/pet_completions/_filters.html.slim +2 -2
  359. data/app/views/renalware/pd/pet_results/_table.html.slim +4 -4
  360. data/app/views/renalware/pd/pet_results/edit.html.slim +2 -2
  361. data/app/views/renalware/pd/pet_results/new.html.slim +2 -2
  362. data/app/views/renalware/pd/regimes/edit.html.slim +2 -2
  363. data/app/views/renalware/pd/regimes/new.html.slim +2 -2
  364. data/app/views/renalware/pd/training_sessions/_form.html.slim +2 -2
  365. data/app/views/renalware/pd/training_sessions/_list.html.slim +2 -2
  366. data/app/views/renalware/pd/training_sessions/show.html.slim +1 -1
  367. data/app/views/renalware/pd/unified_pet_adequacies/_form.html.slim +1 -1
  368. data/app/views/renalware/problems/notes/_form.html.slim +1 -1
  369. data/app/views/renalware/problems/notes/_table.html.slim +3 -3
  370. data/app/views/renalware/problems/problems/_archived_table.html.slim +2 -2
  371. data/app/views/renalware/problems/problems/_current_list.html.slim +1 -1
  372. data/app/views/renalware/problems/problems/_current_table.html.slim +3 -3
  373. data/app/views/renalware/problems/problems/_details.html.slim +1 -1
  374. data/app/views/renalware/problems/problems/_history.html.slim +1 -1
  375. data/app/views/renalware/problems/problems/_summary_part.html.slim +5 -5
  376. data/app/views/renalware/problems/problems/edit.html.slim +2 -2
  377. data/app/views/renalware/problems/problems/index.html.slim +1 -1
  378. data/app/views/renalware/problems/problems/new.html.slim +1 -1
  379. data/app/views/renalware/renal/aki_alerts/_aki_alert.html.slim +1 -1
  380. data/app/views/renalware/renal/aki_alerts/_filters.html.slim +2 -2
  381. data/app/views/renalware/renal/aki_alerts/edit.html.slim +1 -1
  382. data/app/views/renalware/renal/profiles/edit.html.slim +2 -2
  383. data/app/views/renalware/renal/profiles/show.html.slim +1 -1
  384. data/app/views/renalware/renal/registry_preflight_checks/_filters.html.slim +2 -2
  385. data/app/views/renalware/renal/registry_preflight_checks/_table.html.slim +1 -1
  386. data/app/views/renalware/reporting/audits/edit.html.slim +1 -1
  387. data/app/views/renalware/reporting/audits/index.html.slim +2 -2
  388. data/app/views/renalware/research/studies/_filters.html.slim +2 -2
  389. data/app/views/renalware/research/studies/index.html.slim +3 -3
  390. data/app/views/renalware/research/study_participants/_filters.html.slim +2 -2
  391. data/app/views/renalware/research/study_participants/_table.html.slim +2 -2
  392. data/app/views/renalware/research/study_participants/index.html.slim +1 -1
  393. data/app/views/renalware/snippets/snippets/_form.html.slim +2 -2
  394. data/app/views/renalware/snippets/snippets/_row.html.slim +2 -2
  395. data/app/views/renalware/snippets/snippets/_search_form.html.slim +1 -0
  396. data/app/views/renalware/snippets/snippets/_table.html.slim +1 -1
  397. data/app/views/renalware/system/downloads/_form.html.slim +1 -1
  398. data/app/views/renalware/system/downloads/index.html.slim +3 -3
  399. data/app/views/renalware/system/messages/_form.html.slim +1 -1
  400. data/app/views/renalware/system/messages/index.html.slim +3 -3
  401. data/app/views/renalware/system/user_feedback/edit.html.slim +1 -1
  402. data/app/views/renalware/system/user_feedback/index.html.slim +1 -1
  403. data/app/views/renalware/system/user_feedback/new.html.slim +1 -1
  404. data/app/views/renalware/system/view_metadata/edit.html.slim +2 -2
  405. data/app/views/renalware/transplants/donations/_form.html.slim +4 -4
  406. data/app/views/renalware/transplants/donations/_summary.html.slim +2 -2
  407. data/app/views/renalware/transplants/donations/show.html.slim +1 -1
  408. data/app/views/renalware/transplants/donor_dashboards/show.html.slim +1 -1
  409. data/app/views/renalware/transplants/donor_followups/_form.html.slim +4 -4
  410. data/app/views/renalware/transplants/donor_followups/show.html.slim +1 -1
  411. data/app/views/renalware/transplants/donor_operations/_form.html.slim +4 -4
  412. data/app/views/renalware/transplants/donor_operations/_list.html.slim +3 -3
  413. data/app/views/renalware/transplants/donor_operations/edit.html.slim +1 -1
  414. data/app/views/renalware/transplants/donor_operations/new.html.slim +1 -1
  415. data/app/views/renalware/transplants/donor_operations/show.html.slim +1 -1
  416. data/app/views/renalware/transplants/donor_stages/_list.html.slim +1 -1
  417. data/app/views/renalware/transplants/donor_stages/new.html.slim +2 -2
  418. data/app/views/renalware/transplants/donor_workups/_form.html.slim +4 -4
  419. data/app/views/renalware/transplants/donor_workups/_summary.html.slim +2 -2
  420. data/app/views/renalware/transplants/donor_workups/show.html.slim +1 -1
  421. data/app/views/renalware/transplants/live_donors/_filters.html.slim +2 -1
  422. data/app/views/renalware/transplants/live_donors/_index.html.slim +5 -5
  423. data/app/views/renalware/transplants/mdm_patients/_table.html.slim +6 -6
  424. data/app/views/renalware/transplants/recipient_dashboards/_page_actions.html.slim +1 -1
  425. data/app/views/renalware/transplants/recipient_followups/_form.html.slim +4 -4
  426. data/app/views/renalware/transplants/recipient_followups/show.html.slim +1 -1
  427. data/app/views/renalware/transplants/recipient_operations/_form.html.slim +4 -4
  428. data/app/views/renalware/transplants/recipient_operations/_list.html.slim +4 -4
  429. data/app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim +1 -1
  430. data/app/views/renalware/transplants/recipient_operations/show.html.slim +1 -1
  431. data/app/views/renalware/transplants/recipient_workups/_form.html.slim +4 -4
  432. data/app/views/renalware/transplants/recipient_workups/_summary.html.slim +2 -2
  433. data/app/views/renalware/transplants/recipient_workups/show.html.slim +1 -1
  434. data/app/views/renalware/transplants/registration_statuses/_form.html.slim +2 -2
  435. data/app/views/renalware/transplants/registration_statuses/_list.html.slim +1 -1
  436. data/app/views/renalware/transplants/registrations/_form.html.slim +4 -4
  437. data/app/views/renalware/transplants/registrations/_summary.html.slim +2 -2
  438. data/app/views/renalware/transplants/registrations/show.html.slim +1 -1
  439. data/app/views/renalware/users/_filters.html.slim +3 -3
  440. data/app/views/renalware/virology/dashboards/_actions.html.slim +1 -1
  441. data/app/views/renalware/virology/profiles/_summary.html.slim +1 -1
  442. data/app/views/renalware/virology/profiles/edit.html.slim +2 -2
  443. data/app/views/renalware/virology/vaccination_types/index.html.slim +1 -1
  444. data/app/views/renalware/virology/vaccinations/_list.html.slim +1 -1
  445. data/config/i18n-tasks.yml +154 -0
  446. data/config/initializers/inflections.rb +1 -0
  447. data/config/initializers/simple_form.rb +1 -1
  448. data/config/locales/{custom.yml → custom.en.yml} +12 -10
  449. data/config/locales/devise.en.yml +130 -42
  450. data/config/locales/devise.pt.yml +148 -0
  451. data/config/locales/devise.security_extension.en.yml +1 -0
  452. data/config/locales/en-GB.yml +0 -2
  453. data/config/locales/en.yml +79 -5
  454. data/config/locales/faker.en.yml +1 -1
  455. data/config/locales/{loinc_codes.yml → loinc_codes.en.yml} +1 -0
  456. data/config/locales/page_titles.en.yml +4 -3
  457. data/config/locales/pt.yml +305 -0
  458. data/config/locales/renalware/accesses/{assessment.yml → assessment.en.yml} +1 -0
  459. data/config/locales/renalware/accesses/plan.en.yml +1 -0
  460. data/config/locales/renalware/accesses/{procedure.yml → procedure.en.yml} +1 -0
  461. data/config/locales/renalware/accesses/{profile.yml → profile.en.yml} +1 -0
  462. data/config/locales/renalware/{address.yml → address.en.yml} +1 -0
  463. data/config/locales/renalware/admissions/{admissions.yml → admissions.en.yml} +1 -0
  464. data/config/locales/renalware/admissions/consults.en.yml +1 -0
  465. data/config/locales/renalware/admissions/requests.en.yml +1 -0
  466. data/config/locales/renalware/{age.yml → age.en.yml} +1 -0
  467. data/config/locales/renalware/blood_group.en.yml +1 -0
  468. data/config/locales/renalware/blood_pressure.en.yml +1 -0
  469. data/config/locales/renalware/clinical/allergies.en.yml +1 -2
  470. data/config/locales/renalware/clinical/{body_composition.yml → body_composition.en.yml} +1 -3
  471. data/config/locales/renalware/clinical/dry_weight.en.yml +4 -4
  472. data/config/locales/renalware/clinical/header.en.yml +1 -0
  473. data/config/locales/renalware/clinics/{visit.yml → visit.en.yml} +1 -0
  474. data/config/locales/renalware/dashboard/{dashboard.yml → dashboard.en.yml} +6 -10
  475. data/config/locales/renalware/dashboard/dashboard.pt.yml +7 -0
  476. data/config/locales/renalware/{dates_test.yml → dates_test.en.yml} +1 -0
  477. data/config/locales/renalware/directory/{person.yml → person.en.yml} +1 -0
  478. data/config/locales/renalware/errors.en.yml +1 -0
  479. data/config/locales/renalware/events/advanced_care_plan.en.yml +1 -0
  480. data/config/locales/renalware/events/biopsy.en.yml +1 -0
  481. data/config/locales/renalware/events/clinical_frailty_score.en.yml +1 -0
  482. data/config/locales/renalware/events/clinical_frailty_score_component.en.yml +1 -0
  483. data/config/locales/renalware/events/{events.yml → events.en.yml} +3 -6
  484. data/config/locales/renalware/events/investigation.en.yml +1 -0
  485. data/config/locales/renalware/events/swab.en.yml +5 -6
  486. data/config/locales/renalware/feeds/file.en.yml +1 -0
  487. data/config/locales/renalware/hd/accesses.en.yml +1 -0
  488. data/config/locales/renalware/hd/dashboards.en.yml +1 -0
  489. data/config/locales/renalware/hd/diary_slots.en.yml +1 -0
  490. data/config/locales/renalware/hd/mdm.en.yml +1 -0
  491. data/config/locales/renalware/hd/mdm_patients.en.yml +39 -0
  492. data/config/locales/renalware/hd/{preference_set.yml → preference_set.en.yml} +1 -0
  493. data/config/locales/renalware/hd/prescription_administration.en.yml +1 -0
  494. data/config/locales/renalware/hd/{profile.yml → profile.en.yml} +2 -1
  495. data/config/locales/renalware/hd/protocol.en.yml +2 -1
  496. data/config/locales/renalware/hd/session.en.yml +3 -1
  497. data/config/locales/renalware/hospitals/{unit.yml → unit.en.yml} +1 -0
  498. data/config/locales/renalware/letters/contact.en.yml +9 -7
  499. data/config/locales/renalware/letters/letter.en.yml +10 -0
  500. data/config/locales/renalware/letters/letter.pt.yml +7 -0
  501. data/config/locales/renalware/letters/recipient.en.yml +2 -1
  502. data/config/locales/renalware/low_clearance/dashboard.en.yml +3 -2
  503. data/config/locales/renalware/low_clearance/low_clearance.en.yml +9 -1
  504. data/config/locales/renalware/low_clearance/profile.en.yml +3 -2
  505. data/config/locales/renalware/{mdm.yml → mdm.en.yml} +1 -5
  506. data/config/locales/renalware/medications/drug_types/esa_prescriptions.en.yml +1 -0
  507. data/config/locales/renalware/medications/{prescription.yml → prescription.en.yml} +1 -0
  508. data/config/locales/renalware/medications/prescriptions/drug_select.en.yml +1 -0
  509. data/config/locales/renalware/medications/{route.yml → route.en.yml} +1 -0
  510. data/config/locales/renalware/medications/{tabbed_prescriptions_list_component.yml → tabbed_prescriptions_list_component.en.yml} +1 -1
  511. data/config/locales/renalware/messaging/internal/messages.en.yml +1 -15
  512. data/config/locales/renalware/modalities/modalities.en.yml +1 -0
  513. data/config/locales/renalware/navigation/menu.en.yml +13 -0
  514. data/config/locales/renalware/navigation/menu.pt.yml +14 -0
  515. data/config/locales/renalware/navigation/patient_search.en.yml +1 -0
  516. data/config/locales/renalware/navigation/renal.en.yml +2 -1
  517. data/config/locales/renalware/nhs_number.en.yml +1 -0
  518. data/config/locales/renalware/page_titles.pt.yml +20 -0
  519. data/config/locales/renalware/pathology/{requests.yml → requests.en.yml} +1 -0
  520. data/config/locales/renalware/{patient.yml → patient.en.yml} +1 -0
  521. data/config/locales/renalware/patients/alerts.en.yml +1 -0
  522. data/config/locales/renalware/patients/bookmarks.en.yml +1 -0
  523. data/config/locales/renalware/patients/patients.en.yml +1 -0
  524. data/config/locales/renalware/patients/search_form.en.yml +1 -0
  525. data/config/locales/renalware/patients/side_menu.en.yml +2 -1
  526. data/config/locales/renalware/patients/side_menu.pt.yml +40 -0
  527. data/config/locales/renalware/patients/worries.en.yml +1 -0
  528. data/config/locales/renalware/pd/adequacy_result.en.yml +1 -0
  529. data/config/locales/renalware/pd/assessments.en.yml +1 -0
  530. data/config/locales/renalware/pd/assistance_types.en.yml +1 -0
  531. data/config/locales/renalware/pd/{bag_types.yml → bag_types.en.yml} +1 -0
  532. data/config/locales/renalware/pd/dashboard.en.yml +1 -0
  533. data/config/locales/renalware/pd/exit_site_infection.en.yml +1 -0
  534. data/config/locales/renalware/pd/mdm.en.yml +1 -0
  535. data/config/locales/renalware/pd/{peritonitis_episodes.yml → peritonitis_episodes.en.yml} +1 -0
  536. data/config/locales/renalware/pd/pet_adequacy_result.en.yml +1 -0
  537. data/config/locales/renalware/pd/pet_result.en.yml +1 -0
  538. data/config/locales/renalware/pd/regime.en.yml +1 -0
  539. data/config/locales/renalware/pd/training_sessions.en.yml +1 -0
  540. data/config/locales/renalware/pd/treatments.en.yml +1 -0
  541. data/config/locales/renalware/problems/{note.yml → problems.en.yml} +1 -0
  542. data/config/locales/renalware/renal/aki_alerts.en.yml +1 -0
  543. data/config/locales/renalware/renal/profile.en.yml +1 -0
  544. data/config/locales/renalware/renal/registry.en.yml +1 -0
  545. data/config/locales/renalware/reporting/audit.en.yml +1 -0
  546. data/config/locales/renalware/research/study_participant.en.yml +1 -0
  547. data/config/locales/renalware/{shared.yml → shared.en.yml} +1 -0
  548. data/config/locales/renalware/snippets/snippets.en.yml +1 -0
  549. data/config/locales/renalware/transplants/{donation.yml → donation.en.yml} +1 -0
  550. data/config/locales/renalware/transplants/donor_dashboard.en.yml +1 -0
  551. data/config/locales/renalware/transplants/{donor_followup.yml → donor_followup.en.yml} +1 -0
  552. data/config/locales/renalware/transplants/{donor_operation.yml → donor_operation.en.yml} +1 -0
  553. data/config/locales/renalware/transplants/{donor_workup.yml → donor_workup.en.yml} +1 -0
  554. data/config/locales/renalware/transplants/live_donors.en.yml +1 -0
  555. data/config/locales/renalware/transplants/mdm.en.yml +1 -0
  556. data/config/locales/renalware/transplants/recipient_dashboards.en.yml +1 -0
  557. data/config/locales/renalware/transplants/{recipient_followup.yml → recipient_followup.en.yml} +1 -0
  558. data/config/locales/renalware/transplants/{recipient_operation.yml → recipient_operation.en.yml} +1 -0
  559. data/config/locales/renalware/transplants/{recipient_workup.yml → recipient_workup.en.yml} +1 -0
  560. data/config/locales/renalware/transplants/{registration.yml → registration.en.yml} +1 -0
  561. data/config/locales/renalware/transplants/rejection_episode.en.yml +1 -0
  562. data/config/locales/renalware/virology/virology.en.yml +1 -1
  563. data/config/locales/simple_form.en.yml +1 -0
  564. data/config/locales/validates_timeliness.en.yml +1 -0
  565. data/db/migrate/20180112151706_create_low_clearance_profiles.rb +1 -1
  566. data/db/migrate/20190131152758_create_event_categories.rb +33 -0
  567. data/db/migrate/20201217154345_update_reporting_anaemia_audit.rb +7 -0
  568. data/db/migrate/20201217155107_update_reporting_bone_audit.rb +7 -0
  569. data/db/migrate/20201229174653_add_language_to_users.rb +5 -0
  570. data/db/migrate/20210305100015_add_named_nurse_to_patients.rb +33 -0
  571. data/db/migrate/20210305105830_update_mdm_views_for_named_nurse_changes.rb +7 -0
  572. data/db/migrate/20210305181345_deprecate_issued_on_in_letters.rb +8 -0
  573. data/db/migrate/20210305191214_update_reporting_daily_letters_view.rb +11 -0
  574. data/db/migrate/20210310154134_create_akcc_mdm_patients_view.rb +7 -0
  575. data/db/seeds/default/clinics/clinics.rb +1 -1
  576. data/db/seeds/default/events/event_categories.rb +9 -0
  577. data/db/seeds/default/events/event_types.csv +10 -10
  578. data/db/seeds/default/events/event_types.rb +6 -3
  579. data/db/seeds/default/events/seeds.rb +1 -0
  580. data/db/seeds/default/modalities/descriptions.rb +18 -6
  581. data/db/seeds/default/system/view_metadata.rb +2 -2
  582. data/db/views/akcc_mdm_patients_v01.sql +39 -0
  583. data/db/views/hd_mdm_patients_v03.sql +70 -0
  584. data/db/views/reporting_anaemia_audit_v02.sql +39 -0
  585. data/db/views/reporting_bone_audit_v02.sql +31 -0
  586. data/db/views/reporting_daily_letters_v03.sql +4 -0
  587. data/lib/collection_presenter.rb +1 -1
  588. data/lib/core_extensions/i18n/always_cascade.rb +17 -1
  589. data/lib/core_extensions/i18n/handle_blank_value.rb +1 -1
  590. data/lib/renalware/engine.rb +4 -2
  591. data/lib/renalware/version_number.rb +1 -1
  592. data/lib/tasks/demo_data.rake +0 -1
  593. data/spec/factories/events/categories.rb +8 -0
  594. data/spec/factories/events/{events_types.rb → types.rb} +9 -1
  595. data/spec/factories/letters/letters.rb +1 -1
  596. data/spec/factories/low_clearance/modality_descriptions.rb +1 -1
  597. data/spec/factories/modalities/modality_descriptions.rb +1 -1
  598. data/spec/support/date_helpers.rb +2 -2
  599. data/spec/support/letters_spec_helper.rb +1 -1
  600. data/vendor/assets/stylesheets/foundation/components/_forms.scss +153 -148
  601. metadata +111 -58
  602. data/config/locales/renalware/hd/mdm_patients.yml +0 -43
@@ -4,16 +4,16 @@ table.auto-layout
4
4
  th.at-least.col-width-medium= sort_link(search,
5
5
  :patient,
6
6
  ["patient_family_name", "patient_given_name asc"],
7
- t(".patient_name"))
8
- th.col-width-nhs-no= t(".nhs_number")
9
- th.col-width-reference-no= t(".hospital_number")
10
- th.col-width-date= t(".born_on")
11
- th.col-width-tiny= t(".age")
12
- th.col-width-tiny= t(".sex")
13
- th.col-width-medium= sort_link(search, :modality_desc, t(".modality"))
14
- th= t(".notes")
15
- th= t(".tags")
16
- th.col-width-date-time= sort_link(search, :created_at, t(".bookmarked_on"))
7
+ t(".thead.patient_name"))
8
+ th.col-width-nhs-no= t(".thead.nhs_number")
9
+ th.col-width-reference-no= t(".thead.hospital_number")
10
+ th.col-width-date= t(".thead.born_on")
11
+ th.col-width-tiny= t(".thead.age")
12
+ th.col-width-tiny= t(".thead.sex")
13
+ th.col-width-medium= sort_link(search, :modality_desc, t(".thead.modality"))
14
+ th= t(".thead.notes")
15
+ th= t(".thead.tags")
16
+ th.col-width-date-time= sort_link(search, :created_at, t(".thead.bookmarked_on"))
17
17
  th.col-width-tiny
18
18
 
19
19
  tbody
@@ -4,7 +4,7 @@
4
4
  / content in this show template and are concerned about catching markup changes in
5
5
  / nested templates
6
6
  -# Template Dependency: renalware/**/summary_part
7
- = within_patient_layout(title: "Clinical Summary") do
7
+ = within_patient_layout(title: t(".page_title")) do
8
8
  .row
9
9
  - summary_parts = clinical_summary.summary_parts(current_user).each do |summary_part|
10
10
  = render summary_part
@@ -33,6 +33,6 @@
33
33
  = f.input "#{column}_cont", label: column.humanize
34
34
 
35
35
  .w-full.sm:max-w-xs.pr-2
36
- = f.submit "Filter", class: "button secondary", style: "margin-bottom: 10px"
36
+ = f.submit t("btn.filter"), class: "button secondary", style: "margin-bottom: 10px"
37
37
  |  
38
- = link_to "Clear", url
38
+ = link_to t("btn.clear"), url
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to t("new_record.link_title"), new_patient_path, class: "button"
2
+ = link_to t("btn.add"), new_patient_path, class: "button"
3
3
 
4
4
  = content_for(:tabs) do
5
5
  = render "renalware/patients/index_header"
@@ -1,7 +1,7 @@
1
1
  = content_for(:actions) do
2
- = link_to "Edit", edit_patient_path(patient), class: "button"
2
+ = link_to t("btn.edit"), edit_patient_path(patient), class: "button"
3
3
 
4
- = within_patient_layout(title: "Demographics") do
4
+ = within_patient_layout(title: t(".page_title")) do
5
5
  #patient-demographics
6
6
  .mgrid
7
7
  .row
@@ -2,14 +2,14 @@ article
2
2
  header
3
3
  h2 GP
4
4
  - if patient.primary_care_physician.present?
5
- = link_to "Remove",
5
+ = link_to t("btn.remove"),
6
6
  patient_primary_care_physician_path(patient, patient.primary_care_physician),
7
7
  class: "button button-danger remove-gp",
8
8
  data: { remote: true,
9
9
  method: :delete,
10
10
  confirm: "Are you sure you want to remove the patient's GP and practice?" }
11
11
 
12
- = link_to "Change",
12
+ = link_to t("btn.change"),
13
13
  edit_patient_primary_care_physician_path(patient, format: :html),
14
14
  class: "button change-gp",
15
15
  data: { "reveal-id" => "change-gp-modal", "reveal-ajax" => "true" }
@@ -11,11 +11,11 @@
11
11
  label: "Now choose a GP",
12
12
  input_html: { class: "searchable_select", required: :required, tabindex: 2001 }
13
13
  br
14
- = f.submit "Save",
14
+ = f.submit t("btn.save"),
15
15
  class: "button",
16
16
  data: { disable_with: "Saving.." }
17
17
  |  
18
- = link_to "Cancel",
18
+ = link_to t("btn.cancel"),
19
19
  "#",
20
20
  "aria-label" => "Close",
21
21
  class: "reveal-modal-close"
@@ -24,4 +24,4 @@
24
24
 
25
25
  = f.button :submit
26
26
  ' or
27
- = link_to "cancel", patients_primary_care_physicians_path
27
+ = link_to t("btn.cancel"), patients_primary_care_physicians_path
@@ -1,8 +1,8 @@
1
1
  tr
2
2
  td.actions
3
- = link_to "Edit",
3
+ = link_to t("btn.edit"),
4
4
  edit_patients_primary_care_physician_path(primary_care_physician)
5
- = link_to "Delete",
5
+ = link_to t("btn.delete"),
6
6
  patients_primary_care_physician_path(primary_care_physician),
7
7
  method: :delete
8
8
  td
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to t("new_record.link_title"), new_patients_primary_care_physician_path, class: "button"
2
+ = link_to t("btn.add"), new_patients_primary_care_physician_path, class: "button"
3
3
 
4
4
  = within_new_admin_layout(title: "Primary Care Physicians") do
5
5
  table.primary-care-physicians
@@ -15,6 +15,6 @@
15
15
  label: "Added by"
16
16
 
17
17
  .flex-shrink-0.pt-4.filters--actions
18
- = f.submit "Filter", class: "button", style: "margin: 0"
18
+ = f.submit t("btn.filter"), class: "button", style: "margin: 0"
19
19
  ' or
20
- = link_to t("helpers.reset"), worryboard_path
20
+ = link_to t("btn.reset"), worryboard_path
@@ -6,8 +6,8 @@ table#patients
6
6
  :patient_family_name,
7
7
  [:patient_family_name, "patient_given_name asc"],
8
8
  "Name")
9
- th.col-width-nhs-no NHS No.
10
- th.col-width-reference-no Hosp No.
9
+ th.col-width-nhs-no= t("thead.nhs_number")
10
+ th.col-width-reference-no= t("thead.hospital_number")
11
11
  th.col-width-tiny Sex
12
12
  th.col-width-date Date of Birth
13
13
  th.col-width-tiny.show-for-large-up Age
@@ -5,14 +5,14 @@ table
5
5
  th Organisms
6
6
  th Outcome
7
7
  th Treatment
8
- th.col-width-date= t("updated_at")
8
+ th.col-width-date= t(".thead.updated_at")
9
9
 
10
10
  tbody
11
11
  - exit_site_infections.each do |e|
12
12
  tr valign="top"
13
13
  td valign="top"
14
14
  - unless current_user.has_role?(:read_only)
15
- = link_to "View",
15
+ = link_to t("btn.view"),
16
16
  patient_pd_exit_site_infection_path(patient, e.id),
17
17
  class: "view-es-infection",
18
18
  id: "view-es-infection-#{e.id}"
@@ -12,13 +12,13 @@ table
12
12
  th Episode Type
13
13
  th Organisms
14
14
  th Outcome
15
- th.col-width-date= t("updated_at")
15
+ th.col-width-date= t(".thead.updated_at")
16
16
 
17
17
  tbody
18
18
  - peritonitis_episodes.each do |episode|
19
19
  tr valign="top"
20
20
  td valign="top"
21
- = link_to "View",
21
+ = link_to t("btn.view"),
22
22
  patient_pd_peritonitis_episode_path(patient, episode.id),
23
23
  class: "view-pe",
24
24
  id: "view-pe-#{episode.id}"
@@ -10,14 +10,14 @@ table
10
10
  th CrCl RRF
11
11
  th Daily urine
12
12
  th Daily UF
13
- th.col-width-date=t("updated_at")
13
+ th.col-width-date=t(".thead.updated_at")
14
14
 
15
15
  tbody
16
16
  - pet_adequacies.each do |pet_adequacy|
17
17
  tr data-assessment-id="#{pet_adequacy.id}" valign="top"
18
18
  td.actions
19
- = link_to "View", patient_pd_pet_adequacy_result_path(patient, pet_adequacy.id)
20
- = link_to "Edit", edit_patient_pd_pet_adequacy_result_path(patient, pet_adequacy.id)
19
+ = link_to t("btn.view"), patient_pd_pet_adequacy_result_path(patient, pet_adequacy.id)
20
+ = link_to t("btn.edit"), edit_patient_pd_pet_adequacy_result_path(patient, pet_adequacy.id)
21
21
  td= l(pet_adequacy.pet_date)
22
22
  td= pet_adequacy.pet_type&.text
23
23
  td= pet_adequacy.ktv_total
@@ -16,10 +16,10 @@ table(class=table_class)
16
16
  td.actions
17
17
  / TODO: Use a policy
18
18
  - if r.current? && !current_user.has_role?(:read_only)
19
- = link_to "Update",
19
+ = link_to t("btn.update"),
20
20
  edit_patient_pd_regime_path(patient, r.id),
21
21
  class: "update-pd-regime"
22
- = link_to "View",
22
+ = link_to t("btn.view"),
23
23
  patient_pd_regime_path(patient, r.id),
24
24
  class: "view-pd-regime"
25
25
  td= l r.start_date
@@ -14,6 +14,6 @@
14
14
  label: "Complete"
15
15
 
16
16
  .columns.medium-2.large-2.actions.end
17
- = f.submit "Filter", class: "button"
17
+ = f.submit t("btn.filter"), class: "button"
18
18
  ' or
19
- = link_to t("helpers.reset"), pd_adequacy_completions_path
19
+ = link_to t("btn.reset"), pd_adequacy_completions_path
@@ -13,7 +13,7 @@ table.toggleable(data-controller="toggle")
13
13
  - if Pundit.policy(current_user, Renalware::PD::AdequacyResult).edit? # only eg admin can edit or delete
14
14
  th.col-width-tiny
15
15
  - if local_assigns.fetch(:display_patient, false)
16
- th.col-width-medium Patient
16
+ th.col-width-medium= t("thead.patient")
17
17
  th.col-width-date Date
18
18
  th.col-width-tiny
19
19
  i.far.fa-check-circle(title="Complete")
@@ -27,7 +27,7 @@ table.toggleable(data-controller="toggle")
27
27
  th Dial 24 vol in
28
28
  th Dial24UF
29
29
  th DPI
30
- th.col-width-date=t("updated_at")
30
+ th.col-width-date=t(".thead.updated_at")
31
31
 
32
32
  - results.each do |result|
33
33
  tbody
@@ -41,11 +41,11 @@ table.toggleable(data-controller="toggle")
41
41
  i.fas.fa-external-link-alt
42
42
  | Edit
43
43
  - else
44
- = link_to "Edit",
44
+ = link_to t("btn.edit"),
45
45
  renalware.edit_patient_pd_adequacy_result_path(result.patient, result)
46
46
 
47
47
  - if Pundit.policy(current_user, result).destroy?
48
- = link_to "Delete",
48
+ = link_to t("btn.delete"),
49
49
  renalware.patient_pd_adequacy_result_path(result.patient, result),
50
50
  data: { method: :delete, confirm: "Are you sure?" }
51
51
  - if local_assigns.fetch(:display_patient, false)
@@ -84,6 +84,6 @@
84
84
  td= f.text_field :urine_k
85
85
 
86
86
  br
87
- = f.submit "Save", class: :button
87
+ = f.submit t("btn.save"), class: :button
88
88
  ' or
89
- = link_to "cancel", patient_pd_dashboard_path(patient)
89
+ = link_to t("btn.cancel"), patient_pd_dashboard_path(patient)
@@ -3,6 +3,6 @@
3
3
 
4
4
  = simple_form_for(adequacy, url: renalware.patient_pd_adequacy_results_path(adequacy.patient), wrapper: :horizontal_form) do |f|
5
5
  = render "form_fields", form: f
6
- = f.submit "Save", class: :button
6
+ = f.submit t("btn.save"), class: :button
7
7
  ' or
8
- = link_to "cancel", patient_pd_dashboard_path(adequacy.patient)
8
+ = link_to t("btn.cancel"), patient_pd_dashboard_path(adequacy.patient)
@@ -48,6 +48,6 @@
48
48
  wrapper: :horizontal_large
49
49
  = fdoc.input :added_comments, as: :text, input_html: { rows: 5 }, wrapper: :horizontal_large
50
50
 
51
- = f.submit "Save", class: "button"
51
+ = f.submit t("btn.save"), class: "button"
52
52
  ' or
53
- = link_to "cancel", patient_pd_dashboard_path(patient)
53
+ = link_to t("btn.cancel"), patient_pd_dashboard_path(patient)
@@ -18,9 +18,9 @@ article.pd_assessments
18
18
  tr
19
19
  td.actions
20
20
  - if policy(assessment).edit?
21
- = link_to("Edit", edit_patient_pd_assessment_path(patient, assessment))
21
+ = link_to(t("btn.edit"), edit_patient_pd_assessment_path(patient, assessment))
22
22
  - if policy(assessment).show?
23
- = link_to("View", [patient, assessment])
23
+ = link_to(t("btn.view"), [patient, assessment])
24
24
  td= l(assessment.created_at)
25
25
  td= document.assessed_on.is_a?(Date) ? l(document.assessed_on) : document.assessed_on
26
26
  td= document.assessor
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to t("edit_record.link_title"),
2
+ = link_to t("btn.edit"),
3
3
  edit_patient_pd_assessment_path(patient, assessment),
4
4
  class: "button"
5
5
 
@@ -5,7 +5,7 @@
5
5
  = f.input :id, as: :hidden unless f.object.new_record?
6
6
  = f.input :manufacturer,
7
7
  collection: manufacturer_options,
8
- prompt: t(".collection.blank_option"),
8
+ prompt: t("collection.blank_option"),
9
9
  input_html: { class: "manufacturer-select" },
10
10
  wrapper: :horizontal_small
11
11
  = f.input :description, wrapper: :horizontal_medium
@@ -28,4 +28,4 @@
28
28
 
29
29
  = f.button :submit
30
30
  ' or
31
- = link_to "Cancel", pd_bag_types_path
31
+ = link_to t("btn.cancel"), pd_bag_types_path
@@ -1,5 +1,5 @@
1
1
  h1 PD Bags
2
2
 
3
3
  dl.sub-nav
4
- dd= link_to "List", pd_bag_types_path
4
+ dd= link_to t("btn.list"), pd_bag_types_path
5
5
  dd= link_to "Add bag type", new_pd_bag_type_path
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to t("new_record.link_title"), new_pd_bag_type_path, class: "button"
2
+ = link_to t("btn.add"), new_pd_bag_type_path, class: "button"
3
3
 
4
4
  = within_new_admin_layout do
5
5
  table
@@ -7,7 +7,7 @@
7
7
  tr
8
8
  th
9
9
  th Manufacturer
10
- th Description
10
+ th= t("thead.description")
11
11
  th Glucose (g/l)
12
12
  th Glucose Strength
13
13
  th Amino acid
@@ -24,8 +24,8 @@
24
24
  - bag_types.each do |bt|
25
25
  tr
26
26
  td.actions
27
- = link_to "Edit", edit_pd_bag_type_path(bt.id), id: "edit-bag-type-#{bt.id}"
28
- = link_to "Delete",
27
+ = link_to t("btn.edit"), edit_pd_bag_type_path(bt.id), id: "edit-bag-type-#{bt.id}"
28
+ = link_to t("btn.delete"),
29
29
  pd_bag_type_path(bt.id),
30
30
  method: :delete,
31
31
  id: "delete-bag-type-#{bt.id}",
@@ -4,7 +4,7 @@ article.apd-regimes
4
4
  .supplemental
5
5
  = collection_count(apd_regimes)
6
6
  span.noprint
7
- = link_to "View All",
7
+ = link_to t("btn.view_all"),
8
8
  patient_pd_apd_regimes_path(patient),
9
9
  class: "button secondary"
10
10
 
@@ -4,7 +4,7 @@ article.capd-regimes
4
4
  .supplemental
5
5
  = collection_count(capd_regimes)
6
6
  span.noprint
7
- = link_to "View All",
7
+ = link_to t("btn.view_all"),
8
8
  patient_pd_capd_regimes_path(patient),
9
9
  class: "button secondary"
10
10
 
@@ -7,7 +7,7 @@ a.button.dropdown.with-icon(href="#"
7
7
  aria-controls="pd-options"
8
8
  aria-expanded="false")
9
9
  i.fas.fa-plus
10
- | Add
10
+ = t("btn.add_")
11
11
  br
12
12
 
13
13
  ul.f-dropdown#pd-options(data-dropdown-content aria-hidden="true")
@@ -17,7 +17,7 @@
17
17
  dd= yes_no_if_set(exit_site_infection.public_send(option))
18
18
 
19
19
  .right
20
- = link_to "Edit",
20
+ = link_to t("btn.edit"),
21
21
  edit_patient_pd_exit_site_infection_path(patient, exit_site_infection),
22
22
  remote: true,
23
23
  class: %i(button tiny)
@@ -1,5 +1,5 @@
1
1
  = simple_form_for [patient, exit_site_infection],
2
- html: { class: local_assigns[:form_class], autocomplete: "off" },
2
+ html: { class: [local_assigns[:form_class], "fn-form"].compact.join(" "), autocomplete: "off" },
3
3
  remote: true,
4
4
  wrapper: :horizontal_form do |f|
5
5
 
@@ -7,6 +7,6 @@
7
7
 
8
8
  = f.button :submit, "Save"
9
9
  ' or
10
- = link_to "cancel",
10
+ = link_to t("btn.cancel"),
11
11
  patient_pd_exit_site_infection_path(patient, exit_site_infection),
12
12
  remote: true
@@ -8,4 +8,4 @@
8
8
 
9
9
  = submit_tag "Save", class: "button"
10
10
  ' or
11
- = link_to "cancel", patient_pd_exit_site_infection_path(patient, exit_site_infection)
11
+ = link_to t("btn.cancel"), patient_pd_exit_site_infection_path(patient, exit_site_infection)
@@ -8,4 +8,4 @@
8
8
 
9
9
  = submit_tag "Save", class: "button"
10
10
  ' or
11
- = link_to "cancel", patient_pd_dashboard_path(patient)
11
+ = link_to t("btn.cancel"), patient_pd_dashboard_path(patient)
@@ -1,4 +1,4 @@
1
- = simple_form_for infection_organism, url: url, html: { class: local_assigns[:form_class] },
1
+ = simple_form_for infection_organism, url: url, html: { class: [local_assigns[:form_class], "fn-form"].compact.join(" ") },
2
2
  wrapper: :horizontal_form, remote: true do |f|
3
3
 
4
4
  = f.input :organism_code_id, collection: Renalware::PD::OrganismCode.all,
@@ -13,4 +13,4 @@
13
13
  .large-offset-3.large-7.columns
14
14
  = f.button :submit, "Save", class: :tiny
15
15
  ' or
16
- = link_to "cancel", pd_infection_organisms_path(infectable), remote: true
16
+ = link_to t("btn.cancel"), pd_infection_organisms_path(infectable), remote: true