diff --git a/docs/ereg/LIS.md b/docs/ereg/LIS.md new file mode 100644 index 0000000..38f772b --- /dev/null +++ b/docs/ereg/LIS.md @@ -0,0 +1,2 @@ +### LIS Release Notes - September +- Reports.json modified to accomodate lab_report_pivot \ No newline at end of file diff --git a/docs/ereg/eRegister-092-Release-Notes.md b/docs/ereg/eRegister-092-Release-Notes.md index 0d78bd3..3aa56b3 100644 --- a/docs/ereg/eRegister-092-Release-Notes.md +++ b/docs/ereg/eRegister-092-Release-Notes.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 1d2ea3c..3e17bcc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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"