Skip to content

Register

Gehua Tong edited this page Jul 18, 2019 · 12 revisions

The register tab allows one to select a numerical phantom for simulation with a process similar to patient registration on a clinical console.

API documentation page: https://imr-framework.github.io/virtual-scanner/docs/source/virtualscanner.server.registration.html

Run in GUI

To run the register page using the UI, please follow the instructions here.

You can also use this form to give feedback.

Run with Python scripts

See API documentation (link) for a detailed description of individual functions.

To run (utest):

utest_register.py

  • This script unit creates a sample subject registration payload, registers the subject and returns a status message of success or failure
  • This requires the server to be running before testing.

Clone this wiki locally