package
redcap
Type Members
-
case class
Event(unique_event_name: String, event_name: String, custom_event_label: Option[String], offset_max: Int, offset_min: Int, day_offset: Int, arm_num: Int) extends Product with Serializable
-
case class
ExportField(original_field_name: String, choice_value: String, export_field_name: String) extends Product with Serializable
-
case class
LockRecordResponse(record: String, redcap_event_name: String, instrument: String, instance: Option[Int], locked: String, username: Option[String], timestamp: Option[String]) extends Product with Serializable
-
case class
Metadata(field_name: String, form_name: String, section_header: String, field_type: FieldType.Value, field_label: String, select_choices_or_calculations: String, field_note: String, text_validation_min: String, text_validation_max: String, identifier: String, branching_logic: String, required_field: String, custom_alignment: String, question_number: String, matrix_group_name: String, matrix_ranking: String, field_annotation: String) extends Product with Serializable
Value Members
-
object
FieldType extends Enumeration
-
-