Enum QuestionnaireEnableOperator
java.lang.Object
java.lang.Enum<QuestionnaireEnableOperator>
org.hl7.fhir.r4.model.codesystems.QuestionnaireEnableOperator
- All Implemented Interfaces:
Serializable
,Comparable<QuestionnaireEnableOperator>
-
Enum Constant Summary
Enum ConstantDescriptionTrue if whether at least one answer has a value that is equal to the enableWhen answer.True if whether an answer exists is equal to the enableWhen answer (which must be a boolean).True if whether at least no answer has a value that is greater or equal to the enableWhen answer.True if whether at least no answer has a value that is greater than the enableWhen answer.True if whether at least no answer has a value that is less or equal to the enableWhen answer.True if whether at least no answer has a value that is less than the enableWhen answer.True if whether at least no answer has a value that is equal to the enableWhen answer.added to help the parsers -
Method Summary
Modifier and TypeMethodDescriptionstatic QuestionnaireEnableOperator
toCode()
static QuestionnaireEnableOperator
Returns the enum constant of this type with the specified name.static QuestionnaireEnableOperator[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXISTS
True if whether an answer exists is equal to the enableWhen answer (which must be a boolean). -
EQUAL
True if whether at least one answer has a value that is equal to the enableWhen answer. -
NOT_EQUAL
True if whether at least no answer has a value that is 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_THAN
True if whether at least no answer has a value that is less than the enableWhen answer. -
GREATER_OR_EQUAL
True if whether at least no answer has a value that is greater or equal to 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. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static QuestionnaireEnableOperator fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-