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
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to t("new_record.link_title"),
2
+ = link_to t("btn.add"),
3
3
  new_hd_cannulation_type_path,
4
4
  class: "button"
5
5
 
@@ -14,8 +14,8 @@
14
14
  - cannulation_types.each do |t|
15
15
  tr
16
16
  td.actions
17
- = link_to "Edit", edit_hd_cannulation_type_path(t.id)
18
- = link_to "Delete",
17
+ = link_to t("btn.edit"), edit_hd_cannulation_type_path(t.id)
18
+ = link_to t("btn.delete"),
19
19
  hd_cannulation_type_path(t.id),
20
20
  method: :delete,
21
21
  data: { confirm: I18n.t("prompts.confirm_delete") }
@@ -5,7 +5,7 @@ ruby:
5
5
  .medium-6.columns
6
6
  = f.button :submit
7
7
  ' or
8
- = link_to "cancel", back_path
8
+ = link_to t("btn.cancel"), back_path
9
9
 
10
10
  .form-content
11
11
  = f.simple_fields_for :document, profile.document do |fd|
@@ -26,10 +26,11 @@ ruby:
26
26
  hint: profile.schedule_hint
27
27
  = f.input :other_schedule,
28
28
  wrapper: :horizontal_small
29
- = f.association :named_nurse,
30
- as: :user_picker,
31
- collection: Renalware::User.ordered,
32
- wrapper: :horizontal_medium
29
+
30
+ = f.input :named_nurse_id,
31
+ as: :user_picker,
32
+ collection: Renalware::User.ordered,
33
+ wrapper: :horizontal_medium
33
34
 
34
35
  = render layout: "renalware/shared/fieldset",
35
36
  locals: { legend: "Prescription", name: "prescription" } do
@@ -134,4 +135,4 @@ ruby:
134
135
  .large-12.columns
135
136
  = f.button :submit
136
137
  ' or
137
- = link_to "cancel", back_path
138
+ = link_to t("btn.cancel"), back_path
@@ -23,8 +23,7 @@
23
23
  legend: "Admin", destination: "admin",
24
24
  models: { profile => [:hospital_centre,
25
25
  :hospital_unit,
26
- :current_schedule,
27
- :named_nurse] }
26
+ :current_schedule] }
28
27
 
29
28
  = render "renalware/shared/attributes_group",
30
29
  legend: "Transport", destination: "transport",
@@ -2,8 +2,8 @@ article.hd-profile-summary
2
2
  header
3
3
  h2= t(".title")
4
4
  ul.noprint
5
- li= link_to "View", patient_hd_current_profile_path(patient), class: "button"
6
- li= link_to "Edit", edit_patient_hd_current_profile_path(patient), class: "button"
5
+ li= link_to t("btn.view"), patient_hd_current_profile_path(patient), class: "button"
6
+ li= link_to t("btn.edit"), edit_patient_hd_current_profile_path(patient), class: "button"
7
7
  li
8
8
  label.trigger-masonry-refresh#toggle-full-hd-profile(for="toggle-full-hd-profile-input") Toggle full profile
9
9
 
@@ -21,7 +21,7 @@ article.hd-profile-summary
21
21
  dt= t(".hd_type")
22
22
  dd= profile.hd_type
23
23
  dt= t(".named_nurse")
24
- dd= profile.named_nurse
24
+ dd= profile.patient.named_nurse
25
25
  dt= t(".dialyser")
26
26
  dd= profile.dialyser
27
27
  dt= t(".dialysate")
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to "Edit", edit_patient_hd_current_profile_path(patient), class: :button
2
+ = link_to t("btn.edit"), edit_patient_hd_current_profile_path(patient), class: :button
3
3
 
4
4
  = within_patient_layout(title: "HD Profile",
5
5
  breadcrumbs: hd_summary_breadcrumb(patient)) do
@@ -13,7 +13,7 @@ a.button.dropdown.with-icon(href="#"
13
13
  aria-controls="pd-options"
14
14
  aria-expanded="false")
15
15
  i.fas.fa-plus
16
- | Add
16
+ = t("btn.add_")
17
17
 
18
18
  ul.f-dropdown#pd-options(data-dropdown-content aria-hidden="true")
19
19
 
@@ -9,4 +9,4 @@
9
9
 
10
10
  = f.button :submit
11
11
  ' or
