Patient Question
data class PatientQuestion(question: String, answer: String) : Parcelable
Content copied to clipboard
A generic Question + Answer object that can be used to pass additional information into the Epic appointment record.
Parameters
question
A string representing a question
answer
A string representing an answer
Constructors
PatientQuestion
Link copied to clipboard
A string representing a question