= 3 anni fa
parent
commit
b14e97231e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) ).'~~'.