How can I change my patients' appearance into a gown after they come out of the dressing room? Thank you so much!
How can I change my patients' appearance into a gown after they come out of the dressing room? Thank you so much!
If you add a Change Visual activity one of the options is Change Person Visuals. You would then choose Shirt for the category and the index is 10 for the male shape and 8 for the female shape. To make it work for either shape I would add a label that says if the patient is a male or female shape using a code statement like this:
shape(patient).value.includes("Male") ? "M" : "F"
And then in the index you could put a statement like this:
patient.Gender == "M" ? 10 : 8
So it gets the right index for the right patients.
Here's a model example:
Hello, please help me with this. Is it possible to obtain or save in a variable the set of clothes of the patients so that once the care is finished, they can get dressed again?
15 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