Skip to content

Data Capture Library 0.1.0-alpha01

Pre-release
Pre-release
Compare
Choose a tag to compare
@jingtang10 jingtang10 released this 15 Feb 22:33
· 1631 commits to master since this release
94d25d0

The 0.1.0-alpha01 release of the data capture library allows Android developers to use a FHIR questionnaire to create a fragment which captures the user's input and generates a FHIR questionnaire response.

Supported widget types:

  • group
  • display
  • checkbox
  • radio button group
  • date picker
  • date time picker
  • single-line text box
  • multi-line text box
  • integer
  • decimal

Additional functionality:

  • Customizable theme (with only 1 sample attribute for customization)
  • Limited skip logic support (exists operator only)

Future work:

  • Answer validation (e.g. min/max value, min/max length)
  • Resource extraction and population as specified in the SDC specification
  • Pagination in questionnaires
  • Support for repeated fields and required fields
  • Full support for skip logic
  • Customizable widgets

Known issues:

  • Question prefixes not displayed properly #208
  • Long questions not displayed properly #226