Uses of Class
org.linuxforhealth.fhir.model.resource.Questionnaire.Item.Initial
-
Packages that use Questionnaire.Item.Initial Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Questionnaire.Item.Initial in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Questionnaire.Item.Initial Modifier and Type Method Description Questionnaire.Item.Initial
Questionnaire.Item.Initial.Builder. build()
Build theQuestionnaire.Item.Initial
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Questionnaire.Item.Initial Modifier and Type Method Description java.util.List<Questionnaire.Item.Initial>
Questionnaire.Item. getInitial()
One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Questionnaire.Item.Initial Modifier and Type Method Description protected Questionnaire.Item.Initial.Builder
Questionnaire.Item.Initial.Builder. from(Questionnaire.Item.Initial initial)
Questionnaire.Item.Builder
Questionnaire.Item.Builder. initial(Questionnaire.Item.Initial... initial)
One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input.protected void
Questionnaire.Item.Initial.Builder. validate(Questionnaire.Item.Initial initial)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Questionnaire.Item.Initial Modifier and Type Method Description Questionnaire.Item.Builder
Questionnaire.Item.Builder. initial(java.util.Collection<Questionnaire.Item.Initial> initial)
One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input.
-