Setting Up Vocera Analytics / Configuring VMI Data |
This section describes configuring VMI responses to be categorized as Accepted.
For example, if you want to add accepted-yes as the accepted response, use the command:
INSERT INTO `dimvmiresponse`(`AcceptResponses`,`RejectResponse`)VALUES('accepted-yes',NULL);
Similarly, you can update or delete entries from this table.
After you execute this command, the new data arriving into the Vocera Analytics system will show as accepted for the response accepted-yes.
This query removes the old data from the database.
This query aggregates the VMI data.