Commit Graph

  • c4fe677e8d
    create a temporary model for use when queryin data from the database. Jason Kulatunga 2023-06-19 11:23:21 -0700
  • 25014fbdb6
    make sure we can support AND and OR clauses for the same searchparameter, ie. (value = "foo" OR value = "bar") AND (value = "baz") Jason Kulatunga 2023-06-19 00:01:46 -0700
  • 60e1ecd55c
    token parameter has been simplified, we can now support multiple token parameters at the same time. Removing restriction. Jason Kulatunga 2023-06-18 22:49:55 -0700
  • e6ec5575d2
    added tests for FROM clause (json_each processing) Jason Kulatunga 2023-06-18 09:33:36 -0700
  • 71016e1011
    simplified queries now that we've preprocessed the token columns. Jason Kulatunga 2023-06-18 09:11:07 -0700
  • b428170eb9
    preprocess `token` search parameters (since theres so many different types). Jason Kulatunga 2023-06-18 09:02:28 -0700
  • 9101798055
    GoJa does not correctly support dynamic data types (type casting) in FHIRPath expressions. fixing this so it works for complex and primitive types. Jason Kulatunga 2023-06-18 08:29:31 -0700
  • e0d3f6cd12
    make sure all conditions are in braces, so we can join them with OR or AND clauses. Jason Kulatunga 2023-06-18 08:15:33 -0700
  • 948faa8aa9
    working Token clause. Limited to only a single use (cant be paird with other clauses). added explicit Security annotations for required SQL injection protection. Jason Kulatunga 2023-06-17 22:30:25 -0700
  • 9ac34ed707
    adding TableName overrides for FHIR Resources (so they are not pluralize) Working Quantity Json parsing - added support for FROM clauses (used by json_each) Jason Kulatunga 2023-06-17 20:55:03 -0700
  • eae98ee947
    working query resources functionality. BROKEN - token, quantities, references, etc. Jason Kulatunga 2023-06-17 18:49:13 -0700
  • 0116ee9e3b
    make sure every usage of field is sorted. Jason Kulatunga 2023-06-17 18:39:49 -0700
  • 318f42de5e
    make sure database fields in models are sorted (otherwise the generated files will change every time) make sure simple field types are not json stringified when returned from GoJa. Jason Kulatunga 2023-06-17 18:35:11 -0700
  • e06a0411b4
    make sure database fields in models are sorted (otherwise the generated files will change every time) make sure simple field types are not json stringified when returned from GoJa. Jason Kulatunga 2023-06-17 18:33:12 -0700
  • e804ad2ebe
    Generated models for each FHIR Resource that we're tracking. - added fields tracking SearchParameters During record insertion, populating FHIR Resource tables, & populating search param fields using FhirPathjs + GoJa Library Jason Kulatunga 2023-06-17 16:24:26 -0700
  • fa1596c70a
    adding ability to dynamically generate DB Models. Jason Kulatunga 2023-06-13 19:30:15 -0700
  • 5d6f8b2ec5 updated README to make accesing the app easier #169 Amay Sood 2023-06-08 14:20:58 +0530
  • 53f1c322c2
    Create EMR data and AI application #168 AryanGitHub17 2023-06-06 22:19:00 +0530
  • ae8b7838a8
    Create EMR data and AI application #167 AryanGitHub17 2023-06-06 21:46:02 +0530
  • c38a44d735 Unstick the footer, put at the bottom of the page #166 Gaurav Makhijani 2023-06-06 11:59:29 +0530
  • 7eb894ce03
    Merge pull request #157 from fastenhealth/widget_query_support Jason Kulatunga 2023-06-01 09:40:22 -0700
  • 30e3b8b9c5
    fixing tests. #157 Jason Kulatunga 2023-06-01 08:40:31 -0700
  • 7fdfa2b55d
    fixing tests. Jason Kulatunga 2023-06-01 08:02:51 -0700
  • caba4af40f
    adding loading and empty states for dashboard widgets. Jason Kulatunga 2023-05-31 17:39:45 -0700
  • a92282c6b3
    updates to dashboard widgets Jason Kulatunga 2023-05-27 07:31:00 -0700
  • ffeffe9195
    working on better labels. Dyanmically generating data for dual guages widget. Jason Kulatunga 2023-05-26 15:15:30 -0700
  • f860e4b7b3
    fixing query aggregations. make sure all widgets suppport CommonModule. Remove useless manual legend from Donut chart. Jason Kulatunga 2023-05-25 08:49:55 -0700
  • 17797e3cd0
    handle dataset customization. ensure we can customize the columns for the table widget, and charts. Jason Kulatunga 2023-05-24 19:32:24 -0700
  • 4a4eb2bfde
    patient vitals panel is dynamic. Jason Kulatunga 2023-05-24 08:36:46 -0700
  • e08dfa1a6f
    fixed ERROR Error: NG0301 by increasing error budget. Jason Kulatunga 2023-05-21 21:15:11 -0700
  • f53cde440f
    re-enable dynamic values in simple line chart. Jason Kulatunga 2023-05-21 20:18:45 -0700
  • 991732bf5c
    dynamically extract values from objects instead of from array of numbers. Jason Kulatunga 2023-05-21 19:45:35 -0700
  • b8da83cfb2
    update chartjs and ng2-charts. Jason Kulatunga 2023-05-21 19:18:05 -0700
  • e1ba9d54ce
    using gridstack native Component constructor to populate grid dynamicallly (from JSON spec) Jason Kulatunga 2023-05-19 18:08:46 -0700
  • e53d5bcc33
    updating gridstack version. Better Widget UI/UX. Jason Kulatunga 2023-05-19 08:37:09 -0700
  • 3db6c421ca
    ARM7 support Jason Kulatunga 2023-05-19 07:58:37 -0700
  • 0cce2f9840
    working querying for widget data. Widget UI/UX is pretty broken though. Jason Kulatunga 2023-05-19 07:16:02 -0700
  • 2d6cd8fa97
    introducing a query language (FQL-like) for creating queries for use by widgets. Jason Kulatunga 2023-05-18 18:12:23 -0700
  • 2681df8102
    adding dashboard widget query to retrive data from database. Jason Kulatunga 2023-05-17 06:06:55 -0700
  • 015d0c5ac2
    update involved in care to display practitioner cards. Jason Kulatunga 2023-05-16 23:07:18 -0700
  • 12acd90da7
    adding test for medicationrequest. Jason Kulatunga 2023-05-16 22:31:30 -0700
  • eccbb4a675
    fixing medication component. Jason Kulatunga 2023-05-16 20:31:29 -0700
  • 0a0e263229
    Binary Jason Kulatunga 2023-05-16 20:13:43 -0700
  • b5f5650719
    Merge pull request #149 from fastenhealth/test_coverage Jason Kulatunga 2023-05-16 11:41:03 -0400
  • 4f3b2e1b14
    skip broken JWT tests. #149 Jason Kulatunga 2023-05-16 08:02:08 -0700
  • aa391fb951
    delete unnecessary docker directory. Jason Kulatunga 2023-05-15 18:49:31 -0400
  • 4c45f255c0
    adding tests to increase backend coverage. Jason Kulatunga 2023-05-15 18:48:00 -0400
  • c16f32d8a5
    adding frontend storybook generator. Jason Kulatunga 2023-05-15 17:44:49 -0400
  • b177ccc72b (v0.0.12) Automated packaging of release by Packagr v0.0.12 packagrio-bot 2023-05-14 17:45:02 +0000
  • df695c7e30 fix code_challenge_methods_supported calls. Jason Kulatunga 2023-05-13 15:15:33 -0400
  • 2f275dd0f7 fix code_challenge_methods_supported calls. Jason Kulatunga 2023-05-13 15:14:58 -0400
  • 8ae91494db enable CI for sandbox branch. Jason Kulatunga 2023-05-12 17:35:34 -0400
  • 2d1a9bf6d1 update makefile added storybook for medical sources card. added shortDomain pipe + tests Jason Kulatunga 2023-05-12 17:34:27 -0400
  • 8e203a5b3c working callbacks, working search filtering/facets Jason Kulatunga 2023-05-12 09:12:09 -0400
  • 363dc49636 working callbacks, working search filtering/facets Jason Kulatunga 2023-05-10 19:34:57 -0700
  • 4758f2adcc WIP trying to get callbacks working. Jason Kulatunga 2023-05-09 23:34:23 -0700
  • 2d570850f0 adding a medical sources card - using it for medical-source-connected and medical-sources pages/component. Jason Kulatunga 2023-05-09 22:52:42 -0700
  • 2db04a15da working service updates. When changing searchbox, will reset the controls. Added resetControl function. Jason Kulatunga 2023-05-08 22:25:20 -0700
  • 4c680a6c42 moved connected sources list to its own component. adding medical sources filter component for left menu with pipe for code => category name. filter component can exand and shrink wiht animations Jason Kulatunga 2023-05-08 22:11:21 -0700
  • 551c7cbd42 start working on a source fitlering service. Jason Kulatunga 2023-05-07 16:42:47 -0700
  • 832efa2c6e
    fix code_challenge_methods_supported calls. #146 Jason Kulatunga 2023-05-13 15:15:33 -0400
  • 91b931ba31
    fix code_challenge_methods_supported calls. Jason Kulatunga 2023-05-13 15:14:58 -0400
  • 45e208074f enable CI for sandbox branch. Jason Kulatunga 2023-05-12 17:35:34 -0400
  • 09154520a6 update makefile added storybook for medical sources card. added shortDomain pipe + tests Jason Kulatunga 2023-05-12 17:34:27 -0400
  • d936f2b746 working callbacks, working search filtering/facets Jason Kulatunga 2023-05-12 09:12:09 -0400
  • 0e2b34e432 working callbacks, working search filtering/facets Jason Kulatunga 2023-05-10 19:34:57 -0700
  • 442990405a WIP trying to get callbacks working. Jason Kulatunga 2023-05-09 23:34:23 -0700
  • 48155bee95 adding a medical sources card - using it for medical-source-connected and medical-sources pages/component. Jason Kulatunga 2023-05-09 22:52:42 -0700
  • ce72cae3fa working service updates. When changing searchbox, will reset the controls. Added resetControl function. Jason Kulatunga 2023-05-08 22:25:20 -0700
  • 400568d278 moved connected sources list to its own component. adding medical sources filter component for left menu with pipe for code => category name. filter component can exand and shrink wiht animations Jason Kulatunga 2023-05-08 22:11:21 -0700
  • 6a1c74e920 start working on a source fitlering service. Jason Kulatunga 2023-05-07 16:42:47 -0700
  • a22adf01a1
    enable CI for sandbox branch. #145 Jason Kulatunga 2023-05-12 17:35:34 -0400
  • 5826b8d653
    update makefile added storybook for medical sources card. added shortDomain pipe + tests Jason Kulatunga 2023-05-12 17:34:27 -0400
  • aecfe8dd9a
    working callbacks, working search filtering/facets Jason Kulatunga 2023-05-12 09:12:09 -0400
  • 38cf4d477c
    working callbacks, working search filtering/facets Jason Kulatunga 2023-05-10 19:34:57 -0700
  • fbda6f9170
    WIP trying to get callbacks working. Jason Kulatunga 2023-05-09 23:34:23 -0700
  • d5b0dc995e
    adding a medical sources card - using it for medical-source-connected and medical-sources pages/component. Jason Kulatunga 2023-05-09 22:52:42 -0700
  • aab8e5d19c
    working service updates. When changing searchbox, will reset the controls. Added resetControl function. Jason Kulatunga 2023-05-08 22:25:20 -0700
  • eb0e7d24a1
    moved connected sources list to its own component. adding medical sources filter component for left menu with pipe for code => category name. filter component can exand and shrink wiht animations Jason Kulatunga 2023-05-08 22:11:21 -0700
  • fa4e9467bc
    start working on a source fitlering service. Jason Kulatunga 2023-05-07 16:42:47 -0700
  • f306b34795
    adding images for meditech and nextgen. Jason Kulatunga 2023-05-07 15:25:59 -0700
  • 3879156ff5 (v0.0.11) Automated packaging of release by Packagr v0.0.11 packagrio-bot 2023-05-05 16:07:50 +0000
  • 2eced4fe91
    Storybook Integration for Component testing. (#142) Jason Kulatunga 2023-05-05 09:06:33 -0700
  • ca0390dd72
    adding codecov badge. #142 Jason Kulatunga 2023-05-05 08:56:20 -0700
  • 55b683650f
    adding codecov badge. Jason Kulatunga 2023-05-05 08:55:35 -0700
  • cb13f812fe
    fixing tests. Jason Kulatunga 2023-05-05 08:43:18 -0700
  • 930804f133
    fixing tests. Jason Kulatunga 2023-05-05 08:30:51 -0700
  • d4c22fd808
    fixing tests. Jason Kulatunga 2023-05-05 08:05:55 -0700
  • de3b4f5866
    clean up unused chart data. Jason Kulatunga 2023-05-04 22:53:22 -0700
  • 52bb004b6b
    update Jason Kulatunga 2023-05-04 22:41:33 -0700
  • 240cc09c0b
    added a warning message for dashboard widgets. Jason Kulatunga 2023-05-04 22:27:24 -0700
  • daadf0429c
    adding widgets to placeholder dashboard. Jason Kulatunga 2023-05-04 22:04:48 -0700
  • cb5256ef9e
    update fasten-sources (prep for Kaiser) adding Gridstack library Adding Dashboard Widget Components. Jason Kulatunga 2023-05-04 17:59:23 -0700
  • eea7309364
    Display patient age instead of hard coded '58' Fixes #104 (#138) Serinus1 2023-05-04 10:13:51 -0400
  • 4ce8417f76 Fix BrowserModule imported twice error #141 Valentin Palkovic 2023-05-02 12:08:52 +0200
  • 363d53367f
    working Storybook with DI. Adding ability to customize the HttpClient in Storybook stories. Jason Kulatunga 2023-05-01 21:17:32 -0700
  • 47e9cbb4b0
    adding version information to the footer. Jason Kulatunga 2023-05-01 19:39:31 -0700
  • 8131dea78a
    make sure binary component is standalone. Fixing test files. Jason Kulatunga 2023-05-01 08:10:40 -0700
  • eef679ea2b
    make sure dicom datatype component is standalone. Adding test file for Dicom image. Jason Kulatunga 2023-04-30 23:15:20 -0700
  • 4517fefda1
    converting binaryText, Html, Img, Markdown, and Pdf components to standalone. Jason Kulatunga 2023-04-30 22:40:19 -0700