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.

Joerg Vogel avatar image Joerg Vogel commented ·
Probably not. You can only get such statitical data, if you convert them to be global lists.
0 Likes 0 ·
Selena C avatar image Selena C commented ·
Would it only take converting them to global lists to retrieve the data?
0 Likes 0 ·
Eric M avatar image Eric M Selena C commented ·

Yes, you can get the data on the list by making them into global lists. You can add Fields to be something like the image below. That would add columns to the list that included the YourPriorityLabel of the patient and the time the patient has been on the list. Are you trying to make decisions based on this information on the list (as in what to pull from the list) or are you wanting to retrieve the data for something else?

1624643161563.png


0 Likes 0 ·
1624643152359.png (17.6 KiB)
1624643161563.png (17.6 KiB)
Joerg Vogel avatar image Joerg Vogel Eric M commented ·
If you put a resource activity for lists in process flow sheet and link this activity to your global list, you can get access to predefined statistical outputs in the quick properties pane.
0 Likes 0 ·
Show more comments

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.

Selena C avatar image Selena C commented ·

Thank you! That helps in separating it by priority level. Can it also work with looking at the staytime of each priority level?

0 Likes 0 ·
Eric M avatar image Eric M Selena C commented ·

Yes, you can create a Zone Partition Statistics chart under the "Zone" header in the Dashboard library. This allows you to get the stats (current, min, max, avg) by partition for a lot of different things including staytime.

1624906004766.png


0 Likes 0 ·
1624906004766.png (23.3 KiB)
Selena C avatar image Selena C Eric M commented ·

Is this something I need to add into FlexSim? It does not seem that I have the option for Zones in the dashboard library

0 Likes 0 ·
Show more comments

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.