Explorar o código

added cc column

= %!s(int64=3) %!d(string=hai) anos
pai
achega
b14e97231e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Console/Commands/clientsToGsheet.php

+ 2 - 0
app/Console/Commands/clientsToGsheet.php

@@ -100,6 +100,7 @@ class clientsToGsheet extends Command
             'Chart Number',
             'Name',
             'MCP',
+            'CC',
             'Mailing Address State',
             'Insurance',
             'Last Visit',
@@ -121,6 +122,7 @@ class clientsToGsheet extends Command
                 $patientStr =($patient->chart_number).'~~'.
                 ($patient->displayName()).'~~'.
                 (@$patient->mcp ? $patient->mcp->displayName() : '--').'~~'.
+                (@$patient->defaultNaPro ? $patient->defaultNaPro->displayName() : '--').'~~'.
                 ($patient->mailing_address_state).'~~'.
                 ($patient->getPrimaryCoverage()?$patient->getPrimaryCoverage()->insuranceDisplayName():'-').'~~'.
                 (friendly_date($patient->most_recent_completed_mcp_note_date) ).'~~'.