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.AnswerOption
Questionnaire.Item.AnswerOption.Builder. build()
Build theQuestionnaire.Item.AnswerOption
Methods 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.Builder
Questionnaire.Item.Builder. answerOption(Questionnaire.Item.AnswerOption... answerOption)
One of the permitted answers for a "choice" or "open-choice" question.protected Questionnaire.Item.AnswerOption.Builder
Questionnaire.Item.AnswerOption.Builder. from(Questionnaire.Item.AnswerOption answerOption)
protected void
Questionnaire.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.Builder
Questionnaire.Item.Builder. answerOption(java.util.Collection<Questionnaire.Item.AnswerOption> answerOption)
One of the permitted answers for a "choice" or "open-choice" question.
-