Skip to content
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
2 changes: 2 additions & 0 deletions docs/ereg/LIS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### LIS Release Notes - September
- Reports.json modified to accomodate lab_report_pivot
21 changes: 21 additions & 0 deletions docs/ereg/eRegister-092-Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@
!!! warning
* this beta version is going to be deployed at selected pilot facilities.
* Please report issues here: [https://github.com/eRegister/bahmni_docker/issues](https://github.com/eRegister/bahmni_docker/issues)
### **Release Notes September 2023**
#### Updates
- Modified the query to remove duplication caused by one child having multiple vaccines on a dose
Update eMTCT_list.sql
- Added patient identifier column to the report to make it easy to distinctly identifier patients
- MDR-TB section shows only when the "On DR TB Treatment" option is selected in the visit details page
Added TB status global variable
- Changes were made to enable the MDR-TB section to show only when the "On DR TB Treatment" option is selected in the visit details page
#### Reports
##### Modifications
- ART-001 | Current on ART Detailed (List) - Exclude visitor if true on latest follow up form
- ART-002 | Current on ART Detailed (Pivot) - Exclude visitor if true on latest follow up form
- MCH-003 | AnteNatal Care (ANC) - List - The dates were hard coded
###### Openmrs Report:
- weekly_and_monthly_reports | Serialized_Object : Includes new report called eRegister_Monitoring_Report
- Children ARV Regimen_1stLine_4C, 4D, 4E, 4F, 4G, 4H, 4J, 4K, 4L
- Children ARV Regimen_1stLine_Adherence, Viral Load
- Children ARV Regimen_2ndLine_5A, 5B, 5D,5E, 5F, 5G, 5H
- Children ARV Regimen_2ndLine_Adherence, Viral Load
- Children ARV Regimen_3rdLine_6A, 6B, 6C, 6D, 6E, 6F
- Children ARV Regimen_3rdLine_Adherence, Viral Load
### **Release Notes August 2023**
#### ANC
##### ANC Form fixes and modifications
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ nav:
- "informedpush/informedpush.md"
- "informedpush/informedpusharv.md"
- eRegister:
- "ereg/eRegister-092-Release-Notes.md"
- "eRegister 092 Release Notes":
- "ereg/eRegister-092-Release-Notes.md"
- "ereg/LIS.md"
- "User Manual":
- "ereg/TB_Program.md"
- "ereg/ART_Program.md"
Expand Down