Skip to content
Open
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
19 changes: 16 additions & 3 deletions clinical/clinical.min.5002d2ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -20696,16 +20696,29 @@ angular.module('bahmni.clinical')
});
return forms;
};

//Addition of form filters taking into account gender and age
$scope.gender = $scope.patient.gender;

$scope.age = $scope.patient.age;
$scope.MCHForms = [
"Nursery Register",
"Gynaecology Register",
"PNC, Register",
"Cervical Cancer Screening Register",
"ANC Program",
"Labour and Delivery Register"
"Labour and Delivery Register",
"Family Planning Register",
"HPV REGISTER"
],
$scope.maleForms = [
"VMMC - Follow Up",
"VMMC - Intake"
],
$scope.underFive_form = [
"Under5"
],
$scope.HEI_Forms = [
"Exposed Infant Monitoring",
"HIV Exposed Infant Register"
]
// Form Code :: End
init();
Expand Down