Ask a questionAsk a question
 

Proposed AnswerCCD Object Name

  • Tuesday, June 09, 2009 5:54 AMForhad Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    I add a CCD in HealthVault. I want to download the CCD from my application. I need to show the CCD Name and other information in the UI.

    I need the CCD object Name like Allergy or Medication.

    with regards


    Forhad.

All Replies

  • Wednesday, June 10, 2009 4:45 PMEric GunnersonMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    HealthVault can store CCDs, but it doesn't provide any programmatic access to data in the CCDs - to do that you would have to find it in the XML yourself.

    If you want to show the majority of the data in the CCD in a web browser, you could ask for the form transform of the CCD item.

    You do that with the following:

    filter.View.TransformsToApply.Add("form");

    and then when you fetch the item, the TransformedXmlData property will contain the HTML for that CCD.
  • Friday, June 12, 2009 5:25 PMForhad Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    Thanks for your information. I need the native object for ccd or ccr. I can download all the reconciled information from the HV, but i need the native object for ccd or ccr.

    Forhad....
  • Tuesday, June 16, 2009 2:41 PMEric GunnersonMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Sorry, it wasn't clear to me what you were asking.

    Here's a reference on how to get the ccr/ccd instance.