Releases: ohcnetwork/care
Releases · ohcnetwork/care
v24.25.0
What's Changed
- Update test workflow and upload artifacts version by @sainak in #2265
- Fix facility cover upload for local setups by @sainak in #2264
- Bump sentry-sdk from 2.3.1 to 2.5.1 by @dependabot in #2261
- Bump redis from 5.0.3 to 5.0.5 by @dependabot in #2262
- Allow Nurses to clear their home facility by @Pranshu1902 in #2206
- Merge Develop to Staging v24.25.0 by @nihal467 in #2267
- Production v24.25.0 by @nihal467 in #2276
Full Changelog: v24.24.0...v24.25.0
v24.24.0
What's Changed
- Bump Dependencies by @vigneshhari in #2212
- Remove
PatientTeleConsultation
model by @jasonmokk in #2184 - Exclude ICD11 entries from redis that does not have a
meta_chapter_short
by @rithviknishad in #2207 - Update actions dependencies and remove unused workflows by @sainak in #2220
- fixed data seeding issue by @DraKen0009 in #2221
- Fix patient search API by @sainak in #2224
- update default patient list to show recently_modified first after no_consultation_filed by @sainak in #2232
- ICD11: gracefully return
None
if issues with redis by @rithviknishad in #2231 - Fix op number constraint for readmitted patients by @skks1212 in #2147
- Make sentry event level configurable and use error by default by @sainak in #2243
- Add health check for celery queue length by @sainak in #2244
- Add endpoint to get version info by @sainak in #2242
- Merge Develop to Staging v24.24.0 by @nihal467 in #2246
- Add Consent Model by @skks1212 in #2209
- Fix consent records migration by @sainak in #2250
- Dont allow users to set patient code status as not specified for consent by @sainak in #2251
- Exclude ICD11 entries that does not have a
meta_chapter_short
from search instead for not loading in redis table by @sainak in #2248 - Merge Develop to Staging v24.24.0 by @nihal467 in #2254
- Production release v24.24.0 by @sainak in #2258
New Contributors
- @jasonmokk made their first contribution in #2184
Full Changelog: v24.23.0...v24.24.0
v24.23.0
What's Changed
- bump docker healthcheck retries by @sainak in #2192
- Symptoms table by @sainak in #2186
- Adds support to specify and filter ration card category of a patient by @rithviknishad in #2201
- fix redis tokenization for icd11 ids by @sainak in #2193
- Fixes state and district admin not able to see users of same user type level by @rithviknishad in #2200
- merge migrations by @sainak in #2202
- fix state admin access to daily rounds by @sainak in #2203
- Merge Develop To Staging v24.23.0 by @nihal467 in #2205
- Fix discharge summary filters by @sainak in #2210
- Merge Develop to Staging v24.23.0 by @nihal467 in #2211
- Production Release v24.23.0 by @nihal467 in #2226
Full Changelog: v24.22.0...v24.23.0
v24.22.0
What's Changed
- Only log the error message in uptime monitor tasks by @sainak in #2181
- Renamed patient category labels by @khavinshankar in #2187
- Removed Discharge Filters, reused patient filters by @skks1212 in #2176
- Disable the Bed List of Already occupied Beds (back-end change) by @AnkurPrabhu in #2116
- Remove ratelimit for internal get apis by @khavinshankar in #2177
- add investigations and disable treating physician from consultation events by @sainak in #2189
- Merge Develop to Staging v24.22.0 by @nihal467 in #2191
- Production Release v24.22.0 by @nihal467 in #2195
Full Changelog: v24.21.0...v24.22.0
v24.21.0
What's Changed
- fixes review interval not being updated for "no review" by @rithviknishad in #2140
- Update max_length for phone numbers to adhere to ITU-T E.164 standard by @bodhish in #2138
- Adds support for doctors and nurses discussions threads in Discussion Notes by @rithviknishad in #2137
- Allow
audio/mp4
by default by @sainak in #2094 - Bump Dependencies by @vigneshhari in #2143
- Vigneshhari/bump dependencies by @vigneshhari in #2145
- Skip creating event group if all fields are null by @sainak in #2134
- ABDM M3 by @khavinshankar in #1829
- Increase area of specialisation in doctors by @rash-27 in #2102
- Added discharge patient filters by @skks1212 in #2124
- converted investigation and investigation group data into JSON by @DraKen0009 in #1912
- Drops support for cloning previous log update by @rithviknishad in #2127
- Change devcontainer make up command to run after start by @skks1212 in #2146
- Removes unused
current_health
field from Daily Rounds by @rithviknishad in #2162 - Display users list based on user access limitation by @GokulramGHV in #1742
- adds missing merge migrations by @rithviknishad in #2169
- Store critical care daily round changes in events by @sainak in #2170
- Removes unused field
temperature_measured_at
from Daily Rounds by @rithviknishad in #2171 - make rate limit messages user friendly by @khavinshankar in #2174
Full Changelog: v24.20.0...v24.21.0
v24.20.0
What's Changed
- Exact patient no. in filters by @skks1212 in #2136
- Serialized gender into UserAssignedSerializer by @thedevildude in #2118
- Add medicine filter to prescriptions by @Pranshu1902 in #2068
- Painscale changed from 0 - 5 to 0 - 10 by @skks1212 in #1967
New Contributors
- @thedevildude made their first contribution in #2118
Full Changelog: v24.19.0...v24.20.0
v24.19.0
What's Changed
- Annotate CSV export fields with patient age for sample test and shifting by @rithviknishad in #2101
Full Changelog: v24.18.0...v24.19.0
v24.18.0
What's Changed
- Sort "No Consultation Filed" patients to the top of Patient List page by @GokulramGHV in #1718
- Add age validation in PatientDetailSerializer by @rash-27 in #1929
- test for Ambulance module by @DraKen0009 in #2056
- Occupation dropdown backend by @hrit2773 in #2055
- upgrade user skills by @rash-27 in #2096
- Fix ward filters and add tests for places APIs by @DraKen0009 in #2029
- Add Ordering Filter for Discharge Patients Viewset Class by @Pranshu1902 in #2074
- avoid using distinct in patient list filters by @sainak in #2111
- Remove defining
date_of_birth
andyear_of_birth
serializer fields by @rithviknishad in #2112 - Bump gunicorn from 21.2.0 to 22.0.0 by @dependabot in #2097
- Add workflow to combine dependency update prs by @sainak in #2093
New Contributors
Full Changelog: v24.17.0...v24.18.0
v24.17.0
What's Changed
- Add django filter for patient review missed by @jainvedant392 in #1938
- Add Plugin Support by @vigneshhari in #2036
- test for various endpoints in the external_result module by @DraKen0009 in #2034
- Bump Dependencies by @vigneshhari in #2073
- Make care single source of truth for asset config on middleware by @sainak in #2000
- update plugin docs by @sainak in #2075
- update devcontainer config by @sainak in #2051
- Bump the boto group with 2 updates by @dependabot in #2076
- Handle missing instance.resolved_middleware in asset_updates by @Ashesh3 in #2084
- Fix handling of missing resolved_middleware in asset_updates.py by @Ashesh3 in #2087
- Remove deploy jobs from GitHub workflows by @sainak in #2058
- fix patient sorting filters by @sainak in #2086
- fix query bugs while resolving asset hostname by @sainak in #2099
New Contributors
- @jainvedant392 made their first contribution in #1938
Full Changelog: v24.15.0...v24.17.0
v24.15.0
What's Changed
- Dropped
age
column from patient registration and annotated age in patient viewset by @rithviknishad in #1966 - Bump the boto group with 2 updates by @dependabot in #2044
- Add validations for negative values in inventory and min quanityt by @Pranshu1902 in #2005
- Added github workflow for automated release by @khavinshankar in #2045
- Fixed race condition that caused service to be unhealthy and merge migrations by @sainak in #2048
- Update discharge summary to reflect age and year of birth by @rithviknishad in #2053
- fix custom user authentication by @sainak in #2059
- Switch to using year of birth for patient transfer confirmation by @rithviknishad in #2061
Full Changelog: v24.14.0...v24.15.0