Skip to content

Commit b4ef45e

Browse files
authored
Modified Lab Results input form to include a "Submit Review" option. Set permission so that user cannot Finalized Lab Results entries. (#1348)
1 parent 58f06cc commit b4ef45e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

onprc_ehr/src/org/labkey/onprc_ehr/dataentry/LabworkFormType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public LabworkFormType(DataEntryFormContext ctx, Module owner)
7474

7575
//Added 11-2-2022 Blasa
7676
addClientDependency(ClientDependency.supplierFromPath("onprc_ehr/window/BulkBioFireWindow.js"));
77+
78+
setDisplayReviewRequired(true);
7779
}
7880

7981
@Override

0 commit comments

Comments
 (0)