renalware-core 2.0.151 → 2.0.157

Sign up to get free protection for your applications and to get access to all the features.
Files changed (291) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/renalware/components/navigation.js +0 -7
  3. data/app/assets/javascripts/renalware/components/sortable.js +3 -0
  4. data/app/assets/javascripts/renalware/core.js.erb +0 -2
  5. data/app/assets/javascripts/renalware/rollup_compiled.css +69147 -50289
  6. data/app/assets/javascripts/renalware/rollup_compiled.js +10 -14
  7. data/app/assets/stylesheets/renalware/base/_variables.scss +1 -0
  8. data/app/assets/stylesheets/renalware/lib/_foundation_and_overrides.scss +1 -620
  9. data/app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss +1 -1
  10. data/app/assets/stylesheets/renalware/modules/_medications.scss +9 -9
  11. data/app/assets/stylesheets/renalware/modules/_patients.scss +4 -0
  12. data/app/assets/stylesheets/renalware/modules/_users.scss +2 -1
  13. data/app/assets/stylesheets/renalware/partials/_forms.scss +11 -0
  14. data/app/assets/stylesheets/renalware/partials/_navigation.scss +15 -12
  15. data/app/assets/stylesheets/renalware/partials/_simple_form.scss +1 -1
  16. data/app/assets/stylesheets/renalware/partials/_tables.scss +15 -8
  17. data/app/assets/stylesheets/renalware/partials/_toggle.scss +0 -66
  18. data/app/assets/stylesheets/renalware/partials/_toggling.scss +18 -0
  19. data/app/assets/stylesheets/renalware/partials/_trix.scss +12 -0
  20. data/app/components/renalware/admissions/active_consult_alert_component.html.slim +4 -0
  21. data/app/components/renalware/admissions/active_consult_alert_component.rb +25 -0
  22. data/app/components/renalware/article_component.html.slim +5 -0
  23. data/app/components/renalware/article_component.rb +12 -0
  24. data/app/components/renalware/events/event_list_component.rb +6 -1
  25. data/app/components/renalware/medications/tabbed_prescriptions_list_component.html.slim +41 -0
  26. data/app/components/renalware/medications/tabbed_prescriptions_list_component.rb +47 -0
  27. data/app/components/renalware/patients/messages_component.html.slim +45 -0
  28. data/app/components/renalware/patients/messages_component.rb +52 -0
  29. data/app/components/renalware/pd/adequacy_results_component.html.slim +3 -5
  30. data/app/components/renalware/system/admin_menu_component.html.slim +3 -1
  31. data/app/components/renalware/users/last_signin_component.html.slim +3 -0
  32. data/app/components/renalware/users/last_signin_component.rb +23 -0
  33. data/app/controllers/renalware/admin/playgrounds_controller.rb +1 -1
  34. data/app/controllers/renalware/admin/users_controller.rb +1 -0
  35. data/app/controllers/renalware/drugs/drugs_controller.rb +4 -0
  36. data/app/controllers/renalware/hd/historical_profiles_controller.rb +1 -1
  37. data/app/controllers/renalware/medications/prescriptions_controller.rb +5 -2
  38. data/app/controllers/renalware/messaging/internal/messages_controller.rb +14 -5
  39. data/app/controllers/renalware/pathology/observation_descriptions_controller.rb +58 -0
  40. data/app/controllers/renalware/patients/mdms_controller.rb +104 -0
  41. data/app/controllers/renalware/system/view_metadata_controller.rb +61 -0
  42. data/app/controllers/renalware/users_controller.rb +25 -0
  43. data/app/helpers/renalware/application_helper.rb +2 -1
  44. data/app/helpers/renalware/drugs_helper.rb +6 -0
  45. data/app/helpers/renalware/layout_helper.rb +1 -1
  46. data/app/models/concerns/renalware/sortable.rb +49 -0
  47. data/app/models/renalware/accesses/patient.rb +2 -2
  48. data/app/models/renalware/accesses/plan.rb +1 -1
  49. data/app/models/renalware/admissions/request.rb +1 -0
  50. data/app/models/renalware/clinical/body_composition.rb +1 -1
  51. data/app/models/renalware/clinical/dry_weight.rb +1 -1
  52. data/app/models/renalware/clinics/clinic_visit.rb +5 -4
  53. data/app/models/renalware/feeds/files/create_feed_file.rb +1 -1
  54. data/app/models/renalware/hd/patient.rb +1 -1
  55. data/app/models/renalware/hd/preference_set.rb +1 -1
  56. data/app/models/renalware/hd/profile.rb +4 -4
  57. data/app/models/renalware/hd/schedule_definition.rb +1 -1
  58. data/app/models/renalware/hd/session.rb +2 -2
  59. data/app/models/renalware/hd/session_forms/batch_compile_pdfs.rb +1 -1
  60. data/app/models/renalware/hd/station.rb +2 -1
  61. data/app/models/renalware/letters/description.rb +2 -0
  62. data/app/models/renalware/letters/letter.rb +1 -1
  63. data/app/models/renalware/letters/part/prescriptions.rb +12 -3
  64. data/app/models/renalware/letters/pdf_letter_cache.rb +1 -1
  65. data/app/models/renalware/letters/printing/batch_compile_pdfs.rb +1 -1
  66. data/app/models/renalware/letters/recipient_params_processor.rb +1 -1
  67. data/app/models/renalware/medications/prescription.rb +0 -4
  68. data/app/models/renalware/messaging/internal/message_form.rb +1 -0
  69. data/app/models/renalware/messaging/internal/message_form_builder.rb +2 -1
  70. data/app/models/renalware/pathology/current_observations_for_descriptions_query.rb +3 -3
  71. data/app/models/renalware/pathology/measurement_unit.rb +13 -0
  72. data/app/models/renalware/pathology/observation_description.rb +23 -5
  73. data/app/models/renalware/pathology/observation_descriptions_by_code_query.rb +1 -1
  74. data/app/models/renalware/pathology/observation_requests_attributes_builder.rb +45 -5
  75. data/app/models/renalware/pathology/observations_within_date_range_query.rb +1 -1
  76. data/app/models/renalware/patient.rb +2 -2
  77. data/app/models/renalware/patients/bookmark.rb +2 -2
  78. data/app/models/renalware/patients/mdm_menu.rb +41 -0
  79. data/app/models/renalware/patients/mdm_patients_query.rb +1 -1
  80. data/app/models/renalware/patients/search_query.rb +1 -1
  81. data/app/models/renalware/patients/worry.rb +0 -1
  82. data/app/models/renalware/pd/mdm_patients_query.rb +1 -1
  83. data/app/models/renalware/problems/problem.rb +2 -1
  84. data/app/models/renalware/snippets/snippet_query.rb +1 -1
  85. data/app/models/renalware/surveys/question.rb +1 -2
  86. data/app/models/renalware/system/column_definition.rb +43 -0
  87. data/app/models/renalware/system/filter_definition.rb +29 -0
  88. data/app/models/renalware/system/update_user.rb +5 -0
  89. data/app/models/renalware/system/version.rb +11 -0
  90. data/app/models/renalware/system/view_metadata.rb +25 -0
  91. data/app/models/renalware/transplants/donation.rb +1 -1
  92. data/app/models/renalware/transplants/donor_followup.rb +0 -1
  93. data/app/models/renalware/transplants/failure_cause_description.rb +1 -1
  94. data/app/models/renalware/transplants/mdm_patients_query.rb +2 -2
  95. data/app/models/renalware/transplants/patient.rb +1 -1
  96. data/app/models/renalware/transplants/recipient_followup.rb +1 -3
  97. data/app/models/renalware/transplants/registration.rb +1 -3
  98. data/app/models/renalware/transplants/registrations/wait_list_query.rb +4 -4
  99. data/app/models/renalware/ukrdc/measurement_unit.rb +21 -0
  100. data/app/models/renalware/ukrdc/outgoing/rendering/lab_order.rb +30 -2
  101. data/app/models/renalware/ukrdc/paths.rb +1 -1
  102. data/app/models/renalware/ukrdc/treatment_timeline/prepare_tables.rb +1 -1
  103. data/app/models/renalware/ukrdc/treatment_timeline/remap_model_table_names_to_their_prepared_equivalents.rb +1 -1
  104. data/app/policies/application_policy.rb +1 -1
  105. data/app/policies/renalware/medications/prescription_policy.rb +35 -0
  106. data/app/policies/renalware/system/view_metadata_policy.rb +17 -0
  107. data/app/presenters/concerns/renalware/accountable_presentation.rb +33 -0
  108. data/app/presenters/renalware/clinics/visit_presenter.rb +11 -0
  109. data/app/presenters/renalware/events/event_presenter.rb +11 -0
  110. data/app/presenters/renalware/mdm_presenter.rb +11 -0
  111. data/app/presenters/renalware/pathology/results_presenter.rb +1 -2
  112. data/app/presenters/renalware/renal/clinical_summary_presenter.rb +9 -6
  113. data/app/views/renalware/admin/playgrounds/show.html.slim +2 -6
  114. data/app/views/renalware/admin/users/edit.html.slim +9 -0
  115. data/app/views/renalware/admin/users/index.html.slim +6 -0
  116. data/app/views/renalware/admissions/admissions/_filters.html.slim +8 -16
  117. data/app/views/renalware/clinical/allergies/_list.html.slim +3 -1
  118. data/app/views/renalware/dashboard/dashboards/show.html.slim +1 -0
  119. data/app/views/renalware/hd/protocols/_virology.html.slim +4 -5
  120. data/app/views/renalware/letters/letters/_form.html.slim +1 -1
  121. data/app/views/renalware/letters/parts/_prescriptions.html.slim +4 -0
  122. data/app/views/renalware/mdm/_prescriptions.html.slim +4 -13
  123. data/app/views/renalware/mdm/prescriptions/_table.html.slim +3 -1
  124. data/app/views/renalware/medications/prescriptions/_current_hd.html.slim +13 -0
  125. data/app/views/renalware/medications/prescriptions/_filter_form.html.slim +26 -13
  126. data/app/views/renalware/medications/prescriptions/_form.html.slim +3 -2
  127. data/app/views/renalware/medications/prescriptions/_options.html.slim +3 -3
  128. data/app/views/renalware/medications/prescriptions/_table.html.slim +5 -4
  129. data/app/views/renalware/medications/prescriptions/_tables.html.slim +13 -16
  130. data/app/views/renalware/medications/prescriptions/index.html.slim +5 -4
  131. data/app/views/renalware/messaging/internal/messages/_form.html.slim +3 -0
  132. data/app/views/renalware/messaging/internal/messages/index.html.slim +36 -0
  133. data/app/views/renalware/navigation/_mdms.html.slim +5 -0
  134. data/app/views/renalware/navigation/_renal.html.slim +1 -0
  135. data/app/views/renalware/navigation/{_super_admin.html.slim → _super_admin.html.slim.dead} +0 -0
  136. data/app/views/renalware/pathology/code_groups/edit.html.slim +5 -5
  137. data/app/views/renalware/pathology/code_groups/index.html.slim +4 -5
  138. data/app/views/renalware/pathology/code_groups/show.html.slim +25 -26
  139. data/app/views/renalware/pathology/observation_descriptions/_filters.html.slim +14 -0
  140. data/app/views/renalware/pathology/observation_descriptions/edit.html.slim +21 -0
  141. data/app/views/renalware/pathology/observation_descriptions/index.html.slim +38 -0
  142. data/app/views/renalware/pathology/requests/requests/request_form/_crs_form.html.slim +1 -1
  143. data/app/views/renalware/patients/alerts/_list.html.slim +1 -0
  144. data/app/views/renalware/patients/mdms/_filters.html.slim +38 -0
  145. data/app/views/renalware/patients/mdms/_table.html.slim +72 -0
  146. data/app/views/renalware/patients/mdms/show.html.slim +18 -0
  147. data/app/views/renalware/patients/side_menu/_general.html.slim +4 -0
  148. data/app/views/renalware/patients/worryboard/_filters.html.slim +18 -13
  149. data/app/views/renalware/pd/_peritonitis_episodes.html.slim +13 -13
  150. data/app/views/renalware/pd/adequacy_results/_form_fields.html.slim +1 -1
  151. data/app/views/renalware/pd/adequacy_results/_table.html.slim +2 -2
  152. data/app/views/renalware/pd/dashboards/show.html.slim +3 -3
  153. data/app/views/renalware/pd/dashboards/show/_page_actions.html.slim +9 -16
  154. data/app/views/renalware/pd/dashboards/show/_pet_adequacies.html.slim +1 -1
  155. data/app/views/renalware/pd/peritonitis_episodes/show.html.slim +8 -6
  156. data/app/views/renalware/shared/_fieldset.html.slim +1 -2
  157. data/app/views/renalware/shared/_magellan_block.html.slim +1 -2
  158. data/app/views/renalware/system/view_metadata/_columns_table.html.slim +44 -0
  159. data/app/views/renalware/system/view_metadata/_filters_form.html.slim +19 -0
  160. data/app/views/renalware/system/view_metadata/_versions.html.slim +23 -0
  161. data/app/views/renalware/system/view_metadata/edit.html.slim +66 -0
  162. data/app/views/renalware/transplants/mdm/_prescriptions.html.slim +6 -22
  163. data/app/views/renalware/users/_filters.html.slim +11 -0
  164. data/app/views/renalware/users/index.html.slim +24 -0
  165. data/config/initializers/core_extensions.rb +2 -2
  166. data/config/initializers/delayed_job.rb +1 -1
  167. data/config/initializers/inflections.rb +1 -0
  168. data/config/initializers/pagy.rb +5 -0
  169. data/config/locales/renalware/clinical/allergies.en.yml +1 -0
  170. data/config/locales/renalware/medications/tabbed_prescriptions_list_component.yml +15 -0
  171. data/config/locales/renalware/navigation/renal.en.yml +1 -0
  172. data/config/locales/renalware/patients/side_menu.en.yml +1 -0
  173. data/config/permissions.yml +1 -0
  174. data/config/routes.rb +1 -0
  175. data/config/routes/messaging.rb +9 -1
  176. data/config/routes/pathology.rb +1 -0
  177. data/config/routes/patients.rb +1 -0
  178. data/config/routes/system.rb +3 -0
  179. data/config/routes/users.rb +3 -0
  180. data/db/functions/convert_to_float_with_explicit_return_v01.sql +18 -0
  181. data/db/functions/update_current_observation_set_from_trigger_v05.sql +92 -0
  182. data/db/functions/update_pathology_observations_nresult_from_trigger_v01.sql +13 -0
  183. data/db/migrate/20200122182018_update_patient_current_modalities.rb +7 -0
  184. data/db/migrate/20200122182036_create_transplant_mdm_patients.rb +7 -0
  185. data/db/migrate/20200122190909_create_view_metadata.rb +44 -0
  186. data/db/migrate/20200131133223_create_hd_mdm_patients.rb +7 -0
  187. data/db/migrate/20200205185151_add_columns_to_system_view_metadata.rb +13 -0
  188. data/db/migrate/20200219113324_create_supportive_care_mdm_patients_view.rb +7 -0
  189. data/db/migrate/20200226145010_add_unique_indexes.rb +12 -11
  190. data/db/migrate/20200622120232_add_limits_to_path_obs_descriptions.rb +18 -0
  191. data/db/migrate/20200626081248_overload_convert_to_float_function.rb +13 -0
  192. data/db/migrate/20200626090256_add_nresult_to_pathology_observations.rb +29 -0
  193. data/db/migrate/20200628094228_add_prescriber_to_users.rb +14 -0
  194. data/db/migrate/20200812074223_add_public_flag_to_messages.rb +18 -0
  195. data/db/migrate/20200815150303_create_system_versions.rb +16 -0
  196. data/db/migrate/20200817085618_create_pd_mdm_patients.rb +7 -0
  197. data/db/migrate/20200817103930_create_low_clearance_mdm_patients.rb +7 -0
  198. data/db/migrate/20201001144512_update_fn_update_current_obs_set_triggerv05.rb +13 -0
  199. data/db/migrate/20201001145452_add_position_to_letter_descriptions.rb +5 -0
  200. data/db/migrate/20201009090959_make_drug_types_unique.rb +8 -0
  201. data/db/migrate/20201012160414_add_suggested_measurement_unit_to_pathology_observation_descriptions.rb +18 -0
  202. data/db/migrate/20201012171428_create_ukrdc_measurement_units.rb +18 -0
  203. data/db/migrate/20201015160542_add_position_to_drug_types.rb +31 -0
  204. data/db/migrate/20201020155510_add_bmi_to_clinic_visits.rb +31 -0
  205. data/db/migrate/20201020164524_update_pd_mdm_patients_view.rb +7 -0
  206. data/db/migrate/20201020170921_update_hd_mdm_patients_view.rb +7 -0
  207. data/db/migrate/20201020171139_update_low_clearance_mdm_patients_view.rb +7 -0
  208. data/db/migrate/20201021153832_update_supportive_care_mdm_patients_view.rb +7 -0
  209. data/db/migrate/20201021154809_update_transplant_mdm_patients_view.rb +7 -0
  210. data/db/migrate/20201023092859_remove_unused_indexes.rb +20 -0
  211. data/db/seeds/default/system/seeds.rb +1 -0
  212. data/db/seeds/default/system/view_metadata.rb +91 -0
  213. data/db/seeds/default/ukrdc/measurement_units.csv +12 -0
  214. data/db/seeds/default/ukrdc/measurement_units.rb +15 -0
  215. data/db/seeds/default/ukrdc/seeds.rb +1 -0
  216. data/db/triggers/update_pathology_observations_nresult_trigger_v01.sql +11 -0
  217. data/db/views/hd_mdm_patients_v01.sql +69 -0
  218. data/db/views/hd_mdm_patients_v02.sql +70 -0
  219. data/db/views/low_clearance_mdm_patients_v01.sql +38 -0
  220. data/db/views/low_clearance_mdm_patients_v02.sql +39 -0
  221. data/db/views/patient_current_modalities_v02.sql +18 -0
  222. data/db/views/pd_mdm_patients_v01.sql +42 -0
  223. data/db/views/pd_mdm_patients_v02.sql +43 -0
  224. data/db/views/supportive_care_mdm_patients_v01.sql +28 -0
  225. data/db/views/supportive_care_mdm_patients_v02.sql +29 -0
  226. data/db/views/transplant_mdm_patients_v01.sql +46 -0
  227. data/db/views/transplant_mdm_patients_v02.sql +47 -0
  228. data/lib/renalware/configuration.rb +2 -0
  229. data/lib/renalware/engine.rb +2 -2
  230. data/lib/renalware/version_number.rb +1 -2
  231. data/lib/tasks/db.rake +9 -0
  232. data/lib/tasks/pd.rake +28 -0
  233. data/spec/factories/drugs/drug_types.rb +5 -1
  234. data/spec/factories/messaging/internal/messages.rb +1 -0
  235. data/spec/factories/patients/practices.rb +1 -1
  236. data/spec/factories/patients/primary_care_physicians.rb +1 -1
  237. data/spec/factories/system/users.rb +1 -0
  238. data/spec/factories/system/view_metadata.rb +20 -0
  239. data/spec/support/capybara_helper.rb +2 -4
  240. data/spec/support/letters_spec_helper.rb +1 -1
  241. data/spec/support/matchers/validate_timeliness_of.rb +1 -1
  242. data/spec/support/pathology_spec_helper.rb +1 -2
  243. data/spec/support/policy_spec_helper.rb +12 -0
  244. data/vendor/assets/javascripts/foundation/foundation.alert.js +43 -0
  245. data/vendor/assets/javascripts/foundation/foundation.dropdown.js +468 -0
  246. data/vendor/assets/javascripts/foundation/foundation.js +727 -0
  247. data/vendor/assets/javascripts/foundation/foundation.reveal.js +522 -0
  248. data/vendor/assets/javascripts/foundation/foundation.tab.js +247 -0
  249. data/vendor/assets/javascripts/foundation/foundation.tooltip.js +348 -0
  250. data/vendor/assets/javascripts/foundation/foundation.topbar.js +458 -0
  251. data/vendor/assets/stylesheets/foundation/_functions.scss +156 -0
  252. data/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
  253. data/vendor/assets/stylesheets/foundation/components/_buttons.scss +261 -0
  254. data/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss +130 -0
  255. data/vendor/assets/stylesheets/foundation/components/_dropdown.scss +269 -0
  256. data/vendor/assets/stylesheets/foundation/components/_forms.scss +601 -0
  257. data/vendor/assets/stylesheets/foundation/components/_global.scss +566 -0
  258. data/vendor/assets/stylesheets/foundation/components/_grid.scss +292 -0
  259. data/vendor/assets/stylesheets/foundation/components/_labels.scss +106 -0
  260. data/vendor/assets/stylesheets/foundation/components/_pagination.scss +163 -0
  261. data/vendor/assets/stylesheets/foundation/components/_panels.scss +107 -0
  262. data/vendor/assets/stylesheets/foundation/components/_reveal.scss +212 -0
  263. data/vendor/assets/stylesheets/foundation/components/_side-nav.scss +120 -0
  264. data/vendor/assets/stylesheets/foundation/components/_split-buttons.scss +203 -0
  265. data/vendor/assets/stylesheets/foundation/components/_sub-nav.scss +125 -0
  266. data/vendor/assets/stylesheets/foundation/components/_tables.scss +135 -0
  267. data/vendor/assets/stylesheets/foundation/components/_tabs.scss +142 -0
  268. data/vendor/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
  269. data/vendor/assets/stylesheets/foundation/components/_top-bar.scss +745 -0
  270. data/vendor/assets/stylesheets/foundation/components/_type.scss +525 -0
  271. data/vendor/assets/stylesheets/foundation/components/_visibility.scss +425 -0
  272. metadata +162 -64
  273. data/app/views/renalware/pd/infection_organisms/_edit.html.slim.obsolete +0 -16
  274. data/app/views/renalware/transplants/donor_operations/_sections_nav.html.slim +0 -11
  275. data/app/views/renalware/transplants/donor_workups/_sections_nav.html.slim +0 -15
  276. data/app/views/renalware/transplants/recipient_operations/_sections_nav.html.slim +0 -14
  277. data/app/views/renalware/transplants/recipient_workups/_sections_nav.html.slim +0 -15
  278. data/lib/core_extensions/active_record/sort.rb +0 -52
  279. data/spec/support/pages/accesses/procedure_page.rb +0 -53
  280. data/spec/support/pages/accesses/profile_page.rb +0 -45
  281. data/spec/support/pages/admissions/consults_page.rb +0 -26
  282. data/spec/support/pages/clinical/allergy_page.rb +0 -74
  283. data/spec/support/pages/clinical/profile_page.rb +0 -28
  284. data/spec/support/pages/hd/prescription_administration_dialog.rb +0 -132
  285. data/spec/support/pages/letters/form.rb +0 -63
  286. data/spec/support/pages/letters/mailshots/form.rb +0 -58
  287. data/spec/support/pages/letters/patient_letters.rb +0 -20
  288. data/spec/support/pages/low_clearance/profile_page.rb +0 -70
  289. data/spec/support/pages/medications/home_delivery_dialog.rb +0 -77
  290. data/spec/support/pages/medications/prescription_fom.rb +0 -62
  291. data/spec/support/pages/page_object.rb +0 -10
