Skip to content

Latest commit

 

History

History

create-random-patients

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OpenMRS

Create Random Patients

Creates n random patients using openmrs.js

⚠️ This will most likely only work with the Reference Application.

Prerequisites

You will need git and Node.js installed (tested with v5).

Download

Clone the repo:

git clone https://github.com/psbrandt/openmrs.js.git

Navigate to this example:

cd openmrs.js/examples/node/create-random-patients

Install Dependencies

Run:

npm install

Usage

create-random-patients [args]

Options:
  -n, --number  Number of patients to create                          [required]
  -u, --user    OpenMRS username                                      [required]
  -p, --pass    OpenMRS password                                      [required]
  -h, --host    OpenMRS application URL                               [required]
  --help        Show help                                              [boolean]

Examples:
  create-random-patients -n 5 -u admin -p   Create 5 patients
  Admin123 -h
  http://localhost:8080/openmrs

Example:

node create-random-patients --host http://localhost:8082/openmrs-standalone -n 10 -u admin -p Admin123

Troubleshooting

Are you using the Reference Application? If not, download the standalone here and use that instead.

Something About Access-Control-Allow-Origin

Read the HTTP access control (CORS) section here.

Community

OpenMRS Talk OpenMRS IRC OpenMRS Telegram OpenMRS Wiki

Support

Ask questions on OpenMRS Talk in the dev category using the javascript tag. Issues should be logged in the OMRSJS project on JIRA and the component should be set to openmrs.js.

License

MPL 2.0 w/ HD