<?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: Discharge of patients in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541492#M48133</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;@Eric M Thank you so much! This is exactly what I wanted. No questions at this time. Thanks again.&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 13 Jul 2021 08:19:23 GMT</pubDate>
    <dc:creator>yulia_k</dc:creator>
    <dc:date>2021-07-13T08:19:23Z</dc:date>
    <item>
      <title>Discharge of patients</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541488#M48129</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.0.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello!&lt;/P&gt;
 &lt;P&gt;In my model, I simulate the work of a department where patients are admitted daily. I ran into the following problem. I do not understand how to get a different number of patients to leave the department. For example, on the first day 6 patients are admitted, 4 are discharged. On the second day, 4 are admitted, 1 are discharged, and so on. I would be grateful for your help.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jul 2021 12:57:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541488#M48129</guid>
      <dc:creator>yulia_k</dc:creator>
      <dc:date>2021-07-07T12:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Discharge of patients</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541489#M48130</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/23913/yuliak.html" nodeid="23913"&gt;@Yulia K&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It's hard to know how to help without looking at your model. To receive a more accurate solution, please post your model or a sample model that demonstrates your question.&lt;/P&gt;&lt;P&gt;Proprietary models can be posted as a private question visible only to FlexSim U.S. support staff. You can also &lt;A href="https://flexs.im/contact"&gt;contact your local FlexSim distributor&lt;/A&gt; for phone or email help.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Jul 2021 21:34:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541489#M48130</guid>
      <dc:creator>eric_m3</dc:creator>
      <dc:date>2021-07-08T21:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Discharge of patients</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541490#M48131</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/41687-therapy-department.fsm" target="_blank"&gt;therapy department.fsm&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/41717-discharge.jpg" target="_blank"&gt;discharge.jpg&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Hi &lt;A rel="nofollow" href="https://answers.flexsim.com/users/29530/ericm3.html"&gt;&lt;/A&gt; &lt;A rel="user" href="https://answers.flexsim.com/users/29530/ericm3.html" nodeid="29530"&gt;@Eric M&lt;/A&gt;, &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: rgb(32, 33, 36); font-family: "&gt;I am attaching a snippet of the model. There is also a table of admission and discharge from the department. I understand how to program the admission of a specific number of patients per day. But I don't know if it is possible to force patients to leave the department in accordance with the discharge table from the department. Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jul 2021 09:42:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541490#M48131</guid>
      <dc:creator>yulia_k</dc:creator>
      <dc:date>2021-07-12T09:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Discharge of patients</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541491#M48132</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Thanks for the added explanation and for the sample model. I found a solution for this by adding a global list called "Patients". The idea behind this is that all the patients will be pushed onto the list, and the discharge schedule will create tokens that pull patients from the list according to the desired discharges per day. When a patient is pulled from the list, their token in process flow is preempted and moved to the section that removes the patient from the model.&lt;/P&gt;&lt;P&gt;The time that the discharge token is created can be changed based on how long you want the process time of the patient to be. The pull from list activity is also set to pull a random patient off the list, so you could adjust that if you wanted as well. One final note, you may want to increase the Process time in the Patient Flow to something very large for recording the patient's state. I imagine you wouldn't want the Process activity to finish and have the patient's state be considered Idle until they were released from the model. Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/41751-therapy-department-1.fsm" target="_blank"&gt;therapy-department_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jul 2021 18:03:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541491#M48132</guid>
      <dc:creator>eric_m3</dc:creator>
      <dc:date>2021-07-12T18:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Discharge of patients</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541492#M48133</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;@Eric M Thank you so much! This is exactly what I wanted. No questions at this time. Thanks again.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jul 2021 08:19:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/discharge-of-patients/m-p/13541492#M48133</guid>
      <dc:creator>yulia_k</dc:creator>
      <dc:date>2021-07-13T08:19:23Z</dc:date>
    </item>
  </channel>
</rss>

