Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch upstream #1

Merged
merged 2 commits into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"buffer": "latest",
"csvtojson": "latest",
"json2csv": "latest",
"pdf-parse": "^1.1.1",
"taiko": "1.3.2",
"uuid": "latest"
}
Expand Down
9 changes: 5 additions & 4 deletions specs/OPD.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,18 @@ tags: lite, payment
* Doctor advises medicines "opd/prescriptionFlow/medication/paracetamol" and tests "opd/prescriptionFlow/lab/Haemogram"
* Goto Bahmni main home
* put doctor first name "d3FirstName" middle name "d3MiddleName" lastname "d3LastName"
* Login to paymentLite
* Create a doctor in paymentLite with consultation fee "15000"
* Login to Payment lite
* Create a doctor in Payment Lite with consultation fee "15000"
* Create drug with price "1000"
Drug should flow from Bahmni
* Create a patient in patientLite
* Create a patient in Payment Lite
Patient should be auto created in bahmni
* Raise an invoice for patient
* Collect the payment from the patient
* Verify the payment is complete
Run report and validate
* Logout and Login to Bahmni location "Bahmni Clinic" as a "receptionist"
* Logout of Payment Lite
* Goto Clinical application
* visit is closed at the front desk

## Doctor should be able to prescribe medicines and tests and get relevant reports
Expand Down