question

Ziad O2 avatar image
0 Likes"
Ziad O2 asked Ben Wilson commented

How to assign Patient Tracks in 2020 HC

How to assign patients label that trigger which patient Flow to be used? in the older HC versions i used to assign tracks in the PCI section

FlexSim 20.2.2
flexsim 20.2.2patient trackschedulingpatient arrivalspci
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Ziad O2, was Matthew Gillespie's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered

First of all, if your patient flows have any overlap I would recommend just using one flow and using decide activities to route the token to the correct activities for that "track".

The way you assign a patient to a specific flow is with the Patient Flow field of the Create Person activity:

You have a lot of options of how to use this:

1. If you have separate arrival rates for the different patient tracks you could have two different Create Person activities that each point at a different patient flow. Something like this:

2. If you assign a Track pointer label to the arriving tokens you can then sample the flow you want in the Toolbox and assign each row a specific track:

You'd then just need to put token.Track in the Patient Flow field:

3. You could also do the same thing, but with a string label and just type in the name of the flow, but then in the the Patient Flow field you'd put:

Model.find("Tools/ProcessFlow/" + token.Track)

4. You could even just assign a number as the Track label and us the By Case pickoption to turn the number into a specific flow:


1607450304741.png (14.6 KiB)
1607450703785.png (8.9 KiB)
1607451247318.png (14.5 KiB)
1607451330965.png (2.5 KiB)
1607451464698.png (29.3 KiB)
5 |100000

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

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.