Skip to content

Commit

Permalink
Merged Kevin's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bholt13 committed Nov 18, 2024
1 parent 3f4876a commit 544b109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/femr/data/DataModelMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ public IPhoto createPhoto(String description, String filePath, byte[] photoData)
if (StringUtils.isNullOrWhiteSpace(description)) photo.setDescription("");
else photo.setDescription(description);
photo.setFilePath(filePath);
photo.setInsertTS(new Date());

if(photoData != null)
photo.setPhotoBlob(photoData);
Expand Down

0 comments on commit 544b109

Please sign in to comment.