|
@@ -1,53 +1,31 @@
|
|
|
|
|
|
- 1. applied on indeed
|
|
|
-
|
|
|
- 2. got message to go to HRM
|
|
|
-
|
|
|
- 3. finished portal, said we'll get them a rep in a couple days
|
|
|
-
|
|
|
- 4. assigned them a rep, who said hello
|
|
|
-
|
|
|
-------------------------------------------------------------------------
|
|
|
- 15 minute ....
|
|
|
- 100
|
|
|
---
|
|
|
-
|
|
|
-UPDATE pro SET hr_rep_pro_id = 50 WHERE mod(id,10) = 0 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 12 WHERE mod(id,10) = 1 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 54 WHERE mod(id,10) = 2 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 45 WHERE mod(id,10) = 3 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 47 WHERE mod(id,10) = 4 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 46 WHERE mod(id,10) = 5 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 10 WHERE mod(id,10) = 6 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 53 WHERE mod(id,10) = 7 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 45 WHERE mod(id,10) = 8 AND hr_rep_pro_id IS NULL;
|
|
|
-UPDATE pro SET hr_rep_pro_id = 46 WHERE mod(id,10) = 9 AND hr_rep_pro_id IS NULL;
|
|
|
-
|
|
|
-
|
|
|
- - text message replies, where do they go?
|
|
|
- - patient accounts... enable for existing patients
|
|
|
+ - CareMonth / RMM / RME - make sure all is working. Pay NP's for historic months.
|
|
|
+ -- make sure each has ICDs on it.
|
|
|
+ -- care_month_device to know what devices were there for that month.
|
|
|
- RPM text message settings
|
|
|
-- what numbers to send alert to?
|
|
|
-- when to send messages?
|
|
|
-- make sure 3 different numbers! (reminder, BP, weight)
|
|
|
- - RPM per month reports on UI
|
|
|
- - https://care.leadershiphealth.org/mc/patients/view/0def0fad-7888-4267-9434-905c962cc5fc/shipments/160927d2-73ed-401e-9ba5-2fc52caea4ce
|
|
|
+ - /patients/view/0def0fad-7888-4267-9434-905c962cc5fc/shipments/160927d2-73ed-401e-9ba5-2fc52caea4ce
|
|
|
-- Cellular Weight Scale (boo)
|
|
|
- - replacement battery packs
|
|
|
- FE6... make sure Wellness @ Home + Provider page is balanced
|
|
|
- - link to unsigned supply orders on dashboard
|
|
|
+
|
|
|
+ - log who views what in HRM
|
|
|
- patients matrix, appointments look somewhat cluttered inside foreach->foreach
|
|
|
+ - link to unsigned supply orders on dashboard
|
|
|
+ - RPM per month reports on UI
|
|
|
+ - patient accounts... enable for existing patients!!!
|
|
|
|
|
|
- - CONTRACT: office-space
|
|
|
- - Docusign power-form to automate sending of office-space contracts.
|
|
|
+ - text message replies, where do they go?
|
|
|
|
|
|
- - CONTRACT: offer documents
|
|
|
+ - replacement battery packs
|
|
|
|
|
|
- LMS entities in Java
|
|
|
- LMS feature in HRM / C
|
|
|
- - log who views what in HRM
|
|
|
|
|
|
+ - CONTRACT: office-space
|
|
|
+ - Docusign power-form to automate sending of office-space contracts.
|
|
|
+ - CONTRACT: offer documents
|
|
|
- presentation to hcp -> LMS
|
|
|
- presentation to non-hcp -> LMS
|
|
|
-
|
|
|
|