12
- = link_to "cancel", hd_dialysates_path
12
+ = link_to t("btn.cancel"), hd_dialysates_path
@@ -1,5 +1,5 @@
1
1
  = content_for(:actions) do
2
- = link_to "Add",
2
+ = link_to t("btn.add"),
3
3
  new_hd_dialysate_path,
4
4
  class: "button"
5
5
 
@@ -17,12 +17,12 @@
17
17
  tr
18
18
  td
19
19
  - if policy(dialysate).edit?
20
- = link_to "Edit", edit_hd_dialysate_path(dialysate)
20
+ = link_to t("btn.edit"), edit_hd_dialysate_path(dialysate)
21
21
  / Disabling destroy for now as it seems to let you delete a dialysate that is in use
22
22
  / Need to add a FK first
23
23
  / - if policy(dialysate).destroy?
24
24
  / = pipe_separator
25
- / = link_to "Delete",
25
+ / = link_to t("btn.delete"),
26
26
  / hd_dialysate_path(dialysate),
27
27
  / method: :delete,
28
28
  / data: { confirm: "Are you sure?" }
@@ -9,4 +9,4 @@
9
9
 
10
10
  = f.button :submit
11
11
  ' or
12
- = link_to "cancel", hd_dialysers_path
12
+ = link_to t("btn.cancel"), hd_dialysers_path
@@ -1,6 +1,6 @@
1
1
 
2
2
  = content_for(:actions) do
3
- = link_to "Add", new_hd_dialyser_path, class: "button"
3
+ = link_to t("btn.add"), new_hd_dialyser_path, class: "button"
4
4
 
5
5
  = within_new_admin_layout(title: "HD Dialysers") do
6
6
  table.auto-layout
@@ -15,8 +15,8 @@
15
15
  - dialysers.each do |dialyser|
16
16
  tr
17
17
  td.actions
18
- = link_to "Edit", edit_hd_dialyser_path(dialyser.id)
19
- = link_to "Delete",
18
+ = link_to t("btn.edit"), edit_hd_dialyser_path(dialyser.id)
19
+ = link_to t("btn.delete"),
20
20
  hd_dialyser_path(dialyser.id),
21
21
  method: :delete,
22
22
  data: { confirm: I18n.t("prompts.confirm_delete") }
@@ -2,7 +2,7 @@ article
2
2
  header
3
3
  h2.noprint= "HD Profile History (#{historical_profiles.length} of #{historical_profile_count})"
4
4
  ul
5
- li= link_to "View All", patient_hd_historical_profiles_path(patient), class: "button"
5
+ li= link_to t("btn.view_all"), patient_hd_historical_profiles_path(patient), class: "button"
6
6
 
7
7
  = render "renalware/hd/historical_profiles/table",
8
8
  patient: patient,
@@ -19,7 +19,7 @@ table
19
19
  - historical_profiles.each do |profile|
20
20
  tbody
21
21
  tr
22
- td= link_to("View", patient_hd_historical_profile_path(patient, profile))
22
+ td= link_to(t("btn.view"), patient_hd_historical_profile_path(patient, profile))
23
23
  - if compact
24
24
  td= l(profile.created_at&.to_date)
25
25
  td= l(profile.deactivated_at&.to_date)
@@ -2,7 +2,7 @@ article
2
2
  header
3
3
  h2= t(".title")
4
4
  .noprint
5
- =link_to t(".view_all"),
5
+ =link_to t("btn.view_all"),
6
6
  patient_hd_sessions_path(mdm.patient),
7
7
  class: "button left secondary"
8
8
  = render "renalware/hd/sessions/table", sessions: mdm.sessions
@@ -25,6 +25,6 @@
25
25
  collection: Renalware::User.ordered.select(:id, :given_name, :family_name)
26
26
 
27
27
  .medium-2.columns.actions
28
- = f.submit t("helpers.submit.filter"), class: "button", name: nil
28
+ = f.submit t("btn.filter"), class: "button", name: nil
29
29
  ' or
30
- = link_to t("helpers.reset"), filter_form.url
30
+ = link_to t("btn.reset"), filter_form.url
@@ -3,29 +3,29 @@ table#patients.mdm-patients.columns
3
3
  thead
4
4
  tr
5
5
  th.col-width-tiny
