Uses of Class
com.ibm.fhir.model.resource.Questionnaire.Item.Initial
-
Packages that use Questionnaire.Item.Initial Package Description com.ibm.fhir.model.resource -
-
Uses of Questionnaire.Item.Initial in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Questionnaire.Item.Initial Modifier and Type Method Description Questionnaire.Item.InitialQuestionnaire.Item.Initial.Builder. build()Build theQuestionnaire.Item.InitialMethods in com.ibm.fhir.model.resource that return types with arguments of type Questionnaire.Item.Initial Modifier and Type Method Description 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 com.ibm.fhir.model.resource with parameters of type Questionnaire.Item.Initial Modifier and Type Method Description protected Questionnaire.Item.Initial.BuilderQuestionnaire.Item.Initial.Builder. from(Questionnaire.Item.Initial initial)Questionnaire.Item.BuilderQuestionnaire.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Questionnaire.Item.Initial Modifier and Type Method Description Questionnaire.Item.BuilderQuestionnaire.Item.Builder. initial(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.
-