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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ This subproject contains a SMART on FHIR app, which provides a standardized way
3
3
4
4
## Running DTR
5
5
6
-
You can find a complete end-to-end set up guide for DRLS, including DTR, [here](https://github.com/HL7-DaVinci/CRD/blob/master/SetupGuideForMacOS.md).
6
+
You can find a complete end-to-end set up guide for DRLS, including DTR, [here](https://github.com/mcode/REMS/blob/master/SimpleSetupGuide.md).
7
7
8
8
# Getting Started
9
9
10
-
If you are running DRLS for the first time, we highly recommend you refer to our comprehensive [setup guide](https://github.com/HL7-DaVinci/CRD/blob/master/SetupGuideForMacOS.md) for instructions on how to install DTR. Once you have DRLS up and running, you can return here to find more detailed information about how DTR works.
10
+
If you are running DRLS for the first time, we highly recommend you refer to our comprehensive [setup guide](https://github.com/mcode/REMS/blob/master/SimpleSetupGuide.md) for instructions on how to install DTR. Once you have DRLS up and running, you can return here to find more detailed information about how DTR works.
11
11
12
12
## Prerequisites
13
13
@@ -68,26 +68,6 @@ Steps to prepare local EHR server, Keycloak server, and Request Generator:
68
68
69
69
>Assuming you have completed the above. You should be able to send a request from the CRD Request Generator in order for the SMART app to launch by clicking the `Patient Select:` button to pre-populate the inputs. Choose a `Device, Service, or Medication Request` from the drop-down for one of the patients, then click anywhere in the row corresponding to the patient for whom you selected a `Device, Service, or Medication Request`. The data will be prefetched and you can send the request by pressing the `Submit` button. You should get a CDS Hooks Card back. Click the SMART link button for `Order Form` and you should see a login screen. Login with whatever user you've registered, and the SMART App should proceed to launch.
70
70
71
-
## Building Releases
72
-
73
-
Official releases are built automatically, but you may test the process or roll your own similar to the following:
74
-
75
-
docker build -t hspc/davinci-dtr:latest .
76
-
77
-
To run dev (https=false, port=3005, proxy=http://localhost:8090):
78
-
79
-
docker run -it --name davinci-dtr -p 3005:3005 --rm hspc/davinci-dtr:latest
80
-
81
-
To run production (https=true, port=3005, proxy=https://davinci-crd.logicahealth.org):
The configurable template will use the environment variables passed to the docker run command to replace the `PROXY_TARGET`, `SERVER_PORT`, and `SERVER_HTTPS` values in the webpack configuration file.
90
-
91
71
# Other Documentation
92
72
93
73
[Using ValueSets in DTR Rules](./using-valuesets-in-rules.md)
0 commit comments