Package org.hl7.fhir.validation.instance
Class EnableWhenEvaluator.EnableWhenResult
- java.lang.Object
-
- org.hl7.fhir.validation.instance.EnableWhenEvaluator.EnableWhenResult
-
- Enclosing class:
- EnableWhenEvaluator
public static class EnableWhenEvaluator.EnableWhenResult extends Object
-
-
Constructor Summary
Constructors Constructor Description EnableWhenResult(boolean enabled, org.hl7.fhir.r5.model.Questionnaire.QuestionnaireItemEnableWhenComponent enableWhenCondition)Evaluation result of enableWhen condition
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.r5.model.Questionnaire.QuestionnaireItemEnableWhenComponentgetEnableWhenCondition()booleanisEnabled()
-
-
-
Constructor Detail
-
EnableWhenResult
public EnableWhenResult(boolean enabled, org.hl7.fhir.r5.model.Questionnaire.QuestionnaireItemEnableWhenComponent enableWhenCondition)
Evaluation result of enableWhen condition- Parameters:
enabled- Evaluation resultenableWhenCondition- Evaluated enableWhen condition
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
getEnableWhenCondition
public org.hl7.fhir.r5.model.Questionnaire.QuestionnaireItemEnableWhenComponent getEnableWhenCondition()
-
-