Hi Lakshmi, You can retrieve lists of specific types of entries (i.e. problems or medications) by using the GData query interface. The following documents are likely good places to start with the query interface:
http://code.google.com/apis/health/docs/2.0/developers_guide_protocol.html#retrieving_with_query http://code.google.com/apis/health/docs/2.0/reference.html#Parameters For retrieving symptoms, you'll likely want to use the "Condition" category, and for medications, the "Medication" category. For syncing data between Health and your application, the "updated-min" and "updated-max" parameters, for retrieving data entered after, before, or between the specified date(s), may be useful. If you're using the Java client code, the following thread might be helpful for constructing category queries: http://groups.google.com/group/googlehealthdevelopers/browse_thread/thread/10a732f9398f4121# I hope this information helps! Let us know how it goes! Paul On May 10, 10:41 pm, Lakshmi Kant <[email protected]> wrote: > Hi > > Is there any way of retrieving Symptoms list. I have an application > that retrieves my health details and stores it in a database. So I > have an offline access to it. > > Now I want to upgrade the application so that it is able to update my > health profile. I want to store all the changes temporarily in > database and the next time I am online the changes be reflected back > on my actual google health account. > > If I have the list of fields like the symptoms , medications etc it > would be easier for the user to fill up. > > thanx > > -- > 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 > athttp://groups.google.com/group/googlehealthdevelopers?hl=en. -- 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.
