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.EnableWhen
Questionnaire.Item.EnableWhen.Builder. build()
Build theQuestionnaire.Item.EnableWhen
Methods 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.Builder
Questionnaire.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.Builder
Questionnaire.Item.EnableWhen.Builder. from(Questionnaire.Item.EnableWhen enableWhen)
protected void
Questionnaire.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.Builder
Questionnaire.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.
-