Use Case - 10

Use Case - 10

In this process, the “Validation Questionnaire” table in any “Validation Activity” item will need to include the surgeon names from the “Surgeon Table” in its upstream “Validation” item counterparts. If there are multiple upstream counterparts the “Validation Questionnaire” table in the “Validation Activity” item will be a union of all its upstream surgeon names from the “Surgeon Table” fields from all related upstream “Validation” items.

Assumptions

  1. The system will consider the "Validation" items in the "Validation" tracker that are in any state to propagate from upstream items to downstream item.

  2. The system will not show the name of source upstream "Validation" items in the "Validation Questionnaire" table.

  3. The system will not propagate data from upstream validation items for these two columns in the "Validation Questionnaire" table: - “Individual Score” and “Surgeon Comments”.

  4. Manual entry of data in any of the concerned tables will only be allowed while items are in an editable state.

Steps to configure the Use Case 10 process: -

  1. Login to Arthrex using the URL ...

  2. Go to the Projects tab and select the Project "Arthrex Template 2".


  3. Go to the Trackers tab and open the tracker Validation Activity.


  4. Enable permissions per column on the "Validation Questionnaire" table permitting only the "ReviewHubService" role to edit the "Surgeon Name" column in all states.


  5. The remaining columns must follow the same permissions as all other fields, Read only except for the "Draft" State.

Limitations

  1. There are many attributes for which the values are hard-coded in the code.

 
{
  "iqnox" : {
    "arthrex" : {
      "validation" : {
        "validation-activity-questionnaire-table-key" : 0,
        "validation-activity-surgeon-name-column-key" : 0,
        "validation-activity-tracker-name" : "Validation Activity",
        "validation-surgeon-name-column-key" : 0,
        "validation-surgeon-table-key" : 0,
        "validation-tracker-name" : "Validation"
      }
    }
  }
}

Steps to update Application Config: -

Whenever you create a new item (tracker, field, etc.), you may have a new property name/ value for that item. In that case, you need to update the property name/ value in the application config.

To update the application config, please follow the below steps: -

  1. Login to Arthrex using the URL ...

  2. Go to the System Admin tab.


  3. Click on the Application Configuration.


  4. Update the property name/ value in the JSON code and click the Save button.



    • Related Articles

    • Time in Draft Report (UC - 6)

      This can be used to build metadata to calculate the length of time an item stays in the Draft state for Time in Draft Report. Used By: - System Administrator General User Steps to run the Length of Time in Draft Report: - Login to Arthrex using the ...
    • Time in Review Report (UC - 7)

      This can be used to build metadata to calculate the length of time an item stays in the Review state for Time in Review Report. Used By: - System Administrator General User Steps to run the Time in Review Report: - Login to Arthrex using the URL ... ...
    • ORRE - BRA Risk Analysis

      In this use case, the goal is to automate the addition of MAX RI values from Accepted Hazard Analysis in the system to the ORRE-BRA for Streamlined ORRE-BRA Risk Analysis. A table will be created for a risk matrix and consolidate selected existing ...
    • Updating DTM Export

      Basics The DTM (and all) excel exports are written in a markdown language called Java Excel Template Translator (JETT). Fundamentals The most fundamental keys to understanding and the most important takeaway from the DTM export file are that: The ...
    • Exporting fields with hide if logic

      Exporting Fields with “Hide If” Logic A set of macros has been added to mergeFields.v m to allow for conditionally exporting those fields in templates. For each of the following tracker names, there's a table that represents: What field will be ...