View Source CastorEDC.DataCollection.DataEntry.SurveyDataPoint (ExCastorEDC v0.4.1)
Provides access to survey data point related endpoints
Link to this section Summary
Functions
Create a new data point in a specific survey instance for a participant
Find a data point for a participant in a specific survey instance
List all collected survey data points for a participant
Link to this section Functions
Link to this function
create(client, study_id, participant_id, survey_instance_id, field_id, body)
View SourceCreate a new data point in a specific survey instance for a participant
Link to this function
find(client, study_id, participant_id, survey_instance_id, field_id, params \\ [])
View SourceFind a data point for a participant in a specific survey instance
Link to this function
list(client, study_id, participant_id, survey_instance_id, params \\ [])
View SourceList all collected survey data points for a participant