Is there a way to report the daily maximum time of day that a process occurs in the dashboard? I'd like the value to be the actual time and not relative to the patients time in the model
Is there a way to report the daily maximum time of day that a process occurs in the dashboard? I'd like the value to be the actual time and not relative to the patients time in the model
Michael,
I don't know of an easy way to do this with a pre-defined dashboard chart. There may be better ways to accomplish this, but I created a small example model of one method. In the OnExit trigger for the bed I wrote three lines of code to write to a global table. When 24 hours have passed then the model times are written to a new cell.
/**Record Maximum Time*/ int currentDay = (time() / 1440) + 1; //updated every 24 hours (1440 minutes) double currentTime = time(); settablenum(GlobalTable1, 1, currentDay, currentTime);
Simply define as many columns in the global table as days you'll run the model, and you can easily export the data to Excel to create graphs.
7 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved