diff --git a/openmrs/apps/adt/app.json b/openmrs/apps/adt/app.json index 7fa36b947..f91896b74 100644 --- a/openmrs/apps/adt/app.json +++ b/openmrs/apps/adt/app.json @@ -34,53 +34,69 @@ "translationKey": "DASHBOARD_TAB_GENERAL_KEY", "conceptName": "Adt Notes", "sections": { - "vitals":{ - "translationKey":"DASHBOARD_TITLE_VITALS_KEY", - "type": "vitals", - "displayOrder": 0, - "isObservation": true, - "dashboardConfig": { - "conceptNames": ["Vitals"], - "numberOfVisits": 2 + "navigationLinksControl":{ + "translationKey":"DASHBOARD_TITLE_NAVIGATION_LINKS_CONTROL_KEY", + "type": "navigationLinksControl", + "displayOrder": 0, + "showLinks" : ["home", "visit", "registration", "inpatient", "enrolment", "visitAttribute", "trends"] + }, + "patientInformation":{ + "translationKey": "DASHBOARD_TITLE_PATIENT_INFORMATION_KEY", + "type": "patientInformation", + "displayOrder": 1, + "patientAttributes": ["caste", "class", "education", "occupation", "debt", "distanceFromCenter", "isUrban", "cluster","RationCard", "familyIncome"], + "addressFields": ["address1", "address2", "cityVillage", "countyDistrict"] + }, + "diagnosis":{ + "translationKey":"DASHBOARD_TITLE_DIAGNOSIS_KEY", + "type": "diagnosis", + "numberOfVisits": 1, + "showDetailsButton":true, + "displayOrder": 2 + }, + "vitals":{ + "translationKey":"DASHBOARD_TITLE_VITALS_KEY", + "type": "vitals", + "displayOrder": 3, + "isObservation": true, + "dashboardConfig": { + "conceptNames": ["Vitals"], + "numberOfVisits": 2 + } + }, + "HistoryAndExamination":{ + "type":"historyAndExamination", + "isObservation":true, + "dashboardConfig":{ + "showGroupDateTime":false, + "conceptNames":[ + "Chief Complaint Data", + "Examination Notes", + "Smoking History", + "Clief COmplaint Notes", + "Blood Pressure" + ] + }, + "displayOrder":4, + "translationKey":"DASHBOARD_TITLE_HISTORY_AND_EXAMINATIONS_KEY" + }, + "conditions": { + "translationKey":"CONDITION_LIST_DISPLAY_CONTROL_TITLE", + "type": "conditionsList", + "displayOrder": 5 + }, + "admissionDetails":{ + "translationKey":"DASHBOARD_TITLE_ADMISSION_DETAILS_KEY", + "type":"admissionDetails", + "displayOrder": 6 + }, + "disposition":{ + "translationKey":"DASHBOARD_TITLE_DISPOSITION_KEY", + "type": "disposition", + "numberOfVisits": 1, + "displayOrder": 7 } - }, - "disposition":{ - "translationKey":"DASHBOARD_TITLE_DISPOSITION_KEY", - "type": "disposition", - "numberOfVisits": 1, - "displayOrder": 1 - }, - "diagnosis":{ - "translationKey":"DASHBOARD_TITLE_DIAGNOSIS_KEY", - "type": "diagnosis", - "numberOfVisits": 1, - "showDetailsButton":true, - "displayOrder": 2 - }, - "patientInformation":{ - "translationKey": "DASHBOARD_TITLE_PATIENT_INFORMATION_KEY", - "type": "patientInformation", - "displayOrder": 3, - "patientAttributes": ["caste", "class", "education", "occupation", "debt", "distanceFromCenter", "isUrban", "cluster","RationCard", "familyIncome"], - "addressFields": ["address1", "address2", "cityVillage", "countyDistrict"] - }, - "admissionDetails":{ - "translationKey":"DASHBOARD_TITLE_ADMISSION_DETAILS_KEY", - "type":"admissionDetails", - "displayOrder": 4 - }, - "navigationLinksControl":{ - "translationKey":"DASHBOARD_TITLE_NAVIGATION_LINKS_CONTROL_KEY", - "type": "navigationLinksControl", - "displayOrder": 5, - "showLinks" : ["home", "visit", "registration", "inpatient", "enrolment", "visitAttribute"] - }, - "conditions": { - "translationKey":"CONDITION_LIST_DISPLAY_CONTROL_TITLE", - "type": "conditionsList", - "displayOrder": 6 } - }} - + } } } \ No newline at end of file diff --git a/openmrs/apps/appointments/app.json b/openmrs/apps/appointments/app.json index f49ac65b7..c82baaf6c 100644 --- a/openmrs/apps/appointments/app.json +++ b/openmrs/apps/appointments/app.json @@ -10,7 +10,8 @@ "config": { "minCharLengthToTriggerPatientSearch": 3, "enableSpecialities": true, - "startOfWeek": "Monday", + "startOfWeek": 2, + "weekStart": "isoWeek", "calendarSlotDuration": "00:30", "calendarSlotLabelInterval": "01:00", "startOfDay":"09:00", @@ -18,8 +19,8 @@ "printListViewTemplateUrl": "/bahmni_config/openmrs/apps/appointments/printListView.html", "enableServiceTypes": false, "enableCalendarView": true, + "defaultViewCalendar": false, "isServiceOnAppointmentEditable": false, - "enableResetAppointmentStatuses": ["CheckedIn"], "colorsForAppointmentService": [ "#006400", "#DC143C", diff --git a/openmrs/apps/appointments/printListView.html b/openmrs/apps/appointments/printListView.html index b9b27ef2a..653296422 100644 --- a/openmrs/apps/appointments/printListView.html +++ b/openmrs/apps/appointments/printListView.html @@ -1,4 +1,4 @@ -Bahmni - Appointment Scheduling +Appointment Scheduling