Skip to content

Conversation

@labkey-martyp
Copy link
Contributor

@labkey-martyp labkey-martyp commented Feb 12, 2025

Rationale

Clinical testing feedback

Related Pull Requests

Changes

  • Review Required view from medication schedule
  • Warning if creating duplicate case
  • Inactive Procedure filtering
  • Case required fields
  • Case close remark required
  • Cleanup some metadata

EHR.Server.Utils.addError(errors, 'enddate', 'Veterinarian permission required to close a case.', 'ERROR');
}

if (!row.closeRemark) {
Copy link
Contributor

Choose a reason for hiding this comment

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

may be having this check before canCloseCase avoids the db query during canCloseCase?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah that makes sense to speed up the normal use case

@labkey-martyp labkey-martyp merged commit 065e32c into release24.11-SNAPSHOT Feb 13, 2025
1 check passed
@labkey-martyp labkey-martyp deleted the 24.11_fb_clinical_feedback branch February 13, 2025 18:05
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.

3 participants