question

Laura Patricia Martínez avatar image
0 Likes"
Laura Patricia Martínez asked Laura Patricia Martínez commented

Como agregar porcentajes de "Decide" del patient Flow a un GUI

Hola a todos espero que se encuentren bien,

Me encuentro realizando un GUI para el flujo de pacientes de un sistema de salud. Quiero agregar la opción de poder cambiar los porcentajes de los elementos "Decide" que contiene el patient flow desde una GUI, pero no sé realmente como hacerlo. ¿ Es posible hacer esto? ¿ Cómo lo puedo hacer?

Adjunto el modelo.

MODELO CON GUI.fsm


FlexSim 21.1.2
flexsim hcgeneral questions
modelo-con-gui.fsm (1.8 MiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Eric M avatar image
0 Likes"
Eric M answered Laura Patricia Martínez commented

One way to do this would be to have the decide percentages reference parameters in the parameters table and then add a Parameters Dashboard (you would need to update to the latest version 21.1.4 to do this in Healthcare). This automatically creates a GUI of the parameters table. You would just need to configure the parameters table and then use this code for the percentages in the Decide activity:

Model.parameters["YourParameterName"].value

decide percentages gui.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Laura Patricia Martínez avatar image Laura Patricia Martínez commented ·

Muchas gracias @Eric M

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.