<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>HealthVault Hello World</title><link>http://blogs.msdn.com/healthvault/archive/2007/11/06/healthvault-hello-world.aspx</link><description>There have been a few requests for a HealthVault introduction that is simpler than the SleepJournal and FittrakLite ones, so I've create a simpler "Hello, World" sample that will show up in the SDK sometime in the near future. I thought I'd walk you through</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>  15 Links Today (2007-11-07)</title><link>http://blogs.msdn.com/healthvault/archive/2007/11/06/healthvault-hello-world.aspx#5962285</link><pubDate>Wed, 07 Nov 2007 18:19:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5962285</guid><dc:creator>  15 Links Today (2007-11-07)</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mhinze.com/15-links-today-2007-11-07/"&gt;http://mhinze.com/15-links-today-2007-11-07/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: HealthVault Hello World</title><link>http://blogs.msdn.com/healthvault/archive/2007/11/06/healthvault-hello-world.aspx#6619278</link><pubDate>Fri, 30 Nov 2007 22:48:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6619278</guid><dc:creator>Raghu Ganti</dc:creator><description>&lt;p&gt;Is there a way of deleting an existing entry in the developer environment?&lt;/p&gt;
</description></item><item><title>re: HealthVault Hello World</title><link>http://blogs.msdn.com/healthvault/archive/2007/11/06/healthvault-hello-world.aspx#6619638</link><pubDate>Fri, 30 Nov 2007 23:32:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6619638</guid><dc:creator>ericgu</dc:creator><description>&lt;p&gt;Raghu,&lt;/p&gt;
&lt;p&gt;There are two ways to delete existing entries:&lt;/p&gt;
&lt;p&gt;1) You can navigate to &lt;a rel="nofollow" target="_new" href="https://www.microsofthetalthbeta.com"&gt;https://www.microsofthetalthbeta.com&lt;/a&gt; (note the https part), log in, and then goto health details, height measurement, and then delete the entries.&lt;/p&gt;
&lt;p&gt;2) Or you can write something pretty simple:&lt;/p&gt;
&lt;p&gt;HealthRecordItemCollection items = searcher.GetMatchingItems()[0];&lt;/p&gt;
&lt;p&gt; &amp;nbsp;List&amp;lt;T&amp;gt; typedList = new List&amp;lt;T&amp;gt;();&lt;/p&gt;
&lt;p&gt; &amp;nbsp;foreach (HealthRecordItem item in items)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;PersonInfo.SelectedRecord.RemoveItem(item);&lt;/p&gt;
&lt;p&gt; &amp;nbsp;}&lt;/p&gt;
</description></item></channel></rss>