View Source CastorEDC.DataCollection.DataEntry.ReportDataPoint (ExCastorEDC v0.3.0)

Provides access to report data point related endpoints

Link to this section Summary

Functions

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

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

List all collected report instance data points for a record

Link to this section Functions

Link to this function

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

View Source

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

More info

Link to this function

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

View Source

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

More info

Link to this function

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

View Source

List all collected report instance data points for a record

More info