Vladimir Ignatov

Results 54 comments of Vladimir Ignatov
trafficstars

Yes, it should be possible. The simplest way would be to: 1. Host the PGC app somewhere. For example `npm start` will start small http server and then the app...

Hi @usmanbahadur, That was just an example of how to work-around SMART/Oauth. If you have an Oauth server, then you can register a client there and use the `client_id` in...

It is a responsibility of the server to offer you a patient selection UI if you have stated that you need it using the `launch/patient` scope. You can also bypass...

Does that patient exist on the server you are launching against? BTW, the scope looks weird. Try `"patient/*.read launch/patient"`.

I don't remember the details now, but it looks like it is from 2007. There is a section in the about dialog: https://github.com/smart-on-fhir/growth-chart-app/blob/master/about-dialog.html#L120-L124. I've heard there are newer versions of...

The app on the server needs to be updated. For some reason it does not mach the latest version in GitHub. The print-view page on the server is currently broken...

Nope. It is still the same. For example line 9 is broken here view-source: https://sb-apps.smarthealthit.org/apps/growth-chart/print-charts.html That file should like this: https://github.com/smart-on-fhir/growth-chart-app/blob/master/print-charts.html Vlad > On Apr 12, 2017, at 12:37 PM,...

Hi @klaliberte5, Sorry for the late reply. I was very busy chasing a deadline. Unfortunately, there are some issues with this PR which helped me realize that the proper way...

This is a package of several projects linked together. HAPI is used as FHIR server only. The SMART authentication layer is handled by what we call the sandbox. It is...

That is correct. I had do some additional changes to support the HOST variable. Please update.