####Table of Contents
The acceptanceTest/resources/demo-data.sql
contains a basic set of data used to demonstrate, test the
Radiology Module and its legacy UI interface.
It contains:
- concepts extracted from CIEL dictionary of class "Radiology/Imaging Procedure" regarding radiology orderables
- an update statement to set the global property used to define concept classes which are radiology orderables to above concepts
- a subset of concepts extracted from CIEL dictionary of class "Diagnosis" to be used as radiology order reason
- insert statements to assign necessary privileges to the radiology roles
- a set of users/providers for every radiology roles
NOTE: users, providers, patients and their cases are purely fictional
Person related data has been generated using the awesome Faker.js project.
To import it in your database do:
mysql -h <IP ADDRESS> -uopenmrs -popenmrs openmrs < acceptanceTest/resources/demo-data.sql
NOTE: please adjust the mysql connection details (host, port ...) according to your your setup!
In order for you to find the concepts in the legacy UIs concept dictionary search, you need to update the search index.
This can be done in the Administration section under Maintenance click on
Search Index and then the button Rebuild Search Index
.
The user logins and their roles are listed here for convenience, for an up to date
list please see the acceptanceTest/resources/demo-data.sql
.
All users in the dataset have password: Radio1234
radmin (Nicholaus Wuckert)
dat1 (Makenna Reichert)
ref1 (Susie Lowe)
ref2 (Dimitri Christiansen)
sch1 (Juliana Kon)
per1 (Melody Jaskolski)
rad1 (Alexandra Skiles)
rad2 (Arden Veum)
Clinical History
This patient has hurt her wrist.
Order
A X-RAY scan was made to check wheter the wrist was broken.
Images
The images are available.
Report
Radiologist Alexandra Skiles (user rad1)
has already finished the report.
Clinical History
This patient has a history of strokes and felt dizzy.
Order
A CT san was made.
Images
The images are available.
Report
A report has to be written.
Clinical History
This patient had fallen on her hip.
Order
Susie Lowe (user ref1)
her referring physician unfortunately ordered the wrong procedure at first, so
there is a discontinued order. After that the correct order for X-RAYs was
placed.
Images
Are not yet available.
Report
Since there are no images, there is no report.
Clinical History
This patient had hurt her ankle while rollerblading.
Order
X-RAYs were ordered.
Images
Are available.
Report
Radiologist Alexandra Skiles (user rad1)
has started writing the report but hasnt
finished it yet.
Clinical History
This patient had several evenst of sharp abdominal pain for a few weeks.
Order
Ultrasounds were ordered.
Images
Are available.
Report
Radiologist Alexandra Skiles (user rad1)
has started writing the report but canceled it.
Radiologist Arden Veum (user rad2)
took over and is currently writing it.