6
- th.col-width-large= sort_link(path, :family_name, t(".name"))
7
- th.col-width-nhs-no= t(".nhs_no")
8
- th.col-width-reference-no= t(".hosp_no")
9
- th.col-width-tiny= t(".sex")
10
- th.col-width-tiny= t(".age")
11
- th.col-width-medium= sort_link(path, :current_access, t(".access"))
12
- th.col-width-date= t(".access_started_on")
13
- th.col-width-medium= sort_link(path, :access_plan_type, t(".access_plan"))
14
- th.col-width-date= sort_link(path, :access_plan_date, t(".access_plan_date"))
15
- th.col-width-date= t(".dialysing_at")
16
- th.col-width-date= sort_link(path, :transplant_registration_status, t(".registration_status"))
17
- th.show-for-xlarge-up.col-width-date= t(".schedule")
18
- th.at-least.col-width-small= t(".transport_type")
19
- th.col-width-tiny= sort_link(path, :hgb, t(".hgb"))
20
- th.col-width-date= sort_link(path, :hgb_date, t(".hgb_date"))
21
- th.show-for-xlarge-up.col-width-tiny= sort_link(path, :phos, t(".phos"))
22
- th.show-for-xlarge-up.col-width-date= sort_link(path, :phos_date, t(".phos_date"))
23
- th.show-for-xlarge-up.col-width-tiny= sort_link(path, :pot, t(".pot"))
24
- th.show-for-xlarge-up.col-width-date= sort_link(path, :pot_date, t(".pot_date"))
25
- th.show-for-xlarge-up.col-width-tiny= sort_link(path, :pthi, t(".pthi"))
26
- th.show-for-xlarge-up.col-width-date= sort_link(path, :pthi_date, t(".pthi_date"))
27
- th.show-for-xlarge-up.col-width-tiny= sort_link(path, :urr, t(".urr"))
28
- th.show-for-xlarge-up.col-width-date= sort_link(path, :urr_date, t(".urr_date"))
6
+ th.col-width-large= sort_link(path, :family_name, t(".thead.patient_name"))
7
+ th.col-width-nhs-no= t(".thead.nhs_number")
8
+ th.col-width-reference-no= t(".thead.hospital_number")
9
+ th.col-width-tiny= t(".thead.sex")
10
+ th.col-width-tiny= t(".thead.age")
11
+ th.col-width-medium= sort_link(path, :current_access, t(".thead.access"))
12
+ th.col-width-date= t(".thead.access_started_on")
13
+ th.col-width-medium= sort_link(path, :access_plan_type, t(".thead.access_plan"))
14
+ th.col-width-date= sort_link(path, :access_plan_date, t(".thead.access_plan_date"))
15
+ th.col-width-date= t(".thead.dialysing_at")
16
+ th.col-width-date= sort_link(path, :transplant_registration_status, t(".thead.registration_status"))
17
+ th.show-for-xlarge-up.col-width-date= t(".thead.schedule")
18
+ th.at-least.col-width-small= t(".thead.transport_type")
19
+ th.col-width-tiny= sort_link(path, :hgb, t(".thead.hgb"))
20
+ th.col-width-date= sort_link(path, :hgb_date, t(".thead.hgb_date"))
21
+ th.show-for-xlarge-up.col-width-tiny= sort_link(path, :phos, t(".thead.phos"))
22
+ th.show-for-xlarge-up.col-width-date= sort_link(path, :phos_date, t(".thead.phos_date"))
23
+ th.show-for-xlarge-up.col-width-tiny= sort_link(path, :pot, t(".thead.pot"))
24
+ th.show-for-xlarge-up.col-width-date= sort_link(path, :pot_date, t(".thead.pot_date"))
25
+ th.show-for-xlarge-up.col-width-tiny= sort_link(path, :pthi, t(".thead.pthi"))
26
+ th.show-for-xlarge-up.col-width-date= sort_link(path, :pthi_date, t(".thead.pthi_date"))
27
+ th.show-for-xlarge-up.col-width-tiny= sort_link(path, :urr, t(".thead.urr"))
28
+ th.show-for-xlarge-up.col-width-date= sort_link(path, :urr_date, t(".thead.urr_date"))
29
29
 
30
30
  tbody
31
31
  = render partial: "patient",
@@ -12,6 +12,6 @@
12
12
  :hd_sites, :to_s, :id, :to_s,
13
13
  include_blank: true
14
14
  .small-4.medium-4.large-3.columns.actions.end