@@ -0,0 +1,425 @@
1
+ // Foundation by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ @import 'global';
6
+
7
+ //
8
+ // Foundation Visibility Classes
9
+ //
10
+ $include-html-visibility-classes: $include-html-classes !default;
11
+ $include-accessibility-classes: true !default;
12
+ $include-table-visibility-classes: true !default;
13
+ $include-legacy-visibility-classes: true !default;
14
+
15
+ //
16
+ // Media Class Names
17
+ //
18
+ // Visibility Breakpoints
19
+ $visibility-breakpoint-sizes:
20
+ small,
21
+ medium,
22
+ large,
23
+ xlarge,
24
+ xxlarge;
25
+
26
+ $visibility-breakpoint-queries:
27
+ unquote($small-up),
28
+ unquote($medium-up),
29
+ unquote($large-up),
30
+ unquote($xlarge-up),
31
+ unquote($xxlarge-up);
32
+
33
+ @mixin visibility-loop {
34
+ @each $current-visibility-breakpoint in $visibility-breakpoint-sizes {
35
+ $visibility-inherit-list: ();
36
+ $visibility-none-list: ();
37
+
38
+ $visibility-visible-list: ();
39
+ $visibility-hidden-list: ();
40
+
41
+ $visibility-table-list: ();
42
+ $visibility-table-header-group-list: ();
43
+ $visibility-table-row-group-list: ();
44
+ $visibility-table-row-list: ();
45
+ $visibility-table-cell-list: ();
46
+
47
+ @each $visibility-comparison-breakpoint in $visibility-breakpoint-sizes {
48
+ @if index($visibility-breakpoint-sizes, $visibility-comparison-breakpoint) < index($visibility-breakpoint-sizes, $current-visibility-breakpoint) {
49
+ // Smaller than current breakpoint
50
+
51
+ $visibility-inherit-list: append($visibility-inherit-list, unquote(
52
+ '.hide-for-#{$visibility-comparison-breakpoint}-only, .show-for-#{$visibility-comparison-breakpoint}-up'
53
+ ), comma);
54
+ $visibility-none-list: append($visibility-none-list, unquote(
55
+ '.show-for-#{$visibility-comparison-breakpoint}-only, .hide-for-#{$visibility-comparison-breakpoint}-up'
56
+ ), comma);
57
+ $visibility-visible-list: append($visibility-visible-list, unquote(
58
+ '.hidden-for-#{$visibility-comparison-breakpoint}-only, .visible-for-#{$visibility-comparison-breakpoint}-up'
59
+ ), comma);
60
+ $visibility-hidden-list: append($visibility-hidden-list, unquote(
61
+ '.visible-for-#{$visibility-comparison-breakpoint}-only, .hidden-for-#{$visibility-comparison-breakpoint}-up'
62
+ ), comma);
63
+ $visibility-table-list: append($visibility-table-list, unquote(
64
+ 'table.hide-for-#{$visibility-comparison-breakpoint}-only, table.show-for-#{$visibility-comparison-breakpoint}-up'
65
+ ), comma);
66
+ $visibility-table-header-group-list: append($visibility-table-header-group-list, unquote(
67
+ 'thead.hide-for-#{$visibility-comparison-breakpoint}-only, thead.show-for-#{$visibility-comparison-breakpoint}-up'
68
+ ), comma);
69
+ $visibility-table-row-group-list: append($visibility-table-row-group-list, unquote(
70
+ 'tbody.hide-for-#{$visibility-comparison-breakpoint}-only, tbody.show-for-#{$visibility-comparison-breakpoint}-up'
71
+ ), comma);
72
+ $visibility-table-row-list: append($visibility-table-row-list, unquote(
73
+ 'tr.hide-for-#{$visibility-comparison-breakpoint}-only, tr.show-for-#{$visibility-comparison-breakpoint}-up'
74
+ ), comma);
75
+ $visibility-table-cell-list: append($visibility-table-cell-list, unquote(
76
+ 'th.hide-for-#{$visibility-comparison-breakpoint}-only, td.hide-for-#{$visibility-comparison-breakpoint}-only, th.show-for-#{$visibility-comparison-breakpoint}-up, td.show-for-#{$visibility-comparison-breakpoint}-up'
77
+ ), comma);
78
+
79
+ // Foundation 4 compatibility:
80
+ // Include .show/hide-for-[size] and .show/hide-for-[size]-down classes
81
+ // for small, medium, and large breakpoints only
82
+ @if $include-legacy-visibility-classes and index((small, medium, large), $visibility-comparison-breakpoint) != false {
83
+ $visibility-inherit-list: append($visibility-inherit-list, unquote(
84
+ '.hide-for-#{$visibility-comparison-breakpoint}, .hide-for-#{$visibility-comparison-breakpoint}-down'
85
+ ), comma);
86
+ $visibility-none-list: append($visibility-none-list, unquote(
87
+ '.show-for-#{$visibility-comparison-breakpoint}, .show-for-#{$visibility-comparison-breakpoint}-down'
88
+ ), comma);
89
+ $visibility-visible-list: append($visibility-visible-list, unquote(
90
+ '.hidden-for-#{$visibility-comparison-breakpoint}, .hidden-for-#{$visibility-comparison-breakpoint}-down'
91
+ ), comma);
92
+ $visibility-hidden-list: append($visibility-hidden-list, unquote(
93
+ '.visible-for-#{$visibility-comparison-breakpoint}, .visible-for-#{$visibility-comparison-breakpoint}-down'
94
+ ), comma);
95
+ $visibility-table-list: append($visibility-table-list, unquote(
96
+ 'table.hide-for-#{$visibility-comparison-breakpoint}, table.hide-for-#{$visibility-comparison-breakpoint}-down'
97
+ ), comma);
98
+ $visibility-table-header-group-list: append($visibility-table-header-group-list, unquote(
99
+ 'thead.hide-for-#{$visibility-comparison-breakpoint}, thead.hide-for-#{$visibility-comparison-breakpoint}-down'
100
+ ), comma);
101
+ $visibility-table-row-group-list: append($visibility-table-row-group-list, unquote(
102
+ 'tbody.hide-for-#{$visibility-comparison-breakpoint}, tbody.hide-for-#{$visibility-comparison-breakpoint}-down'
103
+ ), comma);
104
+ $visibility-table-row-list: append($visibility-table-row-list, unquote(
105
+ 'tr.hide-for-#{$visibility-comparison-breakpoint}, tr.hide-for-#{$visibility-comparison-breakpoint}-down'
106
+ ), comma);
107
+ $visibility-table-cell-list: append($visibility-table-cell-list, unquote(
108
+ 'th.hide-for-#{$visibility-comparison-breakpoint}, td.hide-for-#{$visibility-comparison-breakpoint}, th.hide-for-#{$visibility-comparison-breakpoint}-down, td.hide-for-#{$visibility-comparison-breakpoint}-down'
109
+ ), comma);
110
+ }
111
+
112
+ } @else if index($visibility-breakpoint-sizes, $visibility-comparison-breakpoint) > index($visibility-breakpoint-sizes, $current-visibility-breakpoint) {
113
+ // Larger than current breakpoint
114
+
115
+ $visibility-inherit-list: append($visibility-inherit-list, unquote(
116
+ '.hide-for-#{$visibility-comparison-breakpoint}-only, .hide-for-#{$visibility-comparison-breakpoint}-up'
117
+ ), comma);
118
+ $visibility-none-list: append($visibility-none-list, unquote(
119
+ '.show-for-#{$visibility-comparison-breakpoint}-only, .show-for-#{$visibility-comparison-breakpoint}-up'
120
+ ), comma);
121
+ $visibility-visible-list: append($visibility-visible-list, unquote(
122
+ '.hidden-for-#{$visibility-comparison-breakpoint}-only, .hidden-for-#{$visibility-comparison-breakpoint}-up'
123
+ ), comma);
124
+ $visibility-hidden-list: append($visibility-hidden-list, unquote(
125
+ '.visible-for-#{$visibility-comparison-breakpoint}-only, .visible-for-#{$visibility-comparison-breakpoint}-up'
126
+ ), comma);
127
+ $visibility-table-list: append($visibility-table-list, unquote(
128
+ 'table.hide-for-#{$visibility-comparison-breakpoint}-only, table.hide-for-#{$visibility-comparison-breakpoint}-up'
129
+ ), comma);
130
+ $visibility-table-header-group-list: append($visibility-table-header-group-list, unquote(
131
+ 'thead.hide-for-#{$visibility-comparison-breakpoint}-only, thead.hide-for-#{$visibility-comparison-breakpoint}-up'
132
+ ), comma);
133
+ $visibility-table-row-group-list: append($visibility-table-row-group-list, unquote(
134
+ 'tbody.hide-for-#{$visibility-comparison-breakpoint}-only, tbody.hide-for-#{$visibility-comparison-breakpoint}-up'
135
+ ), comma);
136
+ $visibility-table-row-list: append($visibility-table-row-list, unquote(
137
+ 'tr.hide-for-#{$visibility-comparison-breakpoint}-only, tr.hide-for-#{$visibility-comparison-breakpoint}-up'
138
+ ), comma);
139
+ $visibility-table-cell-list: append($visibility-table-cell-list, unquote(
140
+ 'th.hide-for-#{$visibility-comparison-breakpoint}-only, td.hide-for-#{$visibility-comparison-breakpoint}-only, th.hide-for-#{$visibility-comparison-breakpoint}-up, td.hide-for-#{$visibility-comparison-breakpoint}-up'
141
+ ), comma);
142
+
143
+ // Foundation 4 compatibility:
144
+ // Include .show/hide-for-[size] and .show/hide-for-[size]-down classes
145
+ // for small, medium, and large breakpoints only
146
+ @if $include-legacy-visibility-classes and index((small, medium, large), $visibility-comparison-breakpoint) != false {
147
+ $visibility-inherit-list: append($visibility-inherit-list, unquote(
148
+ '.hide-for-#{$visibility-comparison-breakpoint}, .show-for-#{$visibility-comparison-breakpoint}-down'
149
+ ), comma);
150
+ $visibility-none-list: append($visibility-none-list, unquote(
151
+ '.show-for-#{$visibility-comparison-breakpoint}, .hide-for-#{$visibility-comparison-breakpoint}-down'
152
+ ), comma);
153
+ $visibility-visible-list: append($visibility-visible-list, unquote(
154
+ '.hidden-for-#{$visibility-comparison-breakpoint}, .visible-for-#{$visibility-comparison-breakpoint}-down'
155
+ ), comma);
156
+ $visibility-hidden-list: append($visibility-hidden-list, unquote(
157
+ '.visible-for-#{$visibility-comparison-breakpoint}, .hidden-for-#{$visibility-comparison-breakpoint}-down'
158
+ ), comma);
159
+ $visibility-table-list: append($visibility-table-list, unquote(
160
+ 'table.hide-for-#{$visibility-comparison-breakpoint}, table.show-for-#{$visibility-comparison-breakpoint}-down'
161
+ ), comma);
162
+ $visibility-table-header-group-list: append($visibility-table-header-group-list, unquote(
163
+ 'thead.hide-for-#{$visibility-comparison-breakpoint}, thead.show-for-#{$visibility-comparison-breakpoint}-down'
164
+ ), comma);
165
+ $visibility-table-row-group-list: append($visibility-table-row-group-list, unquote(
166
+ 'tbody.hide-for-#{$visibility-comparison-breakpoint}, tbody.show-for-#{$visibility-comparison-breakpoint}-down'
167
+ ), comma);
168
+ $visibility-table-row-list: append($visibility-table-row-list, unquote(
169
+ 'tr.hide-for-#{$visibility-comparison-breakpoint}, tr.show-for-#{$visibility-comparison-breakpoint}-down'
170
+ ), comma);
171
+ $visibility-table-cell-list: append($visibility-table-cell-list, unquote(
172
+ 'th.hide-for-#{$visibility-comparison-breakpoint}, td.hide-for-#{$visibility-comparison-breakpoint}, th.show-for-#{$visibility-comparison-breakpoint}-down, td.show-for-#{$visibility-comparison-breakpoint}-down'
173
+ ), comma);
174
+ }
175
+
176
+ } @else {
177
+ // Current breakpoint
178
+
179
+ $visibility-inherit-list: append($visibility-inherit-list, unquote(
180
+ '.show-for-#{$visibility-comparison-breakpoint}-only, .show-for-#{$visibility-comparison-breakpoint}-up'
181
+ ), comma);
182
+ $visibility-none-list: append($visibility-none-list, unquote(
183
+ '.hide-for-#{$visibility-comparison-breakpoint}-only, .hide-for-#{$visibility-comparison-breakpoint}-up'
184
+ ), comma);
185
+ $visibility-visible-list: append($visibility-visible-list, unquote(
186
+ '.visible-for-#{$visibility-comparison-breakpoint}-only, .visible-for-#{$visibility-comparison-breakpoint}-up'
187
+ ), comma);
188
+ $visibility-hidden-list: append($visibility-hidden-list, unquote(
189
+ '.hidden-for-#{$visibility-comparison-breakpoint}-only, .hidden-for-#{$visibility-comparison-breakpoint}-up'
190
+ ), comma);
191
+ $visibility-table-list: append($visibility-table-list, unquote(
192
+ 'table.show-for-#{$visibility-comparison-breakpoint}-only, table.show-for-#{$visibility-comparison-breakpoint}-up'
193
+ ), comma);
194
+ $visibility-table-header-group-list: append($visibility-table-header-group-list, unquote(
195
+ 'thead.show-for-#{$visibility-comparison-breakpoint}-only, thead.show-for-#{$visibility-comparison-breakpoint}-up'
196
+ ), comma);
197
+ $visibility-table-row-group-list: append($visibility-table-row-group-list, unquote(
198
+ 'tbody.show-for-#{$visibility-comparison-breakpoint}-only, tbody.show-for-#{$visibility-comparison-breakpoint}-up'
199
+ ), comma);
200
+ $visibility-table-row-list: append($visibility-table-row-list, unquote(
201
+ 'tr.show-for-#{$visibility-comparison-breakpoint}-only, tr.show-for-#{$visibility-comparison-breakpoint}-up'
202
+ ), comma);
203
+ $visibility-table-cell-list: append($visibility-table-cell-list, unquote(
204
+ 'th.show-for-#{$visibility-comparison-breakpoint}-only, td.show-for-#{$visibility-comparison-breakpoint}-only, th.show-for-#{$visibility-comparison-breakpoint}-up, td.show-for-#{$visibility-comparison-breakpoint}-up'
205
+ ), comma);
206
+
207
+ // Foundation 4 compatibility:
208
+ // Include .show/hide-for-[size] and .show/hide-for-[size]-down classes
209
+ // for small, medium, and large breakpoints only
210
+ @if $include-legacy-visibility-classes and index((small, medium, large), $visibility-comparison-breakpoint) != false {
211
+ $visibility-inherit-list: append($visibility-inherit-list, unquote(
212
+ '.show-for-#{$visibility-comparison-breakpoint}, .show-for-#{$visibility-comparison-breakpoint}-down'
213
+ ), comma);
214
+ $visibility-none-list: append($visibility-none-list, unquote(
215
+ '.hide-for-#{$visibility-comparison-breakpoint}, .hide-for-#{$visibility-comparison-breakpoint}-down'
216
+ ), comma);
217
+ $visibility-visible-list: append($visibility-visible-list, unquote(
218
+ '.visible-for-#{$visibility-comparison-breakpoint}, .visible-for-#{$visibility-comparison-breakpoint}-down'
219
+ ), comma);
220
+ $visibility-hidden-list: append($visibility-hidden-list, unquote(
221
+ '.hidden-for-#{$visibility-comparison-breakpoint}, .hidden-for-#{$visibility-comparison-breakpoint}-down'
222
+ ), comma);
223
+ $visibility-table-list: append($visibility-table-list, unquote(
224
+ 'table.show-for-#{$visibility-comparison-breakpoint}, table.show-for-#{$visibility-comparison-breakpoint}-down'
225
+ ), comma);
226
+ $visibility-table-header-group-list: append($visibility-table-header-group-list, unquote(
227
+ 'thead.show-for-#{$visibility-comparison-breakpoint}, thead.show-for-#{$visibility-comparison-breakpoint}-down'
228
+ ), comma);
229
+ $visibility-table-row-group-list: append($visibility-table-row-group-list, unquote(
230
+ 'tbody.show-for-#{$visibility-comparison-breakpoint}, tbody.show-for-#{$visibility-comparison-breakpoint}-down'
231
+ ), comma);
232
+ $visibility-table-row-list: append($visibility-table-row-list, unquote(
233
+ 'tr.show-for-#{$visibility-comparison-breakpoint}, tr.show-for-#{$visibility-comparison-breakpoint}-down'
234
+ ), comma);
235
+ $visibility-table-cell-list: append($visibility-table-cell-list, unquote(
236
+ 'th.show-for-#{$visibility-comparison-breakpoint}, td.show-for-#{$visibility-comparison-breakpoint}, th.show-for-#{$visibility-comparison-breakpoint}-down, td.show-for-#{$visibility-comparison-breakpoint}-down'
237
+ ), comma);
238
+ }
239
+ }
240
+ }
241
+
242
+ /* #{$current-visibility-breakpoint} displays */
243
+ @media #{nth($visibility-breakpoint-queries, index($visibility-breakpoint-sizes, $current-visibility-breakpoint))} {
244
+ #{$visibility-inherit-list} {
245
+ display: inherit !important;
246
+ }
247
+ #{$visibility-none-list} {
248
+ display: none !important;
249
+ }
250
+ @if $include-accessibility-classes != false {
251
+ #{$visibility-visible-list} {
252
+ @include element-invisible-off;
253
+ }
254
+ #{$visibility-hidden-list} {
255
+ @include element-invisible;
256
+ }
257
+ }
258
+ @if $include-table-visibility-classes != false {
259
+ #{$visibility-table-list} {
260
+ display: table !important;
261
+ }
262
+ #{$visibility-table-header-group-list} {
263
+ display: table-header-group !important;
264
+ }
265
+ #{$visibility-table-row-group-list} {
266
+ display: table-row-group !important;
267
+ }
268
+ #{$visibility-table-row-list} {
269
+ display: table-row;
270
+ }
271
+ #{$visibility-table-cell-list} {
272
+ display: table-cell !important;
273
+ }
274
+ }
275
+ }
276
+ }
277
+ }
278
+
279
+ @include exports("visibility"){
280
+ @if $include-html-visibility-classes != false {
281
+
282
+ @include visibility-loop;
283
+
284
+ /* Orientation targeting */
285
+ .show-for-landscape,
286
+ .hide-for-portrait { display: inherit !important; }
287
+ .hide-for-landscape,
288
+ .show-for-portrait { display: none !important; }
289
+
290
+ /* Specific visibility for tables */
291
+ table {
292
+ &.hide-for-landscape,
293
+ &.show-for-portrait { display: table !important; }
294
+ }
295
+ thead {
296
+ &.hide-for-landscape,
297
+ &.show-for-portrait { display: table-header-group !important; }
298
+ }
299
+ tbody {
300
+ &.hide-for-landscape,
301
+ &.show-for-portrait { display: table-row-group !important; }
302
+ }
303
+ tr {
304
+ &.hide-for-landscape,
305
+ &.show-for-portrait { display: table-row !important; }
306
+ }
307
+ td,
308
+ th {
309
+ &.hide-for-landscape,
310
+ &.show-for-portrait { display: table-cell !important; }
311
+ }
312
+
313
+ @media #{$landscape} {
314
+ .show-for-landscape,
315
+ .hide-for-portrait { display: inherit !important; }
316
+ .hide-for-landscape,
317
+ .show-for-portrait { display: none !important; }
318
+
319
+ /* Specific visibility for tables */
320
+ table {
321
+ &.show-for-landscape,
322
+ &.hide-for-portrait { display: table !important; }
323
+ }
324
+ thead {
325
+ &.show-for-landscape,
326
+ &.hide-for-portrait { display: table-header-group !important; }
327
+ }
328
+ tbody {
329
+ &.show-for-landscape,
330
+ &.hide-for-portrait { display: table-row-group !important; }
331
+ }
332
+ tr {
333
+ &.show-for-landscape,
334
+ &.hide-for-portrait { display: table-row !important; }
335
+ }
336
+ td,
337
+ th {
338
+ &.show-for-landscape,
339
+ &.hide-for-portrait { display: table-cell !important; }
340
+ }
341
+ }
342
+
343
+ @media #{$portrait} {
344
+ .show-for-portrait,
345
+ .hide-for-landscape { display: inherit !important; }
346
+ .hide-for-portrait,
347
+ .show-for-landscape { display: none !important; }
348
+
349
+ /* Specific visibility for tables */
350
+ table {
351
+ &.show-for-portrait,
352
+ &.hide-for-landscape { display: table !important; }
353
+ }
354
+ thead {
355
+ &.show-for-portrait,
356
+ &.hide-for-landscape { display: table-header-group !important; }
357
+ }
358
+ tbody {
359
+ &.show-for-portrait,
360
+ &.hide-for-landscape { display: table-row-group !important; }
361
+ }
362
+ tr {
363
+ &.show-for-portrait,
364
+ &.hide-for-landscape { display: table-row !important; }
365
+ }
366
+ td,
367
+ th {
368
+ &.show-for-portrait,
369
+ &.hide-for-landscape { display: table-cell !important; }
370
+ }
371
+ }
372
+
373
+ /* Touch-enabled device targeting */
374
+ .show-for-touch { display: none !important; }
375
+ .hide-for-touch { display: inherit !important; }
376
+ .touch .show-for-touch { display: inherit !important; }
377
+ .touch .hide-for-touch { display: none !important; }
378
+
379
+ /* Specific visibility for tables */
380
+ table.hide-for-touch { display: table !important; }
381
+ .touch table.show-for-touch { display: table !important; }
382
+ thead.hide-for-touch { display: table-header-group !important; }
383
+ .touch thead.show-for-touch { display: table-header-group !important; }
384
+ tbody.hide-for-touch { display: table-row-group !important; }
385
+ .touch tbody.show-for-touch { display: table-row-group !important; }
386
+ tr.hide-for-touch { display: table-row !important; }
387
+ .touch tr.show-for-touch { display: table-row !important; }
388
+ td.hide-for-touch { display: table-cell !important; }
389
+ .touch td.show-for-touch { display: table-cell !important; }
390
+ th.hide-for-touch { display: table-cell !important; }
391
+ .touch th.show-for-touch { display: table-cell !important; }
392
+
393
+ /* Screen reader-specific classes */
394
+ .show-for-sr {
395
+ @include element-invisible;
396
+ }
397
+ .show-on-focus {
398
+ @include element-invisible;
399
+
400
+ &:focus,
401
+ &:active {
402
+ @include element-invisible-off;
403
+ }
404
+ }
405
+
406
+ /* Print visibility */
407
+ @if $include-print-styles {
408
+ .print-only,
409
+ .show-for-print { display: none !important; }
410
+ @media print {
411
+ .print-only,
412
+ .show-for-print { display: block !important; }
413
+ .hide-on-print,
414
+ .hide-for-print { display: none !important; }
415
+
416
+ table.show-for-print { display: table !important; }
417
+ thead.show-for-print { display: table-header-group !important; }
418
+ tbody.show-for-print { display: table-row-group !important; }
419
+ tr.show-for-print { display: table-row !important; }
420
+ td.show-for-print { display: table-cell !important; }
421
+ th.show-for-print { display: table-cell !important; }
422
+ }
423
+ }
424
+ }
425
+ }
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renalware-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.151
4
+ version: 2.0.157
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airslie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-19 00:00:00.000000000 Z
11
+ date: 2020-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: active_type
14
+ name: activerecord-import
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.1
19
+ version: 0.28.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.7.1
26
+ version: 0.28.0
27
27
  - !ruby/object:Gem::Dependency
