Skip to main content

QuestionnaireDependency

The data defining a dependency of a section/question

type QuestionnaireDependency {
question: String
answer: String
negate: Boolean
}

Fields

QuestionnaireDependency.question ● String scalar

The ID of the question that is depended on

QuestionnaireDependency.answer ● String scalar

The answer to the question that is depended on

QuestionnaireDependency.negate ● Boolean scalar

The value that determines whether the answer must or must NOT match the value

Member Of

IQuestionnaireQuestion interface ● QuestionnaireGenericQuestion object ● QuestionnaireMedicalTermQuestion object ● QuestionnaireMultipleChoiceQuestion object ● QuestionnaireRelationshipQuestion object ● QuestionnaireSection object ● QuestionnaireSignatureQuestion object