Questions tagged [google-health]

Google-Health is a health record service provided by Google (now deprecated). Use this tag if the question contains doubts regarding the API provided and not if there are general doubts on health conditions of the asker.

Google Health was a personal health information centralization service (sometimes known as personal health record services) by Google introduced in 2008 and cancelled in 2011.Google Health's API was based on a subset of the Continuity of Care Record.

References

  1. Google Health
  2. Wikipedia Page on Google Health
16 questions
5
votes
3 answers

Using Google fit API in Flutter

I need my app to read step count from Google Fit. I'm using health 3.05 package. For now I copied the example code to see if it works and unfortunately it's not. Of course I did every step from this packge readme. I set up OAuth2 Client ID, I…
Lava
  • 108
  • 2
  • 9
5
votes
1 answer

Getting Steps details with respect to fitness activities?

I am working with Google Fit SDK, I can easily fetch steps details but I am really struggling with getting which activity was being done while taking those steps. DataSource ESTIMATED_STEP_DELTAS = new DataSource.Builder() …
ShahrozKhan91
  • 710
  • 10
  • 19
2
votes
0 answers

How to get data from Samsung Galaxy Watch4 Classic?

I want to get data from Samsung Galaxy Watch 4 Classic, I used developer.samsung.com but unfortunately there is no helpful document and it navigates to google health service,Even though I can get heart rate by google health service but that did not…
2
votes
2 answers

Custom Health check with GCP

Hi I try to use custom health check with GCP LoadBalancer. I have added readinessProbe & livenessProbe like this: readinessProbe: httpGet: path: /health port: dash initialDelaySeconds: 5 periodSeconds: 1 …
M.Hol
  • 365
  • 2
  • 4
  • 15
1
vote
2 answers

GCP health check for internal load balancer

I set up own Elasticsearch cluster in the GCP. The cluster is up and running fine. The cluster contains two client nodes which I am able to access internally and pass a health check for both of them using http://IP:9200/ and…
1
vote
2 answers

Connecting Samsung Gear with Android via BLE, Rest API

I am developing an application,that should communicate with Samsung Gear watch/wear to get all activity details ( step,calories and more ) from android. I have come up with Accessible SDK. Someone help on this find the concrete example or solution,…
Ashraf
  • 3,114
  • 3
  • 23
  • 22
1
vote
1 answer

OAuth H9 Google Health

I am attempting to gain three-legged Oauth access, but I can't get the first step to work. My code so far: include("OAuth.php"); $consumer_key = "anonymous"; $consumer_secret = "anonymous"; define("URI", "http://www.google.com"); $request_token_url…
Doug Molineux
  • 12,283
  • 25
  • 92
  • 144
1
vote
2 answers

HL7 version 2.7 parser using java except Hapi

Is there any good parser which can parser HL7 V2.7 message using Java except HAPI. My goal is to convert the message into a XML file.
user1321939
  • 319
  • 2
  • 6
  • 18
0
votes
1 answer

Integrating Google Health Connect into Xamarin Forms Project

We need to integrate our Xamarin Forms project with Google Health Connect. I realise there is no out of the box support in XF and in the past I have creating binding libraries for unsupported AAR packages. Where do i find the native library for…
Pat Long - Munkii Yebee
  • 3,592
  • 2
  • 34
  • 68
0
votes
2 answers

Google Healthcare API Nodejs - Filter Appointment using start and end date

I cannot filter an Appointment from start and end date using the google healthcare API. I am trying to recreate the query below: Appointment?date=ge2023-02-03T04:00:00.000Z&date=le2023-02-05T04:00:00.000Z This is my javascript code using the…
0
votes
0 answers

Why do some android smart watches give two values for ppg (Photoplethysmography)?

Why do some android smart watches give two values for ppg (Photoplethysmography) at the same time? I am collecting ppg from Fossil watches gen 4 and gen 5 each measurement gives two ppg measurements. I see they are related, when one drops so does…
jebbss
  • 11
  • 2
0
votes
1 answer

Flutter Fitness App - Any way to integrate health in flutter app

I'm working on on fitness/health app using flutter framework. I'm using google health for android and apple health for apple. The data is good for steps but not showing heart rate. Is there any proper way to integrate google health and apple health…
0
votes
1 answer

How to get Google Fit auth token in Android and send it to back end in order for them to get the user's data?

I'm developing an Android application that uses Google Fit data. I would like to get the permissions and the Authorization Token on the mobile app and send the token back to the backend so they can ask for user history data. Is it possible? If so,…
0
votes
1 answer

I import image in gcp dicom store, but on my pubsub topic assigned dicom store is not publishing message

steps I create dicom dataset inside dataset dicom store pubsub topic for dicom store Issue I am trying to import dcm image to dicom store from storage bucket operation is showing Success in dicom-store operations but message is not publishing on…
0
votes
1 answer

How can i get calories data from any health band?

I work on some application that using calories data. I want get this data from any health bands that can be connect to android or ios phones. the exact problem is that i don't want use google fit api or ios health kit and i want get data directly…
alireza daryani
  • 787
  • 5
  • 16
1
2