-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize and implement hGraph #64
Comments
Have you tried using the demo as a starting point? Also, can you point us to your codebase? |
Hi, |
For it to work in its current form you'll want to follow the same JSON structure. If you'd like to change the JSON structure then you'll just need to also edit the way you call for those key => value pairs (see https://github.com/goinvo/hGraph/blob/master/examples/multiuser/js/hData.js where the metrics.json is referenced). We're open to suggestions on improving. |
Thanks for replying, The example changes the numbers in the hGraph on each refresh of the page. On Tue, Aug 26, 2014 at 8:50 PM, Eric Benoit [email protected]
Regards, Atit Shah |
In this example the patient health data is static. Each patient's health data can found here. Is that what you are looking for? |
What does each of the parameter (keys) in JSON stand for? How are the On Wed, Aug 27, 2014 at 10:32 AM, Eric Benoit [email protected]
Regards, Atit Shah |
Which keys? File? This JSON defines the bounds of "healthy". There is a minimum "healthy" value and a maximum "healthy" value for a health metric. A health metric is also weighted in terms of importance/impact on your overall health; 0-10 with 10 having the most impact on your overall health. Scoring and judging "healthy" happens here. The scoring algorithm is rough and certainly not a solid v01. We need to work on it. Poke around the codebase + start hacking to get a lay of the land. |
Hi, I have CCD (Continuity Care Document) of a patient I need to feed-in We are able to generate the hGrpah when we pass the data in below JSON How the data for score,values,actual,weight etc can be given dynamically var graph;
On Thu, Aug 28, 2014 at 8:44 PM, Eric Benoit [email protected]
Regards, Atit Shah |
Hi,
While I have downloaded the hGraph library I am trying to build the graph,but I am not able to do so. I have tried by following the instructions given in the Setup Section of the https://github.com/goinvo/hGraph. There's no any graph displaying. Also I want to feed in the data dynamically to show the patient's health status. Can you please help me how this can be done at least by a demo graph? :)
The text was updated successfully, but these errors were encountered: