|
68 | 68 | - `REACT_APP_PHARMACY_SERVER_BASE`: `http://localhost:5051` |
69 | 69 | - `REACT_APP_ETASU_STATUS_ENABLED`: `true` |
70 | 70 | - `REACT_APP_PHARMACY_STATUS_ENABLED`: `true` |
| 71 | + - `REACT_APP_SEND_RX_ENABLED` = `true` |
| 72 | + - `REACT_APP_SEND_FHIR_AUTH_ENABLED` = `false` |
71 | 73 | - `PORT`: `4040` |
| 74 | + - `REACT_APP_CLIENT_ID`: `app-login` |
| 75 | + - `REACT_APP_CLIENT_SCOPES`: `launch openid profile user/Patient.read patient/Patient.read user/Practitioner.read` |
| 76 | + - `REACT_APP_DEVELOPER_MODE`: `true` |
| 77 | + - `GENERATE_SOURCEMAP`: `false` |
| 78 | + - `BROWSER`: `none` |
72 | 79 |
|
73 | 80 | - mcode/test-ehr |
74 | 81 | - src/main/resources/application.yml |
|
151 | 158 | - `REACT_APP_PUBLIC_KEYS` |
152 | 159 | - src/util/data.js |
153 | 160 | - `REACT_APP_EHR_SERVER` |
| 161 | + - `REACT_APP_EHR_SERVER_TO_BE_SENT_TO_REMS_ADMIN_FOR_PREFETCH` |
154 | 162 | - `REACT_APP_CDS_SERVICE` |
155 | 163 | - `REACT_APP_ORDER_SELECT` |
156 | 164 | - `REACT_APP_ORDER_SIGN` |
|
188 | 196 | - mcode/rems-smart-on-fhir |
189 | 197 | - src/views/Patient/MedReqDropDown/MedReqDropDown.tsx |
190 | 198 | - `REACT_APP_REMS_ADMIN_SERVER_BASE` |
| 199 | + - `REACT_APP_SEND_RX_ENABLED` |
| 200 | + - `REACT_APP_SEND_FHIR_AUTH_ENABLED` |
191 | 201 | - src/views/Patient/MedReqDropDown/etasuStatus/EtasuStatus.tsx |
192 | 202 | - `REACT_APP_REMS_ADMIN_SERVER_BASE` |
193 | 203 | - src/views/Patient/MedReqDropDown/pharmacyStatus/PharmacyStatus.tsx |
194 | 204 | - `REACT_APP_REMS_ADMIN_SERVER_BASE` |
| 205 | + - src/index.tsx |
| 206 | + - `REACT_APP_CLIENT_ID` |
| 207 | + - `REACT_APP_CLIENT_SCOPES` |
| 208 | + - src/views/Questionnaire/SmartApp.tsx |
| 209 | + - `REACT_APP_DEVELOPER_MODE` |
0 commit comments