View Source CastorEDC.StudyProtocol.Forms (ExCastorEDC v0.4.0)

Provides access to form related endpoints within the study context

Link to this section Summary

Link to this section Functions

Link to this function

find(client, study_id, form_id, params \\ [])

View Source

Find a specific form

More info

Link to this function

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

View Source
@spec list(CastorEDC.Client.t(), binary(), []) :: {integer(), %{}, Tesla.Env.t()}

List all forms

More info