<?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: Patient flow Sankey Diagram in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742207#M21525</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2153"&gt;@JeffMeyers&lt;/a&gt;&amp;nbsp;yes, thanks. I saw your code and have being tring to use it as well, but am still not getting it&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13856"&gt;@Jay54&lt;/a&gt;&amp;nbsp;thanks for the link, I think that will be more usefull for networking. I need something to show patients moving from one place(their residence) to the other(to the clinic)&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 15:20:36 GMT</pubDate>
    <dc:creator>Anita_n</dc:creator>
    <dc:date>2021-05-18T15:20:36Z</dc:date>
    <item>
      <title>Patient flow Sankey Diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742092#M21521</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I wanted to create this nice graph created by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13856"&gt;@Jay54&lt;/a&gt;&amp;nbsp; as shown on these links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/10/27/outside-the-boxcircle-link-graph/#prettyPhoto" target="_blank"&gt;Outside-the-box: Circle link graph - Graphically Speaking (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/11/01/outside-box-directed-circle-link-graphs/" target="_blank"&gt;Outside-the-box: Directed circle link graphs - Graphically Speaking (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have a data of patients who visit a certain clinic, I will like to display this just like in the links above but vice-versa. This means in my case they are moving from their residents to the clinic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using the method&amp;nbsp;&amp;nbsp;@Jay54 used but I still need some help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data patientflow;
  input From $18. To $8. LinkCount ;
  datalines;
AAAAAAAAAAAAAAAAA   clinic	11
BBBBBBBBBBBBBBB	    clinic	5
DDDDDDDDDDDD	            clinic	30
EEEEEEEEEEEEEEEEE   clinic	2
FFFFFFFFFFFFF	            clinic	7
GGGGGGGGGGGGGG	   clinic	2
HHHHHHHHHHHHH	   clinic	11
IIIIIIIIIIIIIIII                           clinic	2
JJJJJJJJJJJJJJJJJ            clinic	25
KKKKKKKKKKKKKKK	   clinic	2
LLLLLLLLLLLLLLL	           clinic	 1
MMMMMMMMMMMM	   clinic	48
NNNNNNNNNNNNNN	   clinic	1
OOOOOO(clinic location)    clinic	500
PPPPPPPPPPPPP	           clinic	1
QQQQQQQQQQQQQQ	   clinic	3
RRRRRRRRRRRRRRR    clinic	1
SSSSSSSSSSSSSSSSS  clinic	1
TTTTTTTTTTTTTT	           clinic	1
UUUUUUUUUUUUUUU	   clinic	3
VVVVVVVVVVVVV	            clinic	7
WWWWWWWWWW	   clinic	7
XXXXXXXXXXXXXXX	   clinic	165
;
run;&lt;/PRE&gt;
&lt;P&gt;please note that&amp;nbsp;OOOOOO is the region where the clinic is located that is the reason why the number of cases is in this region very high.&amp;nbsp; The names of the regions are quite long and the arrows should be coming from the different regions and ending at OOOOOO&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anita_n_0-1621328587044.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59535i66D323368582F853/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anita_n_0-1621328587044.png" alt="Anita_n_0-1621328587044.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I will appreciate any help or an alternative solution.&amp;nbsp; Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 09:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742092#M21521</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2021-05-18T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Patient flow Sankey Diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742172#M21523</link>
      <description>I know this isn't the exact same graph, but one of my macros might be of interest. &lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/CIRCOS-A-SAS-Macro-to-Create-CIRCOS-Plots/ta-p/457952" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/CIRCOS-A-SAS-Macro-to-Create-CIRCOS-Plots/ta-p/457952&lt;/A&gt;</description>
      <pubDate>Tue, 18 May 2021 14:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742172#M21523</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2021-05-18T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Patient flow Sankey Diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742197#M21524</link>
      <description>&lt;P&gt;For a Doctor/Patient type Provider network, another layout could be as shown in this post.&amp;nbsp; Node locations are pre computed by some other means.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/05/02/directed-link-networks/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2016/05/02/directed-link-networks/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, sometimes I have seen simple vertical diagrams with Providers on left side and Consumers on right side with links.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 15:11:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742197#M21524</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2021-05-18T15:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Patient flow Sankey Diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742207#M21525</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2153"&gt;@JeffMeyers&lt;/a&gt;&amp;nbsp;yes, thanks. I saw your code and have being tring to use it as well, but am still not getting it&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13856"&gt;@Jay54&lt;/a&gt;&amp;nbsp;thanks for the link, I think that will be more usefull for networking. I need something to show patients moving from one place(their residence) to the other(to the clinic)&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 15:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Patient-flow-Sankey-Diagram/m-p/742207#M21525</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2021-05-18T15:20:36Z</dc:date>
    </item>
  </channel>
</rss>

