Changes between Version 40 and Version 41 of Onyx to CiviCRM
- Timestamp:
- 01/13/14 11:25:11 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onyx to CiviCRM
v40 v41 61 61 SELECT 62 62 p.id AS ParticipantID 63 , i.start_date AS interviewDate 63 , DATE_FORMAT(i.start_date, '%Y%m%d%H%i%s') AS interviewDate 64 , p.barcode AS StudyID 64 65 , p.barcode AS StudyID 65 66 , i.status AS interviewStatus