Skip to content

Commit

Permalink
Fix #3488 : Avoid misleading 'Series referenced in HL7PSUTask does no…
Browse files Browse the repository at this point in the history
…t exist' in log for HL7 notification sent out on MPPS trigger
  • Loading branch information
vrindanayak committed Dec 13, 2021
1 parent b98edbf commit 5f11377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private void scheduleHL7Msg(ArchiveAEExtension arcAE, HL7PSUTask task, MWLItem m
else {
if (task.getMpps() != null)
setPIDPV1(msg, arcAE, task.getMpps().getPatient());
if (mwl != null) {
else if (mwl != null) {
msg.setAttributes(mwl.getAttributes());
setPIDPV1(msg, arcAE, mwl.getPatient());
} else
Expand Down

0 comments on commit 5f11377

Please sign in to comment.