Exemplo n.º 1
0
 def get_report_line(self, row):
     return '- {}\r\n'.format(
         get_contact_link(row['organization_name'], row['id']))
Exemplo n.º 2
0
 def get_report_line(self, row):
     return '- {}\r\n\r\n'.format(
         get_contact_link('Click to View', row["civicrm_contact_id"]))
Exemplo n.º 3
0
 def get_report_line(self, row):
     return '- {}\r\n'.format(
         get_contact_link('Subject', row['contact_id'])
     )
Exemplo n.º 4
0
 def get_report_line(self, row):
     return '- {}\r\n'.format(
         get_contact_link('Click here to see contact', row['contact_id']))
Exemplo n.º 5
0
 def get_report_line(self, row):
     return '- {}: {}\r\n'.format(
         row['practice_code'],
         get_contact_link(row['display_name'], row['id']))
Exemplo n.º 6
0
 def get_report_line(self, row):
     return '- {}\r\n\r\n'.format(
         get_contact_link(row["StudyNumber"], row["CiviCrmId"]))
Exemplo n.º 7
0
 def get_report_line(self, row):
     return '- {} <-> {}\r\n'.format(
         get_contact_link('Subject A', row['subject_a_id']),
         get_contact_link('Subject B', row['subject_b_id'])
     )
Exemplo n.º 8
0
 def get_report_line(self, row):
     return '- {}\r\n'.format(
         get_contact_link(row['contact_type'], row['contact_id']))
Exemplo n.º 9
0
 def get_report_line(self, row):
     return '- {}\r\n'.format(
         get_contact_link(
             row['StudyNumber'],
             row['civicrm_contact_id']))
Exemplo n.º 10
0
 def get_report_line(self, row):
     return '- {}\r\n'.format(
         get_contact_link(
             row['case_type_name'],
             row['civicrm_contact_id']))
Exemplo n.º 11
0
 def get_report_line(self, row):
     return '- {} (IDs \'{}\' of type \'{}\')\r\n'.format(
         get_contact_link('Click to View Contact',
                          row["civicrm_contact_id"]), row['id'],
         row['patient_ide_source'])