Avhana/allscripts_api

View on GitHub
lib/allscripts_api/orders/ordering_methods.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method save_order has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def save_order(patient_id, xml, order_category, dictionary_id,
                    problem_id = nil, trans_id = nil)
Severity: Minor
Found in lib/allscripts_api/orders/ordering_methods.rb - About 45 mins to fix

    Method get_order_workflow has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def get_order_workflow(patient_id, xml_string,
                                 order_trans_id = "0", order_category = "ProcedureOrder",
                                 problem_id = "", problem_trans_id = "")
    Severity: Minor
    Found in lib/allscripts_api/orders/ordering_methods.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status