View Source CastorEDC.DataCollection.DataEntry.SurveyDataPoint (ExCastorEDC v0.2.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 Source

Create a new data point in a specific survey instance for a record

More info

Link to this function

find(client, study_id, record_id, survey_instance_id, field_id, params \\ [])

View Source

Find a data point for a record in a specific survey instance

More info

Link to this function

list(client, study_id, record_id, survey_instance_id, params \\ [])

View Source

List all collected survey data points for a record

More info