Skip to content

Commit 8331f0c

Browse files
committed
KOALA-3922: Added documentation for data integration effects
1 parent 28c1dc2 commit 8331f0c

File tree

3 files changed

+443
-0
lines changed

3 files changed

+443
-0
lines changed

_data/menus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,9 @@ effects_module:
731731
- title: "Custom HTML and Django Templates"
732732
url: /sdk/layout-effect/#custom-html-and-django-templates
733733
description: Render custom HTML using Django templates.
734+
- title: "Data Integration"
735+
url: /sdk/effect-data-integration/
736+
description: Manage documents in the Data Integration queue, including reviewer assignment, patient linking, and categorization.
734737
- title: "Create Calendar"
735738
url: /sdk/calendar-create-effect/
736739
description: Create a calendar for a provider.

collections/_sdk/effects.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ The following effects are available to be applied in Canvas.
249249
| RESCHEDULE_APPOINTMENT | Can be used to reschedule an appointment. Check out [Appointment Effects](/sdk/effect-notes/#reschedule-appointment). |
250250
| RESCHEDULE_SCHEDULE_EVENT | Can be used to reschedule a schedule event. Check out [Schedule Event Effects](/sdk/effect-notes/#reschedule-schedule-event). |
251251
| APPOINTMENT__SLOTS__POST_SEARCH_RESULTS | Can be used to modify slot availability when scheduling an appointment |
252+
| ASSIGN_DOCUMENT_REVIEWER | Can be used to assign a staff member or team as reviewer to a document in the Data Integration queue. Check out [Data Integration Effects](/sdk/effect-data-integration/). |
253+
| JUNK_DOCUMENT | Can be used to mark a document in the Data Integration queue as junk (spam). Check out [Data Integration Effects](/sdk/effect-data-integration/#marking-a-document-as-junk). |
254+
| LINK_DOCUMENT_TO_PATIENT | Can be used to link a document in the Data Integration queue to a patient based on demographics. Check out [Data Integration Effects](/sdk/effect-data-integration/#linking-a-document-to-a-patient). |
255+
| REMOVE_DOCUMENT_FROM_PATIENT | Can be used to remove/unlink a document from a patient in the Data Integration queue. Check out [Data Integration Effects](/sdk/effect-data-integration/#removing-a-document-from-a-patient). |
256+
| CATEGORIZE_DOCUMENT | Can be used to categorize a document in the Data Integration queue into a specific document type. Check out [Data Integration Effects](/sdk/effect-data-integration/#categorizing-a-document). |
252257

253258
<br/>
254259
<br/>

0 commit comments

Comments
 (0)