28
- name: activerecord-import
28
+ name: activerecord-postgres_enum
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.28.0
33
+ version: 0.6.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.28.0
40
+ version: 0.6.0
41
41
  - !ruby/object:Gem::Dependency
42
- name: activerecord-postgres_enum
42
+ name: active_type
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.6.0
47
+ version: 0.7.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.6.0
54
+ version: 0.7.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: ahoy_matey
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -332,34 +332,20 @@ dependencies:
332
332
  - - "~>"
333
333
  - !ruby/object:Gem::Version
334
334
  version: '5.6'
335
- - !ruby/object:Gem::Dependency
336
- name: foundation-rails
337
- requirement: !ruby/object:Gem::Requirement
338
- requirements:
339
- - - "~>"
340
- - !ruby/object:Gem::Version
341
- version: 5.5.3.2
342
- type: :runtime
343
- prerelease: false
344
- version_requirements: !ruby/object:Gem::Requirement
345
- requirements:
346
- - - "~>"
347
- - !ruby/object:Gem::Version
348
- version: 5.5.3.2
349
335
  - !ruby/object:Gem::Dependency
350
336
  name: friendly_id
351
337
  requirement: !ruby/object:Gem::Requirement
352
338
  requirements:
353
339
  - - "~>"
354
340
  - !ruby/object:Gem::Version
355
- version: 5.3.0
341
+ version: '5.3'
356
342
  type: :runtime
357
343
  prerelease: false
358
344
  version_requirements: !ruby/object:Gem::Requirement
359
345
  requirements:
360
346
  - - "~>"
361
347
  - !ruby/object:Gem::Version
362
- version: 5.3.0
348
+ version: '5.3'
363
349
  - !ruby/object:Gem::Dependency
364
350
  name: groupdate
365
351
  requirement: !ruby/object:Gem::Requirement
@@ -456,14 +442,14 @@ dependencies:
456
442
  requirements:
457
443
  - - "~>"
458
444
  - !ruby/object:Gem::Version
459
- version: 4.3.1
445
+ version: 4.4.0
460
446
  type: :runtime
461
447
  prerelease: false
462
448
  version_requirements: !ruby/object:Gem::Requirement
463
449
  requirements:
464
450
  - - "~>"
465
451
  - !ruby/object:Gem::Version
466
- version: 4.3.1
452
+ version: 4.4.0
467
453
  - !ruby/object:Gem::Dependency
468
454
  name: jquery-ui-rails
469
455
  requirement: !ruby/object:Gem::Requirement
@@ -568,14 +554,14 @@ dependencies:
568
554
  requirements:
569
555
  - - "~>"
