Skip to content

Commit

Permalink
fix: should not present transaction UID in query
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed May 23, 2023
1 parent 8137620 commit 3481b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/mongodb/models/workItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ function getWorkItemFields() {
return {
upsInstanceUID: 0,
patientID: 0,
transactionUID: 0
transactionUID: 0,
"00081195": 0
};
}

Expand Down

0 comments on commit 3481b62

Please sign in to comment.