Skip to content

Commit

Permalink
Merge pull request #239 from palladiumkenya/DwapiKenyaemr3.xLatest
Browse files Browse the repository at this point in the history
qa version
  • Loading branch information
MaryKilewe authored Nov 13, 2024
2 parents a2ea26c + c9084f2 commit dfd7ce0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public async Task<bool> Handle(ExtractPatient request, CancellationToken cancell

if (daysBetween > 2)
{
//throw new Exception("Last Dwapi ETL refresh was more than 2 days ago. Refresh first before starting the process.");
throw new Exception("Last Dwapi ETL refresh was more than 2 days ago. Refresh first before starting the process.");
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Id|AuthToken|Url|Name|SubscriberId|DocketId
a6221bc6-0e85-11e8-ba89-0ed5f89f718b|268DFA3EB92BC53FAE94A048E23112A1|http://52.178.24.227:8026|Card Registry|DWAPI|PSMART
a6222bc6-0e85-11e8-ba89-0ed5f89f718b|1ba47c2a-6e05-11e8-adc0-fa7ae01bbebc|https://data.kenyahmis.org:444/dwapi|NDWH Registry|DWAPI|NDWH
a6223bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae01bbebc|https://data.kenyahmis.org:6763|CBS Registry|DWAPI|CBS
a6224bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-1a96-30e9-adc0-fa7ae01bbebc|https://data.kenyahmis.org:7773|HTS Registry|DWAPI|HTS
a6225bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|https://data.kenyahmis.org:6763|MGS Registry|DWAPI|MGS
a6226bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|https://data.kenyahmis.org:444/mnch|MNCH Registry|DWAPI|MNCH
a6227bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|https://data.kenyahmis.org:444/prep|PREP Registry|DWAPI|PREP
a6228bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|https://data.kenyahmis.org:444/crs|Client Registry Service|DWAPI|CRS
a6222bc6-0e85-11e8-ba89-0ed5f89f718b|1ba47c2a-6e05-11e8-adc0-fa7ae01bbebc|http://localhost:21751|NDWH Registry|DWAPI|NDWH
a6223bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae01bbebc|http://localhost:6767|CBS Registry|DWAPI|CBS
a6224bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-1a96-30e9-adc0-fa7ae01bbebc|http://localhost:7777|HTS Registry|DWAPI|HTS
a6225bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|http://localhost:6767|MGS Registry|DWAPI|MGS
a6226bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|http://localhost:8787|MNCH Registry|DWAPI|MNCH
a6227bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|http://localhost:9797|PREP Registry|DWAPI|PREP
a6228bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|http://localhost:10707|Client Registry Service|DWAPI|CRS
2 changes: 1 addition & 1 deletion src/Dwapi/client-src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span style="color: green; font-weight: bolder">v{{version}}</span>


<!-- <span style="color: red; font-weight: bolder">QA Only</span>-->
<span style="color: red; font-weight: bolder">3.x QA Only</span>

</span>
<span class="footer-text-right">
Expand Down

0 comments on commit dfd7ce0

Please sign in to comment.