MultiSelectViewModel

class MultiSelectViewModel @Inject constructor(val defaultRepository: DefaultRepository, val fhirPathDataExtractor: FhirPathDataExtractor) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(defaultRepository: DefaultRepository, fhirPathDataExtractor: FhirPathDataExtractor)

Properties

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun onTextChanged(searchTerm: String)
Link copied to clipboard
fun populateLookupMap(context: Context, multiSelectViewConfig: MultiSelectViewConfig)
Link copied to clipboard
suspend fun saveSelectedLocations(context: Context)
Link copied to clipboard
fun search()