Package-level declarations
Types
Link copied to clipboard
class AddDiscussionViewModel @Inject constructor(discussionRepository: DiscussionRepository) : ViewModel
Link copied to clipboard
class used for data in recycleView.
Link copied to clipboard
data class AnalyzeImageInfo(val confidence: Int, val diagnosis: String, val timestamp: Date, val image: Uri, val treatmentSuggestions: String) : Parcelable
Link copied to clipboard
class AnalyzeViewModel @Inject constructor(analyzeRepository: AnalyzeRepository, oauthPreferences: OauthPreferences) : ViewModel
Link copied to clipboard
data class AppointmentData(val id: String, val date: Date, val doctor: String, val location: String)
used for appointment history in CaptureFragment.
Link copied to clipboard
class AppointmentViewModel @Inject constructor(oauthPreferences: OauthPreferences, appointmentRepository: AppointmentRepository, val context: Context) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DiscussionDetailViewModel @Inject constructor(repository: DiscussionRepository, likesRepository: LikesRepository) : ViewModel
Link copied to clipboard
class DiscussionViewModel @Inject constructor(repository: DiscussionRepository, likesRepository: LikesRepository) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard