<?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 create a text label based on an acquired resource in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520068#M31176</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Yeah that should be just fine.  The connection doesn't interfere with anything else you would do with different acquire schemes or anything like that.&lt;/DIV&gt;</description>
    <pubDate>Tue, 14 Jun 2022 15:35:55 GMT</pubDate>
    <dc:creator>regan_blackett</dc:creator>
    <dc:date>2022-06-14T15:35:55Z</dc:date>
    <item>
      <title>How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520063#M31171</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello !&lt;/P&gt;
 &lt;P&gt;I am building an operating room model. &lt;/P&gt;
 &lt;P&gt;In my model, the ORs named &lt;EM&gt;OR1&lt;/EM&gt;, &lt;EM&gt;OR2&lt;/EM&gt;, etc.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1655216730575.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510848i65B9311EB7B6BCAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1655216730575.png" alt="1655216730575.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I created a patient flow where the patient acquires the first available OR.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1655216578499.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510849i3AC8819FB64C7923/image-size/large?v=v2&amp;amp;px=999" role="button" title="1655216578499.png" alt="1655216578499.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;STRONG&gt;How can I create a text label associated to the patient that will give me the number associated with the acquired OR ?&lt;/STRONG&gt;&lt;/P&gt;
 &lt;P&gt;I created a label that can give me the OR used once the patient is in it, but this is not enough.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1655216781467.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510850i51E089AA7B6D0991/image-size/large?v=v2&amp;amp;px=999" role="button" title="1655216781467.png" alt="1655216781467.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;STRONG&gt;How can I then use this label to acquire a surgeon called &lt;EM&gt;Surgeon1 &lt;/EM&gt;? &lt;/STRONG&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thanks in advance, &lt;/P&gt;
 &lt;P&gt;Leah&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 14:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520063#M31171</guid>
      <dc:creator>leah_r</dc:creator>
      <dc:date>2022-06-14T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520064#M31172</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;If the goal is to make sure the same surgeon is associated with an acquired OR, like OR1 patients always get Surgeon1, OR2 patients always get Surgeon2, etc.  It may be easier to accomplish with a center port connection.&lt;/P&gt;&lt;P&gt;If you connect the OR objects with their corresponding surgeons with center port connections, in the Staff resource's "Staff" field you can write this expression:&lt;/P&gt;&lt;PRE&gt;patient.Locations[1].centerObjects[1]&lt;/PRE&gt;&lt;P&gt;This would mean that you look at the most recently acquired location object's first center port connection and acquire that staff.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 14:49:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520064#M31172</guid>
      <dc:creator>regan_blackett</dc:creator>
      <dc:date>2022-06-14T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520065#M31173</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;That sounds great, thanks ! Could you just show me exactly what you put in the staff field ? Because I tried the following and it does not work (I'm not familiar with center port connections).&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1655218853138.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510840i65C16F3CE2B898E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1655218853138.png" alt="1655218853138.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:01:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520065#M31173</guid>
      <dc:creator>leah_r</dc:creator>
      <dc:date>2022-06-14T15:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520066#M31174</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The code is in the right place.  If this is your first time working with Port Conenctions make sure you establish the connection by holding down the 'S' key while clicking and dragging between the OR and Surgeon obejcts.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:10:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520066#M31174</guid>
      <dc:creator>regan_blackett</dc:creator>
      <dc:date>2022-06-14T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520067#M31175</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Oh OK ! I understand better now ! The issue is that I have two patient flow. One where the resources are linked (like in the case I am presenting here) and another one where it is not the case. 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;If I include the port connections, will it still work if I try to acquire specific staff in the other patient flow ?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:16:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520067#M31175</guid>
      <dc:creator>leah_r</dc:creator>
      <dc:date>2022-06-14T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520068#M31176</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Yeah that should be just fine.  The connection doesn't interfere with anything else you would do with different acquire schemes or anything like that.&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:35:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520068#M31176</guid>
      <dc:creator>regan_blackett</dc:creator>
      <dc:date>2022-06-14T15:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a text label based on an acquired resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520069#M31177</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you very much !
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:40:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-text-label-based-on-an-acquired-resource/m-p/13520069#M31177</guid>
      <dc:creator>leah_r</dc:creator>
      <dc:date>2022-06-14T15:40:06Z</dc:date>
    </item>
  </channel>
</rss>

