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
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
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