Module: Renalware::Pathology::Requests

Defined in:
app/models/renalware/pathology/requests.rb,
app/models/renalware/pathology/requests/drug.rb,
app/models/renalware/pathology/requests/request.rb,
app/models/renalware/pathology/requests/frequency.rb,
app/models/renalware/pathology/requests/global_rule.rb,
app/models/renalware/pathology/requests/sample_type.rb,
app/models/renalware/pathology/requests/patient_rule.rb,
app/models/renalware/pathology/requests/drug_category.rb,
app/models/renalware/pathology/requests/request_query.rb,
app/models/renalware/pathology/requests/frequency/once.rb,
app/models/renalware/pathology/requests/global_rule_set.rb,
app/models/renalware/pathology/requests/request_factory.rb,
app/models/renalware/pathology/requests/frequency/always.rb,
app/models/renalware/pathology/requests/frequency/weekly.rb,
app/models/renalware/pathology/requests/frequency/yearly.rb,
app/models/renalware/pathology/requests/global_algorithm.rb,
app/models/renalware/pathology/requests/requests_factory.rb,
app/policies/renalware/pathology/requests/request_policy.rb,
app/models/renalware/pathology/requests/frequency/monthly.rb,
app/models/renalware/pathology/requests/patient_algorithm.rb,
app/models/renalware/pathology/requests/high_risk_rule_set.rb,
app/models/renalware/pathology/requests/high_risk_algorithm.rb,
app/controllers/renalware/pathology/requests/rules_controller.rb,
app/models/renalware/pathology/requests/frequency/six_monthly.rb,
app/models/renalware/pathology/requests/frequency/two_monthly.rb,
app/presenters/renalware/pathology/requests/request_presenter.rb,
app/models/renalware/pathology/requests/frequency/four_monthly.rb,
app/models/renalware/pathology/requests/global_rule_sets_table.rb,
app/models/renalware/pathology/requests/request_params_factory.rb,
app/presenters/renalware/pathology/requests/sample_description.rb,
app/models/renalware/pathology/requests/frequency/three_monthly.rb,
app/controllers/renalware/pathology/requests/requests_controller.rb,
app/policies/renalware/pathology/requests/global_rule_set_policy.rb,
app/models/concerns/renalware/pathology/requests/frequency_methods.rb,
app/models/renalware/pathology/requests/global_rule/patient_sex_is.rb,
app/models/renalware/pathology/requests/global_rule/request_result.rb,
app/presenters/renalware/pathology/requests/patient_rule_presenter.rb,
app/models/renalware/pathology/requests/global_rule/prescription_drug.rb,
app/presenters/renalware/pathology/requests/global_rule_set_presenter.rb,
app/models/renalware/pathology/requests/global_rule/observation_result.rb,
app/models/renalware/pathology/requests/global_rule/patient_is_diabetic.rb,
app/models/renalware/pathology/requests/global_rule/prescription_drug_type.rb,
app/models/renalware/pathology/requests/global_rule/prescription_drug_category.rb,
app/models/renalware/pathology/requests/global_rule/latest_crf_older_than_weeks.rb,
app/models/renalware/pathology/requests/global_rule/transplant_date_within_weeks.rb,
app/models/renalware/pathology/requests/global_rule_set/patient_rule_set_decision.rb,
app/models/renalware/pathology/requests/global_rule/transplant_registration_status.rb

Defined Under Namespace

Modules: FrequencyMethods Classes: Cell, Drug, DrugCategory, Frequency, GlobalAlgorithm, GlobalRule, GlobalRuleSet, GlobalRuleSetPolicy, GlobalRuleSetPresenter, GlobalRuleSetsTable, HighRiskAlgorithm, HighRiskRuleSet, PatientAlgorithm, PatientRule, PatientRulePresenter, Request, RequestFactory, RequestParamsFactory, RequestPolicy, RequestPresenter, RequestQuery, RequestsController, RequestsFactory, Row, RulesController, SampleDescription, SampleType

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



10
11
12
# File 'app/models/renalware/pathology/requests.rb', line 10

def table_name_prefix
  "pathology_requests_"
end