15
- = f.submit t("helpers.submit.filter"), class: "button"
15
+ = f.submit t("btn.filter"), class: "button"
16
16
  ' or
17
- = link_to t("helpers.reset"), hd_ongoing_sessions_path
17
+ = link_to t("btn.reset"), hd_ongoing_sessions_path
@@ -23,4 +23,4 @@ ruby:
23
23
  .large-12.columns
24
24
  = f.button :submit
25
25
  ' or
26
- = link_to "cancel", back_path
26
+ = link_to t("btn.cancel"), back_path
@@ -2,7 +2,7 @@ article.hd-preference-sets
2
2
  header
3
3
  h2= t(".title")
4
4
  ul
5
- li= link_to "Edit", edit_patient_hd_preference_set_path(patient), class: "button"
5
+ li= link_to t("btn.edit"), edit_patient_hd_preference_set_path(patient), class: "button"
6
6
 
7
7
  = definition_list_for(preference_set) do |list|
8
8
  = list.definition(:schedule_definition)
@@ -84,7 +84,7 @@
84
84
 
85
85
  .modal__footer
86
86
  .right
87
- = fpa.submit "Save", class: "button"
87
+ = fpa.submit t("btn.save"), class: "button"
88
88
  |   
89
89
  = fpa.submit "Save and Witness Later",
90
90
  name: "hd_prescription_administration[skip_witness_validation]",
@@ -92,7 +92,7 @@
92
92
  class: "button secondary"
93
93
 
94
94
  ' or
95
- = link_to "Cancel",
95
+ = link_to t("btn.cancel"),
96
96
  "#",
97
97
  "aria-label" => "Close",
98
98
  class: "reveal-modal-close"
@@ -9,7 +9,7 @@ dl
9
9
  dd= profile.hd_type
10
10
 
11
11
  dt.new_line= t(".named_nurse")
12
- dd= profile.named_nurse
12
+ dd= profile.patient.named_nurse
13
13
  dt= t(".needle_size")
14
14
  dd= profile.needle_size
15
15
  dt= t(".single_needle")
@@ -19,5 +19,5 @@ li
19
19
  li= link_to "Edit stations", hd_unit_stations_path(unit)
20
20
 
21
21
  - if defined?(diary)
22
- li= link_to "Print", hd_scheduling_unit_diary_path(unit, diary.id, format: :pdf), class: "button"
22
+ li= link_to t("btn.print"), hd_scheduling_unit_diary_path(unit, diary.id, format: :pdf), class: "button"
23
23
  / hd_unit_show_diary_path(year: date.year, week_number: date.cweek, format: :pdf),
@@ -1,5 +1,5 @@
1
1
  tr[class = "#{'current-week' if weekly_diary.applies_to_current_week?}"]
2
- td= link_to "View",
2
+ td= link_to t("btn.view"),
3
3
  hd_scheduling_unit_edit_diary_path(week_number: weekly_diary.week.week_number,
4
4
  year: weekly_diary.week.year)
5
5
  td= weekly_diary.week_number
@@ -67,7 +67,7 @@
67
67
  = f.submit "Add to this and all future weeks", class: "button secondary master", name: "master"
68
68
 
69
69
  = blank_separator
70
- = link_to "Cancel",
70
+ = link_to t("btn.cancel"),
71
71
  "#",
72
72
  "aria-label" => "Close",
73
73
  class: "reveal-modal-close"
