generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16710 from CDCgov/platform/bill/16143
[16143] Implement Convert Step Updates
- Loading branch information
Showing
8 changed files
with
300 additions
and
50 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
11 changes: 11 additions & 0 deletions
11
prime-router/src/main/kotlin/fhirengine/engine/RSMessageType.kt
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package gov.cdc.prime.router.fhirengine.engine | ||
|
||
/** | ||
* This class represents a way to group message types from an RS perspective. As we add additional logical | ||
* groupings, FHIRBundleHelpers.getRSMessageType will need to be updated. | ||
* | ||
*/ | ||
enum class RSMessageType { | ||
LAB_RESULT, | ||
UNKNOWN, | ||
} |
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.