Closed kbertodatti closed 1 year ago
Use Github Pages for testing. @sravandigitalhie to set up it.
Update from @sravandigitalhie : Updated to pull multiple ServiceRequests and everything is dynamically pulled. The only hard coded info is Owner, Status, Notes/Notes History.
Query for all servicerequests, not query for all serviceRequests for 1 patient.
Display each ServiceRequest in it's own row on the dashboard.
Query all ServiceRequests, then find Patient associated with it (and Task associated with it). 1) Query all ServiceRequests 2) Find all associated Patients with those Service Requests (patient may have more than 1 serviceRequest) 3) Find all associated Tasks with those Service Requests (ServiceRequest:Task is 1:1). Task should have "Focus" to point to ServiceRequest.