@@ -13,7 +13,7 @@ td*{ "data-slot-id" => slot.id.present? && slot.id,
13
13
  data: { "reveal-id" => "add-patient-to-diary-modal",
14
14
  "reveal-ajax" => "true" }
15
15
  - else
16
- = link_to "Add",
16
+ = link_to t("btn.add"),
17
17
  new_hd_scheduling_diary_slot_path(diary_id: slot.diary_id,
18
18
  station_id: slot.station_id,
19
19
  diurnal_period_code_id: slot.diurnal_period_code_id,
@@ -21,7 +21,7 @@
21
21
 
22
22
  = f.submit "Select", class: :button
23
23
  = blank_separator
24
- = link_to "Cancel",
24
+ = link_to t("btn.cancel"),
25
25
  "#",
26
26
  "aria-label" => "Close",
27
27
  class: "reveal-modal-close"
@@ -19,7 +19,7 @@
19
19
  .left
20
20
  = "##{batch.id}"
21
21
  .right
22
- = link_to "Cancel",
22
+ = link_to t("btn.cancel"),
23
23
  "#",
24
24
  "aria-label" => "Close",
25
25
  class: "reveal-modal-close cancel-link"
@@ -11,10 +11,10 @@
11
11
  data: { disable_with: t(".signoff_disable_with") }
12
12
  - if policy(session).destroy?
13
13
  |  
14
- = link_to("Delete", patient_hd_session_path(patient, session),
14
+ = link_to(t("btn.delete"), patient_hd_session_path(patient, session),
15
15
  data: { confirm: t(".delete_confirmation") },
16
16
  method: :delete,
17
17
  class: "button alert")
18
18
  |  
19
19
  ' or
20
- = link_to "cancel", back_path
20
+ = link_to t("btn.cancel"), back_path
@@ -2,7 +2,7 @@
2
2
  /with-tabs
3
3
  dl
4
4
  dd
5
- = link_to "Details",
5
+ = link_to t("btn.details"),
6
6
  patient_hd_sessions_path(patient)
7
7
  /,data: { "trigger-masonry-refresh" => true }
8
8
  dd
@@ -15,14 +15,14 @@ article.hd-sessions
15
15
  new_patient_hd_session_path(@patient, type: :dna),
16
16
  class: :button
17
17
  - if policy.can_add_session?
18
- li= link_to t(".add"),
18
+ li= link_to t("btn.add"),
19
19
  new_patient_hd_session_path(@patient),
20
20
  class: "button"
21
21
 
22
22
  .sub-nav.with-tabs
23
23
  dl
24
24
  dd.active
25
- = link_to "Details", "#hd-sessions", data: { "trigger-masonry-refresh" => true }
25
+ = link_to t("btn.details"), "#hd-sessions", data: { "trigger-masonry-refresh" => true }
26
26
  dd
27
27
  = link_to "Drugs given", "#hd-session-drugs", data: { "trigger-masonry-refresh" => true }
28
28
 
@@ -1,6 +1,6 @@
1
1
  - if session.persisted?
2
2
  dl.sub-nav
3
3
  dd= link_to "HD Summary", patient_hd_dashboard_path(@patient)
4
- dd= link_to "View", patient_hd_session_path(@patient, session)
4
+ dd= link_to t("btn.view"), patient_hd_session_path(@patient, session)
5
5
  - if policy(session).edit?
6
- dd= link_to "Edit", edit_patient_hd_session_path(@patient, session)
6
+ dd= link_to t("btn.edit"), edit_patient_hd_session_path(@patient, session)
@@ -4,9 +4,9 @@ thead
4
4
  tr
5
5
  th.noprint
6
6
  th.noprint.col-width-small(rowspan=3)
7
- th.col-width-date(rowspan=3 valign="top")= t(".date")
7
+ th.col-width-date(rowspan=3 valign="top")= t(".thead.date_")
8
8
  th.col-width-small= t(".site")
9
- th.col-width-time= t(".time")
9
+ th.col-width-time= t(".thead.time_")
10
10
  th.col-width-time(rowspan=3)= t(".duration")
11
11
  th.col-width-tiny= t(".weight")
12
12
  th.col-width-tiny= t(".pulse")
@@ -21,7 +21,7 @@ thead
21
21
  th.col-width-tiny(rowspan=3)= t(".fluid_removed")
22
22
  th.col-width-tiny.text-center(colspan=3)= t(".machine")
23
23
  th.col-width-drugs.text-center.print-only(rowspan=3)= t(".hd_drugs_administered")
24
- th.col-width-notes.text-center.print-only(rowspan=3)= t(".notes")
24
+ th.col-width-notes.text-center.print-only(rowspan=3)= t(".thead.notes")
25
25
  th.col-width-user.text-center.print-only= t(".user")
26
26
 
27
27
  tr.row2
@@ -33,9 +33,9 @@ ruby:
33
33
  = f.button :submit, value: t(".save")
34
34
  - if policy(session).destroy?
35
35
  |  
36
- = link_to("Delete", patient_hd_session_path(patient, session),
36
+ = link_to(t("btn.delete"), patient_hd_session_path(patient, session),
37
37
  data: { confirm: t(".delete_confirmation") },
38
38
  method: :delete,
39
39
  class: "button alert")
40
40
  |  
41
- = link_to "cancel", back_path
41
+ = link_to t("btn.cancel"), back_path