question

Santi avatar image
0 Likes"
Santi asked Santi commented

Identify MD name in Statistics Collector

I need to collect data on the start and end time, for every time a doctor examines a patient.
With the Statistics Collector, I can get the patient flow, but I need the doctor's name instead.
The tutorials I've seen on the Statistics Collector are focused on factory simulations.
Could someone please help me with understanding how to accomplish this in a healthcare simulation?

FlexSim 23.2.0
healthcarestatistic collectordoctor
· 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.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Santi commented

The person will have a resource allocated to them and stored as a label. You should be able to access that generally with something like:

  1. token.Patient.doctor

In the statistics collector that information is found on the data map so you'll likely need something like this in the column value:

  1. data.token.Patient.doctor

If you have a model to upload we can provide a more targeted reply with attribute/label names that match your model.

· 3
5 |100000

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