Bashir Sadjad
Bashir Sadjad
@chandrashekar-s please merge this issue and #648; these should include a short doc about resource recommendation as a function of data size.
To clarify: The image we add here should include required JDBC drivers (and Java deps), FHIR-views as a packaged library (with Spark support), and possibly other useful libraries that do...
Thanks @ageryck for filing this issue. The intention for the controller UI was to be accessed from the same machine the controller is running hence there is no access-control. I...
Thanks @fruether; just a quick note that coverage tracking was enabled some time ago and we were hovering [around ~40%](https://app.codecov.io/gh/GoogleCloudPlatform/openmrs-fhir-analytics) for a while. This issue is to add more unit-tests...
Updating the title to better reflect what is left from this. As a side note, codecov config is currently broken and should be fixed with the new repo location.
To be clear, we currently use C3P0 and want to switch to HikariCP, not the other way around, right?
Just to add a little more context re. why this is not a very high priority performance issue: Currently, the way `JdbcIO.ReadFn` is implemented is by constructing (deserializing) the `DataSource`...
Lowering priority until AMPATH resumes their evaluation.
A few points: - Does that make sense to write FHIRPath statements for specific questions/answers that you need from the QR? I mean, instead of extracting all `item`s into a...
Re 1: Well a subset of FHIRPath functions are supported, that's the way that we define each "column" in a view. For example, take a look at examples [here](https://github.com/google/fhir-py/blob/main/examples/statin_analysis_spark_example.ipynb) where...