Skip to content

Commit

Permalink
Removed the old correctek source URL and its corresponding webscraper
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-salunkhe-mettle committed Nov 15, 2024
1 parent 52471df commit 4243d52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ var microfourURL = "https://oauth.patientwebportal.com/Fhir/Documentation#servic
var magilenenterprisesURL = "https://www.qsmartcare.com/api-documentation.html"
var interopxURL = "https://demo.interopx.com/ix-auth-server/#/endpoints"
var mphrxURL = "https://www.mphrx.com/fhir-service-base-url-directory/"
var correctekURL = "https://ulrichmedicalconcepts.com/home/the-ehr/meaningful-use/disclosure-and-transparency/"
var varianmedicalURL = "https://varian.dynamicfhir.com/"
var caretrackerURL = "https://hag-fhir.amazingcharts.com/ac/endpoints"
var zhhealthcareURL = "https://blueehr.com/fhir-urls/"
Expand Down Expand Up @@ -299,8 +298,6 @@ func QueryCHPLEndpointList(chplURL string, fileToWriteTo string) {
InteropxWebscraper(chplURL, fileToWriteTo)
} else if chplURL == mphrxURL {
SwaggerUIWebscraper("https://atdevsandbox.mphrx.com/", fileToWriteTo)
} else if chplURL == correctekURL {
CorrecTekWebscraper(chplURL, fileToWriteTo)
} else if chplURL == varianmedicalURL {
VarianMedicalWebscraper(chplURL+"dhit/basepractice/r4/Home/ApiDocumentation", fileToWriteTo)
} else if chplURL == caretrackerURL {
Expand Down
59 changes: 0 additions & 59 deletions endpointmanager/pkg/chplendpointquerier/correctekwebscraper.go

This file was deleted.

0 comments on commit 4243d52

Please sign in to comment.