570
556
  - !ruby/object:Gem::Version
571
- version: '2.11'
557
+ version: '2.13'
572
558
  type: :runtime
573
559
  prerelease: false
574
560
  version_requirements: !ruby/object:Gem::Requirement
575
561
  requirements:
576
562
  - - "~>"
577
563
  - !ruby/object:Gem::Version
578
- version: '2.11'
564
+ version: '2.13'
579
565
  - !ruby/object:Gem::Dependency
580
566
  name: pagy
581
567
  requirement: !ruby/object:Gem::Requirement
@@ -666,28 +652,28 @@ dependencies:
666
652
  requirements:
667
653
  - - "~>"
668
654
  - !ruby/object:Gem::Version
669
- version: 2.2.2
655
+ version: '2.2'
670
656
  type: :runtime
671
657
  prerelease: false
672
658
  version_requirements: !ruby/object:Gem::Requirement
673
659
  requirements:
674
660
  - - "~>"
675
661
  - !ruby/object:Gem::Version
676
- version: 2.2.2
662
+ version: '2.2'
677
663
  - !ruby/object:Gem::Dependency
678
664
  name: puma
679
665
  requirement: !ruby/object:Gem::Requirement
680
666
  requirements:
681
667
  - - "~>"
682
668
  - !ruby/object:Gem::Version
683
- version: 4.3.0
669
+ version: '4.3'
684
670
  type: :runtime
685
671
  prerelease: false
686
672
  version_requirements: !ruby/object:Gem::Requirement
687
673
  requirements:
688
674
  - - "~>"
689
675
  - !ruby/object:Gem::Version
690
- version: 4.3.0
676
+ version: '4.3'
691
677
  - !ruby/object:Gem::Dependency
692
678
  name: pundit
693
679
  requirement: !ruby/object:Gem::Requirement
@@ -840,14 +826,14 @@ dependencies:
840
826
  requirements:
841
827
  - - "~>"
842
828
  - !ruby/object:Gem::Version
843
- version: '1.4'
829
+ version: '1.5'
844
830
  type: :runtime
845
831
  prerelease: false
846
832
  version_requirements: !ruby/object:Gem::Requirement
847
833
  requirements:
848
834
  - - "~>"
849
835
  - !ruby/object:Gem::Version
850
- version: '1.4'
836
+ version: '1.5'
851
837
  - !ruby/object:Gem::Dependency
852
838
  name: simple_form
853
839
  requirement: !ruby/object:Gem::Requirement
@@ -891,19 +877,33 @@ dependencies:
891
877
  - !ruby/object:Gem::Version
892
878
  version: 3.2.0
893
879
  - !ruby/object:Gem::Dependency
894
- name: sprockets
880
+ name: sprockets-rails
895
881
  requirement: !ruby/object:Gem::Requirement
896
882
  requirements:
897
- - - "~>"
883
+ - - ">="
898
884
  - !ruby/object:Gem::Version
899
- version: 4.0.0
885
+ version: 3.2.2
900
886
  type: :runtime
901
887
  prerelease: false
902
888
  version_requirements: !ruby/object:Gem::Requirement
903
889
  requirements:
904
- - - "~>"
890
+ - - ">="
905
891
  - !ruby/object:Gem::Version
906
- version: 4.0.0
892
+ version: 3.2.2
893
+ - !ruby/object:Gem::Dependency
894
+ name: store_model
895
+ requirement: !ruby/object:Gem::Requirement
896
+ requirements:
897
+ - - '='
898
+ - !ruby/object:Gem::Version
899
+ version: 0.7.0
900
+ type: :runtime
901
+ prerelease: false
902
+ version_requirements: !ruby/object:Gem::Requirement
903
+ requirements:
904
+ - - '='
905
+ - !ruby/object:Gem::Version
906
+ version: 0.7.0
907
907
  - !ruby/object:Gem::Dependency
908
908
  name: uglifier
909
909
  requirement: !ruby/object:Gem::Requirement
@@ -938,14 +938,14 @@ dependencies:
938
938
  requirements:
939
939
  - - "~>"
940
940
  - !ruby/object:Gem::Version
941
- version: 2.7.0
941
+ version: '2.19'
942
942
  type: :runtime
943
943
  prerelease: false
944
944
  version_requirements: !ruby/object:Gem::Requirement
945
945
  requirements:
946
946
  - - "~>"
947
947
  - !ruby/object:Gem::Version
948
- version: 2.7.0
948
+ version: '2.19'
949
949
  - !ruby/object:Gem::Dependency
950
950
  name: virtus
951
951
  requirement: !ruby/object:Gem::Requirement
@@ -1223,7 +1223,11 @@ files:
1223
1223
  - app/assets/stylesheets/renalware/table_pdf.scss
1224
1224
  - app/assets/stylesheets/renalware/watermark.scss
1225
1225
  - app/assets/stylesheets/tailwind/tailwind.css
1226
+ - app/components/renalware/admissions/active_consult_alert_component.html.slim
1227
+ - app/components/renalware/admissions/active_consult_alert_component.rb
1226
1228
  - app/components/renalware/application_component.rb
1229
+ - app/components/renalware/article_component.html.slim
1230
+ - app/components/renalware/article_component.rb
1227
1231
  - app/components/renalware/events/event_list_component.html.slim
1228
1232
  - app/components/renalware/events/event_list_component.rb
1229
1233
  - app/components/renalware/hd/administer_prescription_dropdown_component.html.slim
@@ -1234,6 +1238,8 @@ files:
1234
1238
  - app/components/renalware/letters/letters_in_progress_component.rb
1235
1239
  - app/components/renalware/letters/unread_electronic_ccs_component.html.slim
1236
1240
  - app/components/renalware/letters/unread_electronic_ccs_component.rb
1241
+ - app/components/renalware/medications/tabbed_prescriptions_list_component.html.slim
1242
+ - app/components/renalware/medications/tabbed_prescriptions_list_component.rb
1237
1243
  - app/components/renalware/messaging/unread_messages_component.html.slim
1238
1244
  - app/components/renalware/messaging/unread_messages_component.rb
1239
1245
  - app/components/renalware/pathology/chart_component.html.slim
@@ -1242,6 +1248,8 @@ files:
1242
1248
  - app/components/renalware/pathology/sparkline_component.rb
1243
1249
  - app/components/renalware/patients/bookmarks_component.html.slim
1244
1250
  - app/components/renalware/patients/bookmarks_component.rb
1251
+ - app/components/renalware/patients/messages_component.html.slim
1252
+ - app/components/renalware/patients/messages_component.rb
1245
1253
  - app/components/renalware/patients/side_menu_component.html.slim
1246
1254
  - app/components/renalware/patients/side_menu_component.rb
1247
1255
  - app/components/renalware/pd/adequacy_results_component.html.slim
@@ -1258,6 +1266,8 @@ files:
1258
1266
  - app/components/renalware/system/article_component.rb
1259
1267
  - app/components/renalware/system/users_awaiting_approval_component.html.slim
1260
1268
  - app/components/renalware/system/users_awaiting_approval_component.rb
1269
+ - app/components/renalware/users/last_signin_component.html.slim
1270
+ - app/components/renalware/users/last_signin_component.rb
1261
1271
  - app/controllers/renalware/accesses/assessments_controller.rb
1262
1272
  - app/controllers/renalware/accesses/base_controller.rb
1263
1273
  - app/controllers/renalware/accesses/dashboards_controller.rb
@@ -1369,6 +1379,7 @@ files:
1369
1379
  - app/controllers/renalware/pathology/current_observation_results_controller.rb
1370
1380
  - app/controllers/renalware/pathology/historical_observation_results_controller.rb
1371
1381
  - app/controllers/renalware/pathology/nearest_observation_results_controller.rb
1382
+ - app/controllers/renalware/pathology/observation_descriptions_controller.rb
1372
1383
  - app/controllers/renalware/pathology/observation_requests_controller.rb
1373
1384
  - app/controllers/renalware/pathology/observations_controller.rb
1374
1385
  - app/controllers/renalware/pathology/patient_rules_controller.rb
@@ -1380,6 +1391,7 @@ files:
1380
1391
  - app/controllers/renalware/patients/alerts_controller.rb
1381
1392
  - app/controllers/renalware/patients/bookmarks_controller.rb
1382
1393
  - app/controllers/renalware/patients/clinical_summaries_controller.rb
1394
+ - app/controllers/renalware/patients/mdms_controller.rb
1383
1395
  - app/controllers/renalware/patients/patients_controller.rb
1384
1396
  - app/controllers/renalware/patients/practices_controller.rb
1385
1397
  - app/controllers/renalware/patients/primary_care_physician_controller.rb
@@ -1424,6 +1436,7 @@ files:
1424
1436
  - app/controllers/renalware/system/messages_controller.rb
1425
1437
  - app/controllers/renalware/system/mock_errors_controller.rb
1426
1438
  - app/controllers/renalware/system/user_feedback_controller.rb
1439
+ - app/controllers/renalware/system/view_metadata_controller.rb
1427
1440
  - app/controllers/renalware/transplants/base_controller.rb
1428
1441
  - app/controllers/renalware/transplants/donations_controller.rb
1429
1442
  - app/controllers/renalware/transplants/donor_dashboards_controller.rb
@@ -1441,6 +1454,7 @@ files:
1441
1454
  - app/controllers/renalware/transplants/registration_statuses_controller.rb
1442
1455
  - app/controllers/renalware/transplants/registrations_controller.rb
1443
1456
  - app/controllers/renalware/transplants/wait_lists_controller.rb
1457
+ - app/controllers/renalware/users_controller.rb
1444
1458
  - app/controllers/renalware/virology/base_controller.rb
1445
1459
  - app/controllers/renalware/virology/dashboards_controller.rb
1446
1460
  - app/controllers/renalware/virology/profiles_controller.rb
@@ -1591,6 +1605,7 @@ files:
1591
1605
  - app/models/concerns/renalware/patients_ransack_helper.rb
1592
1606
  - app/models/concerns/renalware/pdf_compilation.rb
1593
1607
  - app/models/concerns/renalware/personable.rb
1608
+ - app/models/concerns/renalware/sortable.rb
1594
1609
  - app/models/concerns/renalware/string_logging.rb
1595
1610
  - app/models/concerns/renalware/supersedeable.rb
1596
1611
  - app/models/concerns/renalware/transaction_retry.rb
@@ -1967,6 +1982,7 @@ files:
1967
1982
  - app/models/renalware/patients/language.rb
1968
1983
  - app/models/renalware/patients/last_successful_practice_sync_date_query.rb
1969
1984
  - app/models/renalware/patients/mdm_list_query.rb
1985
+ - app/models/renalware/patients/mdm_menu.rb
1970
1986
  - app/models/renalware/patients/mdm_patients_query.rb
1971
1987
  - app/models/renalware/patients/message_param_parser.rb
1972
1988
  - app/models/renalware/patients/patient_hospital_identifiers.rb
@@ -2067,6 +2083,7 @@ files:
2067
2083
  - app/models/renalware/surveys/survey.rb
2068
2084
  - app/models/renalware/system.rb
2069
2085
  - app/models/renalware/system/api_log.rb
2086
+ - app/models/renalware/system/column_definition.rb
2070
2087
  - app/models/renalware/system/component.rb
2071
2088
  - app/models/renalware/system/country.rb
2072
2089
  - app/models/renalware/system/dashboard.rb
@@ -2074,11 +2091,14 @@ files:
2074
2091
  - app/models/renalware/system/download.rb
2075
2092
  - app/models/renalware/system/download_query.rb
2076
2093
  - app/models/renalware/system/event.rb
2094
+ - app/models/renalware/system/filter_definition.rb
2077
2095
  - app/models/renalware/system/message.rb
2078
2096
  - app/models/renalware/system/render_liquid_template.rb
2079
2097
  - app/models/renalware/system/template.rb
2080
2098
  - app/models/renalware/system/update_user.rb
2081
2099
  - app/models/renalware/system/user_feedback.rb
2100
+ - app/models/renalware/system/version.rb
2101
+ - app/models/renalware/system/view_metadata.rb
2082
2102
  - app/models/renalware/system/visit.rb
2083
2103
  - app/models/renalware/system_user.rb
2084
2104
  - app/models/renalware/transplants.rb
@@ -2122,6 +2142,7 @@ files:
2122
2142
  - app/models/renalware/ukrdc/incoming/import_surveys.rb
2123
2143
  - app/models/renalware/ukrdc/incoming/paths.rb
2124
2144
  - app/models/renalware/ukrdc/incoming/xml_document.rb
2145
+ - app/models/renalware/ukrdc/measurement_unit.rb
2125
2146
  - app/models/renalware/ukrdc/modality_code.rb
2126
2147
  - app/models/renalware/ukrdc/outgoing/rendering/address.rb
2127
2148
  - app/models/renalware/ukrdc/outgoing/rendering/allergy.rb
@@ -2224,6 +2245,7 @@ files:
2224
2245
  - app/policies/renalware/letters/mailshots/mailshot_policy.rb
2225
2246
  - app/policies/renalware/letters/pending_review_letter_policy.rb
2226
2247
  - app/policies/renalware/low_clearance/profile_policy.rb
2248
+ - app/policies/renalware/medications/prescription_policy.rb
2227
2249
  - app/policies/renalware/messaging/internal/message_policy.rb
2228
2250
  - app/policies/renalware/messaging/internal/receipt_policy.rb
2229
2251
  - app/policies/renalware/modalities/description_policy.rb
@@ -2253,6 +2275,7 @@ files:
2253
2275
  - app/policies/renalware/system/download_policy.rb
2254
2276
  - app/policies/renalware/system/message_policy.rb
2255
2277
  - app/policies/renalware/system/user_feedback_policy.rb
2278
+ - app/policies/renalware/system/view_metadata_policy.rb
2256
2279
  - app/policies/renalware/transplants/donor_stage_policy.rb
2257
2280
  - app/policies/renalware/transplants/recipient_followup_policy.rb
2258
2281
  - app/policies/renalware/transplants/recipient_operation_policy.rb
@@ -2264,6 +2287,7 @@ files:
2264
2287
  - app/policies/renalware/virology/profile_policy.rb
2265
2288
  - app/policies/renalware/virology/vaccination_policy.rb
2266
2289
  - app/policies/renalware/yaml_permission_configuration.rb
2290
+ - app/presenters/concerns/renalware/accountable_presentation.rb
2267
2291
  - app/presenters/date_presenter.rb
2268
2292
  - app/presenters/date_time_presenter.rb
2269
2293
  - app/presenters/enumerize/value_presenter.rb
@@ -2288,10 +2312,12 @@ files:
2288
2312
  - app/presenters/renalware/clinical/header_presenter.rb
2289
2313
  - app/presenters/renalware/clinical/profile_presenter.rb
2290
2314
  - app/presenters/renalware/clinics/clinic_visit_presenter.rb
2315
+ - app/presenters/renalware/clinics/visit_presenter.rb
2291
2316
  - app/presenters/renalware/country_presenter.rb
2292
2317
  - app/presenters/renalware/dashboard/dashboard_presenter.rb
2293
2318
  - app/presenters/renalware/directory/person_auto_complete_presenter.rb
2294
2319
  - app/presenters/renalware/events/event_pdf_presenter.rb
2320
+ - app/presenters/renalware/events/event_presenter.rb
2295
2321
  - app/presenters/renalware/events/events_presenter.rb
2296
2322
  - app/presenters/renalware/events/summary_part.rb
2297
2323
  - app/presenters/renalware/hd/dashboard_presenter.rb
@@ -2825,6 +2851,7 @@ files:
2825
2851
  - app/views/renalware/medications/home_delivery/events/update.js.erb
2826
2852
  - app/views/renalware/medications/home_delivery/prescriptions/index.html.slim
2827
2853
  - app/views/renalware/medications/prescriptions/_current.html.slim
2854
+ - app/views/renalware/medications/prescriptions/_current_hd.html.slim
2828
2855
  - app/views/renalware/medications/prescriptions/_extended_patient_details.html.slim
2829
2856
  - app/views/renalware/medications/prescriptions/_filter_form.html.slim
2830
2857
  - app/views/renalware/medications/prescriptions/_form.html.slim
@@ -2849,6 +2876,7 @@ files:
2849
2876
  - app/views/renalware/messaging/internal/messages/_send_message_link.html.slim
2850
2877
  - app/views/renalware/messaging/internal/messages/_send_reply_link.html.slim
2851
2878
  - app/views/renalware/messaging/internal/messages/create.js.erb
2879
+ - app/views/renalware/messaging/internal/messages/index.html.slim
2852
2880
  - app/views/renalware/messaging/internal/messages/new.html.slim
2853
2881
  - app/views/renalware/messaging/internal/messages/new.js.erb
2854
2882
  - app/views/renalware/messaging/internal/receipts/_receipt.html.slim
