View Source CastorEDC.DataCollection.DataEntry.RepeatingDataDataPoint (ExCastorEDC v0.4.1)

Provides access to repeating data data point related endpoints

Link to this section Summary

Functions

Create a new data point in a specific repeating data instance for a participant

Find a data point for a participant in a specific repeating data instance

List all collected repeating data instance data points for a participant

Link to this section Functions

Link to this function

create(client, study_id, participant_id, repeating_data_instance_id, field_id, body)

View Source

Create a new data point in a specific repeating data instance for a participant

More info

Link to this function

find(client, study_id, participant_id, repeating_data_instance_id, field_id, params \\ [])

View Source

Find a data point for a participant in a specific repeating data instance

More info

Link to this function

list(client, study_id, participant_id, repeating_data_instance_id, params \\ [])

View Source

List all collected repeating data instance data points for a participant

More info