I'm new to the google apis and I'm looking for the best way to consume
the google health information.  I'm using java and I've got something
similar to the sample app working.  I'm able to call
entry.getContinuityOfCareRecord().getXmlBlob().getBlob() and get an
xml fragment:

<CCRDocumentObjectID>SOwBDi9meaw</CCRDocumentObjectID>
<Language><Text>English</Text><Code>
...

However, this xml fragment is not well formed as it doesn't have a
root xml element and I'm unable to parse the xml using most parsers
(sax, dom).  Is there api support for getting the full xml or should I
just look into using an Atom api (i.e. Rome)?  Are there any non-
trivial sample apps for google health?  All of the samples I've seen
end with calling getBlob() and none of them actually pull useful
information from the profile.

Thanks,
Peter


--~--~---------~--~----~------------~-------~--~----~
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