Package com. google. android. fhir. datacapture. views
Types
Link copied to clipboard
Represents selectable options in the multi-select page.
Link copied to clipboard
open class QuestionnaireItemViewHolder(itemView: <ERROR CLASS>, delegate: QuestionnaireItemViewHolderDelegate)
Content copied to clipboard
The RecyclerView.ViewHolder for QuestionnaireItemViewItem.
Link copied to clipboard
Delegate for QuestionnaireItemViewHolder.
Link copied to clipboard
Factory for QuestionnaireItemViewHolder.
Link copied to clipboard
data class QuestionnaireItemViewItem(questionnaireItem: <ERROR CLASS>, questionnaireResponseItem: <ERROR CLASS>, resolveAnswerValueSet: suspend (String) -> List<<ERROR CLASS>>, questionnaireResponseItemChangedCallback: () -> Unit)
Content copied to clipboard
Item for QuestionnaireItemViewHolder in RecyclerView containing
Link copied to clipboard
data class SelectedOptions(options: List<OptionSelectOption>, otherOptions: List<String>)
Content copied to clipboard