A simple RESTful API testing utility specific to IBE implementations.
The IBE-RESTester project aims to facilitate easy testing of DLL to IBE participant queries, as well as aid in identifying necessary lookup table changes related to FHIR bundle creation.
- Simple verification of the DynaLync participant queries of the IBE database.
- Query types availabe:
- Patient MRN
- Enterprise ID
- Name
- Date of Birth
- CT Orders (comming soon)
Python 3 should only be required for development.
See RELEASES to download the standalone .exe application.
- Download the Windows executable package from RELEASES
- Double click on ibequery.exe to launch the application
- Input the IBE's IP Address if required (will attempt to auto-detect)
- Select the query type
- Input your query parameters and hit enter
- The JSON response from IBE will be displayed
Debug logging is still turned on by default for testing purposes, this will be disabled in a future release.
See CONTRIBUTING
See ROADMAP
See CHANGELOG
See CODE OF CONDUCT
See AUTHORS
See LICENSE