Microsoft Developer Network > Forums Home > HealthVault Forums > HealthVault Data Types > How to update Notes of HealthRecordItem
Ask a questionAsk a question
 

AnswerHow to update Notes of HealthRecordItem

  • Friday, October 23, 2009 1:18 PMHCMani Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    I'm able to retrieve & update all my personal health records from my web application using OfflineWebApplicationConnection.

    However Note property is embedded with CommonItemData which has only Set while the other properties have Get/Set property.

    Could you please suggest the way to update my exisiting "Note" string of any selected item e.g. Allergy?

    Thanks & Regards,
    Mani 

Answers

  • Tuesday, October 27, 2009 5:22 PMEric GunnersonMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    The CommonItemData only has a get property because we don't want you replacing it. You can, however, replace the individual items in it - CommonItemData.Notes is get/set.

All Replies