Uses of Class
org.linuxforhealth.fhir.model.resource.Questionnaire.Item.AnswerOption
-
Packages that use Questionnaire.Item.AnswerOption Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Questionnaire.Item.AnswerOption in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Questionnaire.Item.AnswerOption Modifier and Type Method Description Questionnaire.Item.AnswerOptionQuestionnaire.Item.AnswerOption.Builder. build()Build theQuestionnaire.Item.AnswerOptionMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Questionnaire.Item.AnswerOption Modifier and Type Method Description java.util.List<Questionnaire.Item.AnswerOption>Questionnaire.Item. getAnswerOption()One of the permitted answers for a "choice" or "open-choice" question.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Questionnaire.Item.AnswerOption Modifier and Type Method Description Questionnaire.Item.BuilderQuestionnaire.Item.Builder. answerOption(Questionnaire.Item.AnswerOption... answerOption)One of the permitted answers for a "choice" or "open-choice" question.protected Questionnaire.Item.AnswerOption.BuilderQuestionnaire.Item.AnswerOption.Builder. from(Questionnaire.Item.AnswerOption answerOption)protected voidQuestionnaire.Item.AnswerOption.Builder. validate(Questionnaire.Item.AnswerOption answerOption)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Questionnaire.Item.AnswerOption Modifier and Type Method Description Questionnaire.Item.BuilderQuestionnaire.Item.Builder. answerOption(java.util.Collection<Questionnaire.Item.AnswerOption> answerOption)One of the permitted answers for a "choice" or "open-choice" question.
-