Skip to content

Clinical Procedures Overdue Notification#481

Merged
labkey-bpatel merged 3 commits intorelease24.11-SNAPSHOTfrom
24.11_fb_proc_notification
Feb 20, 2025
Merged

Clinical Procedures Overdue Notification#481
labkey-bpatel merged 3 commits intorelease24.11-SNAPSHOTfrom
24.11_fb_proc_notification

Conversation

@labkey-bpatel
Copy link
Copy Markdown
Contributor

Rationale

NIRC has a clinical procedure schedule indicating what procedure should be performed within a given time frame. This story will be an extension of that workflow where users will get notified of the procedures that were not performed within a given window.

Related Pull Requests

Changes

  • Add queries and classes for the procedure overdue notification.
  • Add 'Days Overdue' to the overdue report.

throw new IllegalStateException("Expected 'prcOverdueNotification' query for the 'NIRC Procedure Overdue' notification");
}

TableSelector tableSelector = new TableSelector(tableInfo, Set.of("Id", "species", "room", "cage", "cageObjectId", "procedure", "orderedBy", "windowStart", "windowEnd", "daysOverdue", "remark"));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't need cageObjectId

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! now removed

@labkey-bpatel labkey-bpatel merged commit 7709e8c into release24.11-SNAPSHOT Feb 20, 2025
@labkey-bpatel labkey-bpatel deleted the 24.11_fb_proc_notification branch February 20, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants