Hi!
I am working on a healthcare structure simulation. I want to point a staff member in Excel who will be associated to a patient. For example, the surgeon1 will operate the first patient. How can I do that in Excel ?
Thanks for you help !
Hi!
I am working on a healthcare structure simulation. I want to point a staff member in Excel who will be associated to a patient. For example, the surgeon1 will operate the first patient. How can I do that in Excel ?
Thanks for you help !
Hi @celine.y2, was jordan.johnson's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.
An Excel Spreadsheet cell can only contain a number or text. However, you can put the name of a FlexSim operator in the excel spreadsheet. Then, you can import the table. Once the table is in FlexSim, you can write code that converts the text of the name to a pointer. Here is an example of code that could do that:
Table table = Table("TableWithNameColumn"); for (int i = 1; i <= table.numRows; i++) { table[i]["ColWithName"] = Model.find(table[i]["ColWithName"]; }
Note that this won't work if you import the excel data into a bundle table.
14 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