-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HL7 Patient Merge Messages : Optionally allow reversing merging of pa…
…tient records if clients send duplicated ADT^A40 patient merge messages repeatedly, just reversing the patient identifier values in PID / MRG segments #4589
- Loading branch information
1 parent
e600188
commit 536f91f
Showing
5 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,9 @@ | |
|
||
/** | ||
* @author Gunter Zeilinger ([email protected]) | ||
* @author Vrinda Nayak <[email protected]> | ||
* @since Apr 2020 | ||
*/ | ||
public enum HL7ReferredMergedPatientPolicy { | ||
REJECT, IGNORE, IGNORE_DUPLICATE_MERGE | ||
REJECT, IGNORE, IGNORE_DUPLICATE_MERGE, UNMERGE_DUPLICATED_REPEATED_MERGE | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters