Skip to content

Commit

Permalink
10293: clarify purpose of two constants via comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Jan 2, 2025
1 parent 252b8c3 commit b525962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/business/entities/EntityConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1587,8 +1587,8 @@ export const CASE_SEARCH_PAGE_SIZE = 25; // number of results returned for each
export const CASE_LIST_PAGE_SIZE = 20; // number of results returned for each page for the external user dashboard case list
export const TODAYS_ORDERS_PAGE_SIZE = 100; // number of results returned for each page for the today's orders page
export const PRACTITIONER_SEARCH_PAGE_SIZE = 100; // number of results returned for each page for the practitioner search page
export const CASE_INVENTORY_PAGE_SIZE = 100; // number of results returned for each page in the case inventory report
export const CASE_INVENTORY_PRINT_REPORT_MAX_SIZE = 20000; // number of results returned for each page in the case inventory report
export const CASE_INVENTORY_PAGE_SIZE = 100; // number of results returned for each page in the case inventory report when rendered in the browser
export const CASE_INVENTORY_PRINT_REPORT_MAX_SIZE = 20000; // number of results to include in the printed version of the case inventory report
export const PENDING_REPORT_PAGE_SIZE = 100; // number of results displayed for each page in the pending report
export const COLD_CASE_REPORT_PAGE_SIZE = 100; // number of results displayed for each page in the cold case report
export const CASE_DEADLINES_REPORT_PAGE_SIZE = 100; // number of results displayed for each page in the case deadlines report
Expand Down

0 comments on commit b525962

Please sign in to comment.