@@ -2884,7 +2912,7 @@ files:
2884
2912
  - app/views/renalware/navigation/_renal.html.slim
2885
2913
  - app/views/renalware/navigation/_sign_in.html.slim
2886
2914
  - app/views/renalware/navigation/_sign_out.html.slim
2887
- - app/views/renalware/navigation/_super_admin.html.slim
2915
+ - app/views/renalware/navigation/_super_admin.html.slim.dead
2888
2916
  - app/views/renalware/navigation/_user.html.slim
2889
2917
  - app/views/renalware/pathology/_navigation.html.slim
2890
2918
  - app/views/renalware/pathology/_observations_definition_list.html.slim
@@ -2895,6 +2923,9 @@ files:
2895
2923
  - app/views/renalware/pathology/current_observation_results/index.html.slim
2896
2924
  - app/views/renalware/pathology/historical_observation_results/_table.html.slim
2897
2925
  - app/views/renalware/pathology/historical_observation_results/index.html.slim
2926
+ - app/views/renalware/pathology/observation_descriptions/_filters.html.slim
2927
+ - app/views/renalware/pathology/observation_descriptions/edit.html.slim
2928
+ - app/views/renalware/pathology/observation_descriptions/index.html.slim
2898
2929
  - app/views/renalware/pathology/observation_requests/_filters.html.slim
2899
2930
  - app/views/renalware/pathology/observation_requests/_table.html.slim
2900
2931
  - app/views/renalware/pathology/observation_requests/index.html.slim
@@ -2949,6 +2980,9 @@ files:
2949
2980
  - app/views/renalware/patients/bookmarks/_table.html.slim
2950
2981
  - app/views/renalware/patients/bookmarks/index.html.slim
2951
2982
  - app/views/renalware/patients/clinical_summaries/show.html.slim
2983
+ - app/views/renalware/patients/mdms/_filters.html.slim
2984
+ - app/views/renalware/patients/mdms/_table.html.slim
2985
+ - app/views/renalware/patients/mdms/show.html.slim
2952
2986
  - app/views/renalware/patients/patients/_form.html.slim
2953
2987
  - app/views/renalware/patients/patients/_patient.html.slim
2954
2988
  - app/views/renalware/patients/patients/_table.html.slim
@@ -3026,7 +3060,6 @@ files:
3026
3060
  - app/views/renalware/pd/exit_site_infections/show.js.erb
3027
3061
  - app/views/renalware/pd/exit_site_infections/show.pdf.slim
3028
3062
  - app/views/renalware/pd/exit_site_infections/update.js.erb
3029
- - app/views/renalware/pd/infection_organisms/_edit.html.slim.obsolete
3030
3063
  - app/views/renalware/pd/infection_organisms/_fields.html.slim
3031
3064
  - app/views/renalware/pd/infection_organisms/_form.html.slim
3032
3065
  - app/views/renalware/pd/infection_organisms/_forms.html.slim
@@ -3208,6 +3241,10 @@ files:
3208
3241
  - app/views/renalware/system/user_feedback/edit.html.slim
3209
3242
  - app/views/renalware/system/user_feedback/index.html.slim
3210
3243
  - app/views/renalware/system/user_feedback/new.html.slim
3244
+ - app/views/renalware/system/view_metadata/_columns_table.html.slim
3245
+ - app/views/renalware/system/view_metadata/_filters_form.html.slim
3246
+ - app/views/renalware/system/view_metadata/_versions.html.slim
3247
+ - app/views/renalware/system/view_metadata/edit.html.slim
3211
3248
  - app/views/renalware/transplants/donations/_form.html.slim
3212
3249
  - app/views/renalware/transplants/donations/_list.html.slim
3213
3250
  - app/views/renalware/transplants/donations/_recipient_list.html.slim
@@ -3222,14 +3259,12 @@ files:
3222
3259
  - app/views/renalware/transplants/donor_followups/show.html.slim
3223
3260
  - app/views/renalware/transplants/donor_operations/_form.html.slim
3224
3261
  - app/views/renalware/transplants/donor_operations/_list.html.slim
3225
- - app/views/renalware/transplants/donor_operations/_sections_nav.html.slim
3226
3262
  - app/views/renalware/transplants/donor_operations/edit.html.slim
3227
3263
  - app/views/renalware/transplants/donor_operations/new.html.slim
3228
3264
  - app/views/renalware/transplants/donor_operations/show.html.slim
3229
3265
  - app/views/renalware/transplants/donor_stages/_list.html.slim
3230
3266
  - app/views/renalware/transplants/donor_stages/new.html.slim
3231
3267
  - app/views/renalware/transplants/donor_workups/_form.html.slim
3232
- - app/views/renalware/transplants/donor_workups/_sections_nav.html.slim
3233
3268
  - app/views/renalware/transplants/donor_workups/_summary.html.slim
3234
3269
  - app/views/renalware/transplants/donor_workups/edit.html.slim
3235
3270
  - app/views/renalware/transplants/donor_workups/show.html.slim
@@ -3258,12 +3293,10 @@ files:
3258
3293
  - app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
3259
3294
  - app/views/renalware/transplants/recipient_operations/_operation.html.slim
3260
3295
  - app/views/renalware/transplants/recipient_operations/_recipient.html.slim
3261
- - app/views/renalware/transplants/recipient_operations/_sections_nav.html.slim
3262
3296
  - app/views/renalware/transplants/recipient_operations/edit.html.slim
3263
3297
  - app/views/renalware/transplants/recipient_operations/new.html.slim
3264
3298
  - app/views/renalware/transplants/recipient_operations/show.html.slim
3265
3299
  - app/views/renalware/transplants/recipient_workups/_form.html.slim
3266
- - app/views/renalware/transplants/recipient_workups/_sections_nav.html.slim
3267
3300
  - app/views/renalware/transplants/recipient_workups/_summary.html.slim
3268
3301
  - app/views/renalware/transplants/recipient_workups/edit.html.slim
3269
3302
  - app/views/renalware/transplants/recipient_workups/show.html.slim
@@ -3282,6 +3315,8 @@ files:
3282
3315
  - app/views/renalware/transplants/wait_lists/show.html.slim
3283
3316
  - app/views/renalware/ukrdc/summary_mailer/export_summary.html.slim
3284
3317
  - app/views/renalware/ukrdc/summary_mailer/export_summary.text.erb
3318
+ - app/views/renalware/users/_filters.html.slim
3319
+ - app/views/renalware/users/index.html.slim
3285
3320
  - app/views/renalware/virology/dashboards/_actions.html.slim
3286
3321
  - app/views/renalware/virology/dashboards/_latest_hep_b_antibody_statuses.html.slim
3287
3322
  - app/views/renalware/virology/dashboards/show.html.slim
@@ -3383,6 +3418,7 @@ files:
3383
3418
  - config/locales/renalware/medications/prescription.yml
3384
3419
  - config/locales/renalware/medications/prescriptions/drug_select.en.yml
3385
3420
  - config/locales/renalware/medications/route.yml
3421
+ - config/locales/renalware/medications/tabbed_prescriptions_list_component.yml
3386
3422
  - config/locales/renalware/messaging/internal/messages.en.yml
3387
3423
  - config/locales/renalware/modalities/modalities.en.yml
3388
3424
  - config/locales/renalware/navigation/patient_search.en.yml
@@ -3462,11 +3498,13 @@ files:
3462
3498
  - config/routes/snippets.rb
3463
3499
  - config/routes/system.rb
3464
3500
  - config/routes/transplants.rb
3501
+ - config/routes/users.rb
3465
3502
  - config/routes/virology.rb
3466
3503
  - config/schedule.rb.example
3467
3504
  - config/spring.rb
3468
3505
  - db/functions/audit_view_as_json_v01.sql
3469
3506
  - db/functions/convert_to_float_v01.sql
3507
+ - db/functions/convert_to_float_with_explicit_return_v01.sql
3470
3508
  - db/functions/count_estimate_v01.sql
3471
3509
  - db/functions/generate_patient_secure_id_v01.sql
3472
3510
  - db/functions/generate_secure_id_v01.sql
@@ -3487,6 +3525,8 @@ files:
3487
3525
  - db/functions/update_current_observation_set_from_trigger_v02.sql
3488
3526
  - db/functions/update_current_observation_set_from_trigger_v03.sql
3489
3527
  - db/functions/update_current_observation_set_from_trigger_v04.sql
3528
+ - db/functions/update_current_observation_set_from_trigger_v05.sql
3529
+ - db/functions/update_pathology_observations_nresult_from_trigger_v01.sql
3490
3530
  - db/functions/update_research_study_participants_from_trigger_v01.sql
3491
3531
  - db/migrate/20141004150240_create_ethnicities.rb
3492
3532
  - db/migrate/20141010170329_create_death_causes.rb
@@ -3982,11 +4022,17 @@ files:
3982
4022
  - db/migrate/20200110153522_add_ealert_to_admission_consults.rb
3983
4023
  - db/migrate/20200110160241_create_admission_specialties.rb
3984
4024
  - db/migrate/20200114151225_add_clinical_body_composition_cols.rb
4025
+ - db/migrate/20200122182018_update_patient_current_modalities.rb
4026
+ - db/migrate/20200122182036_create_transplant_mdm_patients.rb
4027
+ - db/migrate/20200122190909_create_view_metadata.rb
3985
4028
  - db/migrate/20200127165951_create_pathology_versions.rb
3986
4029
  - db/migrate/20200127170711_add_created_by_to_pathology_code_groups.rb
3987
4030
  - db/migrate/20200129093835_create_system_dashboards.rb
4031
+ - db/migrate/20200131133223_create_hd_mdm_patients.rb
3988
4032
  - db/migrate/20200204153231_alter_hd_prescription_administrations.rb
3989
4033
  - db/migrate/20200205121805_remove_created_by_on_pathology_code_groups.rb
4034
+ - db/migrate/20200205185151_add_columns_to_system_view_metadata.rb
4035
+ - db/migrate/20200219113324_create_supportive_care_mdm_patients_view.rb
3990
4036
  - db/migrate/20200226145010_add_unique_indexes.rb
3991
4037
  - db/migrate/20200301113102_create_drug_homecare_suppliers.rb
3992
4038
  - db/migrate/20200301124200_create_medication_delivery_events.rb
@@ -4004,6 +4050,27 @@ files:
4004
4050
  - db/migrate/20200427123229_create_adequacy_results.rb
4005
4051
  - db/migrate/20200616115709_add_height_weight_to_pd_adequacy_results.rb
4006
4052
  - db/migrate/20200618144228_add_feature_flags_to_users.rb
