May Release
Major Changes
- Completely Revamp Prescriptions
- Upgrades to Discharge Summary
What's Changed
- Enforce constraint on current bed count being lesser than the total bed count by @Ashesh3 in #1286
- bump
isort
as pre-commit initialize fails with older version by @rithviknishad in #1289 - added workflow for lambda docker build by @mathew-alex in #1290
- updated branch filter by @mathew-alex in #1292
- Makefile: use
docker compose
instead ofdocker-compose
by @rithviknishad in #1293 - Support for filtering AssetBeds by facility by @rithviknishad in #1295
- refactor discharge summary endpoints by @sainak in #1252
- Fix possible facility capacity permission issue by @vigneshhari in #1297
- fix user type check order for
StateLabAdmin
in get_queryset by @rithviknishad in #1299 - don't update last daily round if round is automated by @sainak in #1301
- Refactor discharge summary endpoints and Converted prescription field to their own models, views and serializers by @skks1212 in #1247
- add direnv support by @sainak in #1304
- Adds support for Ventilator Asset by @rithviknishad in #1307
- fix prescriptions migration by @rithviknishad in #1305
- Create
ConsultationBed
only on if Admission and migrates existing non-admissionConsultationBed
s. by @rithviknishad in #1314 - Adds a check on
is_occupied
for bed delete action by @rithviknishad in #1312 - Adds API for
PatientAssetBed
by @rithviknishad in #1302 - bug fix: make discharge notes optional; discharge date required by @rithviknishad in #1315
- Discharge Notes: Allow Blank by @rithviknishad in #1316
Full Changelog: v1.5.2...v1.5.3