Hi Shashank,

We don't currently have any libraries for parsing CCR data.
For the mobile use case, I recommend using:

- specific category queries
  http://code.google.com/apis/health/docs/2.0/reference.html#CatQueries

- digest=true parameter
  http://code.google.com/apis/health/docs/2.0/reference.html#DigParam

- alt=json
  http://code.google.com/apis/gdata/json.html

Returning the results as JSON, makes "parsing" the CCR trivial.
Searching on categories  and using the digest=true parameter will
reduce overhead.

An example query for a user's medication would be:
https://www.google.com/health/feeds/profile/default/-/medication?digest=true&alt=json

Cheers,
Eric



On Dec 11, 8:59 pm, "[email protected]" <[email protected]> wrote:
> Hi,
> We are developing a mobile application where a user can access their
> health account on mobile. we want to link our application to google
> health. I would like to know few details regarding the CCR parsing on
> mobile. Has google developed any interface that can be used to parse
> the CCR file effectively.
> From,
> Shashank
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Health Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/googlehealthdevelopers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to