Class: Renalware::Renal::AKIAlertSearchForm
- Inherits:
-
Object
- Object
- Renalware::Renal::AKIAlertSearchForm
- Includes:
- ActiveModel::Model, Virtus::Model
- Defined in:
- app/models/renalware/renal/aki_alert_search_form.rb
Instance Method Summary collapse
Instance Method Details
#query ⇒ Object
19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# File 'app/models/renalware/renal/aki_alert_search_form.rb', line 19 def query @query ||= begin = { identity_match: term, hospital_ward_id_eq: hospital_ward_id, hospital_ward_hospital_unit_id_eq: hospital_unit_id, action_id_eq: action, hotlist_eq: on_hotlist, s: s, named_filter: named_filter } AKIAlertQuery.new() end end |