Changes between Version 16 and Version 17 of Onyx to CiviCRM
- Timestamp:
- 12/13/13 09:04:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onyx to CiviCRM
v16 v17 36 36 - [x] Gender (Participant.gender) 37 37 - FEMALE or MALE 38 - [ 38 - [x] Participant NHS Number {participant_attribute_value.pat_nhsnumber} 39 39 - [x] Participant UHL System Number {Participant.enrollmentId} 40 40 - [x] Consent Values … … 44 44 - Consents to possible further contact from BRU (question_answer.question_name="consent_q4") 45 45 - Understands the rules for withdrawal (question_answer.question_name="consent_q5") 46 - [x] Ethnicity 47 - [x] GP 48 - [x] Telephone 49 - [x] Work Telephone 46 50 47 51 == Additional Requirements … … 78 82 , consent.q4 AS consent_furtherContact 79 83 , consent.q5 AS consent_understandsWithdrawal 84 , pa.ethnicity 85 , pa.gp 86 , pa.telephone 87 , pa.workphone 80 88 FROM participant p 81 89 JOIN interview i ON i.participant_id = p.id