Uses of Class
org.hl7.fhir.r4.model.Questionnaire.QuestionnaireItemEnableWhenComponent
-
Packages that use Questionnaire.QuestionnaireItemEnableWhenComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Questionnaire.QuestionnaireItemEnableWhenComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Questionnaire.QuestionnaireItemEnableWhenComponent Modifier and Type Method Description protected Questionnaire.QuestionnaireItemEnableWhenComponentJsonParser. parseQuestionnaireQuestionnaireItemEnableWhenComponent(com.google.gson.JsonObject json, Questionnaire owner)protected Questionnaire.QuestionnaireItemEnableWhenComponentXmlParser. parseQuestionnaireQuestionnaireItemEnableWhenComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) -
Uses of Questionnaire.QuestionnaireItemEnableWhenComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Questionnaire.QuestionnaireItemEnableWhenComponent Modifier and Type Field Description protected List<Questionnaire.QuestionnaireItemEnableWhenComponent>Questionnaire.QuestionnaireItemComponent. enableWhenA constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.Methods in org.hl7.fhir.r4.model that return types with arguments of type Questionnaire.QuestionnaireItemEnableWhenComponent Modifier and Type Method Description List<Questionnaire.QuestionnaireItemEnableWhenComponent>Questionnaire.QuestionnaireItemComponent. getEnableWhen()Methods in org.hl7.fhir.r4.model with parameters of type Questionnaire.QuestionnaireItemEnableWhenComponent Modifier and Type Method Description Questionnaire.QuestionnaireItemComponentQuestionnaire.QuestionnaireItemComponent. addEnableWhen(Questionnaire.QuestionnaireItemEnableWhenComponent t)voidQuestionnaire.QuestionnaireItemEnableWhenComponent. copyValues(Questionnaire.QuestionnaireItemEnableWhenComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Questionnaire.QuestionnaireItemEnableWhenComponent Modifier and Type Method Description Questionnaire.QuestionnaireItemComponentQuestionnaire.QuestionnaireItemComponent. setEnableWhen(List<Questionnaire.QuestionnaireItemEnableWhenComponent> theEnableWhen)
-