Răsfoiți Sursa

fixed patient columns

= 3 ani în urmă
părinte
comite
86a30172d5
1 a modificat fișierele cu 16 adăugiri și 14 ștergeri
  1. 16 14
      app/Console/Commands/clientsToGsheet.php

+ 16 - 14
app/Console/Commands/clientsToGsheet.php

@@ -98,20 +98,22 @@ class clientsToGsheet extends Command
 
         $values[] = [
             'Chart Number',
-			'Name',
-			'Issued Yet?',
-			'Client',
-			'Used?',
-			'MCP',
-			'Issue Date',
-			'Last Meas. Date',
-			'Last Meas. Days Ago',
-			'Days with Remote Meas. this Month',
-			'Days with Remote Meas. last Month',
-			'Client Engagement Status Category',
-			'Admin Engagement Assessment Status',
-			'Mcp Engagement Assessment Status',
-			'Default Na Engagement Assessment Status'
+            'Name',
+            'MCP',
+            'Mailing Address State',
+            'Insurance',
+            'Last Visit',
+            'Next Appt.',
+            'BP/Pulse Timestamp',
+            'Weight Timestamp',
+            'Created',
+            'Assigned On',
+            'Notes',
+            'Status',
+            'Temparature Gun Delivery Status',
+            'Pulse Oximeter Delivery Status',
+            'Cellular Bp Delivery Status',
+            'Weight Scale Delivery Status'
         ];
 
         Client::whereNull('shadow_pro_id')->chunk(1, function($clients) use (&$values){