File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Quest Quantum Hub Lab Module for OpenEMR
2
2
3
- The Quest Quantum Hub module will allow for a bi-directional or HL7 results only interface
3
+ The Quest Quantum Hub module will allow for a bi-directional or HL7 results- only interface
4
4
with Quest Quantum Hub.
5
5
The module is a seamless integration with the existing interface.
6
- The current interface will be used as normal . The module talks with Quest through a
6
+ The current interface will be used as usual . The module talks with Quest through a
7
7
series of API calls to their hub. The Quest Hub will auto-generate a requisition
8
8
form for each order. The requisition feature can be disabled in the config if not desired.
9
9
PDF results will be retrieved manually through the Quest user portal.
10
10
11
11
# Getting Started
12
- The use of this module does require that Quest is contacted prior to enabling this module. Quest will
13
- contact our office to schedule the turn up of this module.
12
+ The use of this module does require that Quest is contacted before enabling this module. Quest will
13
+ contact our office to schedule the turn-up of this module.
14
+
15
+ #Installation
16
+ Using composer:
17
+ Contact us for a access token.
18
+ Open composer.json in your project and add the following
19
+
20
+ {
21
+ "config": {
22
+ "github-oauth": {
23
+ "github.com": "YOUR_GITHUB_TOKEN"
24
+ }
25
+ }
26
+ }
27
+
28
+
14
29
15
30
# Contributing
16
- If you
would like to contribute to this module please
contact me at
[email protected] .
31
+ If you
want to contribute to this module
, please
get in touch with me at
[email protected] .
17
32
You can’t perform that action at this time.
0 commit comments