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
* update prefetch with pharmacy ref
* fix the prefetch bug
* update request generator to use healthcareservice for pharmacy id
* fix the context issue
* remove pharmacy from context in request builder
* run prettier/lint
* remove pharmacyid from queries
* have the prefetch pharmacy setting work
* add settings config for pharmacy id
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,9 @@ Following are a list of modifiable paths:
134
134
| VITE_URL |`http://localhost:3000`| The base url of this app. Should be modified if the port or domain change. |
135
135
| VITE_USER |`alice`| The default user to login as when opening the app. |
136
136
| VITE_USE_INTERMEDIARY | false | When true, the app will send all CDS Hooks and REMS ETASU check calls to the intermediary defined in VITE_INTERMEDIARY. |
137
-
| VITE_INTERMEDIARY |`http://localhost:3030`| The base url of the intermediary. |
137
+
| VITE_INTERMEDIARY |`http:/localhost:3030`| The base url of the intermediary. |
138
+
| VITE_USE_PHARMACY_IN_PREFETCH | true | When true, the app will send pharmacy information to the rems admin in the CDS Hooks prefetch |
139
+
| VITE_PHARMACY_ID |`pharm0111`| The pharmacy ID to use in the CDS Hooks Prefetch |
138
140
139
141
# Data Rights
140
142
This repository has been forked from the [HL7-DaVinci/crd-request-generator](https://github.com/HL7-DaVinci/crd-request-generator) repository. As such, the following data rights apply to all changes made on this fork of the repository, starting with release 0.1 and onward.
0 commit comments