4053
+ - db/migrate/20200622120232_add_limits_to_path_obs_descriptions.rb
4054
+ - db/migrate/20200626081248_overload_convert_to_float_function.rb
4055
+ - db/migrate/20200626090256_add_nresult_to_pathology_observations.rb
4056
+ - db/migrate/20200628094228_add_prescriber_to_users.rb
4057
+ - db/migrate/20200812074223_add_public_flag_to_messages.rb
4058
+ - db/migrate/20200815150303_create_system_versions.rb
4059
+ - db/migrate/20200817085618_create_pd_mdm_patients.rb
4060
+ - db/migrate/20200817103930_create_low_clearance_mdm_patients.rb
4061
+ - db/migrate/20201001144512_update_fn_update_current_obs_set_triggerv05.rb
4062
+ - db/migrate/20201001145452_add_position_to_letter_descriptions.rb
4063
+ - db/migrate/20201009090959_make_drug_types_unique.rb
4064
+ - db/migrate/20201012160414_add_suggested_measurement_unit_to_pathology_observation_descriptions.rb
4065
+ - db/migrate/20201012171428_create_ukrdc_measurement_units.rb
4066
+ - db/migrate/20201015160542_add_position_to_drug_types.rb
4067
+ - db/migrate/20201020155510_add_bmi_to_clinic_visits.rb
4068
+ - db/migrate/20201020164524_update_pd_mdm_patients_view.rb
4069
+ - db/migrate/20201020170921_update_hd_mdm_patients_view.rb
4070
+ - db/migrate/20201020171139_update_low_clearance_mdm_patients_view.rb
4071
+ - db/migrate/20201021153832_update_supportive_care_mdm_patients_view.rb
4072
+ - db/migrate/20201021154809_update_transplant_mdm_patients_view.rb
4073
+ - db/migrate/20201023092859_remove_unused_indexes.rb
4007
4074
  - db/seeds.rb
4008
4075
  - db/seeds/default/accesses/access_pd_catheter_insertion_techniques.csv
4009
4076
  - db/seeds/default/accesses/access_pd_catheter_insertion_techniques.rb
@@ -4083,35 +4150,46 @@ files:
4083
4150
  - db/seeds/default/system/roles.rb
4084
4151
  - db/seeds/default/system/seeds.rb
4085
4152
  - db/seeds/default/system/users.rb
4153
+ - db/seeds/default/system/view_metadata.rb
4086
4154
  - db/seeds/default/transplants/donor_stages.rb
4087
4155
  - db/seeds/default/transplants/failure_cause_descriptions.csv
4088
4156
  - db/seeds/default/transplants/failure_cause_descriptions.rb
4089
4157
  - db/seeds/default/transplants/registration_statuses.rb
4090
4158
  - db/seeds/default/transplants/rejection_treatments.rb
4091
4159
  - db/seeds/default/transplants/seeds.rb
4160
+ - db/seeds/default/ukrdc/measurement_units.csv
4161
+ - db/seeds/default/ukrdc/measurement_units.rb
4092
4162
  - db/seeds/default/ukrdc/modality_codes.csv
4093
4163
  - db/seeds/default/ukrdc/modality_codes.rb
4094
4164
  - db/seeds/default/ukrdc/seeds.rb
4095
4165
  - db/seeds/seeds_helper.rb
4096
4166
  - db/triggers/feed_messages_preprocessing_trigger_v01.sql
4097
4167
  - db/triggers/update_current_observation_set_trigger_v01.sql
4168
+ - db/triggers/update_pathology_observations_nresult_trigger_v01.sql
4098
4169
  - db/triggers/update_research_study_participants_trigger_v01.sql
4099
4170
  - db/views/hd_diary_matrix_v01.sql
4100
4171
  - db/views/hd_grouped_transmission_logs_v01.sql
4172
+ - db/views/hd_mdm_patients_v01.sql
4173
+ - db/views/hd_mdm_patients_v02.sql
4101
4174
  - db/views/hd_profile_for_modalities_v01.sql
4102
4175
  - db/views/hd_schedule_definition_filters_v01.sql
4176
+ - db/views/low_clearance_mdm_patients_v01.sql
4177
+ - db/views/low_clearance_mdm_patients_v02.sql
4103
4178
  - db/views/medication_current_prescriptions_v01.sql
4104
4179
  - db/views/pathology_current_key_observation_sets_v01.sql
4105
4180
  - db/views/pathology_current_key_observation_sets_v02.sql
4106
4181
  - db/views/pathology_current_observations_v01.sql
4107
4182
  - db/views/pathology_observation_digests_v01.sql
4108
4183
  - db/views/patient_current_modalities_v01.sql
4184
+ - db/views/patient_current_modalities_v02.sql
4109
4185
  - db/views/patient_summaries_v01.sql
4110
4186
  - db/views/patient_summaries_v02.sql
4111
4187
  - db/views/patient_summaries_v03.sql
4112
4188
  - db/views/patient_summaries_v04.sql
4113
4189
  - db/views/patient_summaries_v05.sql
4114
4190
  - db/views/patient_summaries_v06.sql
4191
+ - db/views/pd_mdm_patients_v01.sql
4192
+ - db/views/pd_mdm_patients_v02.sql
4115
4193
  - db/views/pd_regime_for_modalities_v01.sql
4116
4194
  - db/views/reporting_anaemia_audit_v01.sql
4117
4195
  - db/views/reporting_bone_audit_v01.sql
@@ -4135,16 +4213,19 @@ files:
4135
4213
  - db/views/reporting_main_authors_audit_v02.sql
4136
4214
  - db/views/reporting_main_authors_audit_v03.sql
4137
4215
  - db/views/reporting_pd_audit_v01.sql
4216
+ - db/views/supportive_care_mdm_patients_v01.sql
4217
+ - db/views/supportive_care_mdm_patients_v02.sql
4138
4218
  - db/views/survey_eq5d_pivoted_responses_v01.sql
4139
4219
  - db/views/survey_pos_s_pivoted_responses_v01.sql
4140
4220
  - db/views/survey_pos_s_pivoted_responses_v02.sql
4141
4221
  - db/views/survey_pos_s_pivoted_responses_v03.sql
4222
+ - db/views/transplant_mdm_patients_v01.sql
4223
+ - db/views/transplant_mdm_patients_v02.sql
4142
4224
  - lib/age_calculator.rb
4143
4225
  - lib/array_stringifier.rb
4144
4226
  - lib/breadcrumb.rb
4145
4227
  - lib/collection_presenter.rb
4146
4228
  - lib/core_extensions/active_record/migration_helpers.rb
4147
- - lib/core_extensions/active_record/sort.rb
4148
4229
  - lib/core_extensions/active_support/duration.rb
4149
4230
  - lib/core_extensions/date.rb
4150
4231
  - lib/core_extensions/dumb_delegator.rb
@@ -4348,6 +4429,7 @@ files:
4348
4429
  - spec/factories/system/roles.rb
4349
4430
  - spec/factories/system/templates.rb
4350
4431
  - spec/factories/system/users.rb
4432
+ - spec/factories/system/view_metadata.rb
4351
4433
  - spec/factories/transplants/donations.rb
4352
4434
  - spec/factories/transplants/donor_stage.rb
4353
4435
  - spec/factories/transplants/donor_stage_position.rb
@@ -4378,21 +4460,9 @@ files:
4378
4460
  - spec/support/matchers/document.rb
4379
4461
  - spec/support/matchers/have_pdf_page_text.rb
4380
4462
  - spec/support/matchers/validate_timeliness_of.rb
4381
- - spec/support/pages/accesses/procedure_page.rb
4382
- - spec/support/pages/accesses/profile_page.rb
4383
- - spec/support/pages/admissions/consults_page.rb
4384
- - spec/support/pages/clinical/allergy_page.rb
4385
- - spec/support/pages/clinical/profile_page.rb
4386
- - spec/support/pages/hd/prescription_administration_dialog.rb
4387
- - spec/support/pages/letters/form.rb
4388
- - spec/support/pages/letters/mailshots/form.rb
4389
- - spec/support/pages/letters/patient_letters.rb
4390
- - spec/support/pages/low_clearance/profile_page.rb
4391
- - spec/support/pages/medications/home_delivery_dialog.rb
4392
- - spec/support/pages/medications/prescription_fom.rb
4393
- - spec/support/pages/page_object.rb
4394
4463
  - spec/support/pathology_spec_helper.rb
4395
4464
  - spec/support/patients_spec_helper.rb
4465
+ - spec/support/policy_spec_helper.rb
4396
4466
  - spec/support/pundit_matcher.rb
4397
4467
  - spec/support/roles_spec_helper.rb
4398
4468
  - spec/support/select_date_spec_helper.rb
@@ -4405,6 +4475,13 @@ files:
4405
4475
  - spec/support/ukrdc_helpers.rb
4406
4476
  - spec/support/webmock.rb
4407
4477
  - spec/support/xml_spec_helper.rb
4478
+ - vendor/assets/javascripts/foundation/foundation.alert.js
4479
+ - vendor/assets/javascripts/foundation/foundation.dropdown.js
4480
+ - vendor/assets/javascripts/foundation/foundation.js
4481
+ - vendor/assets/javascripts/foundation/foundation.reveal.js
4482
+ - vendor/assets/javascripts/foundation/foundation.tab.js
4483
+ - vendor/assets/javascripts/foundation/foundation.tooltip.js
4484
+ - vendor/assets/javascripts/foundation/foundation.topbar.js
4408
4485
  - vendor/assets/javascripts/renalware/double_scroll.js
4409
4486
  - vendor/assets/javascripts/renalware/highcharts.js
4410
4487
  - vendor/assets/javascripts/renalware/highcharts.js.map
@@ -4414,6 +4491,27 @@ files:
4414
4491
  - vendor/assets/javascripts/renalware/modernizr.js
4415
4492
  - vendor/assets/javascripts/renalware/rails.validations.js
4416
4493
  - vendor/assets/javascripts/renalware/rails.validations.simple_form.js
4494
+ - vendor/assets/stylesheets/foundation/_functions.scss
4495
+ - vendor/assets/stylesheets/foundation/components/_alert-boxes.scss
4496
+ - vendor/assets/stylesheets/foundation/components/_buttons.scss
4497
+ - vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss
4498
+ - vendor/assets/stylesheets/foundation/components/_dropdown.scss
4499
+ - vendor/assets/stylesheets/foundation/components/_forms.scss
4500
+ - vendor/assets/stylesheets/foundation/components/_global.scss
4501
+ - vendor/assets/stylesheets/foundation/components/_grid.scss
4502
+ - vendor/assets/stylesheets/foundation/components/_labels.scss
4503
+ - vendor/assets/stylesheets/foundation/components/_pagination.scss
4504
+ - vendor/assets/stylesheets/foundation/components/_panels.scss
4505
+ - vendor/assets/stylesheets/foundation/components/_reveal.scss
4506
+ - vendor/assets/stylesheets/foundation/components/_side-nav.scss
4507
+ - vendor/assets/stylesheets/foundation/components/_split-buttons.scss
4508
+ - vendor/assets/stylesheets/foundation/components/_sub-nav.scss
4509
+ - vendor/assets/stylesheets/foundation/components/_tables.scss
4510
+ - vendor/assets/stylesheets/foundation/components/_tabs.scss
4511
+ - vendor/assets/stylesheets/foundation/components/_tooltips.scss
4512
+ - vendor/assets/stylesheets/foundation/components/_top-bar.scss
4513
+ - vendor/assets/stylesheets/foundation/components/_type.scss
4514
+ - vendor/assets/stylesheets/foundation/components/_visibility.scss
4417
4515
  - vendor/assets/stylesheets/renalware/select2-foundation5.css
4418
4516
  homepage: https://github.com/airslie/renalware-core
4419
4517
  licenses: