question

Selena C avatar image
0 Likes"
Selena C asked Selena C commented

How to Retrieve Statistics from a Local Lists Labels?

Hello,

I have a few local lists in my model which I use to create an appointment schedule for patients to receive care. What I would like to do is retrieve information about the specific priority levels of patients from the lists and the time they spend waiting to be able to retrieve care. Unfortunately, I cannot retrieve this information from the list - rather, the only information I can retrieve is the total number of patients coming through rather than per priority level. Is there a way to work around this?

Thank you!

FlexSim 20.2.3
flexsim hcpatient labels
· 5
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
1 Like"
Eric M answered Selena C commented

@Selena C using a list to get the stats by Priority would probably be possible, but I think it would be easier to just use a zone for this. The token will enter the zone right before the list and exit right after the list.

1624895287040.png

You can then add a partition to the zone that divides the tokens by priority.

1624895193349.png

Looking at the zone stats, you can see the current, average, and maximum value for tokens in each partition (split by Priority level).


1624895255993.png

Does that help you record the stats that you were hoping to? Also, this would make it so you could use an internal list still instead of a global list.

stats from list using zone.fsm


· 22
5 |100000

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