View Source CastorEDC.DataCollection.DataEntry.StudyDataPoint (ExCastorEDC v0.2.0)

Provides access to study data point related endpoints

Link to this section Summary

Functions

Create a new data point for a record

Find collected study data point for a record in a field

List all collected study data points for a record

Link to this section Functions

Link to this function

create(client, study_id, record_id, field_id, body)

View Source

Create a new data point for a record

More info

Link to this function

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

View Source

Find collected study data point for a record in a field

More info

Link to this function

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

View Source

List all collected study data points for a record

More info