Changes between Version 16 and Version 17 of Onyx to CiviCRM


Ignore:
Timestamp:
12/13/13 09:04:50 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Onyx to CiviCRM

    v16 v17  
    3636- [x] Gender (Participant.gender)
    3737 - FEMALE or MALE
    38 - [ ] Participant NHS Number {participant_attribute_value.pat_nhsnumber}
     38- [x] Participant NHS Number {participant_attribute_value.pat_nhsnumber}
    3939- [x] Participant UHL System Number {Participant.enrollmentId}
    4040- [x] Consent Values
     
    4444 - Consents to possible further contact from BRU (question_answer.question_name="consent_q4")
    4545 - Understands the rules for withdrawal (question_answer.question_name="consent_q5")
     46- [x] Ethnicity
     47- [x] GP
     48- [x] Telephone
     49- [x] Work Telephone
    4650
    4751== Additional Requirements
     
    7882    , consent.q4 AS consent_furtherContact
    7983    , consent.q5 AS consent_understandsWithdrawal
     84    , pa.ethnicity
     85    , pa.gp
     86    , pa.telephone
     87    , pa.workphone
    8088FROM participant p
    8189JOIN interview i ON i.participant_id = p.id