Ticket API
The Ticket-API offers functionality for inclusion in or appendage to other software.
Ticket API
The ticket api allows external software to open a browser window with a specific URL and have a new barcode page printed – without user intervention (*).
Legacy « forward API »
In olden days, this was called the « forward » api and was called on /ortho/api/forward/ where this call is now done on /api/ticket/. Don’t worry; your old configuration still works and will keep working.
URL Build:
https://techniekbon.orthoproof.nl/api/ticket/your-api-token/your-labnumber/your-debitnumber/P.%20Atients%20Name/012345-pat.nr/birthdate_in_yyyy-mm-dd_format/code
Example URL:
https://techniekbon.orthoproof.nl/api/ticket/V74HR7V_EXAMPLE_TOKEN_H47GHD783/88/1234588/P. Atient/012345aa4/1991-10-02
The components, how to set-up in your software:
| part | example | type | |
|---|---|---|---|
| URL | https://techniekbon.orthoproof.nl/api/ticket/ | setting | |
| API Token | V74HR7V_EXAMPLE_TOKEN_H47GHD783 | setting | |
| You can find this token in your user profile, when logged in | |||
| Labnumber | 88 | setting | |
| Debitnumber | 1234588 | setting | |
| Patient name | P. Atient | (Your patient information system should provide this data dynamically) |
dynamic |
| Patient number | 012345aa4 | dynamic | |
| Birthdate | 1991-10-02 | dynamic | |
| Code (scan-code, 45X) | 451 | dynamic, optional | |
| Option: i25 barcode | Example: i25:03948572 will add an Interleaved 2-of-5 barcode |
dynamic, optional | |
| Option: impressionname | Example: impressionname:pre-treatment For use in DigiModel |
dynamic, optional | |
| Option: impressionnumber | Example: impressionnumber:3 For use in DigiModel |
dynamic, optional | |
Reminder:
There is limited validation on the input here. Please only supply valid data.



