Skip to content

Commit c258ede

Browse files
Update README.md
Adding composer instructions
1 parent 673e897 commit c258ede

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
# Quest Quantum Hub Lab Module for OpenEMR
22

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
44
with Quest Quantum Hub.
55
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
77
series of API calls to their hub. The Quest Hub will auto-generate a requisition
88
form for each order. The requisition feature can be disabled in the config if not desired.
99
PDF results will be retrieved manually through the Quest user portal.
1010

1111
# 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+
1429

1530
# 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].
1732

0 commit comments

Comments
 (0)