question

Tee Hiett avatar image
0 Likes"
Tee Hiett asked Cliff King commented

How can I compute the distance a nurse travels by activity?

I can get the total distance each nurse travels each day and I would like to identify the distance traveled by nursing activities. For example, how far does a nurse walk escorting patients to beds? And, how far does a nurse walk getting medications for patients?

Thanks,

Tee

FlexSim HC 5.3.4
healthcaredistance traveled
· 2
5 |100000

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

Cliff King avatar image
0 Likes"
Cliff King answered Tee Hiett commented

Tee,

In the attached model, I show the standard Distance Traveled dashboard chart for Resources, and a User-Defined dashboard chart that displays three columns I defined in a custom Data Collector. The "Distance Traveled" pick list option for defining a column in a Data Collector that you referenced in your earlier comment only works for Resources (i.e. an individual staff member), so I needed to revise the pick list option to capture the total distance traveled for all active members of a user specified group.

Let me know if you have any questions or need something explained in the model.

walkingdistanceexamplemodel.fsm


· 7
5 |100000

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

Tee Hiett avatar image
0 Likes"
Tee Hiett answered Tee Hiett commented

I can get the time a nurse travels by activity by using milestones and converting the time to distance. Now I would like to get the total distance traveled by a group of nurses.

Shouldn’t this data collector would give me the distance traveled in meters by all of the Pod 1 nurses?

Thanks,

Tee


ogxve.png (32.2 KiB)
· 4
5 |100000

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

Cliff King avatar image
0 Likes"
Cliff King answered Cliff King edited

There is not a standard report that can give you staff travel distance by activity, so you would need to figure out a way to capture that information on your own. There are three different approaches a modeler can take to capture their own data: 1) use the Data Collector tool, 2) define Custom Fields in the Output Raw Data Settings window or 3) use triggers to write data to either an external csv file, or an internal Global Table.

The particular metric you are interested in capturing (i.e. nurse travel distance categorized by nursing activity) would be somewhat challenging depending upon how your model has been designed. Will you always know the reason for a nurse traveling in your model? Does your model have a mix of Global Processes, Patient Tracks, and Item Processing tasks? You need to keep in mind that staff sometimes travel back to their home base when there is nothing for them to do, so which activity should that travel distance be assigned to. Maybe I'm over complicating things. It's possible you could get what you need by simply recording the nurse's total cumulative travel distance at the end of each activity step plus recording the activity that just finished?? Let me know a few more details and I'd be happy to help you get a report that will hopefully give you what you are looking for!

5 |100000

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