brotherton-erpnext/erpnext/healthcare/page/patient_progress/patient_progress.json
Rucha Mahabal 1010feefe0
feat: Patient Progress Page (#22474)
* feat: add patient progress page

* feat: patient progress sidebar

* feat: Patient Progress Charts

* feat: set up sidebar links

* feat: added heatmap chart for patient interactions

* fix: styles

* fix: add markers for max score in assessment charts

* fix(style): mobile view css

* fix: heatmap and percentage chart filters

* feat: add time span filters to line charts

* fix: make date fields mandatory in healthcare doctypes for better analytics

* fix: title and filter styles

* fix: handle null state for charts

* feat: add Patient Progress Page to desk

* feat: add date range filter to all charts

* fix: code clean-up

* fix: assign roles for Patient Progress Page

Co-authored-by: Nabin Hait <nabinhait@gmail.com>
2020-07-24 10:49:04 +05:30

33 lines
602 B
JSON

{
"content": null,
"creation": "2020-06-12 15:46:23.111928",
"docstatus": 0,
"doctype": "Page",
"idx": 0,
"modified": "2020-07-23 21:45:45.540055",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "patient-progress",
"owner": "Administrator",
"page_name": "patient-progress",
"restrict_to_domain": "Healthcare",
"roles": [
{
"role": "Healthcare Administrator"
},
{
"role": "Physician"
},
{
"role": "Patient"
},
{
"role": "System Manager"
}
],
"script": null,
"standard": "Yes",
"style": null,
"system_page": 0,
"title": "Patient Progress"
}