View Source CastorEDC.DataCollection.DataEntry.SurveyDataPoint (ExCastorEDC v0.1.0)
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 record
Find a data point for a record in a specific survey instance
List all collected survey data points for a record
Link to this section Functions
Link to this function
create(client, study_id, record_id, survey_instance_id, field_id, body)
View SourceCreate a new data point in a specific survey instance for a record
Link to this function
find(client, study_id, record_id, survey_instance_id, field_id, params \\ [])
View SourceFind a data point for a record in a specific survey instance
Link to this function
list(client, study_id, record_id, survey_instance_id, params \\ [])
View SourceList all collected survey data points for a record