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
* send communication resource to EHR
* Potential fix for code scanning alert no. 32: Database query built from user-controlled sources
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* create case on cds hook
* update dispense auth
* remove dispense auth endpoint - replacing with ncpdp
* rename dispense to communcation resource
* update create new case to check for existing case
* PACIO - added extended case history and prescriber/pharmacy change detection (#183)
* added advanced case history and prescriber/pharmacy change detection
* run lint / prettier
* ncpdp endpoint implimentation
* update routing
* add package ndc code tracking for ncpdp messages
* fix ndc logic
* updated models for patient id tracking
* include response type in ncpdp messages
* use saved medication on rems case creation to get ndc code from rxnorm
* don't show patient status until patient enrolled
* rxfill
* proper reason code handling
* singular denial reason
* single denial reason
* fix prettier and lint issues
* Potential fix for code scanning alert no. 33: Database query built from user-controlled sources
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Patrick LaRocque <plarocque@mitre.org>
Co-authored-by: Patrick LaRocque <41444457+plarocque4@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ Following are a list of modifiable paths:
118
118
| WHITELIST |`http://localhost, http://localhost:3005`| List of valid URLs for CORS. Should include any URLs the server accesses for resources. |
119
119
| SERVER_NAME |`CodeX REMS Administrator Prototype`| Name of the server that is returned in the card source. |
120
120
| FULL_RESOURCE_IN_APP_CONTEXT | 'false' | If true, the entire order resource will be included in the appContext, otherwise only a reference will be. |
121
+
| DOCKERED_EHR_CONTAINER_NAME | '' | String of the EHR container name for local docker networking communication |
122
+
121
123
| FRONTEND_PORT |`9080`| Port that the frontend server should run on, change if there are conflicts with port usage. |
122
124
| VITE_REALM |`ClientFhirServer`| Keycloak realm for frontend authentication. |
123
125
| VITE_AUTH |`http://localhost:8180`| Keycloak authentication server URL for frontend. |
0 commit comments