PatientQuestion
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