To test various APIs locally.
The project WIKI page: https://wiki.openmrs.org/display/projects/OpenMRS+apitesting+module
$ mvn clean install -DskipTests=true
- Push URL (
labware_eid_server_url
):
http://127.0.0.1:9677/openmrs/ws/rest/v1/apitesting/eidlabware/eidpush
(Adjust depending on your local server) - Pull URL (
labware_eid_server_result_url
):
http://127.0.0.1:9677/openmrs/ws/rest/v1/apitesting/eidlabware/eidpull
(Adjust depending on your local server)
- API Token (
labware_eid_server_api_token
): Leave unset.
- Use the following SQL query:
SELECT person_id, uuid FROM person WHERE birthdate >= CURDATE() - INTERVAL 2 YEAR;
- Ensure the patient has a HIE number.
- Create a test order for:
HIV DNA POLYMERASE CHAIN REACTION, QUALITATIVE. - Insert the test order into an EID manifest.
-- TODO
-- TODO
-- TODO
-- TODO
If you want to upload this module into OpenMRS instance then please follow
- Build the module to produce the .omod file.
- Use the OpenMRS Administration > Manage Modules screen to upload and install the .omod file or just throw the omod into the modules directory and restart the tomcat server