From f1f71d6302f61a9d553dd7dc7302cbaaf3d36e53 Mon Sep 17 00:00:00 2001 From: Andy Lassiter Date: Wed, 16 Oct 2024 17:21:27 -0600 Subject: [PATCH] PIXI-147: Change validation logic in hotel scan record to prevent user from accidentally creating a scan record when the subject ID is not set --- CHANGELOG.MD | 3 + .../XDATScreen_edit_pixi_hotelScanRecord.vm | 100 +++++++++++++++++- 2 files changed, 102 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 90415ba..8cca284 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- [PIXI-147]: Change validation logic in hotel scan record to prevent user from accidentally creating a scan record when + the subject ID is not set. - [PIXI-150]: Update display XML listings for PET and CT to make them more user-friendly. - [PIXI-152]: Allow for single mouses/rat hotels in the hotel scan record form. - [PIXI-154]: Update PCIF naming scheme in the Inveon importer to include the timepoint as part of the XNAT session name @@ -120,6 +122,7 @@ plugins directory and restart XNAT. [PIXI-140]: https://radiologics.atlassian.net/browse/PIXI-140 [PIXI-144]: https://radiologics.atlassian.net/browse/PIXI-144 [PIXI-145]: https://radiologics.atlassian.net/browse/PIXI-145 +[PIXI-147]: https://radiologics.atlassian.net/browse/PIXI-147 [PIXI-150]: https://radiologics.atlassian.net/browse/PIXI-150 [PIXI-151]: https://radiologics.atlassian.net/browse/PIXI-151 [PIXI-152]: https://radiologics.atlassian.net/browse/PIXI-152 diff --git a/src/main/resources/META-INF/resources/templates/screens/XDATScreen_edit_pixi_hotelScanRecord.vm b/src/main/resources/META-INF/resources/templates/screens/XDATScreen_edit_pixi_hotelScanRecord.vm index fc1de56..54fe674 100644 --- a/src/main/resources/META-INF/resources/templates/screens/XDATScreen_edit_pixi_hotelScanRecord.vm +++ b/src/main/resources/META-INF/resources/templates/screens/XDATScreen_edit_pixi_hotelScanRecord.vm @@ -909,9 +909,107 @@