Skip to content

Commit

Permalink
Avni to Bahmni | Set visit type name as Community - DO NOT OPEN
Browse files Browse the repository at this point in the history
  • Loading branch information
hithacker committed May 15, 2021
1 parent 742159c commit ee86f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private void createRegistrationEncounterTypeAndMapping(Connection connection) th

private void createCommunityVisitTypeAndMapping(Connection connection, Map<String, Object> constants) throws SQLException {
var integrationBahmniVisitTypeUuid = (String) constants.get(ConstantKey.IntegrationBahmniVisitType.name());
openMRSRepository.createVisitType(connection, "Community", integrationBahmniVisitTypeUuid);
openMRSRepository.createVisitType(connection, "Community - DO NOT OPEN", integrationBahmniVisitTypeUuid);
}

private void createCommunityLocationAndMapping(Connection connection, Map<String, Object> constants) throws SQLException {
Expand Down

0 comments on commit ee86f8a

Please sign in to comment.