You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we don't have Questionnaire or QuestionnaireResponse. Each of these have to be merged with the appropriate Observation resources in order to have a nice frame of the results with the survey names and versions.
phc.SurveyObservation.get_data_frame() # => Returns observations that have the survey codephc.Survey.get_data_frame() # => Returns surveys (questionnaires) and then you pick an IDphc.SurveyObservation.get_data_frame(questionnaire_id="...", join_survey=True) # => (Allow multiple ids)
Here's some rough code of what's needed right now to accomplish this.
Right now, we don't have Questionnaire or QuestionnaireResponse. Each of these have to be merged with the appropriate Observation resources in order to have a nice frame of the results with the survey names and versions.
Example usage:
Here's some rough code of what's needed right now to accomplish this.
The text was updated successfully, but these errors were encountered: