Package

org.ada.server.models

redcap

Permalink

package redcap

Visibility
  1. Public
  2. All

Type Members

  1. 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

    Permalink
  2. case class ExportField(original_field_name: String, choice_value: String, export_field_name: String) extends Product with Serializable

    Permalink
  3. 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

    Permalink
  4. 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

    Permalink

Value Members

  1. object FieldType extends Enumeration

    Permalink
  2. object JsonFormat

    Permalink
  3. object OptionalRobustIntFormat extends Format[Option[Int]]

    Permalink

Ungrouped