Skip to content

Commit

Permalink
Revert switch case removal following review
Browse files Browse the repository at this point in the history
  • Loading branch information
benhession authored and adrianclay committed Oct 30, 2023
1 parent a7b59e4 commit 5e0d6b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ private MigrationStatus getMigrationStatus(String ackTypeCode, String reasonCode
case "18" -> EHR_EXTRACT_REQUEST_NEGATIVE_ACK_GP2GP_MISFORMED_REQUEST;
case "19" -> EHR_EXTRACT_REQUEST_NEGATIVE_ACK_GP2GP_NOT_PRIMARY_HEALTHCARE_PROVIDER;
case "24" -> EHR_EXTRACT_REQUEST_NEGATIVE_ACK_GP2GP_MULTI_OR_NO_RESPONSES;
case "99" -> EHR_EXTRACT_REQUEST_NEGATIVE_ACK_UNKNOWN;
default -> EHR_EXTRACT_REQUEST_NEGATIVE_ACK_UNKNOWN;
};
default -> null;
Expand Down

0 comments on commit 5e0d6b0

Please sign in to comment.