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.
The system will consider the "Validation" items in the "Validation" tracker that are in any state to propagate from upstream items to downstream item.
The system will not show the name of source upstream "Validation" items in the "Validation Questionnaire" table.
The system will not propagate data from upstream validation items for these two columns in the "Validation Questionnaire" table: - “Individual Score” and “Surgeon Comments”.
Manual entry of data in any of the concerned tables will only be allowed while items are in an editable state.
Login to Arthrex using the URL ...
Go to the Projects tab and select the Project "Arthrex Template 2".
Go to the Trackers tab and open the tracker Validation Activity.
Enable permissions per column on the "Validation Questionnaire" table permitting only the "ReviewHubService" role to edit the "Surgeon Name" column in all states.
The remaining columns must follow the same permissions as all other fields, Read only except for the "Draft" State.
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"
}
}
}
}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: -
Login to Arthrex using the URL ...
Go to the System Admin tab.
Click on the Application Configuration.
Update the property name/ value in the JSON code and click the Save button.