generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Platform/angela/14116/read hl7 (#16859)
* [WIP] Still working on tests. Fixed HL7AckUtilsTest and moved isBatch() into the companion object in HL7Reader. * [WIP] Tests still broken, fixed FHIRBundleHelpersTests by using default parsing to get the message type instead of RS specific parsing * [WIP] Fixed HL7Reader tests and marked a couple things in HL7Reader as deprecated because they are only being used in the CLI and should probably not be used elsewhere. Removing useages from CLI was out of scope for this ticket. * [WIP] Added error handling to HL7MessageHelpers for batching files * Dealing with merge conflicts * More effort to deal with merge conflicts * One more little leftover from merge conflicts * Fixed some more references to getMessages() that came in from main and added some HL7Reader tests back in with modifications * Minor fix to HL7MessageHelpers * added requested helper function * removed unnecessary test * Removed MessageType validation from SubmissionReceiver * Removed HL7MessageParseAndConvertConfiguration * Modified ProcessFhirCommands to remove things from HL7Reader that were only otherwise part of the getMessages() saga * removed deprecation mark from ProcessFhirCommands
- Loading branch information
Showing
19 changed files
with
316 additions
and
699 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
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
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
Oops, something went wrong.