Test Preparing a User Account on the Remote Server - KCL-BMEIS/DASHER GitHub Wiki
Home | Installation Guide | User Guide | Admin Guide | User Tests
We have set up an XNAT server to which the data during the test phase of DASHER can be synchronised https://dart-xnat.cs.ucl.ac.uk. For each RTTQA and ART-Net site a user and a corresponding project (named after the [HOSPITAL_CODE]) was created. If a user and project code has not yet been created for your hospital, or it is not listed below, please raise an issue using the Issue page and we will contact you and arrange for one to be created.
Site | [user_name] | [HOSPITAL_CODE] |
---|---|---|
Royal Marsden / ICR | rmh | RMH |
Mount Vernon Hospital | mvh | MVH |
Velindre Cancer Centre | velindre | VELINDRE |
The Clatterbridge Cancer Centre | clatterbridge | CLATTERBRIDGE |
ICR / Royal Marsden | icr | ICR |
The Christie | christie | CHRISTIE |
Leeds | leeds | LEEDS |
Oxford University | oxford | OXFORD |
University College Hospital | uch | UCH |
University College Hospital (RT) | uch_rt | UCH_RT |
Sheffield Teaching Hospitals | sth | STH |
Before you start, please decide on a password that you would like to use to log into the remote XNAT server. This should be secure. In order to log in for the first time, you will need to set the password for your account to your selected one.
Open a browser and navigate to https://dart-xnat.cs.ucl.ac.uk. You will see the log-in screen. Please click on "Forgot login or password?".

Enter your user name as defined in the table above [user_name].

Once submitted, an email (subject: "DART_XNAT Login Request") will be sent to the email address that you provided us with containing a link which must be used to reset the password of the remote XNAT account to your selected one. Follow the link in the email to reset the password.

After submitting the new password, you will be redirected to the login page, where you can now log into your user account. When you log in, you will see the project that we prepared (with the name [HOSPITAL_CODE] in the table above), into which the data will be uploaded.
When you build DASHER, please edit the configuration file xnat.cfg
so that this matches the remote server as follows:
- hospital_code=[HOSPITAL_CODE]
- remote_xnat=https://dart-xnat.cs.ucl.ac.uk
Next