Uses of Class
org.hl7.fhir.r4.model.codesystems.AssertOperatorCodes
-
Packages that use AssertOperatorCodes Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of AssertOperatorCodes in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return AssertOperatorCodes Modifier and Type Method Description static AssertOperatorCodesAssertOperatorCodes. fromCode(String codeString)AssertOperatorCodesAssertOperatorCodesEnumFactory. fromCode(String codeString)static AssertOperatorCodesAssertOperatorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static AssertOperatorCodes[]AssertOperatorCodes. 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 AssertOperatorCodes Modifier and Type Method Description StringAssertOperatorCodesEnumFactory. toCode(AssertOperatorCodes code)StringAssertOperatorCodesEnumFactory. toSystem(AssertOperatorCodes code)
-