Uses of Class
com.ibm.fhir.model.resource.Questionnaire.Item.EnableWhen
-
Packages that use Questionnaire.Item.EnableWhen Package Description com.ibm.fhir.model.resource -
-
Uses of Questionnaire.Item.EnableWhen in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Questionnaire.Item.EnableWhen Modifier and Type Method Description Questionnaire.Item.EnableWhenQuestionnaire.Item.EnableWhen.Builder. build()Build theQuestionnaire.Item.EnableWhenMethods in com.ibm.fhir.model.resource that return types with arguments of type Questionnaire.Item.EnableWhen Modifier and Type Method Description java.util.List<Questionnaire.Item.EnableWhen>Questionnaire.Item. getEnableWhen()A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.Methods in com.ibm.fhir.model.resource with parameters of type Questionnaire.Item.EnableWhen Modifier and Type Method Description Questionnaire.Item.BuilderQuestionnaire.Item.Builder. enableWhen(Questionnaire.Item.EnableWhen... enableWhen)A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.protected Questionnaire.Item.EnableWhen.BuilderQuestionnaire.Item.EnableWhen.Builder. from(Questionnaire.Item.EnableWhen enableWhen)protected voidQuestionnaire.Item.EnableWhen.Builder. validate(Questionnaire.Item.EnableWhen enableWhen)Method parameters in com.ibm.fhir.model.resource with type arguments of type Questionnaire.Item.EnableWhen Modifier and Type Method Description Questionnaire.Item.BuilderQuestionnaire.Item.Builder. enableWhen(java.util.Collection<Questionnaire.Item.EnableWhen> enableWhen)A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.
-