<?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 join region polygons and patient spatial data in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287537#M939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you ruled out "joins and relates" and "select by spatial location" operations?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Nov 2013 13:23:00 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2013-11-01T13:23:00Z</dc:date>
    <item>
      <title>How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287536#M938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings to everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to analyze data which refer to cancer occurrences in my country and examine their spatial correlations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This means that my database consist of patient data, that have a reference to the region the patient comes from. My question is how can I relate all the data to the regions shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, I have a polygon shapefile with all 52 regions, but, as expected, each region has more than one occurrence. One solution is to have 52 separate shapefiles, one for each region, and then produce spatial statistics for each. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to do, is have them unified in one database, in order to make comparisons, for example, between region A &amp;amp; B etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 11:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287536#M938</guid>
      <dc:creator>IliIord</dc:creator>
      <dc:date>2013-11-01T11:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287537#M939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you ruled out "joins and relates" and "select by spatial location" operations?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 13:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287537#M939</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2013-11-01T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287538#M940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings to everyone.&lt;BR /&gt;&lt;BR /&gt;My problem is this:&lt;BR /&gt;&lt;BR /&gt;I want to analyze data which refer to cancer occurrences in my country and examine their spatial correlations.&lt;BR /&gt;&lt;BR /&gt;This means that my database consist of patient data, that have a reference to the region the patient comes from. My question is how can I relate all the data to the regions shapefile.&lt;BR /&gt;&lt;BR /&gt;That is, I have a polygon shapefile with all 52 regions, but, as expected, each region has more than one occurrence. One solution is to have 52 separate shapefiles, one for each region, and then produce spatial statistics for each. &lt;BR /&gt;What I want to do, is have them unified in one database, in order to make comparisons, for example, between region A &amp;amp; B etc.&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you are looking for is normally done with a join. It's a good start to read this help topic: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s0000002n000000"&gt;About joining and relating tables&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have any spatial component in your database with cancer occurrences (coordinates, addresses, medical centers) then the best thing to do is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000055000000"&gt;summarize &lt;/A&gt;&lt;SPAN&gt;the data in the database. I suppose you will want to know the number of cases. The resulting table can be joined to the shape. Further analyses like occurrences in relation to population can be performed in the joined featureclass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is a spatial component in your database, make it spatial (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002600000006000000"&gt;geocode addresses&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000006z000000"&gt;make XY Event layer&lt;/A&gt;&lt;SPAN&gt;). Next, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00080000000q000000"&gt;spatial join&lt;/A&gt;&lt;SPAN&gt; the points to the featureclass with the regions. Since it is a 1:many relationship you can summarize the attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 13:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287538#M940</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-01T13:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287539#M941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello Xander. thanks for you reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only data I have is the medical records, so I know the region the patient came from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a map of the regions and I want to put all the records there, in oder to have them classified per region, or cancer type etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: sorry about the cancer talk, but this is the subject&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287539#M941</guid>
      <dc:creator>IliIord</dc:creator>
      <dc:date>2013-11-01T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287540#M942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello Xander. thanks for you reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only data I have is the medical records, so I know the region the patient came from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a map of the regions and I want to put all the records there, in oder to have them classified per region, or cancer type etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have any summarized records, this is what I want to create&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: sorry about the cancer talk, but this is the subject&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287540#M942</guid>
      <dc:creator>IliIord</dc:creator>
      <dc:date>2013-11-01T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287541#M943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hello Xander. thanks for you reply. &lt;BR /&gt;&lt;BR /&gt;The only data I have is the medical records, so I know the region the patient came from.&lt;BR /&gt;I have a map of the regions and I want to put all the records there, in oder to have them classified per region, or cancer type etc.&lt;BR /&gt;I don't have any summarized records, this is what I want to create&lt;BR /&gt;&lt;BR /&gt;PS: sorry about the cancer talk, but this is the subject&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the tabular data is already in ArcGIS table format you can read in the help topic "&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000055000000"&gt;Summarizing data in a table&lt;/A&gt;&lt;SPAN&gt;" how you can summarize it. If your data is in Excel you can use Pivot Table to summarize the data. Or use the options of you DBMS of choice. You summarize on the field with region "key". This key is also used for joining the summarized data to the regions shapes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 19:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287541#M943</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-01T19:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to join region polygons and patient spatial data</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287542#M944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need the help of a professional medical writing service. They can help you create your file or document in any format and process your data in a way that is understandable to you. You can use this &lt;A href="http://www.researchmedics.com/research-purposal-editing/"&gt;medical editing services &lt;/A&gt;provider. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 05:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-join-region-polygons-and-patient-spatial/m-p/287542#M944</guid>
      <dc:creator>MelissaMunroe</dc:creator>
      <dc:date>2014-09-09T05:46:38Z</dc:date>
    </item>
  </channel>
</rss>

