Skip to content

Latest commit

 

History

History
186 lines (105 loc) · 3.68 KB

DEMO-DATA.md

File metadata and controls

186 lines (105 loc) · 3.68 KB

Demo Data

####Table of Contents

  1. Overview
  2. How to Import
  3. Roles and Users
  4. Patients and Cases

Overview

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.

How to Import

Command

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!

Update Search Index

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.

Roles and Users

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

Role - Administrator

  • radmin (Nicholaus Wuckert)

Role - Data Clerk

  • dat1 (Makenna Reichert)

Role - Referring Physician

  • ref1 (Susie Lowe)
  • ref2 (Dimitri Christiansen)

Role - Scheduler

  • sch1 (Juliana Kon)

Role - Performing Physician

  • per1 (Melody Jaskolski)

Role - Reading Physician

  • rad1 (Alexandra Skiles)
  • rad2 (Arden Veum)

Patients and Cases

Joyce Batz

Accession Number 1

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.

Carlos Wilderman

Accession Number 2

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.

Eldora Hegmann

Accession Number 3 and 4

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.

Meaghan McGlynn

Accession Number 5

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.

Accession Number 6

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.