public static enum Questionnaire.QuestionnaireItemOperator extends Enum<Questionnaire.QuestionnaireItemOperator>
| Enum Constant and Description |
|---|
EQUAL
True if whether at least one answer has a value that is equal to the enableWhen answer.
|
EXISTS
True if whether an answer exists is equal to the enableWhen answer (which must be a boolean).
|
GREATER_OR_EQUAL
True if whether at least no answer has a value that is greater or equal to the enableWhen answer.
|
GREATER_THAN
True if whether at least no answer has a value that is greater than the enableWhen answer.
|
LESS_OR_EQUAL
True if whether at least no answer has a value that is less or equal to the enableWhen answer.
|
LESS_THAN
True if whether at least no answer has a value that is less than the enableWhen answer.
|
NOT_EQUAL
True if whether at least no answer has a value that is equal to the enableWhen answer.
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static Questionnaire.QuestionnaireItemOperator |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Questionnaire.QuestionnaireItemOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Questionnaire.QuestionnaireItemOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Questionnaire.QuestionnaireItemOperator EXISTS
public static final Questionnaire.QuestionnaireItemOperator EQUAL
public static final Questionnaire.QuestionnaireItemOperator NOT_EQUAL
public static final Questionnaire.QuestionnaireItemOperator GREATER_THAN
public static final Questionnaire.QuestionnaireItemOperator LESS_THAN
public static final Questionnaire.QuestionnaireItemOperator GREATER_OR_EQUAL
public static final Questionnaire.QuestionnaireItemOperator LESS_OR_EQUAL
public static final Questionnaire.QuestionnaireItemOperator NULL
public static Questionnaire.QuestionnaireItemOperator[] values()
for (Questionnaire.QuestionnaireItemOperator c : Questionnaire.QuestionnaireItemOperator.values()) System.out.println(c);
public static Questionnaire.QuestionnaireItemOperator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Questionnaire.QuestionnaireItemOperator fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.