Package-level declarations
Types
Link copied to clipboard
data class AppDrawerUIState(val isSyncUpload: Boolean? = false, val currentSyncJobStatus: CurrentSyncJobStatus? = null, val percentageProgress: Int? = 0)
Link copied to clipboard
data class MeasureReportSubjectViewData(val type: ResourceType, val logicalId: String, val display: String, val family: String? = null)
Link copied to clipboard
data class QuestionnaireSubmission(val questionnaireConfig: QuestionnaireConfig, val questionnaireResponse: QuestionnaireResponse, val extractedResourceIds: List<IdType> = emptyList())
This data class represents the result of a Questionnaire submission. (Optionally, extractedResourceIds can be used to reference the extracted Bundle.entry resources.
Link copied to clipboard
Link copied to clipboard
Wrapper class to hold search input String and the SearchMode mode used to initiate the UI search