Jason Kulatunga
|
61528ac643
|
paginated lab results page.
|
2023-10-02 20:43:24 -07:00 |
Jason Kulatunga
|
595541f3a0
|
correctly handle query for token with system but no code.
|
2023-10-02 16:07:25 -07:00 |
Jason Kulatunga
|
f3b1c7e283
|
fixing dashboard widgets with built-in queries containing aggregations.
|
2023-10-02 14:37:57 -07:00 |
Jason Kulatunga
|
623c9ab663
|
adding tests for processing aggregation parameters.
make sure frontend code uses new aggregation parameter structure.
|
2023-10-02 14:27:35 -07:00 |
Jason Kulatunga
|
01c293bf40
|
provide mechanism to call functions when doing aggregations.
provide a standardized format for token aggregation ($.system|$.code)
|
2023-10-02 13:42:41 -07:00 |
Jason Kulatunga
|
af2344ec00
|
add sort_date as a DB field that can be queried.
make sure that order_by is automatically desc for date fields.
|
2023-10-01 19:15:24 -07:00 |
Jason Kulatunga
|
6d831f6ee7
|
make sure we can send limit and offset when querying.
list the diagnostic reports in the dropdown for filtering.
|
2023-10-01 17:05:55 -07:00 |
Jason Kulatunga
|
c258ab44d4
|
adding filter and sort dropdowns on Lab page.
|
2023-10-01 13:16:44 -07:00 |
Jason Kulatunga
|
cce4a2577b
|
fixed tests.
|
2023-09-20 14:57:05 -07:00 |
Jason Kulatunga
|
c8718b2d8f
|
adding NoopEventBus version. Fixing tests.
|
2023-09-20 14:57:05 -07:00 |
Jason Kulatunga
|
b6da493d62
|
removed singleton eventbus. Moved to application init.
Added interface for eventbus.
verified working.
|
2023-09-20 14:57:05 -07:00 |
Jason Kulatunga
|
85986cf95c
|
disabling eventbus on windows, causes deadlock.
|
2023-09-13 13:57:17 -07:00 |
Jason Kulatunga
|
ce8efdb753
|
making all references to EventBusListeners pointers
adding a keepalive event type.
|
2023-09-13 13:57:17 -07:00 |
Jason Kulatunga
|
7078f784c4
|
fixing dashboard on windows - https://github.com/golang/go/issues/45230
|
2023-09-13 11:31:11 -07:00 |
Jason Kulatunga
|
70ca68a6ec
|
added background context todo
|
2023-09-13 09:43:56 -07:00 |
Jason Kulatunga
|
df8890c794
|
fixing dropdown button.
|
2023-09-11 12:49:05 -07:00 |
Jason Kulatunga
|
067f7d99cf
|
fixing explore button link.
|
2023-09-11 12:39:50 -07:00 |
Jason Kulatunga
|
b64ec22e07
|
Update README.md
|
2023-09-11 11:23:39 -07:00 |
Jason Kulatunga
|
e161a64b32
|
trying to fix frontend build
|
2023-09-10 20:27:33 -07:00 |
Jason Kulatunga
|
c5829e7390
|
trying to fix build.
|
2023-09-10 11:47:38 -07:00 |
Jason Kulatunga
|
3da2f80720
|
fixing missing dependency.
|
2023-09-10 10:19:50 -07:00 |
Jason Kulatunga
|
dc7d5a5424
|
adding explore button to modal popup
fixes #250
|
2023-09-10 09:39:23 -07:00 |
Jason Kulatunga
|
8b6c321e8e
|
consolidate event bus methods in EventBusService.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
2b0a1e0d6d
|
working updates.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
3c02bede7a
|
working updates.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
9e1c7455d1
|
moved event bus into its own package.
created models for event bus messaging.
added logger.
added source complete and sync events.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
b2bff9ccdd
|
removing content type ehader from event bus connection.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
74fc682dbf
|
renamed sse endpoint to events. Using the technology name in the API isnt a good idea.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
6a3afe150e
|
working private event notifications.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
862e3d6ea7
|
pass in the event bus to the DatabaseRepository for notifications.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
8ff42142fb
|
deriving background context based on Gin Contex.
Removed testing message bus heartbeats -> moved to /health endpoint.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
b344469caa
|
refactoring. Created EventBus singleton.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
0fd78b7533
|
refactoring. Created EventBus singleton.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
2027e898b3
|
using Server-sent-events (SSE) for notifications support (and background processing)
WIP.
|
2023-09-10 09:25:15 -07:00 |
Jason Kulatunga
|
1646cec253
|
fixing test.
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
7dc0318931
|
adding loading spinner to desktop callback.
make sure modal popup is closed in sources window when app is redirected.
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
0ce1b3f20f
|
adding a desktop callback page, for event propogation to desktop windows.
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
206d9479fc
|
moving open external link functionality into shared lib.
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
6691837797
|
fix relative links,
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
bf03a987f3
|
make sure that the dynamically populated text boxes (with content from NHS) correctly opens links in external windows.
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
80d3f680a5
|
ensure that all external links (other than Source OAuth/SmartOnFire) open in an external window.
|
2023-09-07 16:58:26 -07:00 |
Jason Kulatunga
|
d519684055
|
fixing storybook tests.
|
2023-09-05 20:30:21 -07:00 |
Jason Kulatunga
|
bb9f4632b3
|
fixing frontend tests.
|
2023-09-05 19:58:24 -07:00 |
Jason Kulatunga
|
786f2f6f5e
|
fixing tests
|
2023-09-05 19:26:03 -07:00 |
Jason Kulatunga
|
f5c245a0e2
|
fixing tests
|
2023-09-05 19:18:20 -07:00 |
Jason Kulatunga
|
78677961d5
|
Adding Address information for Location table.
|
2023-09-05 10:17:44 -07:00 |
Jason Kulatunga
|
c063c654df
|
adding Organization Practitioner explore table data.
|
2023-09-05 09:47:45 -07:00 |
Jason Kulatunga
|
d9564eb31c
|
adding CareTeam, Device, Binary and Location infomration to Explore tab.
|
2023-09-05 09:21:12 -07:00 |
Jason Kulatunga
|
84bcf41735
|
using codableConcept formatter with OhHeyAlan's pr.
|
2023-09-05 08:30:33 -07:00 |
OhHeyAlan
|
25f37f37b9
|
Update list-document-reference.component.ts
Current shows mostly "unknown". This accurately reflects the category for all docs.
|
2023-09-05 08:30:24 -07:00 |