<?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: Human Body Map in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842224#M333031</link>
    <description>&lt;P&gt;Have you found this paper?&amp;nbsp; &lt;A href="https://www.pharmasug.org/proceedings/2021/EP/PharmaSUG-2021-EP-039.pdf" target="_blank"&gt;https://www.pharmasug.org/proceedings/2021/EP/PharmaSUG-2021-EP-039.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately the body outline they used was created with a tool in the SAS JMP product and I'm not aware of another&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or how to overlay your information onto an image file:&amp;nbsp; &lt;A href="http://robslink.com/SAS/democd61/human_body_map_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd61/human_body_map_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Might be 'nicer', depending on exactly what you meant by "heat map".&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 22:57:39 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-11-02T22:57:39Z</dc:date>
    <item>
      <title>Human Body Map</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842220#M333030</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luculka_0-1667427430237.png" style="width: 248px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76888iC42AFA60C0AC11FF/image-dimensions/248x252?v=v2" width="248" height="252" role="button" title="luculka_0-1667427430237.png" alt="luculka_0-1667427430237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I d like to create human body chart. This is my draft. I have different diagnoses from insurance world. Is it a library with body coordinates? the same logic like maps library.&lt;/P&gt;&lt;P&gt;This is my code, but I need sth more - I want to add into this body brain countour, nervous contour, heart, blood... and I d like to create on this body heat map.&lt;/P&gt;&lt;P&gt;Do you know about library of human body or&amp;nbsp; I need to create this body?&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Body_01;&lt;BR /&gt;infile cards dlm=' ';&lt;BR /&gt;length popis_F $ 15;&lt;BR /&gt;input x y popis_F val;&lt;BR /&gt;datalines;&lt;BR /&gt;40 80 1_head 1&lt;BR /&gt;60 80 1_head 1&lt;BR /&gt;60 95 1_head 1&lt;BR /&gt;40 95 1_head 1&lt;BR /&gt;40 80 1_head 1&lt;BR /&gt;45 75 2_neck 2&lt;BR /&gt;55 75 2_neck 2&lt;BR /&gt;55 80 2_neck 2&lt;BR /&gt;45 80 2_neck 2&lt;BR /&gt;45 75 2_neck 2&lt;BR /&gt;65 65 4_hands 4&lt;BR /&gt;95 65 4_hands 4&lt;BR /&gt;95 75 4_hands 4&lt;BR /&gt;65 75 4_hands 4&lt;BR /&gt;35 75 3_torso 3&lt;BR /&gt;65 75 3_torso 3&lt;BR /&gt;65 35 3_torso 3&lt;BR /&gt;35 35 3_torso 3&lt;BR /&gt;35 75 3_torso 3&lt;BR /&gt;5 65 4_hands 4&lt;BR /&gt;35 65 4_hands 4&lt;BR /&gt;35 75 4_hands 4&lt;BR /&gt;5 75 4_hands 4&lt;BR /&gt;5 65 4_hands 4&lt;BR /&gt;35 35 5_legs 5&lt;BR /&gt;45 35 5_legs 5&lt;BR /&gt;45 5 5_legs 5&lt;BR /&gt;35 5 5_legs 5&lt;BR /&gt;35 35 5_legs 5&lt;BR /&gt;55 35 5_legs 5&lt;BR /&gt;65 35 5_legs 5&lt;BR /&gt;65 5 5_legs 5&lt;BR /&gt;55 5 5_legs 5&lt;BR /&gt;55 35 5_legs 5&lt;BR /&gt;;quit;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gmap data=Body_01&lt;BR /&gt;map=Body_01;&lt;BR /&gt;id popis_F;&lt;BR /&gt;choro val;&lt;BR /&gt;run;quit;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 22:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842220#M333030</guid>
      <dc:creator>luculka</dc:creator>
      <dc:date>2022-11-02T22:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Human Body Map</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842224#M333031</link>
      <description>&lt;P&gt;Have you found this paper?&amp;nbsp; &lt;A href="https://www.pharmasug.org/proceedings/2021/EP/PharmaSUG-2021-EP-039.pdf" target="_blank"&gt;https://www.pharmasug.org/proceedings/2021/EP/PharmaSUG-2021-EP-039.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately the body outline they used was created with a tool in the SAS JMP product and I'm not aware of another&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or how to overlay your information onto an image file:&amp;nbsp; &lt;A href="http://robslink.com/SAS/democd61/human_body_map_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd61/human_body_map_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Might be 'nicer', depending on exactly what you meant by "heat map".&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 22:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842224#M333031</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-11-02T22:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Human Body Map</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842284#M333057</link>
      <description>Calling  &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4628"&gt;@tc&lt;/a&gt; &lt;BR /&gt;&lt;BR /&gt;The difficulty is to get the X and Y coordinate of BODY .</description>
      <pubDate>Thu, 03 Nov 2022 11:47:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842284#M333057</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-11-03T11:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Human Body Map</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842304#M333068</link>
      <description>&lt;P&gt;That first paper - Method 2 - thats it. But my "problem" is to find library with XY coordinate of whole BODY, created XY parts of body (heart, stomach, bones, muscles....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hoped, that smb created that XY coordinates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to get XY from picture without clicking that points, but the only one way was to click as in this paper.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this JMP Custom Map creator I created this, and as you can see, I m not able to draw nice pict :)))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luculka_0-1667479885400.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76910i870CBC299B2E96D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luculka_0-1667479885400.png" alt="luculka_0-1667479885400.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The second paper is good, but not for my data. I would like to create basic -&amp;nbsp; easy to understand picture.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 13:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Human-Body-Map/m-p/842304#M333068</guid>
      <dc:creator>luculka</dc:creator>
      <dc:date>2022-11-03T13:02:09Z</dc:date>
    </item>
  </channel>
</rss>

