<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to assign Patient Tracks in 2020 HC in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553606#M57705</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/12406/ziado2.html" nodeid="12406"&gt;@Ziad O2&lt;/A&gt;, 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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 11 Dec 2020 20:07:06 GMT</pubDate>
    <dc:creator>Ben_WilsonADSK</dc:creator>
    <dc:date>2020-12-11T20:07:06Z</dc:date>
    <item>
      <title>How to assign Patient Tracks in 2020 HC</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553604#M57703</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;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&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Dec 2020 16:52:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553604#M57703</guid>
      <dc:creator>ziad_o2</dc:creator>
      <dc:date>2020-12-08T16:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign Patient Tracks in 2020 HC</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553605#M57704</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;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".&lt;/P&gt;&lt;P&gt;The way you assign a patient to a specific flow is with the Patient Flow field of the Create Person activity:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="34996-1607450304741.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504415i2E5534CD9A80E252/image-size/large?v=v2&amp;amp;px=999" role="button" title="34996-1607450304741.png" alt="34996-1607450304741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You have a lot of options of how to use this:&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35013-1607450703785.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504416i7F3E66AA5B697CF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="35013-1607450703785.png" alt="35013-1607450703785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35004-1607451247318.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504417i4EAF7DC1FA39C4A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35004-1607451247318.png" alt="35004-1607451247318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You'd then just need to put token.Track in the Patient Flow field:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35014-1607451330965.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504418i54709F090B49CACD/image-size/large?v=v2&amp;amp;px=999" role="button" title="35014-1607451330965.png" alt="35014-1607451330965.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;PRE&gt;Model.find("Tools/ProcessFlow/" + token.Track)&lt;/PRE&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35005-1607451464698.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504419iA174DCC47687E09E/image-size/large?v=v2&amp;amp;px=999" role="button" title="35005-1607451464698.png" alt="35005-1607451464698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:18:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553605#M57704</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2020-12-08T18:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign Patient Tracks in 2020 HC</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553606#M57705</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/12406/ziado2.html" nodeid="12406"&gt;@Ziad O2&lt;/A&gt;, 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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2020 20:07:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-assign-patient-tracks-in-2020-hc/m-p/13553606#M57705</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2020-12-11T20:07:06Z</dc:date>
    </item>
  </channel>
</rss>

