You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have multiple constants that represent different parts of a FHIR server configuration, e.g., FHIR_SERVERS is a list of hard coded names and fhirServers is the names and configuration. Ideally we would be able to use getFhirServerConfigs (for backend purposes and getFhirServerNamesfor front end display purposes.
Acceptance Criteria:
The codebase no longer relies on hardcoded values for FHIR Servers and instead dynamically pulls information from the DB.
Description:
Right now we have multiple constants that represent different parts of a FHIR server configuration, e.g.,
FHIR_SERVERS
is a list of hard coded names andfhirServers
is the names and configuration. Ideally we would be able to usegetFhirServerConfigs
(for backend purposes andgetFhirServerNames
for front end display purposes.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: