//kit/healthstack.kit.task.activity.model/RangeOfMotionResultModel

RangeOfMotionResultModel

[androidJvm]
class RangeOfMotionResultModel(val id: String, val title: String = "Range of Motion", val header: String = "Great Job!", val body: List<String>? = listOf("Your right arm circumduction movement score has been recorded."), val drawableId: Int? = R.drawable.ic_activity_result, val buttonText: String? = "Back to Home", val textType: TextType = TextType.PARAGRAPH) : SimpleViewActivityModel

Constructors

   
RangeOfMotionResultModel [androidJvm]
fun RangeOfMotionResultModel(id: String, title: String = "Range of Motion", header: String = "Great Job!", body: List<String>? = listOf("Your right arm circumduction movement score has been recorded."), drawableId: Int? = R.drawable.ic_activity_result, buttonText: String? = "Back to Home", textType: TextType = TextType.PARAGRAPH)

Properties

Name Summary
body [androidJvm]
val body: List<String>? = null
buttonText [androidJvm]
val buttonText: String? = null
drawableId [androidJvm]
val drawableId: Int?
a representative image for UI
header [androidJvm]
val header: String
id [androidJvm]
val id: String
id
textType [androidJvm]
val textType: TextType
title [androidJvm]
val title: String
a title of UI