Uses of Class
org.hl7.fhir.r4.model.codesystems.QuestionnaireEnableOperator
-
Packages that use QuestionnaireEnableOperator Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of QuestionnaireEnableOperator in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return QuestionnaireEnableOperator Modifier and Type Method Description static QuestionnaireEnableOperatorQuestionnaireEnableOperator. fromCode(String codeString)QuestionnaireEnableOperatorQuestionnaireEnableOperatorEnumFactory. fromCode(String codeString)static QuestionnaireEnableOperatorQuestionnaireEnableOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static QuestionnaireEnableOperator[]QuestionnaireEnableOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type QuestionnaireEnableOperator Modifier and Type Method Description StringQuestionnaireEnableOperatorEnumFactory. toCode(QuestionnaireEnableOperator code)StringQuestionnaireEnableOperatorEnumFactory. toSystem(QuestionnaireEnableOperator code)
-